[Talk-us-massachusetts] 2021 imagery!!!

Greg Troxel gdt at lexort.com
Tue Feb 1 15:21:16 UTC 2022


Tom Parent <tomparent at gmail.com> writes:

> This works for me:
>
> 2021 imagery
> wmts:
> https://tiles.arcgis.com/tiles/hGdibHYSPO59RG1h/arcgis/rest/services/orthos2021/MapServer/WMTS/1.0.0/WMTSCapabilities.xml
> ?

Thanks to Tom for the WMTS link, which gave me a clue how to construct a
TMS link for ELI, and reading the XML was also helpful in understanding.


I expect this will show up in iD within a few days; pull requests
without license complexity seem to go fast.

https://github.com/osmlab/editor-layer-index/pull/1435


Then JOSM should pick it up, or you can follow their instructions once
it's merged:

  For JOSM you can add
  https://osmlab.github.io/editor-layer-index/imagery.xml to the
  preference key imagery.layers.sites in advanced preferences. You
  probably want to remove the https://josm.openstreetmap.de/maps entry
  or you'll get the same layers listed twice.


In leaflet, I'm successfully using:

  var massgis2021Url = 'https://tiles.arcgis.com/tiles/hGdibHYSPO59RG1h/arcgis/rest/services/orthos2021/MapServer/tile/{z}/{y}/{x}',
      massgis2021Attrib = 'MassGIS 2021 Orthos',
      massgis2021 = L.tileLayer(massgis2021Url, {minZoom: 7, maxZoom: 20, attribution: massgis2021Attrib});
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 194 bytes
Desc: not available
URL: <http://lists.openstreetmap.org/pipermail/talk-us-massachusetts/attachments/20220201/a69ff5e3/attachment.sig>


More information about the Talk-us-massachusetts mailing list