Skip to main content

All Questions

0 votes
2 answers
97 views

How to use arcGIS Leaflet query run and push to Array during query and return a complete Array

I am querying each point of a polygon object (e in this case) using esri leaflet. To do so I have the following function that I use on a polgon that is passed to it: const queryFeature = (e: any) =&...
Simon Palmer's user avatar
0 votes
1 answer
113 views

Find frontage street polyline given a street address

I have an app whereby users select parcels of land based on shapefile information. How can I return the associated street polyline location (lat, long)? I want to be able to locate the center of the ...
Simon Palmer'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
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
34 views

How to pass data to DataContext?

I have a list of zip codes to loop over to get the lat/lng. How do I pass the object zip to the "success" method so I can assign the lat/lng to the right zip object? Right now by the time I get the ...
Johnny's user avatar
  • 71