Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save hugoangeles0810/205567536d1ef81af9ef2fa246530115 to your computer and use it in GitHub Desktop.

Select an option

Save hugoangeles0810/205567536d1ef81af9ef2fa246530115 to your computer and use it in GitHub Desktop.
{
"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