Skip to content

Instantly share code, notes, and snippets.

@nickpeihl
Created April 14, 2017 18:46
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 nickpeihl/62fb9c6c192abc447bbbe8f5971460ed to your computer and use it in GitHub Desktop.
Save nickpeihl/62fb9c6c192abc447bbbe8f5971460ed to your computer and use it in GitHub Desktop.
2013 Aerial Imagery TileJSON
{
"tilejson": "2.1.0",
"name": "imagery2013",
"description": "Aerial imagery of San Juan County WA taken in 2013",
"version": "1.0.0",
"tiles": [
"http://sjcgis.org/arcgis/rest/services/Basemaps/Aerials_2013_WM/MapServer/tile/{z}/{y}/{x}"
],
"minzoom": 8,
"maxzoom": 13,
"bounds": [-123.256989,48.380882,-122.737885,48.827661],
"center": [-122.997437,48.604766, 8]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment