Skip to content

Instantly share code, notes, and snippets.

@smellman
Last active November 4, 2016 07:22
Show Gist options
  • Select an option

  • Save smellman/3f2956f096e7cc630c435e59b61bc910 to your computer and use it in GitHub Desktop.

Select an option

Save smellman/3f2956f096e7cc630c435e59b61bc910 to your computer and use it in GitHub Desktop.
{
"version": 8,
"name": "GSI ORT Raster Tiles",
"glyphs": "https://smellman.github.io/creating_tiles_with_global_map_support_files/2015/mapbox_vector_tile_demo/demosites/fonts/{fontstack}/{range}.pbf",
"sprite": "https://smellman.github.io/creating_tiles_with_global_map_support_files/2015/mapbox_vector_tile_demo/demosites/maki-sprites/sprite",
"sources": {
"gsi-ort": {
"type": "raster",
"tiles": [
"https://cyberjapandata.gsi.go.jp/xyz/ort/{z}/{x}/{y}.jpg"
],
"tileSize": 256
}
},
"layers": [{
"id": "gsi-ort",
"type": "raster",
"source": "gsi-ort",
"paint": {
"raster-fade-duration": 100
}
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment