Skip to content

Instantly share code, notes, and snippets.

@maptastik
Last active September 4, 2015 20:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maptastik/e57310b3451174cc9ef0 to your computer and use it in GitHub Desktop.
Save maptastik/e57310b3451174cc9ef0 to your computer and use it in GitHub Desktop.
Using Imagery from ArcGIS REST WMTS

For using LFUCG 2013 aerial imagery in OSM iD Editor

  1. http://gis.lexingtonky.gov/lfucggis/rest/services/aerial2013/ImageServer
  2. Click WMTS
  3. Under <TileMatrixSetLink> get the base URL template, http://gis.lexingtonky.gov/lfucggis/rest/services/aerial2013/ImageServer/WMTS/tile/1.0.0/aerial2013/{Style}/{TileMatrixSet}/{TileMatrix}/{TileRow}/{TileCol}
  4. {Style} = default, {TileMatrixSet} = default028mm, {TileMatrix} = a number 0-9 (likely 9 because it's the clearest zoomed in), {TileRow} = {y}, {TileCol} = {x}

Other LFUCG REST services: http://gis.lexingtonky.gov/lfucggis/rest/services

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment