This is a migrated thread and some comments may be shown as answers.

Duplicated WMS tiles

3 Answers 68 Views
Map
This is a migrated thread and some comments may be shown as answers.
Shrinand
Top achievements
Rank 1
Shrinand asked on 09 Nov 2016, 05:24 PM

Hi,

I'm having this issue with WMS that when I zoom out, the tiles get refreshed but somehow end up having two tiles next to each other showing the same image. This only occurs to some certain WMS servers that we have. I'm using WmsTiledProvider. I specify the base url, the layer Id, and version. I thought it might have something to do with SRS but our server does serve WGS84 (EPSG:4326)

3 Answers, 1 is accepted

Sort by
0
Petar Mladenov
Telerik team
answered on 11 Nov 2016, 10:58 AM
Hi Shrinand,

I guess you have developed a custom tile map provider based on some of our forum's or code base solutions. Is that correct ? And second, could you please double check that the service from which you download the image tiles returns images in EPSG:4326 (Mercator projection) ? Also , please double check that the provider's IsTileCachingEnabled is set to false.

Regards,
Petar Mladenov
Telerik by Progress
Do you need help with upgrading your WPF project? Try the Telerik API Analyzer and share your thoughts!
0
Shrinand
Top achievements
Rank 1
answered on 11 Nov 2016, 05:22 PM

I don't implement any custom tile provider. I use Telerik's WmsTiledProvider.

 

This is how I create a provider.

new WmsTiledProvider()
{
      BaseUri = uri,
      Version = "1.1.1",
      Projection = "EPSG:4326",
      Layers = layerId,
      IsTileCachingEnabled = false,
}
0
Petar Mladenov
Telerik team
answered on 15 Nov 2016, 04:45 PM
Hi Shrinand,

What is the difference between the different servers ?
Can you inspect with Fiddler or WireShark to detect some networking / proxy issues that are unexpected ?

Regards,
Petar Mladenov
Telerik by Progress
Do you need help with upgrading your WPF project? Try the Telerik API Analyzer and share your thoughts!
Tags
Map
Asked by
Shrinand
Top achievements
Rank 1
Answers by
Petar Mladenov
Telerik team
Shrinand
Top achievements
Rank 1
Share this question
or