Last active
November 4, 2016 07:22
-
-
Save smellman/3f2956f096e7cc630c435e59b61bc910 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| { | |
| "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