Skip to content

EsriDevEvents/ds-europe-plenary-opensource-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Esri European Developer Summit 2022: Demo for Open Source

Description

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.

Live Demo Clip

Demo1_Live_Clip

Live Demos

  • Demo with Leaflet + Nominatim
  • Demo with Esri Leaflet + ArcGIS Location Services

Deploy the App to your Netlify

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.

Required Dependencies

  • 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.

Other Requirements

About

A simple asset locator built with Leaflet & Nominatim. Then, improved by using Esri Leaflet & ArcGIS Location Services.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published