Created
February 7, 2023 21:59
-
-
Save roblabs/27c3c0efd87c2e991a6f49b5aa0228d3 to your computer and use it in GitHub Desktop.
TileJSON.io - Oregon (1995-2022)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"baseLayer": { | |
"tilejson": "2.2.0", | |
"name": "base", | |
"version": "1.0.0", | |
"scheme": "xyz", | |
"tiles": [ | |
"https://a.tile.openstreetmap.org/{z}/{x}/{y}.png" | |
] | |
}, | |
"diffLayerLeftId": -1, | |
"diffLayerRightId": -1, | |
"shareGist": false, | |
"shareTileJSONLink": false, | |
"shareBase": true, | |
"shareDiff": true, | |
"defaultToDiff": true, | |
"center": [ | |
-13723231.3126448, | |
5552707.982731006 | |
], | |
"zoom": 17, | |
"currentBaseLayer": 0, | |
"title": "Oregon (1995-2022)", | |
"description": "Aerial Imagery from Oregon" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"tilejson": "2.2.0", | |
"name": "1995", | |
"version": "1.0.0", | |
"scheme": "xyz", | |
"tiles": [ | |
"https://imagery.oregonexplorer.info/arcgis/rest/services/NAIP_1995/NAIP_1995_WM/ImageServer/tile/{z}/{y}/{x}" | |
], | |
"opacity": 1, | |
"visible": false | |
}, | |
{ | |
"tilejson": "2.2.0", | |
"name": "2000", | |
"version": "1.0.0", | |
"scheme": "xyz", | |
"tiles": [ | |
"https://imagery.oregonexplorer.info/arcgis/rest/services/NAIP_2000/NAIP_2000_WM/ImageServer/tile/{z}/{y}/{x}" | |
], | |
"opacity": 1, | |
"visible": false | |
}, | |
{ | |
"tilejson": "2.2.0", | |
"name": "2016", | |
"version": "1.0.0", | |
"scheme": "xyz", | |
"tiles": [ | |
"https://imagery.oregonexplorer.info/arcgis/rest/services/NAIP_2016/NAIP_2016_WM/ImageServer/tile/{z}/{y}/{x}" | |
], | |
"opacity": 1, | |
"visible": false | |
}, | |
{ | |
"tilejson": "2.2.0", | |
"name": "2005", | |
"version": "1.0.0", | |
"scheme": "xyz", | |
"tiles": [ | |
"https://imagery.oregonexplorer.info/arcgis/rest/services/NAIP_2005/NAIP_2005_WM/ImageServer/tile/{z}/{y}/{x}" | |
], | |
"opacity": 1, | |
"visible": false | |
}, | |
{ | |
"tilejson": "2.2.0", | |
"name": "2009", | |
"version": "1.0.0", | |
"scheme": "xyz", | |
"tiles": [ | |
"https://imagery.oregonexplorer.info/arcgis/rest/services/NAIP_2009/NAIP_2009_WM/ImageServer/tile/{z}/{y}/{x}" | |
], | |
"opacity": 1, | |
"visible": false | |
}, | |
{ | |
"tilejson": "2.2.0", | |
"name": "OSIP_2017", | |
"version": "1.0.0", | |
"scheme": "xyz", | |
"tiles": [ | |
"https://imagery.oregonexplorer.info/arcgis/rest/services/OSIP_2017/OSIP_2017_WM/ImageServer/tile/{z}/{y}/{x}" | |
], | |
"opacity": 1, | |
"visible": false | |
}, | |
{ | |
"tilejson": "2.2.0", | |
"name": "OSIP_2018", | |
"version": "1.0.0", | |
"scheme": "xyz", | |
"tiles": [ | |
"https://imagery.oregonexplorer.info/arcgis/rest/services/OSIP_2018/OSIP_2018_WM/ImageServer/tile/{z}/{y}/{x}" | |
], | |
"opacity": 1, | |
"visible": false | |
}, | |
{ | |
"tilejson": "2.2.0", | |
"name": "NAIP_2020", | |
"version": "1.0.0", | |
"scheme": "xyz", | |
"tiles": [ | |
"https://imagery.oregonexplorer.info/arcgis/rest/services/NAIP_2020/NAIP_2020_WM/ImageServer/tile/{z}/{y}/{x}" | |
], | |
"opacity": 1, | |
"visible": true | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment