Created
July 19, 2017 13:25
-
-
Save hugoangeles0810/205567536d1ef81af9ef2fa246530115 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": "Raster Tiles", | |
| "sources": { | |
| "yourTileLayer": { | |
| "type": "raster", | |
| "tiles": [ | |
| "https://maps.wikimedia.org/osm-intl/{z}/{x}/{y}.png" | |
| ], | |
| "tileSize": 256 | |
| } | |
| }, | |
| "layers": [{ | |
| "id": "yourTileLayer", | |
| "type": "raster", | |
| "source": "yourTileLayer", | |
| "paint": { | |
| "raster-fade-duration": 100 | |
| } | |
| }] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment