Last active
October 29, 2021 14:16
-
-
Save mtrimpe/5ef63e8e3cf56f5d0eb7ec33419c8815 to your computer and use it in GitHub Desktop.
TileJSON.io - Amsterdam topo
This file contains hidden or 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": true, | |
"shareTileJSONLink": false, | |
"shareBase": false, | |
"shareDiff": false, | |
"defaultToDiff": false, | |
"center": [ | |
549031.4167573544, | |
6865041.975339189 | |
], | |
"zoom": 14, | |
"currentBaseLayer": 0, | |
"title": "Amsterdam topo" | |
} |
This file contains hidden or 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": "luchtfotos-2021", | |
"description": "Luchtfoto's uit 2021 van de gemeenten Amsterdam en Weesp", | |
"version": "1.0.0", | |
"attribution": "(c) Gemeente <a href=\"https://amsterdam.nl\">Amsterdam</a>", | |
"scheme": "xyz", | |
"format": "jpeg", | |
"tiles": [ | |
"https://t1.data.amsterdam.nl/lufo2021_WM/{z}/{x}/{y}.jpeg", | |
"https://t2.data.amsterdam.nl/lufo2021_WM/{z}/{x}/{y}.jpeg", | |
"https://t3.data.amsterdam.nl/lufo2021_WM/{z}/{x}/{y}.jpeg", | |
"https://t4.data.amsterdam.nl/lufo2021_WM/{z}/{x}/{y}.jpeg" | |
], | |
"minzoom": 11, | |
"maxzoom": 21, | |
"bounds": [ 4.72876, 52.2782, 5.07916, 52.4311], | |
"center": [ 4.899906, 52.375601, 14 ] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment