I see from the demos that it’s possible to display shapefiles over a googlemap. Is it possible to interact with these layers - i.e. select shapes, query the data, etc?
I’m looking to build a sales territory management project that would allow me to display zipcodes assigned to reps and to add/remove zipcodes from rep territories. Can this be done using shapefiles over google or bing maps?
Interactive shapefile layers over google or bing maps?
Hi Mel,
Thanks for your post!
Yes, the Web Edition can do it and I guess the below samples you may be interested in HowDoI samples:
- ShapeFileOverGoogleMap
- FindTheFeatureTheUserClicked
- SpatialQueryAFeatureLayer
- DrawEditShapes
One thing we might notice is we should apply the projection to the shape file like the “ShapeFileOverGoogleMap” sample does since our base map is using the Google/Bing layer whose projection is under mercator.
Hope it helps and If any questions, don’t hesitate to let us know.
Regards,
Troy