Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 883 Bytes

File metadata and controls

15 lines (9 loc) · 883 Bytes

Esri FedGIS Developer Summit 2023: Demo for Open Source

Description

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.

Required Dependencies

  • npm install leaflet --save. Find API Reference info here.
  • npm install esri-leaflet-vector --save. Find API Reference info here.

Other Requirements