ArcGIS API

We have a basic demo exercising ArcGIS API for Javascript.

  1. Save this index.html demo file to your computer:
    sdk-demo/index.html

  2. Log in to get an API key from ArcGIS at https://developers.arcgis.com/dashboard

  3. Replace REGRID_API_KEY in index.html with an API key from the Regrid dashboard. The URL where you will add the key looks like this:

    https://fs.regrid.com/REGRID_API_KEY/rest/services/premium/FeatureServer/0
    
In this section