{
  "version": 8,
  "sources": {
    "protomaps": {
      "type": "vector",
      "attribution": "<a href=\"https://github.com/protomaps/basemaps\">Protomaps</a> © <a href=\"https://openstreetmap.org\">OpenStreetMap</a>",
      "url": "pmtiles://https://tiles.weatherxanalytics.com/20260224.pmtiles"
    }
  },
  "layers": [
    {
      "id": "background",
      "type": "background",
      "paint": {
        "background-color": "#2b2b2b"
      },
      "layout": {}
    },
    {
      "id": "earth",
      "type": "fill",
      "filter": [
        "==",
        "$type",
        "Polygon"
      ],
      "source": "protomaps",
      "source-layer": "earth",
      "paint": {
        "fill-color": "#141414"
      },
      "layout": {}
    },
    {
      "id": "landuse_park",
      "type": "fill",
      "source": "protomaps",
      "source-layer": "landuse",
      "filter": [
        "in",
        "kind",
        "national_park",
        "park",
        "cemetery",
        "protected_area",
        "nature_reserve",
        "forest",
        "golf_course",
        "wood",
        "nature_reserve",
        "forest",
        "scrub",
        "grassland",
        "grass",
        "military",
        "naval_base",
        "airfield"
      ],
      "paint": {
        "fill-opacity": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          6,
          0,
          11,
          1
        ],
        "fill-color": [
          "case",
          [
            "in",
            [
              "get",
              "kind"
            ],
            [
              "literal",
              [
                "national_park",
                "park",
                "cemetery",
                "protected_area",
                "nature_reserve",
                "forest",
                "golf_course"
              ]
            ]
          ],
          "#181818",
          [
            "in",
            [
              "get",
              "kind"
            ],
            [
              "literal",
              [
                "wood",
                "nature_reserve",
                "forest"
              ]
            ]
          ],
          "#1a1a1a",
          [
            "in",
            [
              "get",
              "kind"
            ],
            [
              "literal",
              [
                "scrub",
                "grassland",
                "grass"
              ]
            ]
          ],
          "#1c1c1c",
          [
            "in",
            [
              "get",
              "kind"
            ],
            [
              "literal",
              [
                "glacier"
              ]
            ]
          ],
          "#191919",
          [
            "in",
            [
              "get",
              "kind"
            ],
            [
              "literal",
              [
                "sand"
              ]
            ]
          ],
          "#161616",
          [
            "in",
            [
              "get",
              "kind"
            ],
            [
              "literal",
              [
                "military",
                "naval_base",
                "airfield"
              ]
            ]
          ],
          "#191919",
          "#141414"
        ]
      },
      "layout": {}
    },
    {
      "id": "landuse_urban_green",
      "type": "fill",
      "source": "protomaps",
      "source-layer": "landuse",
      "filter": [
        "in",
        "kind",
        "allotments",
        "village_green",
        "playground"
      ],
      "paint": {
        "fill-color": "#181818",
        "fill-opacity": 0.7
      },
      "layout": {}
    },
    {
      "id": "landuse_hospital",
      "type": "fill",
      "source": "protomaps",
      "source-layer": "landuse",
      "filter": [
        "==",
        "kind",
        "hospital"
      ],
      "paint": {
        "fill-color": "#1d1d1d"
      },
      "layout": {}
    },
    {
      "id": "landuse_industrial",
      "type": "fill",
      "source": "protomaps",
      "source-layer": "landuse",
      "filter": [
        "==",
        "kind",
        "industrial"
      ],
      "paint": {
        "fill-color": "#101010"
      },
      "layout": {}
    },
    {
      "id": "landuse_school",
      "type": "fill",
      "source": "protomaps",
      "source-layer": "landuse",
      "filter": [
        "in",
        "kind",
        "school",
        "university",
        "college"
      ],
      "paint": {
        "fill-color": "#111111"
      },
      "layout": {}
    },
    {
      "id": "landuse_beach",
      "type": "fill",
      "source": "protomaps",
      "source-layer": "landuse",
      "filter": [
        "in",
        "kind",
        "beach"
      ],
      "paint": {
        "fill-color": "#1f1f1f"
      },
      "layout": {}
    },
    {
      "id": "landuse_zoo",
      "type": "fill",
      "source": "protomaps",
      "source-layer": "landuse",
      "filter": [
        "in",
        "kind",
        "zoo"
      ],
      "paint": {
        "fill-color": "#191919"
      },
      "layout": {}
    },
    {
      "id": "landuse_aerodrome",
      "type": "fill",
      "source": "protomaps",
      "source-layer": "landuse",
      "filter": [
        "in",
        "kind",
        "aerodrome"
      ],
      "paint": {
        "fill-color": "#191919"
      },
      "layout": {}
    },
    {
      "id": "landuse_runway",
      "type": "fill",
      "source": "protomaps",
      "source-layer": "landuse",
      "filter": [
        "any",
        [
          "in",
          "kind",
          "runway",
          "taxiway"
        ]
      ],
      "paint": {
        "fill-color": "#323232"
      },
      "layout": {}
    },
    {
      "id": "water",
      "type": "fill",
      "filter": [
        "==",
        "$type",
        "Polygon"
      ],
      "source": "protomaps",
      "source-layer": "water",
      "paint": {
        "fill-color": "#333333"
      },
      "layout": {}
    },
    {
      "id": "water_stream",
      "type": "line",
      "source": "protomaps",
      "source-layer": "water",
      "minzoom": 14,
      "filter": [
        "in",
        "kind",
        "stream"
      ],
      "paint": {
        "line-color": "#333333",
        "line-width": 0.5
      },
      "layout": {}
    },
    {
      "id": "water_river",
      "type": "line",
      "source": "protomaps",
      "source-layer": "water",
      "minzoom": 9,
      "filter": [
        "in",
        "kind",
        "river"
      ],
      "paint": {
        "line-color": "#333333",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.6
          ],
          [
            "zoom"
          ],
          9,
          0,
          9.5,
          1,
          18,
          12
        ]
      },
      "layout": {}
    },
    {
      "id": "landuse_pedestrian",
      "type": "fill",
      "source": "protomaps",
      "source-layer": "landuse",
      "filter": [
        "in",
        "kind",
        "pedestrian",
        "dam"
      ],
      "paint": {
        "fill-color": "#191919"
      },
      "layout": {}
    },
    {
      "id": "landuse_pier",
      "type": "fill",
      "source": "protomaps",
      "source-layer": "landuse",
      "filter": [
        "==",
        "kind",
        "pier"
      ],
      "paint": {
        "fill-color": "#0a0a0a"
      },
      "layout": {}
    },
    {
      "id": "buildings",
      "type": "fill",
      "source": "protomaps",
      "source-layer": "buildings",
      "filter": [
        "in",
        "kind",
        "building",
        "building_part"
      ],
      "paint": {
        "fill-color": "#0a0a0a",
        "fill-opacity": 0.5
      },
      "layout": {}
    },
    {
      "id": "boundaries_country",
      "type": "line",
      "source": "protomaps",
      "source-layer": "boundaries",
      "filter": [
        "<=",
        "kind_detail",
        2
      ],
      "paint": {
        "line-color": "rgba(160, 165, 180, 0.6)",
        "line-width": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          1,
          0.8,
          4,
          1.2,
          8,
          1.8,
          12,
          2.5
        ]
      },
      "layout": {}
    },
    {
      "id": "boundaries",
      "type": "line",
      "source": "protomaps",
      "source-layer": "boundaries",
      "filter": [
        ">",
        "kind_detail",
        2
      ],
      "paint": {
        "line-color": "rgba(120, 125, 140, 0.3)",
        "line-width": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          4,
          0,
          5,
          0.4,
          8,
          0.7,
          12,
          1
        ],
        "line-dasharray": [
          4,
          3
        ]
      },
      "layout": {}
    },
    {
      "id": "roads_bridges_other_casing",
      "type": "line",
      "source": "protomaps",
      "source-layer": "roads",
      "minzoom": 12,
      "filter": [
        "all",
        [
          "has",
          "is_bridge"
        ],
        [
          "in",
          "kind",
          "other",
          "path"
        ]
      ],
      "paint": {
        "line-color": "#141414",
        "line-gap-width": [
          "interpolate",
          [
            "exponential",
            1.6
          ],
          [
            "zoom"
          ],
          14,
          0,
          20,
          7
        ]
      },
      "layout": {}
    },
    {
      "id": "roads_bridges_link_casing",
      "type": "line",
      "source": "protomaps",
      "source-layer": "roads",
      "minzoom": 12,
      "filter": [
        "all",
        [
          "has",
          "is_bridge"
        ],
        [
          "has",
          "is_link"
        ]
      ],
      "paint": {
        "line-color": "#141414",
        "line-gap-width": [
          "interpolate",
          [
            "exponential",
            1.6
          ],
          [
            "zoom"
          ],
          13,
          0,
          13.5,
          1,
          18,
          11
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.6
          ],
          [
            "zoom"
          ],
          12,
          0,
          12.5,
          1.5
        ]
      },
      "layout": {}
    },
    {
      "id": "roads_bridges_minor_casing",
      "type": "line",
      "source": "protomaps",
      "source-layer": "roads",
      "minzoom": 12,
      "filter": [
        "all",
        [
          "has",
          "is_bridge"
        ],
        [
          "==",
          "kind",
          "minor_road"
        ]
      ],
      "paint": {
        "line-color": "#141414",
        "line-gap-width": [
          "interpolate",
          [
            "exponential",
            1.6
          ],
          [
            "zoom"
          ],
          11,
          0,
          12.5,
          0.5,
          15,
          2,
          18,
          11
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.6
          ],
          [
            "zoom"
          ],
          13,
          0,
          13.5,
          0.8
        ]
      },
      "layout": {}
    },
    {
      "id": "roads_bridges_major_casing",
      "type": "line",
      "source": "protomaps",
      "source-layer": "roads",
      "minzoom": 12,
      "filter": [
        "all",
        [
          "has",
          "is_bridge"
        ],
        [
          "==",
          "kind",
          "major_road"
        ]
      ],
      "paint": {
        "line-color": "#141414",
        "line-gap-width": [
          "interpolate",
          [
            "exponential",
            1.6
          ],
          [
            "zoom"
          ],
          7,
          0,
          7.5,
          0.5,
          18,
          10
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.6
          ],
          [
            "zoom"
          ],
          9,
          0,
          9.5,
          1.5
        ]
      },
      "layout": {}
    },
    {
      "id": "roads_bridges_other",
      "type": "line",
      "source": "protomaps",
      "source-layer": "roads",
      "minzoom": 12,
      "filter": [
        "all",
        [
          "has",
          "is_bridge"
        ],
        [
          "in",
          "kind",
          "other",
          "path"
        ]
      ],
      "paint": {
        "line-color": "#1f1f1f",
        "line-dasharray": [
          2,
          1
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.6
          ],
          [
            "zoom"
          ],
          14,
          0,
          20,
          7
        ]
      },
      "layout": {}
    },
    {
      "id": "roads_bridges_minor",
      "type": "line",
      "source": "protomaps",
      "source-layer": "roads",
      "minzoom": 12,
      "filter": [
        "all",
        [
          "has",
          "is_bridge"
        ],
        [
          "==",
          "kind",
          "minor_road"
        ]
      ],
      "paint": {
        "line-color": "#1f1f1f",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.6
          ],
          [
            "zoom"
          ],
          11,
          0,
          12.5,
          0.5,
          15,
          2,
          18,
          11
        ]
      },
      "layout": {}
    },
    {
      "id": "roads_bridges_link",
      "type": "line",
      "source": "protomaps",
      "source-layer": "roads",
      "minzoom": 12,
      "filter": [
        "all",
        [
          "has",
          "is_bridge"
        ],
        [
          "has",
          "is_link"
        ]
      ],
      "paint": {
        "line-color": "#1f1f1f",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.6
          ],
          [
            "zoom"
          ],
          13,
          0,
          13.5,
          1,
          18,
          11
        ]
      },
      "layout": {}
    },
    {
      "id": "roads_bridges_major",
      "type": "line",
      "source": "protomaps",
      "source-layer": "roads",
      "minzoom": 12,
      "filter": [
        "all",
        [
          "has",
          "is_bridge"
        ],
        [
          "==",
          "kind",
          "major_road"
        ]
      ],
      "paint": {
        "line-color": "#292929",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.6
          ],
          [
            "zoom"
          ],
          6,
          0,
          12,
          1.6,
          15,
          3,
          18,
          13
        ]
      },
      "layout": {}
    },
    {
      "id": "roads_bridges_highway_casing",
      "type": "line",
      "source": "protomaps",
      "source-layer": "roads",
      "minzoom": 12,
      "filter": [
        "all",
        [
          "has",
          "is_bridge"
        ],
        [
          "==",
          "kind",
          "highway"
        ],
        [
          "!has",
          "is_link"
        ]
      ],
      "paint": {
        "line-color": "#141414",
        "line-gap-width": [
          "interpolate",
          [
            "exponential",
            1.6
          ],
          [
            "zoom"
          ],
          3,
          0,
          3.5,
          0.5,
          18,
          15
        ],
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.6
          ],
          [
            "zoom"
          ],
          7,
          0,
          7.5,
          1,
          20,
          15
        ]
      },
      "layout": {}
    },
    {
      "id": "roads_bridges_highway",
      "type": "line",
      "source": "protomaps",
      "source-layer": "roads",
      "filter": [
        "all",
        [
          "has",
          "is_bridge"
        ],
        [
          "==",
          "kind",
          "highway"
        ],
        [
          "!has",
          "is_link"
        ]
      ],
      "paint": {
        "line-color": "#292929",
        "line-width": [
          "interpolate",
          [
            "exponential",
            1.6
          ],
          [
            "zoom"
          ],
          3,
          0,
          6,
          1.1,
          12,
          1.6,
          15,
          5,
          18,
          15
        ]
      },
      "layout": {}
    },
    {
      "id": "address_label",
      "type": "symbol",
      "source": "protomaps",
      "source-layer": "buildings",
      "minzoom": 18,
      "filter": [
        "==",
        "kind",
        "address"
      ],
      "layout": {
        "symbol-placement": "point",
        "text-font": [
          "Metropolis Medium Italic"
        ],
        "text-field": [
          "get",
          "addr_housenumber"
        ],
        "text-size": 12
      },
      "paint": {
        "text-color": "#525252",
        "text-halo-color": "#141414",
        "text-halo-width": 1
      }
    },
    {
      "id": "water_waterway_label",
      "type": "symbol",
      "source": "protomaps",
      "source-layer": "water",
      "minzoom": 13,
      "filter": [
        "in",
        "kind",
        "river",
        "stream"
      ],
      "layout": {
        "symbol-placement": "line",
        "text-font": [
          "Metropolis Medium Italic"
        ],
        "text-field": [
          "coalesce",
          [
            "get",
            "name:en"
          ],
          [
            "get",
            "name"
          ]
        ],
        "text-size": 12,
        "text-letter-spacing": 0.2
      },
      "paint": {
        "text-color": "#707070",
        "text-halo-color": "#333333",
        "text-halo-width": 1
      }
    },
    {
      "id": "water_label_ocean",
      "type": "symbol",
      "source": "protomaps",
      "source-layer": "water",
      "filter": [
        "in",
        "kind",
        "sea",
        "ocean",
        "bay",
        "strait",
        "fjord"
      ],
      "layout": {
        "text-font": [
          "Metropolis Semi Bold Italic"
        ],
        "text-field": [
          "coalesce",
          [
            "get",
            "name:en"
          ],
          [
            "get",
            "name"
          ]
        ],
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          3,
          10,
          10,
          12
        ],
        "text-letter-spacing": 0.1,
        "text-max-width": 9,
        "text-transform": "uppercase"
      },
      "paint": {
        "text-color": "#707070",
        "text-halo-width": 1,
        "text-halo-color": "#333333"
      }
    },
    {
      "id": "earth_label_islands",
      "type": "symbol",
      "source": "protomaps",
      "source-layer": "earth",
      "filter": [
        "in",
        "kind",
        "island"
      ],
      "layout": {
        "text-font": [
          "Metropolis Medium Italic"
        ],
        "text-field": [
          "coalesce",
          [
            "get",
            "name:en"
          ],
          [
            "get",
            "name"
          ]
        ],
        "text-size": 10,
        "text-letter-spacing": 0.1,
        "text-max-width": 8
      },
      "paint": {
        "text-color": "#5c5c5c",
        "text-halo-color": "#141414",
        "text-halo-width": 1
      }
    },
    {
      "id": "water_label_lakes",
      "type": "symbol",
      "source": "protomaps",
      "source-layer": "water",
      "filter": [
        "in",
        "kind",
        "lake",
        "water"
      ],
      "layout": {
        "text-font": [
          "Metropolis Medium Italic"
        ],
        "text-field": [
          "coalesce",
          [
            "get",
            "name:en"
          ],
          [
            "get",
            "name"
          ]
        ],
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          3,
          10,
          6,
          12,
          10,
          12
        ],
        "text-letter-spacing": 0.1,
        "text-max-width": 9
      },
      "paint": {
        "text-color": "#707070",
        "text-halo-color": "#333333",
        "text-halo-width": 1
      }
    },
    {
      "id": "places_subplace",
      "type": "symbol",
      "source": "protomaps",
      "source-layer": "places",
      "filter": [
        "in",
        "kind",
        "neighbourhood",
        "macrohood"
      ],
      "layout": {
        "symbol-sort-key": [
          "case",
          [
            "has",
            "sort_key"
          ],
          [
            "get",
            "sort_key"
          ],
          [
            "get",
            "min_zoom"
          ]
        ],
        "text-field": [
          "coalesce",
          [
            "get",
            "name:en"
          ],
          [
            "get",
            "name"
          ]
        ],
        "text-font": [
          "Metropolis Regular"
        ],
        "text-max-width": 7,
        "text-letter-spacing": 0.1,
        "text-padding": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          5,
          2,
          8,
          4,
          12,
          18,
          15,
          20
        ],
        "text-size": [
          "interpolate",
          [
            "exponential",
            1.2
          ],
          [
            "zoom"
          ],
          11,
          8,
          14,
          14,
          18,
          24
        ],
        "text-transform": "uppercase"
      },
      "paint": {
        "text-color": "#5c5c5c",
        "text-halo-color": "#141414",
        "text-halo-width": 1
      }
    },
    {
      "id": "places_region",
      "type": "symbol",
      "source": "protomaps",
      "source-layer": "places",
      "filter": [
        "==",
        "kind",
        "region"
      ],
      "layout": {
        "symbol-sort-key": [
          "get",
          "sort_key"
        ],
        "text-field": [
          "step",
          [
            "zoom"
          ],
          [
            "coalesce",
            [
              "get",
              "ref:en"
            ],
            [
              "get",
              "ref"
            ]
          ],
          6,
          [
            "coalesce",
            [
              "get",
              "name:en"
            ],
            [
              "get",
              "name"
            ]
          ]
        ],
        "text-font": [
          "Metropolis Regular"
        ],
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          3,
          11,
          7,
          16
        ],
        "text-radial-offset": 0.2,
        "text-anchor": "center",
        "text-transform": "uppercase",
        "text-letter-spacing": 0.1
      },
      "paint": {
        "text-color": "#3d3d3d",
        "text-halo-color": "#141414",
        "text-halo-width": 1
      }
    },
    {
      "id": "places_locality",
      "type": "symbol",
      "source": "protomaps",
      "source-layer": "places",
      "filter": [
        "all",
        [
          "==",
          "kind",
          "locality"
        ],
        [
          "!=",
          "capital",
          "yes"
        ]
      ],
      "layout": {
        "icon-image": [
          "step",
          [
            "zoom"
          ],
          [
            "case",
            [
              "==",
              [
                "get",
                "capital"
              ],
              "yes"
            ],
            "capital",
            "townspot"
          ],
          8,
          ""
        ],
        "icon-size": 0.7,
        "text-field": [
          "coalesce",
          [
            "get",
            "name:en"
          ],
          [
            "get",
            "name"
          ]
        ],
        "text-font": [
          "case",
          [
            "<=",
            [
              "get",
              "min_zoom"
            ],
            5
          ],
          [
            "literal",
            [
              "Metropolis Semi Bold"
            ]
          ],
          [
            "literal",
            [
              "Metropolis Regular"
            ]
          ]
        ],
        "symbol-sort-key": [
          "case",
          [
            "has",
            "sort_key"
          ],
          [
            "get",
            "sort_key"
          ],
          [
            "get",
            "min_zoom"
          ]
        ],
        "text-padding": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          5,
          3,
          8,
          7,
          12,
          11
        ],
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          2,
          [
            "case",
            [
              "<",
              [
                "get",
                "population_rank"
              ],
              13
            ],
            8,
            [
              ">=",
              [
                "get",
                "population_rank"
              ],
              13
            ],
            13,
            0
          ],
          4,
          [
            "case",
            [
              "<",
              [
                "get",
                "population_rank"
              ],
              13
            ],
            10,
            [
              ">=",
              [
                "get",
                "population_rank"
              ],
              13
            ],
            15,
            0
          ],
          6,
          [
            "case",
            [
              "<",
              [
                "get",
                "population_rank"
              ],
              12
            ],
            11,
            [
              ">=",
              [
                "get",
                "population_rank"
              ],
              12
            ],
            17,
            0
          ],
          8,
          [
            "case",
            [
              "<",
              [
                "get",
                "population_rank"
              ],
              11
            ],
            11,
            [
              ">=",
              [
                "get",
                "population_rank"
              ],
              11
            ],
            18,
            0
          ],
          10,
          [
            "case",
            [
              "<",
              [
                "get",
                "population_rank"
              ],
              9
            ],
            12,
            [
              ">=",
              [
                "get",
                "population_rank"
              ],
              9
            ],
            20,
            0
          ],
          15,
          [
            "case",
            [
              "<",
              [
                "get",
                "population_rank"
              ],
              8
            ],
            12,
            [
              ">=",
              [
                "get",
                "population_rank"
              ],
              8
            ],
            22,
            0
          ]
        ],
        "icon-padding": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          0,
          0,
          8,
          4,
          10,
          8,
          12,
          6,
          22,
          2
        ],
        "text-justify": "auto",
        "text-variable-anchor": [
          "step",
          [
            "zoom"
          ],
          [
            "literal",
            [
              "bottom",
              "left",
              "right",
              "top"
            ]
          ],
          8,
          [
            "literal",
            [
              "center"
            ]
          ]
        ],
        "text-radial-offset": 0.3
      },
      "paint": {
        "text-color": "#999999",
        "text-halo-color": "#141414",
        "text-halo-width": 1
      }
    },
    {
      "id": "places_capital",
      "type": "symbol",
      "source": "protomaps",
      "source-layer": "places",
      "filter": [
        "all",
        [
          "==",
          "kind",
          "locality"
        ],
        [
          "==",
          "capital",
          "yes"
        ]
      ],
      "layout": {
        "icon-image": [
          "step",
          [
            "zoom"
          ],
          [
            "case",
            [
              "==",
              [
                "get",
                "capital"
              ],
              "yes"
            ],
            "capital",
            "townspot"
          ],
          8,
          ""
        ],
        "icon-size": 0.7,
        "text-field": [
          "coalesce",
          [
            "get",
            "name:en"
          ],
          [
            "get",
            "name"
          ]
        ],
        "text-font": [
          "Metropolis Semi Bold"
        ],
        "symbol-sort-key": [
          "case",
          [
            "has",
            "sort_key"
          ],
          [
            "get",
            "sort_key"
          ],
          [
            "get",
            "min_zoom"
          ]
        ],
        "text-padding": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          5,
          2,
          12,
          4
        ],
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          2,
          10,
          5,
          13,
          9,
          15,
          12,
          16,
          14,
          20
        ],
        "icon-padding": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          0,
          0,
          8,
          4,
          10,
          8,
          12,
          6,
          22,
          2
        ],
        "text-justify": "auto",
        "text-variable-anchor": [
          "step",
          [
            "zoom"
          ],
          [
            "literal",
            [
              "bottom",
              "left",
              "right",
              "top"
            ]
          ],
          8,
          [
            "literal",
            [
              "center"
            ]
          ]
        ],
        "text-radial-offset": 0.3
      },
      "paint": {
        "text-color": "#999999",
        "text-halo-color": "#141414",
        "text-halo-width": 1
      }
    },
    {
      "id": "places_country",
      "type": "symbol",
      "source": "protomaps",
      "source-layer": "places",
      "filter": [
        "==",
        "kind",
        "country"
      ],
      "layout": {
        "symbol-sort-key": [
          "case",
          [
            "has",
            "sort_key"
          ],
          [
            "get",
            "sort_key"
          ],
          [
            "get",
            "min_zoom"
          ]
        ],
        "text-field": [
          "coalesce",
          [
            "get",
            "name:en"
          ],
          [
            "get",
            "name"
          ]
        ],
        "text-font": [
          "Metropolis Semi Bold"
        ],
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          2,
          [
            "case",
            [
              "<",
              [
                "get",
                "population_rank"
              ],
              10
            ],
            8,
            [
              ">=",
              [
                "get",
                "population_rank"
              ],
              10
            ],
            12,
            0
          ],
          6,
          [
            "case",
            [
              "<",
              [
                "get",
                "population_rank"
              ],
              8
            ],
            10,
            [
              ">=",
              [
                "get",
                "population_rank"
              ],
              8
            ],
            18,
            0
          ],
          8,
          [
            "case",
            [
              "<",
              [
                "get",
                "population_rank"
              ],
              7
            ],
            11,
            [
              ">=",
              [
                "get",
                "population_rank"
              ],
              7
            ],
            20,
            0
          ]
        ],
        "icon-padding": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          0,
          2,
          14,
          2,
          16,
          20,
          17,
          2,
          22,
          2
        ],
        "text-transform": "uppercase",
        "text-letter-spacing": 0.1
      },
      "paint": {
        "text-color": "#707070",
        "text-halo-color": "#141414",
        "text-halo-width": 1
      }
    }
  ],
  "sprite": "https://protomaps.github.io/basemaps-assets/sprites/v4/black",
  "glyphs": "https://tiles.weatherxanalytics.com/fonts/{fontstack}/{range}.pbf"
}
