{
  "version": 8,
  "name": "LOOKOUT Basemap0001",
  "sources": {
    "maptiler_attribution": {
      "attribution": "<a href=\"https://www.maptiler.com/copyright/\" target=\"_blank\">&copy; MapTiler</a> <a href=\"https://www.openstreetmap.org/copyright\" target=\"_blank\">&copy; OpenStreetMap contributors</a>",
      "type": "vector"
    },
    "maptiler_planet": {
      "type": "vector",
      "tiles": [
        "http://localhost:9910/api/v2/tiles/custom-tileset-v1/{z}/{x}/{y}.mvt?token=41438624ffbf40768ea371d7a95198a0"
      ],
      "minzoom": 0,
      "maxzoom": 15
    }
  },
  "layers": [
    {
      "id": "Background",
      "type": "background",
      "minzoom": 0,
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "background-color": "hsl(0, 0%, 45%)"
      }
    },
    {
      "id": "Glacier",
      "type": "fill",
      "source": "maptiler_planet",
      "source-layer": "landcover",
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-antialias": false,
        "fill-color": "hsla(169, 100%, 96%, 0.71)",
        "fill-opacity": 1
      },
      "metadata": {},
      "filter": [
        "==",
        "class",
        "ice"
      ]
    },
    {
      "id": "Crop",
      "type": "fill",
      "source": "maptiler_planet",
      "source-layer": "globallandcover",
      "maxzoom": 8,
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-antialias": true,
        "fill-color": "hsl(68, 70%, 27%)",
        "fill-opacity": {
          "stops": [
            [
              0,
              1
            ],
            [
              8,
              0.1
            ]
          ]
        }
      },
      "filter": [
        "==",
        "class",
        "crop"
      ]
    },
    {
      "id": "Scrub",
      "type": "fill",
      "source": "maptiler_planet",
      "source-layer": "globallandcover",
      "maxzoom": 8,
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-antialias": true,
        "fill-color": "hsl(68, 30%, 45%)",
        "fill-opacity": {
          "stops": [
            [
              0,
              1
            ],
            [
              8,
              0.1
            ]
          ]
        }
      },
      "filter": [
        "==",
        "class",
        "scrub"
      ]
    },
    {
      "id": "Forest",
      "type": "fill",
      "source": "maptiler_planet",
      "source-layer": "globallandcover",
      "maxzoom": 8,
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-antialias": true,
        "fill-color": "hsl(68, 33%, 36%)"
      },
      "filter": [
        "in",
        "class",
        "forest",
        "tree"
      ]
    },
    {
      "id": "Residential",
      "type": "fill",
      "source": "maptiler_planet",
      "source-layer": "landuse",
      "maxzoom": 16,
      "layout": {
        "visibility": "none"
      },
      "paint": {
        "fill-color": "hsl(68, 22%, 57%)",
        "fill-opacity": {
          "stops": [
            [
              4,
              0.6
            ],
            [
              16,
              0.1
            ]
          ]
        }
      },
      "filter": [
        "all",
        [
          "==",
          "$type",
          "Polygon"
        ],
        [
          "in",
          "class",
          "residential",
          "suburb",
          "neighbourhood"
        ]
      ]
    },
    {
      "id": "Industrial",
      "type": "fill",
      "source": "maptiler_planet",
      "source-layer": "landuse",
      "minzoom": 10,
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-opacity": 1,
        "fill-color": "hsl(0, 0%, 60%)"
      },
      "metadata": {},
      "filter": [
        "in",
        "class",
        "industrial",
        "commercial",
        "retail"
      ]
    },
    {
      "id": "Pedestrian",
      "type": "fill",
      "source": "maptiler_planet",
      "source-layer": "transportation",
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-color": "hsl(43,25%,99%)",
        "fill-opacity": 0.23
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "$type",
          "Polygon"
        ],
        [
          "!has",
          "brunnel"
        ],
        [
          "!in",
          "class",
          "bridge",
          "pier"
        ],
        [
          "in",
          "subclass",
          "pedestrian",
          "platform"
        ]
      ]
    },
    {
      "id": "Dam",
      "type": "fill",
      "source": "maptiler_planet",
      "source-layer": "landuse",
      "minzoom": 9,
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-antialias": true,
        "fill-color": "hsl(69, 20%, 79%)",
        "fill-opacity": {
          "stops": [
            [
              9,
              0.25
            ],
            [
              16,
              1
            ]
          ]
        }
      },
      "metadata": {},
      "filter": [
        "==",
        "class",
        "dam"
      ]
    },
    {
      "id": "Garages",
      "type": "fill",
      "source": "maptiler_planet",
      "source-layer": "landuse",
      "minzoom": 9,
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-antialias": true,
        "fill-color": "hsl(0, 0%, 93%)",
        "fill-opacity": {
          "stops": [
            [
              9,
              0.25
            ],
            [
              16,
              1
            ]
          ]
        }
      },
      "metadata": {},
      "filter": [
        "==",
        "class",
        "garages"
      ]
    },
    {
      "id": "Cemetery",
      "type": "fill",
      "source": "maptiler_planet",
      "source-layer": "landuse",
      "minzoom": 9,
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-antialias": true,
        "fill-color": "hsl(0, 0%, 51%)",
        "fill-opacity": {
          "stops": [
            [
              9,
              0.25
            ],
            [
              16,
              1
            ]
          ]
        }
      },
      "metadata": {},
      "filter": [
        "==",
        "class",
        "cemetery"
      ]
    },
    {
      "id": "Hospital",
      "type": "fill",
      "source": "maptiler_planet",
      "source-layer": "landuse",
      "minzoom": 9,
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-antialias": true,
        "fill-color": "hsla(325, 26%, 91%, 0.4)",
        "fill-opacity": {
          "stops": [
            [
              9,
              0.25
            ],
            [
              16,
              1
            ]
          ]
        }
      },
      "metadata": {},
      "filter": [
        "==",
        "class",
        "hospital"
      ]
    },
    {
      "id": "Stadium",
      "type": "fill",
      "source": "maptiler_planet",
      "source-layer": "landuse",
      "minzoom": 9,
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-antialias": true,
        "fill-color": "hsl(0, 0%, 65%)",
        "fill-opacity": {
          "stops": [
            [
              9,
              0.25
            ],
            [
              16,
              1
            ]
          ]
        }
      },
      "metadata": {},
      "filter": [
        "in",
        "class",
        "pitch",
        "stadium"
      ]
    },
    {
      "id": "Wood",
      "type": "fill",
      "source": "maptiler_planet",
      "source-layer": "landcover",
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-antialias": true,
        "fill-color": "hsl(66, 11%, 41%)",
        "fill-opacity": 1
      },
      "metadata": {},
      "filter": [
        "==",
        "class",
        "wood"
      ]
    },
    {
      "id": "Grass",
      "type": "fill",
      "source": "maptiler_planet",
      "source-layer": "landcover",
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-antialias": true,
        "fill-color": "hsl(59, 17%, 43%)",
        "fill-opacity": 1
      },
      "metadata": {},
      "filter": [
        "==",
        "class",
        "grass"
      ]
    },
    {
      "id": "Sand",
      "type": "fill",
      "source": "maptiler_planet",
      "source-layer": "landcover",
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-antialias": true,
        "fill-color": "hsl(39, 33%, 72%)",
        "fill-opacity": 1
      },
      "metadata": {},
      "filter": [
        "==",
        "class",
        "sand"
      ]
    },
    {
      "id": "River tunnel",
      "type": "line",
      "source": "maptiler_planet",
      "source-layer": "waterway",
      "minzoom": 14,
      "layout": {
        "line-cap": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "hsl(199, 44%, 59%)",
        "line-dasharray": [
          2,
          4
        ],
        "line-width": {
          "base": 1.3,
          "stops": [
            [
              13,
              0.5
            ],
            [
              20,
              6
            ]
          ]
        }
      },
      "filter": [
        "==",
        "brunnel",
        "tunnel"
      ]
    },
    {
      "id": "River",
      "type": "line",
      "source": "maptiler_planet",
      "source-layer": "waterway",
      "layout": {
        "line-cap": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "hsl(198, 28%, 34%)",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              11,
              1
            ],
            [
              20,
              18
            ]
          ]
        }
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "class",
          "river"
        ],
        [
          "!=",
          "brunnel",
          "tunnel"
        ],
        [
          "!=",
          "intermittent",
          1
        ]
      ]
    },
    {
      "id": "River intermittent",
      "type": "line",
      "source": "maptiler_planet",
      "source-layer": "waterway",
      "layout": {
        "line-cap": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": {
          "stops": [
            [
              6,
              "hsl(199, 44%, 59%)"
            ],
            [
              8,
              "hsl(191, 51%, 85%)"
            ],
            [
              9,
              "hsl(199, 44%, 59%)"
            ]
          ]
        },
        "line-dasharray": [
          2,
          1.6
        ],
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              11,
              1
            ],
            [
              20,
              18
            ]
          ]
        }
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "class",
          "river"
        ],
        [
          "!=",
          "brunnel",
          "tunnel"
        ],
        [
          "==",
          "intermittent",
          1
        ]
      ]
    },
    {
      "id": "Waterway",
      "type": "line",
      "source": "maptiler_planet",
      "source-layer": "waterway",
      "layout": {
        "line-cap": "butt",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "hsl(198, 28%, 34%)",
        "line-width": {
          "base": 1.3,
          "stops": [
            [
              13,
              0.5
            ],
            [
              20,
              12
            ]
          ]
        }
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "!=",
          "class",
          "river"
        ],
        [
          "!=",
          "brunnel",
          "tunnel"
        ],
        [
          "!=",
          "intermittent",
          1
        ]
      ]
    },
    {
      "id": "Waterway intermittent",
      "type": "line",
      "source": "maptiler_planet",
      "source-layer": "waterway",
      "layout": {
        "line-cap": "butt",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "hsl(199, 44%, 59%)",
        "line-dasharray": [
          4,
          3
        ],
        "line-width": {
          "base": 1.3,
          "stops": [
            [
              13,
              0.5
            ],
            [
              20,
              12
            ]
          ]
        }
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "!=",
          "class",
          "river"
        ],
        [
          "!=",
          "brunnel",
          "tunnel"
        ],
        [
          "==",
          "intermittent",
          1
        ]
      ]
    },
    {
      "id": "Water",
      "type": "fill",
      "source": "maptiler_planet",
      "source-layer": "water",
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-color": "hsl(195, 100%, 13%)"
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "!=",
          "intermittent",
          1
        ],
        [
          "!=",
          "brunnel",
          "tunnel"
        ]
      ]
    },
    {
      "id": "Water intermittent",
      "type": "fill",
      "source": "maptiler_planet",
      "source-layer": "water",
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-color": "hsl(198, 25%, 42%)",
        "fill-opacity": 1
      },
      "metadata": {},
      "filter": [
        "==",
        "intermittent",
        1
      ]
    },
    {
      "id": "Runway",
      "type": "line",
      "source": "maptiler_planet",
      "source-layer": "aeroway",
      "minzoom": 11,
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "line-color": "hsl(0, 0%, 54%)",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              11,
              3
            ],
            [
              20,
              16
            ]
          ]
        }
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "==",
          "class",
          "runway"
        ]
      ]
    },
    {
      "id": "Taxiway",
      "type": "line",
      "source": "maptiler_planet",
      "source-layer": "aeroway",
      "minzoom": 11,
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "line-color": "hsl(0, 0%, 54%)",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              11,
              0.5
            ],
            [
              20,
              6
            ]
          ]
        }
      },
      "metadata": {},
      "filter": [
        "==",
        "class",
        "taxiway"
      ]
    },
    {
      "id": "Ferry",
      "type": "line",
      "source": "maptiler_planet",
      "source-layer": "transportation",
      "minzoom": 6,
      "layout": {
        "line-join": "round",
        "visibility": "visible",
        "line-round-limit": 0
      },
      "paint": {
        "line-color": "hsla(186, 47%, 47%, 0.25)",
        "line-dasharray": [
          8,
          3
        ],
        "line-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          6,
          0.5,
          7,
          0.8,
          8,
          1
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1
          ],
          [
            "zoom"
          ],
          10,
          0.4,
          14,
          0.9
        ],
        "line-gap-width": 0
      },
      "filter": [
        "==",
        "class",
        "ferry"
      ]
    },
    {
      "id": "Tunnel outline",
      "type": "line",
      "source": "maptiler_planet",
      "source-layer": "transportation",
      "minzoom": 4,
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "none"
      },
      "paint": {
        "line-color": [
          "match",
          [
            "get",
            "class"
          ],
          "motorway",
          "hsl(28,72%,69%)",
          [
            "trunk",
            "primary"
          ],
          "hsl(26, 56%, 68%)",
          "hsl(36,5%,80%)"
        ],
        "line-dasharray": [
          0.5,
          0.25
        ],
        "line-width": [
          "interpolate",
          [
            "linear",
            2
          ],
          [
            "zoom"
          ],
          6,
          0,
          7,
          0.5,
          10,
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "motorway"
            ],
            [
              "match",
              [
                "get",
                "ramp"
              ],
              1,
              0,
              2.5
            ],
            [
              "trunk",
              "primary"
            ],
            2,
            0
          ],
          12,
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "motorway"
            ],
            [
              "match",
              [
                "get",
                "ramp"
              ],
              1,
              2,
              6
            ],
            [
              "trunk",
              "primary"
            ],
            3,
            [
              "secondary",
              "tertiary"
            ],
            2,
            [
              "minor",
              "service",
              "track"
            ],
            1,
            0.5
          ],
          14,
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "motorway"
            ],
            [
              "match",
              [
                "get",
                "ramp"
              ],
              1,
              5,
              8
            ],
            [
              "trunk"
            ],
            4,
            [
              "primary"
            ],
            6,
            [
              "secondary"
            ],
            6,
            [
              "tertiary"
            ],
            4,
            [
              "minor",
              "service",
              "track"
            ],
            3,
            3
          ],
          16,
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "motorway",
              "trunk",
              "primary"
            ],
            10,
            [
              "secondary"
            ],
            8,
            [
              "tertiary"
            ],
            8,
            [
              "minor",
              "service",
              "track"
            ],
            4,
            4
          ],
          20,
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "motorway",
              "trunk",
              "primary"
            ],
            26,
            [
              "secondary"
            ],
            26,
            [
              "tertiary"
            ],
            26,
            [
              "minor",
              "service",
              "track"
            ],
            18,
            18
          ]
        ]
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "tunnel"
        ],
        [
          "!in",
          "class",
          "ferry",
          "rail",
          "transit",
          "pier",
          "bridge",
          "path",
          "aerialway",
          "motorway_construction",
          "trunk_construction",
          "primary_construction",
          "secondary_construction",
          "tertiary_construction",
          "minor_construction",
          "service_construction",
          "track_construction"
        ]
      ]
    },
    {
      "id": "Tunnel",
      "type": "line",
      "source": "maptiler_planet",
      "source-layer": "transportation",
      "minzoom": 4,
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "none"
      },
      "paint": {
        "line-color": [
          "match",
          [
            "get",
            "class"
          ],
          "motorway",
          "hsl(35, 100%, 76%)",
          [
            "trunk",
            "primary"
          ],
          "hsl(46, 100%, 91%)",
          "hsl(0, 0%, 96%)"
        ],
        "line-opacity": 1,
        "line-width": [
          "interpolate",
          [
            "linear",
            2
          ],
          [
            "zoom"
          ],
          5,
          0,
          6,
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "motorway"
            ],
            [
              "match",
              [
                "get",
                "brunnel"
              ],
              [
                "bridge"
              ],
              0,
              1
            ],
            [
              "trunk",
              "primary"
            ],
            0,
            0
          ],
          10,
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "motorway"
            ],
            [
              "match",
              [
                "get",
                "ramp"
              ],
              1,
              0,
              2.5
            ],
            [
              "trunk",
              "primary"
            ],
            1.5,
            1
          ],
          12,
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "motorway"
            ],
            [
              "match",
              [
                "get",
                "ramp"
              ],
              1,
              1,
              4
            ],
            [
              "trunk"
            ],
            2.5,
            [
              "primary"
            ],
            2.5,
            [
              "secondary",
              "tertiary"
            ],
            1.5,
            [
              "minor",
              "service",
              "track"
            ],
            1,
            1
          ],
          14,
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "motorway"
            ],
            [
              "match",
              [
                "get",
                "ramp"
              ],
              1,
              5,
              6
            ],
            [
              "trunk"
            ],
            3,
            [
              "primary"
            ],
            5,
            [
              "secondary"
            ],
            4,
            [
              "tertiary"
            ],
            3,
            [
              "minor",
              "service",
              "track"
            ],
            2,
            2
          ],
          16,
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "motorway",
              "trunk",
              "primary"
            ],
            8,
            [
              "secondary"
            ],
            7,
            [
              "tertiary"
            ],
            6,
            [
              "minor",
              "service",
              "track"
            ],
            4,
            4
          ],
          20,
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "motorway",
              "trunk",
              "primary"
            ],
            24,
            [
              "secondary"
            ],
            24,
            [
              "tertiary"
            ],
            24,
            [
              "minor",
              "service",
              "track"
            ],
            16,
            16
          ]
        ]
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "tunnel"
        ],
        [
          "!in",
          "class",
          "ferry",
          "rail",
          "transit",
          "pier",
          "bridge",
          "path",
          "aerialway",
          "motorway_construction",
          "trunk_construction",
          "primary_construction",
          "secondary_construction",
          "tertiary_construction",
          "minor_construction",
          "service_construction",
          "track_construction"
        ]
      ]
    },
    {
      "id": "Railway tunnel",
      "type": "line",
      "source": "maptiler_planet",
      "source-layer": "transportation",
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "line-color": "hsl(0, 0%, 58%)",
        "line-opacity": 0.5,
        "line-width": {
          "base": 1.4,
          "stops": [
            [
              14,
              0.4
            ],
            [
              15,
              0.75
            ],
            [
              20,
              2
            ]
          ]
        }
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "tunnel"
        ],
        [
          "==",
          "class",
          "rail"
        ]
      ]
    },
    {
      "id": "Railway tunnel hatching",
      "type": "line",
      "source": "maptiler_planet",
      "source-layer": "transportation",
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "line-color": "hsl(0, 0%, 58%)",
        "line-dasharray": [
          0.2,
          8
        ],
        "line-opacity": 0.5,
        "line-width": {
          "base": 1.4,
          "stops": [
            [
              14.5,
              0
            ],
            [
              15,
              3
            ],
            [
              20,
              8
            ]
          ]
        }
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "tunnel"
        ],
        [
          "==",
          "class",
          "rail"
        ]
      ]
    },
    {
      "id": "Tunnel path",
      "type": "line",
      "source": "maptiler_planet",
      "source-layer": "transportation",
      "minzoom": 12,
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "hsla(0, 0%, 50%, 0.45)",
        "line-dasharray": [
          3,
          2
        ],
        "line-opacity": 1,
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              14,
              0.5
            ],
            [
              16,
              1
            ],
            [
              18,
              2
            ],
            [
              22,
              5
            ]
          ]
        }
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "class",
          "path"
        ],
        [
          "==",
          "brunnel",
          "tunnel"
        ]
      ]
    },
    {
      "id": "Bridge",
      "type": "fill",
      "source": "maptiler_planet",
      "source-layer": "transportation",
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-antialias": true,
        "fill-color": "hsla(0, 0%, 64%, 0.6)"
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "$type",
          "Polygon"
        ],
        [
          "==",
          "brunnel",
          "bridge"
        ]
      ]
    },
    {
      "id": "Pier",
      "type": "fill",
      "source": "maptiler_planet",
      "source-layer": "transportation",
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-antialias": true,
        "fill-color": "hsl(0, 0%, 71%)"
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "$type",
          "Polygon"
        ],
        [
          "==",
          "class",
          "pier"
        ]
      ]
    },
    {
      "id": "Pier road",
      "type": "line",
      "source": "maptiler_planet",
      "source-layer": "transportation",
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "hsl(0, 0%, 83%)",
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              13,
              0.5
            ],
            [
              15,
              1
            ],
            [
              18,
              4
            ]
          ]
        }
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "in",
          "class",
          "pier"
        ]
      ]
    },
    {
      "id": "Minor road outline",
      "type": "line",
      "source": "maptiler_planet",
      "source-layer": "transportation",
      "minzoom": 10,
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "hsl(0, 0%, 54%)",
        "line-opacity": 1,
        "line-width": [
          "interpolate",
          [
            "linear",
            2
          ],
          [
            "zoom"
          ],
          10,
          0,
          12,
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "secondary",
              "tertiary"
            ],
            2,
            [
              "minor",
              "service",
              "track"
            ],
            1,
            0.7
          ],
          14,
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "secondary"
            ],
            6,
            [
              "tertiary"
            ],
            4,
            [
              "minor",
              "service",
              "track"
            ],
            3,
            3
          ],
          16,
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "secondary"
            ],
            8,
            [
              "tertiary"
            ],
            8,
            [
              "minor",
              "service",
              "track"
            ],
            4,
            4
          ],
          20,
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "secondary"
            ],
            26,
            [
              "tertiary"
            ],
            26,
            [
              "minor",
              "service",
              "track"
            ],
            17,
            17
          ]
        ]
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "!=",
          "brunnel",
          "tunnel"
        ],
        [
          "!in",
          "class",
          "aerialway",
          "bridge",
          "ferry",
          "minor_construction",
          "motorway",
          "motorway_construction",
          "path",
          "pier",
          "primary",
          "primary_construction",
          "rail",
          "secondary",
          "secondary_construction",
          "service_construction",
          "tertiary_construction",
          "track_construction",
          "transit",
          "trunk",
          "trunk_construction"
        ]
      ]
    },
    {
      "id": "Major road outline",
      "type": "line",
      "source": "maptiler_planet",
      "source-layer": "transportation",
      "minzoom": 4,
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "hsl(0, 0%, 54%)",
        "line-opacity": 1,
        "line-width": [
          "interpolate",
          [
            "linear",
            2
          ],
          [
            "zoom"
          ],
          6,
          0,
          7,
          0.5,
          10,
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "trunk",
              "primary"
            ],
            2.4,
            0
          ],
          12,
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "trunk",
              "primary"
            ],
            3,
            0.7
          ],
          14,
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "trunk"
            ],
            4,
            [
              "primary"
            ],
            6,
            3
          ],
          16,
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "trunk",
              "primary"
            ],
            10,
            4
          ],
          20,
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "trunk",
              "primary"
            ],
            26,
            17
          ]
        ]
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "!=",
          "brunnel",
          "tunnel"
        ],
        [
          "in",
          "class",
          "primary",
          "trunk"
        ]
      ]
    },
    {
      "id": "Highway outline",
      "type": "line",
      "source": "maptiler_planet",
      "source-layer": "transportation",
      "minzoom": 4,
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "hsl(0, 0%, 54%)",
        "line-opacity": 1,
        "line-width": [
          "interpolate",
          [
            "linear",
            2
          ],
          [
            "zoom"
          ],
          6,
          0,
          7,
          0.5,
          10,
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "motorway"
            ],
            [
              "match",
              [
                "get",
                "ramp"
              ],
              1,
              0,
              2.5
            ],
            0
          ],
          12,
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "motorway"
            ],
            [
              "match",
              [
                "get",
                "ramp"
              ],
              1,
              2,
              6
            ],
            0.7
          ],
          14,
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "motorway"
            ],
            [
              "match",
              [
                "get",
                "ramp"
              ],
              1,
              5,
              8
            ],
            3
          ],
          16,
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "motorway"
            ],
            10,
            4
          ],
          20,
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "motorway"
            ],
            26,
            17
          ]
        ]
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "!=",
          "brunnel",
          "tunnel"
        ],
        [
          "==",
          "class",
          "motorway"
        ]
      ]
    },
    {
      "id": "Minor road",
      "type": "line",
      "source": "maptiler_planet",
      "source-layer": "transportation",
      "minzoom": 10,
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "hsl(0, 0%, 54%)",
        "line-width": [
          "interpolate",
          [
            "linear",
            2
          ],
          [
            "zoom"
          ],
          10,
          1,
          12,
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "tertiary"
            ],
            1.5,
            [
              "minor",
              "service",
              "track"
            ],
            0.5,
            0.7
          ],
          14,
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "tertiary"
            ],
            3,
            [
              "minor",
              "service",
              "track"
            ],
            1,
            1
          ],
          16,
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "tertiary"
            ],
            6,
            [
              "minor",
              "service",
              "track"
            ],
            2,
            2
          ],
          20,
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "tertiary"
            ],
            24,
            [
              "minor",
              "service",
              "track"
            ],
            12,
            12
          ]
        ]
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "!=",
          "brunnel",
          "tunnel"
        ],
        [
          "!in",
          "class",
          "aerialway",
          "bridge",
          "ferry",
          "minor_construction",
          "motorway",
          "motorway_construction",
          "path",
          "pier",
          "primary",
          "primary_construction",
          "rail",
          "secondary",
          "secondary_construction",
          "service_construction",
          "tertiary_construction",
          "track_construction",
          "transit",
          "trunk",
          "trunk_construction"
        ]
      ]
    },
    {
      "id": "Major road",
      "type": "line",
      "source": "maptiler_planet",
      "source-layer": "transportation",
      "minzoom": 6,
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "hsl(0, 0%, 54%)",
        "line-width": [
          "interpolate",
          [
            "linear",
            2
          ],
          [
            "zoom"
          ],
          6,
          [
            "match",
            [
              "get",
              "class"
            ],
            "trunk",
            1,
            0
          ],
          10,
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "trunk",
              "primary"
            ],
            1.5,
            1
          ],
          12,
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "trunk"
            ],
            2.5,
            [
              "primary"
            ],
            2.5,
            1.5
          ],
          14,
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "trunk"
            ],
            3,
            [
              "primary"
            ],
            5,
            4
          ],
          16,
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "trunk",
              "primary"
            ],
            4,
            4
          ],
          20,
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "trunk",
              "primary"
            ],
            24,
            24
          ]
        ]
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "!=",
          "brunnel",
          "tunnel"
        ],
        [
          "in",
          "class",
          "primary",
          "secondary",
          "trunk"
        ]
      ]
    },
    {
      "id": "Highway",
      "type": "line",
      "source": "maptiler_planet",
      "source-layer": "transportation",
      "minzoom": 4,
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "hsl(0, 0%, 54%)",
        "line-opacity": 1,
        "line-width": [
          "interpolate",
          [
            "linear",
            2
          ],
          [
            "zoom"
          ],
          5,
          0.5,
          6,
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "motorway"
            ],
            [
              "match",
              [
                "get",
                "brunnel"
              ],
              [
                "bridge"
              ],
              0,
              1
            ],
            0
          ],
          10,
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "motorway"
            ],
            [
              "match",
              [
                "get",
                "ramp"
              ],
              1,
              0,
              2.5
            ],
            1
          ],
          12,
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "motorway"
            ],
            [
              "match",
              [
                "get",
                "ramp"
              ],
              1,
              1,
              4
            ],
            0.7
          ],
          14,
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "motorway"
            ],
            [
              "match",
              [
                "get",
                "ramp"
              ],
              1,
              5,
              6
            ],
            1
          ],
          16,
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "motorway"
            ],
            8,
            2
          ],
          20,
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "motorway"
            ],
            24,
            12
          ]
        ]
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "!=",
          "brunnel",
          "tunnel"
        ],
        [
          "==",
          "class",
          "motorway"
        ]
      ]
    },
    {
      "id": "Path minor",
      "type": "line",
      "source": "maptiler_planet",
      "source-layer": "transportation",
      "minzoom": 12,
      "layout": {
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": [
          "interpolate",
          [
            "exponential",
            1
          ],
          [
            "zoom"
          ],
          6,
          "hsl(0, 0%, 48%)",
          18,
          "hsl(0, 0%, 41%)"
        ],
        "line-dasharray": [
          3,
          2
        ],
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              14,
              0.5
            ],
            [
              22,
              3
            ]
          ]
        }
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "!in",
          "brunnel",
          "tunnel"
        ],
        [
          "in",
          "class",
          "path_pedestrian"
        ]
      ]
    },
    {
      "id": "Path",
      "type": "line",
      "source": "maptiler_planet",
      "source-layer": "transportation",
      "minzoom": 12,
      "layout": {
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": [
          "interpolate",
          [
            "exponential",
            1
          ],
          [
            "zoom"
          ],
          6,
          "hsla(0, 0%, 48%, 0.35)",
          18,
          "hsla(0, 0%, 41%, 0.35)"
        ],
        "line-dasharray": [
          3,
          2
        ],
        "line-width": {
          "base": 1.2,
          "stops": [
            [
              14,
              0.5
            ],
            [
              22,
              3
            ]
          ]
        }
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "!in",
          "brunnel",
          "tunnel"
        ],
        [
          "in",
          "class",
          "path",
          "pedestrian"
        ]
      ]
    },
    {
      "id": "Major railway",
      "type": "line",
      "source": "maptiler_planet",
      "source-layer": "transportation",
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "line-color": [
          "interpolate",
          [
            "exponential",
            1
          ],
          [
            "zoom"
          ],
          8,
          "hsl(0, 0%, 58%)",
          16,
          "hsl(0, 0%, 56%)"
        ],
        "line-opacity": [
          "match",
          [
            "get",
            "service"
          ],
          "yard",
          0.5,
          1
        ],
        "line-width": {
          "base": 1.4,
          "stops": [
            [
              14,
              0.4
            ],
            [
              15,
              0.75
            ],
            [
              20,
              2
            ]
          ]
        }
      },
      "filter": [
        "all",
        [
          "!in",
          "brunnel",
          "tunnel"
        ],
        [
          "==",
          "class",
          "rail"
        ],
        [
          "!=",
          "subclass",
          "funicular"
        ]
      ]
    },
    {
      "id": "Major railway hatching",
      "type": "line",
      "source": "maptiler_planet",
      "source-layer": "transportation",
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "line-color": "hsl(0, 0%, 58%)",
        "line-dasharray": [
          0.2,
          9
        ],
        "line-opacity": [
          "match",
          [
            "get",
            "service"
          ],
          "yard",
          0.5,
          1
        ],
        "line-width": {
          "base": 1.4,
          "stops": [
            [
              14.5,
              0
            ],
            [
              15,
              3
            ],
            [
              20,
              8
            ]
          ]
        }
      },
      "filter": [
        "all",
        [
          "!in",
          "brunnel",
          "tunnel"
        ],
        [
          "==",
          "class",
          "rail"
        ],
        [
          "!=",
          "subclass",
          "funicular"
        ]
      ]
    },
    {
      "id": "Minor railway",
      "type": "line",
      "source": "maptiler_planet",
      "source-layer": "transportation",
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "line-color": "hsl(0, 0%, 58%)",
        "line-width": {
          "base": 1.4,
          "stops": [
            [
              14,
              0.4
            ],
            [
              15,
              0.75
            ],
            [
              20,
              2
            ]
          ]
        }
      },
      "filter": [
        "in",
        "subclass",
        "tram",
        "light_rail"
      ]
    },
    {
      "id": "Minor railway hatching",
      "type": "line",
      "source": "maptiler_planet",
      "source-layer": "transportation",
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "line-color": "hsl(0, 0%, 58%)",
        "line-dasharray": [
          0.2,
          4
        ],
        "line-width": {
          "base": 1.4,
          "stops": [
            [
              14.5,
              0
            ],
            [
              15,
              2
            ],
            [
              20,
              6
            ]
          ]
        }
      },
      "filter": [
        "in",
        "subclass",
        "tram",
        "light_rail"
      ]
    },
    {
      "id": "Building",
      "type": "fill",
      "source": "maptiler_planet",
      "source-layer": "building",
      "minzoom": 13,
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-antialias": true,
        "fill-color": "hsl(37, 0%, 63%)",
        "fill-outline-color": "hsla(39, 10%, 72%, 0)"
      }
    },
    {
      "id": "Building 3D",
      "type": "fill-extrusion",
      "source": "maptiler_planet",
      "source-layer": "building",
      "minzoom": 13,
      "maxzoom": 22,
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-extrusion-base": {
          "property": "render_min_height",
          "type": "identity"
        },
        "fill-extrusion-color": "hsl(0, 0%, 63%)",
        "fill-extrusion-height": {
          "property": "render_height",
          "type": "identity"
        },
        "fill-extrusion-opacity": 1,
        "fill-extrusion-vertical-gradient": false
      },
      "metadata": {}
    },
    {
      "id": "Minor lift",
      "type": "line",
      "source": "maptiler_planet",
      "source-layer": "transportation",
      "minzoom": 13,
      "layout": {
        "line-cap": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "hsl(0, 0%, 48%)",
        "line-width": {
          "base": 1,
          "stops": [
            [
              11,
              1
            ],
            [
              19,
              2.5
            ]
          ]
        }
      },
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "==",
          "class",
          "aerialway"
        ],
        [
          "!in",
          "subclass",
          "cable_car",
          "funicular",
          "gondola"
        ]
      ]
    },
    {
      "id": "Minor lift dash",
      "type": "line",
      "source": "maptiler_planet",
      "source-layer": "transportation",
      "minzoom": 13,
      "layout": {
        "line-cap": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "hsl(0, 0%, 48%)",
        "line-dasharray": [
          0.05,
          3
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1
          ],
          [
            "zoom"
          ],
          11,
          3,
          19,
          6
        ]
      },
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "==",
          "class",
          "aerialway"
        ],
        [
          "!in",
          "subclass",
          "cable_car",
          "funicular",
          "gondola"
        ]
      ]
    },
    {
      "id": "Cable car",
      "type": "line",
      "source": "maptiler_planet",
      "source-layer": "transportation",
      "minzoom": 13,
      "layout": {
        "line-cap": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "hsl(0, 0%, 48%)",
        "line-width": {
          "base": 1,
          "stops": [
            [
              11,
              1
            ],
            [
              19,
              2.5
            ]
          ]
        }
      },
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "in",
          "subclass",
          "cable_car",
          "funicular",
          "gondola"
        ]
      ]
    },
    {
      "id": "Cable car dash",
      "type": "line",
      "source": "maptiler_planet",
      "source-layer": "transportation",
      "minzoom": 13,
      "layout": {
        "line-cap": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "hsl(0, 0%, 48%)",
        "line-dasharray": [
          2,
          3
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1
          ],
          [
            "zoom"
          ],
          11,
          3,
          19,
          5
        ]
      },
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "in",
          "subclass",
          "cable_car",
          "funicular",
          "gondola"
        ]
      ]
    },
    {
      "id": "Aerialway labels",
      "type": "symbol",
      "source": "maptiler_planet",
      "source-layer": "transportation_name",
      "minzoom": 14,
      "layout": {
        "icon-allow-overlap": false,
        "icon-ignore-placement": false,
        "icon-keep-upright": false,
        "symbol-placement": "line",
        "text-allow-overlap": false,
        "text-anchor": "center",
        "text-field": [
          "coalesce",
          [
            "get",
            "name:en"
          ],
          [
            "get",
            "name"
          ]
        ],
        "text-font": [
          "Roboto Italic",
          "Noto Sans Italic"
        ],
        "text-ignore-placement": false,
        "text-justify": "center",
        "text-max-width": 10,
        "text-offset": [
          0,
          0.15
        ],
        "text-optional": false,
        "text-size": {
          "base": 1,
          "stops": [
            [
              13,
              10
            ],
            [
              14,
              11
            ],
            [
              18,
              13
            ],
            [
              22,
              15
            ]
          ]
        },
        "visibility": "none"
      },
      "paint": {
        "icon-color": "hsl(0, 0%, 10%)",
        "text-color": "hsl(0, 0%, 28%)",
        "text-halo-blur": 0,
        "text-halo-color": "hsl(0, 0%, 80%)",
        "text-halo-width": 1.5
      },
      "filter": [
        "==",
        "class",
        "aerialway"
      ]
    },
    {
      "id": "Other border",
      "type": "line",
      "source": "maptiler_planet",
      "source-layer": "boundary",
      "minzoom": 3,
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "line-color": "hsl(0, 0%, 60%)",
        "line-dasharray": [
          2,
          1
        ],
        "line-width": {
          "stops": [
            [
              3,
              0.75
            ],
            [
              4,
              1.25
            ],
            [
              11,
              1.75
            ],
            [
              18,
              2
            ]
          ]
        }
      },
      "filter": [
        "all",
        [
          "in",
          "admin_level",
          3,
          4,
          5,
          6,
          7,
          8,
          9,
          10
        ],
        [
          "==",
          "maritime",
          0
        ]
      ]
    },
    {
      "id": "Disputed border",
      "type": "line",
      "source": "maptiler_planet",
      "source-layer": "boundary",
      "minzoom": 0,
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "hsl(0, 0%, 53%)",
        "line-dasharray": [
          2,
          2
        ],
        "line-width": {
          "stops": [
            [
              1,
              0.5
            ],
            [
              5,
              1.5
            ],
            [
              10,
              2
            ]
          ]
        }
      },
      "filter": [
        "all",
        [
          "==",
          "admin_level",
          2
        ],
        [
          "==",
          "disputed",
          1
        ],
        [
          "==",
          "maritime",
          0
        ]
      ]
    },
    {
      "id": "Country border",
      "type": "line",
      "source": "maptiler_planet",
      "source-layer": "boundary",
      "minzoom": 0,
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "hsl(0, 0%, 45%)",
        "line-width": {
          "stops": [
            [
              1,
              0.5
            ],
            [
              5,
              1
            ],
            [
              10,
              2
            ]
          ]
        }
      },
      "filter": [
        "all",
        [
          "==",
          "admin_level",
          2
        ],
        [
          "==",
          "disputed",
          0
        ],
        [
          "==",
          "maritime",
          0
        ]
      ]
    },
    {
      "id": "River labels",
      "type": "symbol",
      "source": "maptiler_planet",
      "source-layer": "waterway",
      "minzoom": 13,
      "layout": {
        "symbol-placement": "line",
        "symbol-spacing": 350,
        "text-field": [
          "coalesce",
          [
            "get",
            "name:en"
          ],
          [
            "get",
            "name"
          ]
        ],
        "text-font": [
          "Roboto Italic",
          "Noto Sans Italic"
        ],
        "text-letter-spacing": 0.1,
        "text-max-width": 5,
        "text-rotation-alignment": "map",
        "text-size": [
          "interpolate",
          [
            "exponential",
            1
          ],
          [
            "zoom"
          ],
          13,
          10,
          16,
          20
        ],
        "visibility": "none"
      },
      "paint": {
        "text-color": "hsl(186, 47%, 47%)",
        "text-halo-blur": 0.5,
        "text-halo-color": "hsl(197, 87%, 88%)",
        "text-halo-width": 0
      },
      "filter": [
        "has",
        "name"
      ]
    },
    {
      "id": "Lakeline labels",
      "type": "symbol",
      "source": "maptiler_planet",
      "source-layer": "water_name",
      "minzoom": 0,
      "layout": {
        "symbol-placement": "line",
        "text-field": [
          "coalesce",
          [
            "get",
            "name:en"
          ],
          [
            "get",
            "name"
          ]
        ],
        "text-font": [
          "Roboto Regular",
          "Noto Sans Regular"
        ],
        "text-max-width": 5,
        "text-size": 12,
        "visibility": "none"
      },
      "paint": {
        "text-color": "hsl(186, 47%, 47%)",
        "text-halo-color": "hsla(0, 0%, 100%, 0.45)",
        "text-halo-width": 0
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ]
      ]
    },
    {
      "id": "Ocean labels",
      "type": "symbol",
      "source": "maptiler_planet",
      "source-layer": "water_name",
      "minzoom": 0,
      "layout": {
        "symbol-placement": "point",
        "text-field": "{name:en}",
        "text-font": [
          "Roboto Italic",
          "Noto Sans Italic"
        ],
        "text-max-width": 5,
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          1,
          16,
          3,
          19,
          9,
          24,
          14,
          35
        ],
        "text-transform": "none",
        "visibility": "none"
      },
      "paint": {
        "text-color": "hsl(186, 47%, 47%)",
        "text-halo-blur": 1,
        "text-halo-color": {
          "stops": [
            [
              1,
              "hsla(200,72%,70%,0.05)"
            ],
            [
              3,
              "hsla(200,72%,70%,0.5)"
            ]
          ]
        },
        "text-halo-width": 0,
        "text-opacity": 1
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "has",
          "name"
        ],
        [
          "==",
          "class",
          "ocean"
        ]
      ]
    },
    {
      "id": "Sea labels",
      "type": "symbol",
      "source": "maptiler_planet",
      "source-layer": "water_name",
      "minzoom": 3,
      "layout": {
        "symbol-placement": "point",
        "text-field": [
          "coalesce",
          [
            "get",
            "name:en"
          ],
          [
            "get",
            "name"
          ]
        ],
        "text-font": [
          "Roboto Italic",
          "Noto Sans Italic"
        ],
        "text-max-width": 5,
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          1,
          10,
          3,
          15,
          9,
          20,
          14,
          35
        ],
        "text-transform": "none",
        "visibility": "none"
      },
      "paint": {
        "text-color": "hsl(186, 47%, 47%)",
        "text-halo-blur": 1,
        "text-halo-color": {
          "stops": [
            [
              1,
              "hsla(200,72%,70%,0.05)"
            ],
            [
              3,
              "hsla(200,72%,70%,0.5)"
            ]
          ]
        },
        "text-halo-width": 0,
        "text-opacity": 1
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "has",
          "name"
        ],
        [
          "==",
          "class",
          "sea"
        ]
      ]
    },
    {
      "id": "Lake labels",
      "type": "symbol",
      "source": "maptiler_planet",
      "source-layer": "water_name",
      "minzoom": 7,
      "layout": {
        "text-field": [
          "coalesce",
          [
            "get",
            "name:en"
          ],
          [
            "get",
            "name"
          ]
        ],
        "text-font": [
          "Roboto Italic",
          "Noto Sans Italic"
        ],
        "text-max-width": 5,
        "text-size": 12,
        "visibility": "none"
      },
      "paint": {
        "text-color": "hsl(200, 88%, 26%)",
        "text-halo-color": "hsla(0, 0%, 100%, 0.45)",
        "text-halo-width": 1.5
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "$type",
          "Point"
        ],
        [
          "in",
          "class",
          "lake"
        ]
      ]
    },
    {
      "id": "Road labels",
      "type": "symbol",
      "source": "maptiler_planet",
      "source-layer": "transportation_name",
      "layout": {
        "icon-allow-overlap": false,
        "icon-ignore-placement": false,
        "icon-keep-upright": false,
        "symbol-placement": "line-center",
        "symbol-spacing": [
          "step",
          [
            "zoom"
          ],
          250,
          21,
          900
        ],
        "text-allow-overlap": false,
        "text-anchor": "center",
        "text-field": [
          "coalesce",
          [
            "get",
            "name:en"
          ],
          [
            "get",
            "name"
          ]
        ],
        "text-font": [
          "Roboto Medium",
          "Noto Sans Medium"
        ],
        "text-ignore-placement": false,
        "text-justify": "center",
        "text-max-width": 10,
        "text-offset": [
          0,
          0.15
        ],
        "text-optional": false,
        "text-size": {
          "base": 1,
          "stops": [
            [
              13,
              10
            ],
            [
              14,
              11
            ],
            [
              18,
              13
            ],
            [
              22,
              15
            ]
          ]
        },
        "visibility": "none",
        "text-overlap": "never"
      },
      "paint": {
        "icon-color": "hsl(0, 0%, 10%)",
        "text-color": "hsl(0, 0%, 10%)",
        "text-halo-blur": 0.5,
        "text-halo-color": "hsla(0, 0%, 100%, 0.8)",
        "text-halo-width": 1
      },
      "filter": [
        "!in",
        "class",
        "aerialway",
        "ferry",
        "service"
      ]
    },
    {
      "id": "Volcano labels (US)",
      "type": "symbol",
      "source": "maptiler_planet",
      "source-layer": "mountain_peak",
      "minzoom": 9,
      "layout": {
        "icon-image": "triangle",
        "icon-size": [
          "interpolate",
          [
            "linear",
            1
          ],
          [
            "zoom"
          ],
          9,
          [
            "case",
            [
              "==",
              [
                "get",
                "rank"
              ],
              1
            ],
            0.7,
            0.5
          ],
          14,
          [
            "case",
            [
              "==",
              [
                "get",
                "rank"
              ],
              1
            ],
            1,
            0.8
          ]
        ],
        "symbol-sort-key": [
          "to-number",
          [
            "get",
            "rank"
          ]
        ],
        "text-anchor": "top",
        "text-field": [
          "concat",
          [
            "coalesce",
            [
              "get",
              "name:en"
            ],
            [
              "get",
              "name"
            ]
          ],
          "\n",
          [
            "get",
            "ele_ft"
          ],
          " ft"
        ],
        "text-font": [
          "Roboto Condensed Regular",
          "Noto Sans Regular"
        ],
        "text-max-width": {
          "stops": [
            [
              12,
              4
            ],
            [
              15,
              4
            ]
          ]
        },
        "text-offset": [
          0,
          0.7
        ],
        "text-size": [
          "interpolate",
          [
            "exponential",
            1
          ],
          [
            "zoom"
          ],
          7,
          9,
          11,
          10,
          13,
          13
        ],
        "visibility": "none"
      },
      "paint": {
        "icon-color": "hsl(19, 91%, 45%)",
        "icon-halo-blur": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          11,
          2,
          15,
          0
        ],
        "icon-halo-color": "hsl(0, 0%, 100%)",
        "icon-halo-width": 1,
        "text-color": "hsl(19, 91%, 45%)",
        "text-halo-blur": {
          "stops": [
            [
              11,
              2
            ],
            [
              15,
              0
            ]
          ]
        },
        "text-halo-color": "hsl(0, 0%, 100%)",
        "text-halo-width": {
          "stops": [
            [
              11,
              1.6
            ],
            [
              15,
              1.3
            ]
          ]
        }
      },
      "filter": [
        "all",
        [
          "==",
          "$type",
          "Point"
        ],
        [
          "in",
          "class",
          "volcano"
        ],
        [
          "has",
          "name"
        ],
        [
          "has",
          "customary_ft"
        ]
      ]
    },
    {
      "id": "Volcano labels",
      "type": "symbol",
      "source": "maptiler_planet",
      "source-layer": "mountain_peak",
      "minzoom": 9,
      "layout": {
        "icon-image": "triangle",
        "icon-size": [
          "interpolate",
          [
            "linear",
            1
          ],
          [
            "zoom"
          ],
          9,
          [
            "case",
            [
              "==",
              [
                "get",
                "rank"
              ],
              1
            ],
            0.7,
            0.5
          ],
          14,
          [
            "case",
            [
              "==",
              [
                "get",
                "rank"
              ],
              1
            ],
            1,
            0.8
          ]
        ],
        "symbol-sort-key": [
          "to-number",
          [
            "get",
            "rank"
          ]
        ],
        "text-anchor": "top",
        "text-field": [
          "concat",
          [
            "coalesce",
            [
              "get",
              "name:en"
            ],
            [
              "get",
              "name"
            ]
          ],
          "\n",
          [
            "get",
            "ele"
          ],
          " m"
        ],
        "text-font": [
          "Roboto Condensed Regular",
          "Noto Sans Regular"
        ],
        "text-max-width": {
          "stops": [
            [
              12,
              4
            ],
            [
              15,
              4
            ]
          ]
        },
        "text-offset": [
          0,
          0.7
        ],
        "text-size": [
          "interpolate",
          [
            "exponential",
            1
          ],
          [
            "zoom"
          ],
          7,
          9,
          11,
          10,
          13,
          13
        ],
        "visibility": "none"
      },
      "paint": {
        "icon-color": "hsl(19, 91%, 45%)",
        "icon-halo-blur": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          11,
          2,
          15,
          0
        ],
        "icon-halo-color": "hsl(0, 0%, 100%)",
        "icon-halo-width": 1,
        "text-color": "hsl(19, 91%, 45%)",
        "text-halo-blur": {
          "stops": [
            [
              11,
              2
            ],
            [
              15,
              0
            ]
          ]
        },
        "text-halo-color": "hsl(0, 0%, 100%)",
        "text-halo-width": {
          "stops": [
            [
              11,
              1.6
            ],
            [
              15,
              1.3
            ]
          ]
        }
      },
      "filter": [
        "all",
        [
          "==",
          "$type",
          "Point"
        ],
        [
          "in",
          "class",
          "volcano"
        ],
        [
          "has",
          "name"
        ],
        [
          "!has",
          "customary_ft"
        ]
      ]
    },
    {
      "id": "Peak labels (US)",
      "type": "symbol",
      "source": "maptiler_planet",
      "source-layer": "mountain_peak",
      "minzoom": 9,
      "layout": {
        "icon-image": "triangle",
        "icon-size": [
          "interpolate",
          [
            "linear",
            1
          ],
          [
            "zoom"
          ],
          9,
          [
            "case",
            [
              "==",
              [
                "get",
                "rank"
              ],
              1
            ],
            0.7,
            0.5
          ],
          14,
          [
            "case",
            [
              "==",
              [
                "get",
                "rank"
              ],
              1
            ],
            1,
            0.8
          ]
        ],
        "symbol-sort-key": [
          "to-number",
          [
            "get",
            "rank"
          ]
        ],
        "text-anchor": "top",
        "text-field": [
          "concat",
          [
            "coalesce",
            [
              "get",
              "name:en"
            ],
            [
              "get",
              "name"
            ]
          ],
          "\n",
          [
            "get",
            "ele_ft"
          ],
          " ft"
        ],
        "text-font": [
          "Roboto Condensed Regular",
          "Noto Sans Regular"
        ],
        "text-max-width": {
          "stops": [
            [
              12,
              4
            ],
            [
              15,
              4
            ]
          ]
        },
        "text-offset": [
          0,
          0.7
        ],
        "text-size": [
          "interpolate",
          [
            "exponential",
            1
          ],
          [
            "zoom"
          ],
          7,
          9,
          11,
          10,
          13,
          13
        ],
        "visibility": "none"
      },
      "paint": {
        "icon-color": "hsl(23, 57%, 24%)",
        "icon-halo-blur": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          11,
          2,
          15,
          0
        ],
        "icon-halo-color": "hsl(0, 0%, 100%)",
        "icon-halo-width": 1,
        "text-color": "hsl(23, 57%, 24%)",
        "text-halo-blur": {
          "stops": [
            [
              11,
              2
            ],
            [
              15,
              0
            ]
          ]
        },
        "text-halo-color": "hsl(0, 0%, 100%)",
        "text-halo-width": {
          "stops": [
            [
              11,
              1.6
            ],
            [
              15,
              1.3
            ]
          ]
        }
      },
      "filter": [
        "all",
        [
          "==",
          "$type",
          "Point"
        ],
        [
          "in",
          "class",
          "peak"
        ],
        [
          "has",
          "name"
        ],
        [
          "has",
          "customary_ft"
        ]
      ]
    },
    {
      "id": "Peak labels",
      "type": "symbol",
      "source": "maptiler_planet",
      "source-layer": "mountain_peak",
      "minzoom": 9,
      "layout": {
        "icon-image": "triangle",
        "icon-size": [
          "interpolate",
          [
            "linear",
            1
          ],
          [
            "zoom"
          ],
          9,
          [
            "case",
            [
              "==",
              [
                "get",
                "rank"
              ],
              1
            ],
            0.7,
            0.5
          ],
          14,
          [
            "case",
            [
              "==",
              [
                "get",
                "rank"
              ],
              1
            ],
            1,
            0.8
          ]
        ],
        "symbol-sort-key": [
          "to-number",
          [
            "get",
            "rank"
          ]
        ],
        "text-anchor": "top",
        "text-field": [
          "concat",
          [
            "coalesce",
            [
              "get",
              "name:en"
            ],
            [
              "get",
              "name"
            ]
          ],
          "\n",
          [
            "get",
            "ele"
          ],
          " m"
        ],
        "text-font": [
          "Roboto Condensed Regular",
          "Noto Sans Regular"
        ],
        "text-max-width": {
          "stops": [
            [
              12,
              4
            ],
            [
              15,
              4
            ]
          ]
        },
        "text-offset": [
          0,
          0.7
        ],
        "text-size": [
          "interpolate",
          [
            "exponential",
            1
          ],
          [
            "zoom"
          ],
          7,
          9,
          11,
          10,
          13,
          13
        ],
        "visibility": "none"
      },
      "paint": {
        "icon-color": "hsl(23, 57%, 24%)",
        "icon-halo-blur": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          11,
          2,
          15,
          0
        ],
        "icon-halo-color": "hsl(0, 0%, 100%)",
        "icon-halo-width": 1,
        "text-color": "hsl(23, 57%, 24%)",
        "text-halo-blur": {
          "stops": [
            [
              11,
              2
            ],
            [
              15,
              0
            ]
          ]
        },
        "text-halo-color": "hsl(0, 0%, 100%)",
        "text-halo-width": {
          "stops": [
            [
              11,
              1.6
            ],
            [
              15,
              1.3
            ]
          ]
        }
      },
      "filter": [
        "all",
        [
          "==",
          "$type",
          "Point"
        ],
        [
          "in",
          "class",
          "peak"
        ],
        [
          "has",
          "name"
        ],
        [
          "!has",
          "customary_ft"
        ]
      ]
    },
    {
      "id": "Place labels",
      "type": "symbol",
      "source": "maptiler_planet",
      "source-layer": "place",
      "layout": {
        "symbol-sort-key": [
          "to-number",
          [
            "get",
            "rank"
          ]
        ],
        "text-anchor": "center",
        "text-field": "{name}",
        "text-font": [
          "Roboto Medium",
          "Noto Sans Medium"
        ],
        "text-letter-spacing": [
          "match",
          [
            "get",
            "class"
          ],
          [
            "suburb",
            "neighborhood",
            "neighbourhood",
            "quarter",
            "island"
          ],
          0.2,
          0
        ],
        "text-max-width": [
          "match",
          [
            "get",
            "class"
          ],
          [
            "island"
          ],
          6,
          8
        ],
        "text-offset": [
          0,
          0
        ],
        "text-padding": 2,
        "text-size": [
          "interpolate",
          [
            "linear",
            1
          ],
          [
            "zoom"
          ],
          3,
          11,
          8,
          13,
          11,
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "suburb",
              "neighbourhood",
              "quarter",
              "hamlet",
              "isolated_dwelling"
            ],
            9,
            "island",
            8,
            12
          ],
          16,
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "suburb",
              "neighbourhood",
              "quarter",
              "hamlet",
              "isolated_dwelling"
            ],
            15,
            "island",
            11,
            16
          ]
        ],
        "text-transform": [
          "match",
          [
            "get",
            "class"
          ],
          [
            "suburb",
            "neighborhood",
            "neighbourhood",
            "quarter",
            "island"
          ],
          "uppercase",
          "none"
        ],
        "visibility": "none"
      },
      "paint": {
        "text-color": "hsl(0,0%,20%)",
        "text-halo-blur": [
          "match",
          [
            "get",
            "class"
          ],
          [
            "suburb",
            "neighborhood",
            "neighbourhood",
            "quarter"
          ],
          0.5,
          1
        ],
        "text-halo-color": "hsl(0,0%,100%)",
        "text-halo-width": [
          "match",
          [
            "get",
            "class"
          ],
          [
            "suburb",
            "neighborhood",
            "neighbourhood",
            "quarter"
          ],
          1,
          1.2
        ],
        "text-opacity": [
          "step",
          [
            "zoom"
          ],
          1,
          8,
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "island"
            ],
            0,
            1
          ],
          9,
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "island"
            ],
            1,
            1
          ]
        ]
      },
      "metadata": {},
      "filter": [
        "!in",
        "class",
        "city",
        "continent",
        "country",
        "province",
        "state",
        "town",
        "village",
        "place"
      ]
    },
    {
      "id": "Village labels",
      "type": "symbol",
      "source": "maptiler_planet",
      "source-layer": "place",
      "minzoom": 9,
      "layout": {
        "symbol-sort-key": [
          "to-number",
          [
            "get",
            "rank"
          ]
        ],
        "text-anchor": "center",
        "text-field": "{name}",
        "text-font": [
          "Roboto Regular",
          "Noto Sans Regular"
        ],
        "text-letter-spacing": 0,
        "text-max-width": 8,
        "text-offset": [
          0,
          0
        ],
        "text-padding": 2,
        "text-size": [
          "interpolate",
          [
            "linear",
            1
          ],
          [
            "zoom"
          ],
          3,
          11,
          8,
          13,
          11,
          12,
          16,
          18
        ],
        "text-transform": "none",
        "visibility": "visible"
      },
      "paint": {
        "text-color": "hsl(0,0%,20%)",
        "text-halo-blur": 1,
        "text-halo-color": "hsl(0,0%,100%)",
        "text-halo-width": 1.2,
        "text-opacity": 1
      },
      "metadata": {},
      "filter": [
        "==",
        "class",
        "village"
      ]
    },
    {
      "id": "Airport labels",
      "type": "symbol",
      "source": "maptiler_planet",
      "source-layer": "aerodrome_label",
      "minzoom": 8,
      "layout": {
        "icon-anchor": "bottom",
        "icon-image": [
          "match",
          [
            "get",
            "class"
          ],
          "other",
          "airfield",
          "airport"
        ],
        "icon-offset": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          9,
          [
            "match",
            [
              "get",
              "class"
            ],
            "other",
            [
              "literal",
              [
                0,
                0
              ]
            ],
            [
              "literal",
              [
                0,
                0
              ]
            ]
          ],
          12,
          [
            "match",
            [
              "get",
              "class"
            ],
            "other",
            [
              "literal",
              [
                0,
                0
              ]
            ],
            [
              "literal",
              [
                0,
                0
              ]
            ]
          ]
        ],
        "icon-padding": 2,
        "icon-size": [
          "interpolate",
          [
            "exponential",
            1
          ],
          [
            "zoom"
          ],
          8,
          [
            "case",
            [
              "==",
              [
                "get",
                "class"
              ],
              "other"
            ],
            0.5,
            0.6
          ],
          16,
          1
        ],
        "text-anchor": "top",
        "text-field": [
          "step",
          [
            "zoom"
          ],
          " ",
          8.99,
          " ",
          9,
          [
            "coalesce",
            [
              "get",
              "iata"
            ],
            [
              "get",
              "icao"
            ],
            [
              "get",
              "name"
            ]
          ],
          12,
          [
            "get",
            "name"
          ]
        ],
        "text-font": [
          "Roboto Regular",
          "Noto Sans Regular"
        ],
        "text-line-height": 1,
        "text-size": [
          "interpolate",
          [
            "exponential",
            1
          ],
          [
            "zoom"
          ],
          10,
          9,
          12,
          11,
          14,
          13
        ],
        "visibility": "visible"
      },
      "paint": {
        "icon-color": "hsl(28, 81%, 11%)",
        "icon-halo-color": "hsl(0, 0%, 80%)",
        "icon-halo-width": 1,
        "icon-opacity": [
          "step",
          [
            "zoom"
          ],
          1,
          8,
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "international",
              "regional"
            ],
            1,
            0
          ],
          11,
          1
        ],
        "text-color": "hsl(28, 81%, 11%)",
        "text-halo-blur": 0,
        "text-halo-color": "hsl(0, 0%, 100%)",
        "text-halo-width": 2,
        "text-opacity": [
          "step",
          [
            "zoom"
          ],
          1,
          8,
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "international",
              "regional"
            ],
            1,
            0
          ],
          11,
          1
        ]
      },
      "metadata": {},
      "filter": [
        "in",
        "class",
        "international",
        "other",
        "regional"
      ]
    },
    {
      "id": "Protected area labels",
      "type": "symbol",
      "source": "maptiler_planet",
      "source-layer": "park",
      "minzoom": 9,
      "maxzoom": 16,
      "layout": {
        "symbol-sort-key": [
          "to-number",
          [
            "get",
            "rank"
          ]
        ],
        "symbol-spacing": 750,
        "text-field": [
          "coalesce",
          [
            "get",
            "name:en"
          ],
          [
            "get",
            "name"
          ]
        ],
        "text-font": [
          "Roboto Medium Italic",
          "Noto Sans Medium Italic"
        ],
        "text-ignore-placement": false,
        "text-letter-spacing": 0.1,
        "text-padding": {
          "stops": [
            [
              6,
              39
            ],
            [
              14,
              99
            ]
          ]
        },
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          9,
          11,
          14,
          14
        ],
        "visibility": "none"
      },
      "paint": {
        "icon-color": "hsl(120, 11%, 25%)",
        "text-color": "hsl(120, 0%, 0%)",
        "text-halo-blur": 1,
        "text-halo-color": "hsl(0, 0%, 100%)",
        "text-halo-width": 1,
        "text-opacity": [
          "step",
          [
            "zoom"
          ],
          0,
          9,
          [
            "case",
            [
              "==",
              [
                "get",
                "rank"
              ],
              1
            ],
            1,
            0
          ],
          10,
          1
        ]
      },
      "filter": [
        "!in",
        "class",
        "aire_d’adhésion_de_parc_national",
        "parc_national",
        "narodni_park",
        "national_nature_park",
        "national_park",
        "nationalpark",
        "natural_parc",
        "národní_park",
        "národný_park",
        "ochranné_pásmo_národného_parku",
        "parc_naturel_national",
        "parc_național",
        "parco_nazionale",
        "parque_nacional",
        "национальный_парк"
      ]
    },
    {
      "id": "Town labels",
      "type": "symbol",
      "source": "maptiler_planet",
      "source-layer": "place",
      "minzoom": 7,
      "layout": {
        "icon-allow-overlap": true,
        "icon-image": "dot",
        "icon-optional": false,
        "icon-size": [
          "interpolate",
          [
            "exponential",
            1
          ],
          [
            "zoom"
          ],
          6,
          0.6,
          14,
          0.8
        ],
        "symbol-sort-key": [
          "to-number",
          [
            "get",
            "rank"
          ]
        ],
        "text-anchor": "bottom",
        "text-field": [
          "coalesce",
          [
            "get",
            "name:en"
          ],
          [
            "get",
            "name"
          ]
        ],
        "text-font": [
          "Roboto Regular",
          "Noto Sans Regular"
        ],
        "text-max-width": 8,
        "text-offset": [
          0,
          -0.2
        ],
        "text-size": [
          "interpolate",
          [
            "linear",
            1
          ],
          [
            "zoom"
          ],
          6,
          [
            "case",
            [
              "<=",
              [
                "get",
                "rank"
              ],
              12
            ],
            11,
            10
          ],
          9,
          [
            "case",
            [
              "<=",
              [
                "get",
                "rank"
              ],
              15
            ],
            13,
            12
          ],
          16,
          [
            "case",
            [
              "<=",
              [
                "get",
                "rank"
              ],
              15
            ],
            22,
            20
          ]
        ],
        "visibility": "visible"
      },
      "paint": {
        "icon-color": "hsl(0, 0%, 100%)",
        "icon-halo-blur": 0,
        "icon-halo-color": "hsl(0, 0%, 0%)",
        "icon-halo-width": 3,
        "icon-opacity": [
          "step",
          [
            "zoom"
          ],
          1,
          12,
          0
        ],
        "text-color": "hsl(0,0%,20%)",
        "text-halo-color": "hsla(0,0%,100%,0.8)",
        "text-halo-width": 1.2
      },
      "metadata": {},
      "filter": [
        "==",
        "class",
        "town"
      ]
    },
    {
      "id": "State labels",
      "type": "symbol",
      "source": "maptiler_planet",
      "source-layer": "place",
      "minzoom": 3,
      "maxzoom": 17,
      "layout": {
        "symbol-sort-key": [
          "to-number",
          [
            "get",
            "rank"
          ]
        ],
        "text-field": [
          "coalesce",
          [
            "get",
            "name:en"
          ],
          [
            "get",
            "name"
          ]
        ],
        "text-font": [
          "Roboto Regular",
          "Noto Sans Regular"
        ],
        "text-letter-spacing": 0.1,
        "text-max-width": 8,
        "text-padding": 2,
        "text-size": {
          "stops": [
            [
              3,
              7
            ],
            [
              5,
              8
            ],
            [
              6,
              11
            ]
          ]
        },
        "text-transform": "uppercase",
        "visibility": "visible"
      },
      "paint": {
        "text-color": "hsl(51,4%,36%)",
        "text-halo-blur": 1,
        "text-halo-color": "hsla(0,0%,100%,0.75)",
        "text-halo-width": {
          "stops": [
            [
              3,
              0.6
            ],
            [
              8,
              1
            ]
          ]
        },
        "text-opacity": [
          "step",
          [
            "zoom"
          ],
          0,
          3,
          [
            "case",
            [
              "<=",
              [
                "get",
                "rank"
              ],
              1
            ],
            1,
            0
          ],
          5,
          [
            "case",
            [
              "<=",
              [
                "get",
                "rank"
              ],
              3
            ],
            1,
            0
          ],
          8,
          [
            "case",
            [
              "==",
              [
                "get",
                "rank"
              ],
              0
            ],
            0,
            1
          ]
        ]
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "in",
          "class",
          "state",
          "province"
        ],
        [
          "<=",
          "rank",
          6
        ]
      ]
    },
    {
      "id": "City labels",
      "type": "symbol",
      "source": "maptiler_planet",
      "source-layer": "place",
      "minzoom": 4,
      "layout": {
        "icon-anchor": "top",
        "icon-image": "circle-dot",
        "icon-offset": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          6,
          [
            "literal",
            [
              0,
              -2
            ]
          ],
          14,
          [
            "literal",
            [
              0,
              0
            ]
          ]
        ],
        "icon-optional": false,
        "icon-size": [
          "interpolate",
          [
            "linear",
            1
          ],
          [
            "zoom"
          ],
          6,
          [
            "match",
            [
              "get",
              "capital"
            ],
            2,
            0.7,
            0.6
          ],
          14,
          [
            "match",
            [
              "get",
              "capital"
            ],
            2,
            0.9,
            0.7
          ]
        ],
        "symbol-sort-key": [
          "to-number",
          [
            "get",
            "rank"
          ]
        ],
        "text-anchor": "bottom",
        "text-field": "{name:en}",
        "text-font": [
          "Roboto Medium",
          "Noto Sans Regular"
        ],
        "text-line-height": 0.8,
        "text-max-width": 9,
        "text-offset": [
          0,
          0
        ],
        "text-padding": 2,
        "text-size": [
          "interpolate",
          [
            "linear",
            1
          ],
          [
            "zoom"
          ],
          4,
          [
            "case",
            [
              "==",
              [
                "get",
                "capital"
              ],
              2
            ],
            14,
            12
          ],
          8,
          [
            "case",
            [
              "==",
              [
                "get",
                "capital"
              ],
              2
            ],
            18,
            14
          ],
          12,
          [
            "case",
            [
              "==",
              [
                "get",
                "capital"
              ],
              2
            ],
            24,
            18
          ],
          16,
          [
            "case",
            [
              "==",
              [
                "get",
                "capital"
              ],
              2
            ],
            32,
            26
          ]
        ],
        "visibility": "visible"
      },
      "paint": {
        "icon-color": "hsl(0, 0%, 0%)",
        "icon-halo-color": "hsla(0, 0%, 100%, 0.6)",
        "icon-halo-width": 3,
        "icon-opacity": [
          "step",
          [
            "zoom"
          ],
          1,
          13,
          0
        ],
        "text-color": "hsl(0,0%,20%)",
        "text-halo-color": "hsla(0, 0%, 100%, 0.6)",
        "text-halo-width": 3
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          [
            "geometry-type"
          ],
          "Point"
        ],
        [
          "match",
          [
            "get",
            "class"
          ],
          [
            "city"
          ],
          true,
          false
        ]
      ]
    },
    {
      "id": "National park labels",
      "type": "symbol",
      "source": "maptiler_planet",
      "source-layer": "park",
      "minzoom": 7,
      "maxzoom": 11,
      "layout": {
        "symbol-spacing": 750,
        "text-field": [
          "coalesce",
          [
            "get",
            "name:en"
          ],
          [
            "get",
            "name"
          ]
        ],
        "text-font": [
          "Roboto Italic",
          "Noto Sans Italic"
        ],
        "text-ignore-placement": false,
        "text-letter-spacing": 0.1,
        "text-padding": {
          "stops": [
            [
              6,
              39
            ],
            [
              14,
              99
            ]
          ]
        },
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          9,
          11,
          11,
          12
        ],
        "text-transform": "none",
        "visibility": "none"
      },
      "paint": {
        "icon-color": "hsl(120, 11%, 19%)",
        "text-color": "hsl(120, 11%, 19%)",
        "text-halo-blur": 1,
        "text-halo-color": "hsla(0, 0%, 100%, 0.5)",
        "text-halo-width": 1
      },
      "filter": [
        "in",
        "class",
        "aire_d’adhésion_de_parc_national",
        "parc_national",
        "narodni_park",
        "national_nature_park",
        "national_park",
        "nationalpark",
        "natural_parc",
        "národní_park",
        "národný_park",
        "ochranné_pásmo_národného_parku",
        "parc_naturel_national",
        "parc_național",
        "parco_nazionale",
        "parque_nacional",
        "национальный_парк"
      ]
    },
    {
      "id": "Country labels",
      "type": "symbol",
      "source": "maptiler_planet",
      "source-layer": "place",
      "minzoom": 1,
      "maxzoom": 16,
      "layout": {
        "symbol-sort-key": [
          "to-number",
          [
            "get",
            "rank"
          ]
        ],
        "text-allow-overlap": false,
        "text-field": "{name:en}",
        "text-font": [
          "Roboto Medium",
          "Noto Sans Regular"
        ],
        "text-letter-spacing": 0.07,
        "text-max-width": {
          "stops": [
            [
              1,
              5
            ],
            [
              5,
              8
            ]
          ]
        },
        "text-padding": 1,
        "text-size": [
          "interpolate",
          [
            "linear",
            1
          ],
          [
            "zoom"
          ],
          0,
          8,
          1,
          10,
          4,
          [
            "case",
            [
              ">",
              [
                "get",
                "rank"
              ],
              2
            ],
            14,
            17
          ],
          8,
          [
            "case",
            [
              ">",
              [
                "get",
                "rank"
              ],
              2
            ],
            19,
            23
          ]
        ],
        "text-transform": "none",
        "visibility": "visible"
      },
      "paint": {
        "text-color": "hsl(50, 7%, 18%)",
        "text-halo-blur": 0,
        "text-halo-color": "hsl(0,0%,100%)",
        "text-halo-width": 3,
        "text-opacity": [
          "interpolate",
          [
            "linear",
            1
          ],
          [
            "zoom"
          ],
          4,
          [
            "case",
            [
              ">",
              [
                "get",
                "rank"
              ],
              4
            ],
            0,
            1
          ],
          5.9,
          [
            "case",
            [
              ">",
              [
                "get",
                "rank"
              ],
              4
            ],
            0,
            1
          ],
          6,
          [
            "case",
            [
              ">",
              [
                "get",
                "rank"
              ],
              4
            ],
            1,
            1
          ]
        ]
      },
      "metadata": {},
      "filter": [
        "all",
        [
          "==",
          "class",
          "country"
        ],
        [
          "has",
          "iso_a2"
        ],
        [
          "!=",
          "iso_a2",
          "VA"
        ]
      ]
    },
    {
      "id": "Continent labels",
      "type": "symbol",
      "source": "maptiler_planet",
      "source-layer": "place",
      "maxzoom": 12,
      "layout": {
        "text-field": "{name:en}",
        "text-font": [
          "Roboto Medium",
          "Noto Sans Regular"
        ],
        "text-justify": "center",
        "text-size": {
          "stops": [
            [
              0,
              12
            ],
            [
              2,
              13
            ]
          ]
        },
        "text-transform": "uppercase",
        "visibility": "visible"
      },
      "paint": {
        "text-color": "hsl(90, 2%, 20%)",
        "text-halo-blur": 0.5,
        "text-halo-color": "hsla(0,0%,100%,0.7)",
        "text-halo-width": 1
      },
      "metadata": {},
      "filter": [
        "==",
        "class",
        "continent"
      ]
    }
  ],
  "metadata": {
    "maptiler": {
      "groups": [
        {
          "id": "administrative",
          "name": "Administrative",
          "icon": "administrative",
          "layers": [
            "Other border",
            "Disputed border",
            "Country border",
            "Place labels",
            "Village labels",
            "Town labels",
            "State labels",
            "City labels",
            "Country labels",
            "Continent labels"
          ]
        },
        {
          "id": "builtup",
          "name": "Built-up",
          "icon": "other",
          "layers": [
            "Building 3D",
            "Hospital",
            "Stadium",
            "Residential",
            "Industrial",
            "Pedestrian",
            "Dam",
            "Garages",
            "Cemetery",
            "Building"
          ]
        },
        {
          "id": "transport",
          "name": "Transport",
          "icon": "other",
          "layers": [
            "Ferry",
            "Tunnel outline",
            "Tunnel",
            "Railway tunnel",
            "Railway tunnel hatching",
            "Tunnel path",
            "Bridge",
            "Pier",
            "Highway",
            "Path",
            "Major railway",
            "Major railway hatching",
            "Minor railway",
            "Minor railway hatching",
            "Pier road",
            "Minor road outline",
            "Major road outline",
            "Highway outline",
            "Minor road",
            "Major road",
            "Cable car",
            "Cable car dash",
            "Road labels",
            "Airport labels",
            "Taxiway",
            "Runway",
            "Minor lift",
            "Minor lift dash",
            "Aerialway labels",
            "Path minor"
          ]
        },
        {
          "id": "water",
          "name": "Water",
          "icon": "water",
          "layers": [
            "River tunnel",
            "River",
            "River intermittent",
            "Waterway",
            "Waterway intermittent",
            "Water",
            "Water intermittent",
            "Sea labels",
            "Lake labels",
            "River labels",
            "Lakeline labels",
            "Ocean labels"
          ]
        },
        {
          "id": "nature",
          "name": "Nature",
          "icon": "nature",
          "layers": [
            "Glacier",
            "Crop",
            "Scrub",
            "Forest",
            "Wood",
            "Grass",
            "Sand",
            "Protected area labels",
            "National park labels"
          ]
        },
        {
          "id": "terrain",
          "name": "Terrain",
          "icon": "terrain",
          "layers": [
            "Peak labels",
            "Volcano labels",
            "Peak labels (US)",
            "Volcano labels (US)"
          ]
        },
        {
          "id": "background",
          "name": "Background",
          "icon": "background",
          "layers": [
            "Background"
          ]
        }
      ],
      "viewState": {
        "toolPanelType": "Layers",
        "mapType": "Style",
        "layersViewPanelType": "Blocks",
        "propertyPanelType": "Style",
        "activeBlock": "builtup",
        "selectedLayers": [
          "Residential"
        ],
        "editorFocusProperty": null
      },
      "userSettings": {
        "preferredViewPanelType": "Blocks"
      },
      "spaceColor": "#8DBDD3",
      "space": {
        "color": "#8DBDD3"
      },
      "halo": {
        "scale": 1,
        "stops": [
          [
            0,
            "rgba(255, 255, 255, 0.25)"
          ],
          [
            0.25,
            "rgba(255, 255, 255, 0)"
          ]
        ]
      }
    }
  },
  "glyphs": "http://localhost:9920/api/maptiler/glyphs/{fontstack}/{range}.pbf",
  "sprite": "http://localhost:9920/api/maptiler/sprite",
  "bearing": 0,
  "pitch": 0,
  "center": [
    0,
    0
  ],
  "zoom": 1,
  "light": {
    "anchor": "viewport",
    "position": [
      1.15,
      90,
      40
    ],
    "color": "hsl(49, 0%, 100%)",
    "intensity": 0.4
  },
  "sky": {
    "sky-color": "hsl(206, 67%, 50%)",
    "sky-horizon-blend": 0.41,
    "horizon-color": "hsl(178, 48%, 79%)",
    "horizon-fog-blend": 0.5,
    "fog-color": "hsl(0, 0%, 100%)",
    "fog-ground-blend": 1,
    "atmosphere-blend": 0.5
  },
  "id": "01978276-8ecd-7b6c-a5d5-62a17ad8d8ad"
}
