<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-family:trebuchet ms,sans-serif;font-size:large">Reposting Greg's Mass GIS 2021 imagery link. I don't know how to get this into the JOSM imagery preferences master list but you can paste it into the do-it-yourself section at the bottom of the imagery preferences page by selecting +TMS and pasting the link and 7,20 for the zoom. </div><div class="gmail_default" style="font-family:trebuchet ms,sans-serif;font-size:large">It would be great if someone with the know-how could get it added to the master list.</div><div class="gmail_default" style="font-family:trebuchet ms,sans-serif;font-size:large"><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Feb 1, 2022 at 10:24 AM Greg Troxel <<a href="mailto:gdt@lexort.com">gdt@lexort.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
Tom Parent <<a href="mailto:tomparent@gmail.com" target="_blank">tomparent@gmail.com</a>> writes:<br>
<br>
> This works for me:<br>
><br>
> <span class="gmail_default" style="font-family:"trebuchet ms",sans-serif;font-size:large"></span> imagery<br>
> wmts:<br>
> <a href="https://tiles.arcgis.com/tiles/hGdibHYSPO59RG1h/arcgis/rest/services/orthos2021/MapServer/WMTS/1.0.0/WMTSCapabilities.xml" rel="noreferrer" target="_blank">https://tiles.arcgis.com/tiles/hGdibHYSPO59RG1h/arcgis/rest/services/orthos2021/MapServer/WMTS/1.0.0/WMTSCapabilities.xml</a><br>
> ?<br>
<br>
Thanks to Tom for the WMTS link, which gave me a clue how to construct a<br>
TMS link for ELI, and reading the XML was also helpful in understanding.<br>
<br>
<br>
I expect this will show up in iD within a few days; pull requests<br>
without license complexity seem to go fast.<br>
<br>
<a href="https://github.com/osmlab/editor-layer-index/pull/1435" rel="noreferrer" target="_blank">https://github.com/osmlab/editor-layer-index/pull/1435</a><br>
<br>
<br>
Then JOSM should pick it up, or you can follow their instructions once<br>
it's merged:<br>
<br>
  For JOSM you can add<br>
  <a href="https://osmlab.github.io/editor-layer-index/imagery.xml" rel="noreferrer" target="_blank">https://osmlab.github.io/editor-layer-index/imagery.xml</a> to the<br>
  preference key imagery.layers.sites in advanced preferences. You<br>
  probably want to remove the <a href="https://josm.openstreetmap.de/maps" rel="noreferrer" target="_blank">https://josm.openstreetmap.de/maps</a> entry<br>
  or you'll get the same layers listed twice.<br>
<br>
<br>
In leaflet, I'm successfully using:<br>
<br>
  var massgis2021Url = '<a href="https://tiles.arcgis.com/tiles/hGdibHYSPO59RG1h/arcgis/rest/services/orthos2021/MapServer/tile/%7Bz%7D/%7By%7D/%7Bx%7D" rel="noreferrer" target="_blank">https://tiles.arcgis.com/tiles/hGdibHYSPO59RG1h/arcgis/rest/services/orthos2021/MapServer/tile/{z}/{y}/{x}</a>',<br>
      massgis2021Attrib = 'MassGIS 2021 Orthos',<br>
      massgis2021 = L.tileLayer(massgis2021Url, {minZoom: 7, maxZoom: 20, attribution: massgis2021Attrib});<br>
_______________________________________________<br>
Talk-us-massachusetts mailing list<br>
<a href="mailto:Talk-us-massachusetts@openstreetmap.org" target="_blank">Talk-us-massachusetts@openstreetmap.org</a><br>
<a href="https://lists.openstreetmap.org/listinfo/talk-us-massachusetts" rel="noreferrer" target="_blank">https://lists.openstreetmap.org/listinfo/talk-us-massachusetts</a><br>
</blockquote></div></div>