Esri / esri-leaflet

A lightweight set of tools for working with ArcGIS services in Leaflet. :rocket:
https://developers.arcgis.com/esri-leaflet/
Apache License 2.0
1.61k stars 799 forks source link

added siteData.json generator #1308

Closed gavinr closed 2 years ago

gavinr commented 2 years ago

This is a script to generate siteData.json. The script is similar to the one currently in esri-leaflet-doc: https://github.com/Esri/esri-leaflet-doc/blob/master/data/integrity.js. It is slightly different than that one though: instead of relying on the packages being installed via NPM, it makes the requests to find the "latest version" from NPM.

The format of the siteData.json is also slightly updated to be more consistent. (see old vs new).