ThinkGeo.com    |     Documentation    |     Premium Support

ZoomLevel and Point

I have an InMemoryFeatureLayer that I am adding points to.  I have the zoom level set as from ZoomLevel01 to ZoomLevel20 and a default PointStyle of City1.  Seems though that when I zoom out more than 2 levels, maybe 100 miles, the point disappears.  Is there something that I need to do differently with the web edition compared to the desktop edition to get the point to display at all time?


Thanks.


Curtis



Curties, 
  
 I’m not sure how you use PointStyle in web edition; did you use projection? Please provide us your code so that we check the issue for you. 
  
 Thanks, 
 Howard

Howard,


I got it taken care of, I changed to a SimpleMarkerOverlay instead and things are working well now.


Curtis



Curtis, 
  
 SimpleMarkerOverlay is used for the markers which are very independent; while InMemoryMarkerOverlay is used for the markers which have the same styles. Hope you understand this and choose the best one you needed. 
  
 Thanks, 
 Howard