Closed bferguso closed 1 month ago
@emjohnst - I'll need information about the satellite imagery source to complete this.
@bferguso we will have to schedule a time for me to log into ArcGIS online, and for us to walk through these steps: https://developers.arcgis.com/documentation/mapping-apis-and-services/security/tutorials/create-and-manage-an-api-key/ This is the map imagery I'd like to use: https://www.arcgis.com/home/item.html?id=10df2279f9684e4a9f6a7f08febac2a9
From Jason from Esri: While not a WMS layer, it is still OGC compliant as a WMTS. Hopefully this is what she means: https://services.arcgisonline.com/arcgis/rest/services/World_Imagery/MapServer/WMTS/1.0.0/WMTSCapabilities.xml
If at all possible, she should be using Rest Service endpoint. If they have built custom app, they can use our leaflet to call the basemap https://developers.arcgis.com/documentation/mapping-apis-and-services/maps/services/basemap-layer-service/#image-tile-service-url
It is free to use up to 2M tile transactions/month https://developers.arcgis.com/pricing/ For casual use that should be good enough. Otherwise, she’ll have to pay for the API or use an AGO subscription named user.
Closing in favour of #611
Could be Post-MVP 2