This is a demostration of a post office asset locator. The application starts out using Leaflet with the OpenStreetMap basemap layer along with Nominatim API for the search function. A few switches are made to improve the application by using ArcGIS location services and a custom basemap layer.
This button allows you to create a copy of the application to your Github account and a deployed version to your Netlify account. Be sure to add the environment variable API_SECRET with the value set as your API Key.
npm install leaflet --save
. Find API Reference info here.npm install esri-leaflet-vector --save
. Find API Reference info here.npm install esri-leaflet-geocoder --save
. Find API Reference info here.
- Sign up for an ArcGIS Developer Account
- Get an API Key. Find video instructions here.