Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2085
xamGeographicMap Performance with Hidden Series
posted

I have loaded a very large (.shp = 45MB, .dbf = 130MB) shapefile set as PolyLine series and added it to the xamGeographicMap series list.  It takes a significant amount of time to zoom in on the map, so I use a checkbox to flip the visibility property of the series from visible to hidden so the user can zoom in further before turning on this layer/series.  If this series added to the xamGeoMap but set as hidden, it still takes about the same amount of time to zoom it.  It seems the map is doing something behind the scenes with this series even though it will not be displayed.

Can you give me an idea of what I can to do increase the performance of the xamGeoMap when series are not visible?

Attached is the code I am using to test this without the shapefile set - in this example I just manually change the visibility of the series in the XAML code for testing.

GeoMapPerfTest.zip
Parents Reply Children
No Data