Created
April 7, 2020 20:26
-
-
Save echeipesh/2fe771c3ccc87f7d6bb757d5925b53c9 to your computer and use it in GitHub Desktop.
TileJSON.io - WorldPop 2020
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": false, | |
"shareDiff": false, | |
"defaultToDiff": false, | |
"center": [ | |
9705197.648958227, | |
2221313.2952608643 | |
], | |
"zoom": 4.679999999999999, | |
"currentBaseLayer": 0, | |
"title": "WorldPop 2020" | |
} |
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": "Blue", | |
"version": "1.0.0", | |
"scheme": "xyz", | |
"tiles": [ | |
"https://s3.amazonaws.com/com.azavea.datahub.tms/worldpop/2020/blue/{z}/{x}/{y}.png" | |
], | |
"opacity": 1, | |
"visible": true | |
}, | |
{ | |
"tilejson": "2.2.0", | |
"name": "Inferno", | |
"version": "1.0.0", | |
"scheme": "xyz", | |
"tiles": [ | |
"https://s3.amazonaws.com/com.azavea.datahub.tms/worldpop/2020/inf/{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