react-esri-leaflet icon indicating copy to clipboard operation
react-esri-leaflet copied to clipboard

react components for esri-leaflet

Results 3 react-esri-leaflet issues
Sort by recently updated
recently updated
newest added

I'm getting error in VsCode indicating that BasemapLayer is deprecated and I should used ``L.esri.Vector...`` instead.

Perhaps (probably?) I'm doing something wrong but here is my scenario. Using the `EsriLeafletGeoSearch` plugin, we configure `providers` by passing an object who's keys are parsed into the provider type...

I have an app created with vite. Installed this library and I'm trying to use a vector tile to display in the map. I have tried the url used for...