How to build map with clickable dots that show connections

629
1
12-16-2020 09:59 PM
noah
by
New Contributor II

Hi,

Could anyone share some ideas about how to build a map like this:

By default, the map will have several cities represented as dots on map initial load. When clicked on a city, the map will show lines connecting to several squares representing airports that fly to this city. If clicked on another city, the previous lines and squares will disappear and instead show the connections to the newly clicked city.

Previously when creating map, I usually use something like leaflet or d3 to render polygons based on data.

With the ArcGIS stack (ArcGIS Pro, Online, JS API), what would be the typical ways to achieve this? Should I create multiple layers for each city? Or should this be done similarly (fetch data then render polygons on client side?) Thanks!

0 Kudos
1 Reply
KellyHutchins
Esri Frequent Contributor

This sample app is a little dated but I think this is what you are trying to accomplish? https://github.com/Esri/geotour-js

0 Kudos