You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because Esri Leaflet is not as well documented and is on "maintenance" (not updated frequently), it seems like it will take less effort to switch to the ArcGIS API for JavaScript than it will be to implement remaining features with esri-leaflet and its related plugins, such as the Search control and using our own custom basemap.
The esri-leaflet code is full of now unnecessary polyfills for features that all modern browsers support, such as the Fetch API.
esri-leaflet and its plugins do not include TypeScript type definitions. The ones on Definitely Typed are out of date and do not support JavaScript Modules.
The text was updated successfully, but these errors were encountered:
Because Esri Leaflet is not as well documented and is on "maintenance" (not updated frequently), it seems like it will take less effort to switch to the ArcGIS API for JavaScript than it will be to implement remaining features with esri-leaflet and its related plugins, such as the Search control and using our own custom basemap.
The text was updated successfully, but these errors were encountered: