Skip to content

Instantly share code, notes, and snippets.

@odoe
Created March 2, 2015 15:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save odoe/d2f63fbe6a845e8e38a2 to your computer and use it in GitHub Desktop.
Save odoe/d2f63fbe6a845e8e38a2 to your computer and use it in GitHub Desktop.
Simple edit for ArcGIS API for JavaScript config
{
"useDialog": true,
"duration": 1000,
"editLayers": [
{
"layerId": "myLayerId",
"editType": "EDIT_VERTICES"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment