Select to view content in your preferred language

Dynamic clusters showing in map

867
2
Jump to solution
06-24-2021 08:07 AM
Labels (1)
GopalanM
New Contributor

Hi all,

I have placed leaflet map component in our website. the leaflet map which is showing all the position in the location where user searched for. But user as and when move the map by doing Zoom out or move the focus to the next neighbour city, we need to again pull all latitude and longtitude from our database matching for the focused city in the map. Is this possible use any API available in ArcGIS?

 

0 Kudos
1 Solution

Accepted Solutions
GavinRehkemper
Esri Contributor

Hi, if your points are stored in an ArcGIS Online Hosted Feature Layer, you can use the "L.esri.featureLayer" module from Esri Leaflet.

 

View solution in original post

0 Kudos
2 Replies
GopalanM
New Contributor

technologies used behind:

Drupal with Leaflet component and the back end is MySQL

0 Kudos
GavinRehkemper
Esri Contributor

Hi, if your points are stored in an ArcGIS Online Hosted Feature Layer, you can use the "L.esri.featureLayer" module from Esri Leaflet.

 

0 Kudos