UNPKG

674 BHTMLView Raw
1---
2layout: example.html
3title: Editable ArcGIS REST Feature Service
4shortdesc: Example of using an ArcGIS REST Feature Service in an editing application.
5docs: >
6 This example loads features from ArcGIS REST Feature Service and allows to add new features or update existing features.
7tags: "vector, esri, ArcGIS, REST, Feature, Service, loading, server, edit, updateFeature, addFeature"
8resources:
9 - https://code.jquery.com/jquery-2.2.3.min.js
10---
11<div id="map" class="map"></div>
12<form class="form-inline">
13 <label>Draw or modify &nbsp;</label>
14 <select id="type">
15 <option value="DRAW">Draw</option>
16 <option value="MODIFY">Modify</option>
17 </select>
18</form>