Skip to main content

Questions tagged [esri-leaflet]

esri-leaflet is an open source plugin for leafletjs, providing a lightweight set of tools for using ArcGIS services with leaflet

esri-leaflet
0 votes
1 answer
807 views

Leaflet labels on top

I am quite new to leaflet and would like some advice. I use the UN Clear map as a base map to which I add some polygons using a GeoJSON layer. I learned about a nice trick here, using map panes to get ...
Aran's user avatar
  • 13
0 votes
0 answers
114 views

esriPFS(Picture Filled Symbol) imageData is not displayed on Leaflet Map

Expected Result on Map import * as L from "leaflet"; import * as esri from "esri-leaflet" import "esri-leaflet-renderers"; let _layer = esri.featureLayer({ url: 'https:...
vinita jain's user avatar
0 votes
1 answer
480 views

Esri-Leaflet - Search within a distance

I need to design an application using a feature layer stored in ArcGIS online. Using a geocoder/search, I need to be able to enter an address and select a distance (1 block, 2 blocks, etc). The result ...
juststartingout's user avatar
0 votes
1 answer
230 views

esri ELG geosearch is not working properly

If you take a look at this : https://codesandbox.io/s/2wy7v2orwr?file=/src/Map.js you will see you can search things on the map, but if you zoom-in somewhere randomly(deep zoom in, for example ...
OmarLittle's user avatar
1 vote
1 answer
442 views

ESRI LEaflet - Adding ESRI GeoJSON / MultiPart Polygons to a REST service

I'm currently allowing users to draw into an ESRI-Leaflet map using a drawing layer, adding some additional properties to that layer, and then submitting the results to a feature service. This is ...
anakaine's user avatar
  • 1,228
1 vote
1 answer
783 views

esri-leaflet NOT showing in angular typescript it doesn't recognize VECTOR

I am not able to show the map or to use the search offered by esri-leafleft: here the code of the typsescript file. import { Component, OnInit } from '@angular/core'; import { Title, Meta } from '@...
Nano's user avatar
  • 127
0 votes
1 answer
565 views

Using L.esri.DynamicMapLayer, is it possible to bind a mouseover event rather than a pop-up on a dynamic map?

I'm aware of binding a pop-up to ESRI's L.esri.DynamicMapLayer here. The following code below is successful. $.ajax({ type: 'GET', url: url + '?f=json', data: { layer: fooType }, ...
redchair218'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
2 votes
0 answers
117 views

Include a custom Esri baselayer/webmap in Leaflet

We've been using esri-leaflet to put a base layer on my maps, but now we want a different look. Using their webmap editor we have put together a map we like and I have the webmap ID and using the docs ...
Craig's user avatar
  • 8,203
0 votes
1 answer
79 views

How to execute ESRI Leaflet map in PHP as a windows service

I have Created an Esri-leaflet map using (Esri-leaflet CDN from Esri leaflet GitHub repository) which plots markers and also written code to get the image exported with markers on page load and is ...
revanth g's user avatar
0 votes
0 answers
221 views

Layer from Authenticated ArcGIS Server not Showing in Leaflet Web Map

When I take this code directly from the ESRI Leaflet webpage and put it into JSFiddle it works great. All the layers from the ArcGIS server show up. However, when I paste this exact code into a text ...
Swing's user avatar
  • 1
0 votes
1 answer
17 views

geocoding doesn't show the next value from a for loop

I am trying to retrieve multiple values from a for loop to be pass into the esri.Geocoding function, but the problem is it only returned the first value and repeat it according to the number of ...
DayatXIII's user avatar
2 votes
1 answer
214 views

How to stop popup from opening when I click on l.divicon custom html containing a button

I am using the esrileaflet library to render markers on a map having icon l.divicon which has a button in custom HTML. I have bound an event to the button click which is called but also marker popup ...
Bravo Ragazo's user avatar
0 votes
1 answer
1k views

How to add ArcGIS server layer using leaflet.esri package?

I am trying to add a layer from a published ArcGIS service feature into a leaflet map in R using the leaflet.esri package. I've read the documentations here https://rdrr.io/cran/leaflet.esri/man/...
DarwinsBeard's user avatar
3 votes
0 answers
1k views

Uncaught TypeError: Cannot read property 'Controls' of undefined

I'm trying to add search bar in sharepoint map using esri leaflet. It works well in IE, and google chrome... Now If i use the same script in sharepoint.. I have this error: “Uncaught TypeError: ...
alhusher's user avatar

15 30 50 per page