Skip to main content

All Questions

Tagged with
0 votes
1 answer
352 views

esri-leaflet-geocoder has error in both old and current version

I was trying to have points plotted on a map based on the address for a project but for right now while testing I am just putting the map's view on the location. I found some information online giving ...
adigrigs's user avatar
0 votes
1 answer
98 views

Error: App(...): Nothing was returned from render. Esri-Leaflet-Geocoder

I am using esri-leaflet-geocoder to create a geosearch bar in my expo project. I am using this demo as a guildline:https://codesandbox.io/s/2wy7v2orwr?file=/src/Map.js:1443-1466. I am running into an ...
kboy's user avatar
  • 67
3 votes
1 answer
4k views

esri-leaflet-geosearch: how to integrate it with React

In the following link, there is online demo case showing how to user esri-leaflet-geosearch plugin, https://codepen.io/exomark/pen/dafBD var searchControl = new L.esri.Controls.Geosearch().addTo(map)...
Chris Bao's user avatar
  • 2,738
0 votes
1 answer
186 views

enablePermanentHighlight in esri Feature Layer

let marker = L.marker(new L.LatLng(lat, lon), { icon: markerIcon }); map.addLayer(marker); Just like the normal marker, how can we use enablePermanentHighlight() on features of FeatureLayer. Any ...
Usama Saleem's user avatar
0 votes
1 answer
494 views

Error message when importing esri-leaflet-renderers to ReactJS+Backbone Cordova app

I've been building a Cordova app as a proof of concept for display about one of my ideas, so far it's been going great and I've come to learn plenty from this experience. I've based my work off of ...
Dixos's user avatar
  • 93
4 votes
1 answer
4k views

I can't get esri-leaflet to work with ReactJS --> basemapLayer of undefined

After npm installing esri-leaflet, and leaflet packages, I get the following error This is my maps component: import React from 'react' import ReactDOM , {render} from 'react-don' import L from '...
securecurve's user avatar
  • 5,749