Created
November 1, 2019 15:01
-
-
Save echeipesh/0905d257e2ad6fa40b8c97bdaf70c736 to your computer and use it in GitHub Desktop.
TileJSON.io - SDG 9.1.1 Country DataSDG 9.1.1 Country DataSDG 9.1.1 Country Data
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": true, | |
"shareBase": true, | |
"shareDiff": false, | |
"defaultToDiff": false, | |
"center": [ | |
7468274.467398122, | |
1464658.0943626198 | |
], | |
"zoom": 3.6107303873697396, | |
"currentBaseLayer": 0, | |
"title": "SDG 9.1.1 Country Data" | |
} |
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": "Nepal", | |
"version": "1.0.0", | |
"scheme": "xyz", | |
"tiles": [ | |
"https://un-sdg.s3.amazonaws.com/tiles/cardno/NPL/country-data/{z}/{x}/{y}.png" | |
], | |
"opacity": 1, | |
"visible": true | |
}, | |
{ | |
"tilejson": "2.2.0", | |
"name": "Malawi", | |
"version": "1.0.0", | |
"scheme": "xyz", | |
"tiles": [ | |
"https://un-sdg.s3.amazonaws.com/tiles/cardno/MWI/country-data/{z}/{x}/{y}.png" | |
], | |
"opacity": 1, | |
"visible": true | |
}, | |
{ | |
"tilejson": "2.2.0", | |
"name": "Myanmar", | |
"version": "1.0.0", | |
"scheme": "xyz", | |
"tiles": [ | |
"https://un-sdg.s3.amazonaws.com/tiles/cardno/MMR/country-data/{z}/{x}/{y}.png" | |
], | |
"opacity": 1, | |
"visible": true | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment