maptastik / greenway-closure-creator-demo

Created with StackBlitz ⚡️
https://stackblitz.com/edit/greenway-closure-creator-demo
0 stars 0 forks source link

Take advantage of add/update/delete methods in esri-leaflet #7

Open maptastik opened 3 years ago

maptastik commented 3 years ago

Currently I'm using Terraformer and the ArcGIS REST API to update the feature service of closures. However, the FeatureLayer object in esri-leaflet has several methods associated with it that can be used to carry out common data creation and alteration tasks. It might make the code a little bit more legible and potentially remove the need for Terraformer as a dependency.