Created
April 7, 2020 20:28
-
-
Save echeipesh/2ee654c408f015a3d648a8942818ab2c to your computer and use it in GitHub Desktop.
TileJSON.io - WorldPop 2020WorldPop 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": true, | |
"shareBase": true, | |
"shareDiff": true, | |
"defaultToDiff": false, | |
"center": [ | |
9993937.438548082, | |
2733126.7842361047 | |
], | |
"zoom": 7.246666666666666, | |
"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 | |
}, | |
{ | |
"tilejson": "2.2.0", | |
"name": "Orange", | |
"version": "1.0.0", | |
"scheme": "xyz", | |
"tiles": [ | |
"https://s3.amazonaws.com/com.azavea.datahub.tms/worldpop/2020/orange9/{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