aboutsummaryrefslogtreecommitdiffhomepage
path: root/snippets/json_maplibre_style
blob: bc88d103f887a3563c6fd1dc03fb4747287ef799 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "version": 8,
  "name": "simple",
  "id": "simple",
  "bearing": 0,
  "pitch": 0,
  "sources": {
    "nlsc": {
      "type": "raster",
      "maxzoom": 15,
      "tiles": [
        "https://wmts.nlsc.gov.tw/wmts/B5000/default/GoogleMapsCompatible/{z}/{y}/{x}"
      ]
    }
  },
  "glyphs": "https://tile.openstreetmap.jp/fonts/{fontstack}/{range}.pbf",
  "layers": [
    {
      "id": "background",
      "type": "background",
      "paint": {
        "background-color": "#f8f4f0"
      }
    }
  ]
}