The application starts out as a Leaflet map using the OpenStreetMap basemap layer. A couple switches are made to improve the styling of the application by using an ArcGIS custom basemap layer. This custom basemap layer is created using the Vector Tile Style Editor.
npm install leaflet --save
. Find API Reference info here.npm install esri-leaflet-vector --save
. Find API Reference info here.
- Sign up for an ArcGIS Developer Account
- Get an API Key. Find video instructions here.