I tried to render some streets centerline for a Jakarta city, and the rendering process was slow, also if i tried to render all streets centerline thr rendering process was failed and only displayed background color. Any one has solution for this case?.
Render Problem
How big is your shapefile?
The first thing I would recommend is building a spatial index for the file. You can do this by calling the BuildIndexFile method off of the ShapeFileLayer object. This will make the seeking of the data much faster.
Also do you get any exceptions raised or what happens when it fails?
One other thing to check is to make sure your ZoomLevel styles are setup correctly, could you post the code for these?
Thanks
Clint
Thank you,
After implementing ShapeFileLayer.BuildIndexFile(), the layer rendered amazingly fast!. Where the temporary image stored if i empty the ImageCacheDirectory properties. How about auto deleting the temporary image. How about if the map accessed by thousands user at the same time?, because i will use the MapSuite for public service.
Mohammad,
In version 3.,0 we no longer use the ImageCache folder. There is a new caching system however the white paper is not complete yet and I don't have the details. In future betas we will have both client side and server side caching options.
ThinkGeo Support
Thank you Ryan,
In the examples web : websamples.thinkgeo.com/webeditionsamples/ --> Click Event on a Marker, i can't click the marker, even if i try this code on my local computer, when i clicked the marker nothing changed, no event fired at all.
Regards.