Register  |  Login   Search
ThinkGeo - GPS Tracking and Mapping Solutions  |  Home  |  Cygnus Track  |  Developer Community
 
LivePerson Chat

Discussion Forums

The online community for users of Map Suite GIS components

Shapefiles not drawn
Last Post 12-23-2008 01:05 AM by Ben. 18 Replies.
Printer Friendly
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Page 2 of 2 << < 12
Author Messages Informative
MirenUser is Offline
Level 1
Level 1
Posts:18

--
12-19-2008 05:22 AM
Hi Ben!
It doesn´t work. I have change all the Regional Settings to USA/English and now what happens is that the map is displayed but without the markers and with the browser absolutly jamed, I can't pan or do anything on the map or on the browser page.
I work with Windows Vista, maybe it's important


BenUser is Online
MVP
MVP
Posts:410
Avatar

--
12-22-2008 12:44 AM
Miren,

Thanks for letting us know. From what you said we confirmed it’s a known issue of 3.0.131 about the CultureInfo, we will make it right in the next version. Sorry for the inconvenient.

I'm curious that you still have problem when changing the Region Settings to USA/English. Could you please simplify your application and send us as a little sample? Maybe some code else is going wrong.

Ben.


MirenUser is Offline
Level 1
Level 1
Posts:18

--
12-22-2008 04:58 AM

Here it is!

Maybe I forgot something like references or things like that but the important issue is in.

Let me know if you find something, Thank you!!!


Attachment: application.zip

BenUser is Online
MVP
MVP
Posts:410
Avatar

--
12-23-2008 01:05 AM

Miren

Thanks for your code, which helps a lot.

In your code, we found two problems,

1. Map unit is not set properly.

               Map1.MapUnit = GeographyUnit.Meter

2. Too many markers are displayed in the initial extent which makes IE jammed up (as following)

Here are 2 suggestions for this case:
• If you don’t need popups or context menus for the marker, you can render them using ShapeFileFeatureLayer, instead of drawing every marker on client side, drawing all the points on one image on server and pass it back, that will be much faster and cheaper

• If you want to use markers, try to set their zoomlevels to reduce the count of markers in a view extent. For your case, the map will show better if the marker overlays’ initial zoomlevel is set to 17.


markers.ZoomLevelSet.ZoomLevel17.DefaultMarkerStyle.WebImage = New WebImage("marker_blue.gif")
markers.ZoomLevelSet.ZoomLevel17.ApplyUntilZoomLevel = ApplyUntilZoomLevel.Level20
  Ben.


You are not authorized to post a reply.
Page 2 of 2 << < 12


Active Forums 4.1