Skip to content

Instantly share code, notes, and snippets.

@honjo2
Created October 2, 2015 15:12
Show Gist options
  • Save honjo2/4061f991afd4c3779bbf to your computer and use it in GitHub Desktop.
Save honjo2/4061f991afd4c3779bbf to your computer and use it in GitHub Desktop.
raster-style.json
{
"version": 8,
"name": "(c) Mapion",
"sources": {
"simple-tiles": {
"tileSize": 128,
"type": "raster",
"attribution": "",
"autoscale": true,
"bounds": [
-180,
-85,
180,
85
],
"center": [
0,
0,
3
],
"maxzoom": 19,
"minzoom": 2,
"name": "Mapion",
"private": true,
"scheme": "xyz",
"tilejson": "2.0.0",
"tiles": [
"http://cm01.mapion.co.jp/m2/tile/{z}/{x}/{y}.png?usr=mapihd",
"http://cm02.mapion.co.jp/m2/tile/{z}/{x}/{y}.png?usr=mapihd"
],
"webpage": "https://www.mapion.co.jp/"
}
},
"sprite": "http://zpbf.herokuapp.com/styles/mapbox-streets",
"layers": [{
"id": "background",
"type": "background",
"paint": {
"background-color": "#d3d3d3"
}
}, {
"id": "simple-tiles",
"type": "raster",
"source": "simple-tiles",
"minzoom": 2,
"maxzoom": 19
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment