Skip to main content

All Questions

Tagged with
0 votes
1 answer
65 views

Connecting R Leaflet to esri vector tile service

I'm building a Shiny leaflet application that I want to use a ESRI vector tile map from my organization for. I can see that leaflet connects to it as the attribution is accurate. However the tiles ...
PhDavey's user avatar
  • 416
0 votes
1 answer
52 views

Long lag in ESRI leaflet featurelayer rendering

I'm rendering flowlines from the following web server on leaflet: "https://watersgeo.epa.gov/arcgis/rest/services/NHDPlus_NP21/NHDSnapshot_NP21/MapServer/0"; It is a complicated layer and I ...
JSC's user avatar
  • 1
0 votes
1 answer
55 views

How to intercept esri-leaflet xhr request and then check CacheStorage API, if cache exist return cached feature layer data rather than send real xhr

My web app uses esri-leaflet package, it loads geojson via xhr rather than fetch from ArcGIS server. I am trying to use the following code to intercept xhr requests, however, it doesn't work, and the ...
lpfy's user avatar
  • 134
0 votes
0 answers
24 views

does esri leaflet has option like crossOrigin

I meet a Content Security Policy problem when using esri-leaflet to parse the ArcGIS mapserver to tileLayer, the code snippet I used is as following: L.esri.dynamicMapLayer({ url: 'https://...
abramhum's user avatar
  • 463
0 votes
0 answers
63 views

Adding Tooltips to Leaflet Layer Control Checkboxes for Disabled Layers

I'm working on an Angular application where I'm using Leaflet and esri-leaflet to display maps and layers. I have a layer control with checkboxes (the build-in one of leaflet) that allow users to ...
Dekel tsairi's user avatar
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
0 answers
118 views

ESRI-Leaflet why when at low zoom levels does passing Geosearch results.latlng to dynamicMapLayer.identify().at() retrieve wrong the feature?

I've been fighting a bug in an ESRI leaflet map for days and I am hoping for some ideas. I have a geosearch that searches dynamicMapLayers. I pull a latlng from the results and pass it to a .identify()...
TreverB's user avatar
0 votes
1 answer
191 views

Bound popup removed when layer changed in control

I have a map with a layer control that has overlays specified in the baselayer parameter: var overlays = { 'Layer 1': mylayer1, 'Layer 2': mylayer2 }; L.control.layers( overlays, null, { ...
jvanulde's user avatar
0 votes
0 answers
623 views

Display offline ArcGIS Esri map using Leaflet

I need to display ArcGIS ESRI map hosted in intranet environment. I was following this example and it works fine when system is connected to internet. As our Map Server is hosted in intranet ...
Bilal Ahmed's user avatar
0 votes
1 answer
484 views

How to query points with a polygon layer using Bootleaf / esri-leaflet?

I am using the Bootleaf IAG framework. I can not figure out how to get the bounding coordinates of a filtered layer. I am modifying the bootleaf code to query points with a polygon layer. The Query ...
juststartingout's user avatar
0 votes
1 answer
395 views

Vector tiles are showing in the wrong place and in the wrong scale in esri-leaflet-vector plugin

I'm using [email protected] and leaflet 1.7.1 and esri-leaflet-vector plugin. When I'm adding VectorTileServer layer, rendered tiles are showing in the wrong place and in the wrong scale. Where I ...
javalonde's user avatar
  • 649
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
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

15 30 50 per page