Skip to content

Instantly share code, notes, and snippets.

@smellman
Created September 19, 2015 21:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smellman/494dbd3868ca6a8f3b41 to your computer and use it in GitHub Desktop.
Save smellman/494dbd3868ca6a8f3b41 to your computer and use it in GitHub Desktop.
raster for gsi
{
"version": 8,
"name": "Raster Tiles",
"sources": {
"gsiStd": {
"type": "raster",
"tiles": [
"http://cyberjapandata.gsi.go.jp/xyz/std/{z}/{x}/{y}.png"
],
"tileSize": 256
}
},
"layers": [{
"id": "gsiStd",
"type": "raster",
"source": "gsiStd",
"paint": {
"raster-fade-duration": 100
}
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment