Tagged Questions
1
vote
2answers
279 views
How to make editable polygons in Google Maps?
I've just recently started learning Google maps, JavaScript, etc., and have a few questions about a project that I'd like to do. I'm wanting to take some ESRI shapefiles, convert them to KML, and then ...
2
votes
2answers
545 views
Turn Popups On/Off in ArcGIS Online Webmap via Javascript API Web Application
I am writing my first ArcGIS Javascript API web map application and consuming a web map authored in ArcGIS Online. The ArcGIS Online web map apparently does most of the work for me in terms of ...
4
votes
2answers
329 views
ArcGIS JS API Edit Toolbar permits MOVE but not EDIT_VERTICES or ROTATE - JavaScript error thrown
I'm putting together an ArcGIS (v10.1) JS API (v3.2) application and I've hit a snag in drawing / editing functionality.
Users can draw a new geometry or edit an existing one. I'm using the draw and ...
6
votes
1answer
1k views
Is it possible to use esri.dijit.Popup for editing
In the new arcgis js api ESRI added new nice infowindow - esri.dijit.Popup. We can use it this way:
//create a popup to replace the map's info window
var popup = new ...