{
  "version": 8,
  "name": "Voyager",
  "metadata": {},
  "sources": {
    "carto": {
      "type": "vector",
      "url": "https://tiles.basemaps.cartocdn.com/vector/carto.streets/v1/tiles.json"
    },
    "esri": {
      "type": "vector",
      "attribution": "&copy; <a href=\"https://www.un.org/geospatial/mapsgeo\" target=\"_blank\" rel=\"noopener\">United Nations</a>",
      "tiles": [
        "https://pro-ags2.dfs.un.org/arcgis/rest/services/Hosted/Unite_StreetMapVT_CVW_V01/VectorTileServer/tile/{z}/{y}/{x}.pbf"
      ],
      "minzoom": 0,
      "maxzoom": 23
    },
    "terrarium": {
      "type": "raster-dem",
      "attribution": "&copy; <a href=\"https://github.com/tilezen/joerd/blob/master/docs/attribution.md\" target=\"_blank\" rel=\"noopener\">Tilezen Joerd</a>",
      "tiles": [
        "https://s3.amazonaws.com/elevation-tiles-prod/terrarium/{z}/{x}/{y}.png"
      ],
      "minzoom": 0,
      "maxzoom": 15,
      "tileSize": 256,
      "encoding": "terrarium",
      "bounds": [
        -180,
        -90,
        180,
        90
      ]
    },
    "terrarium-hillshade": {
      "type": "raster-dem",
      "attribution": "&copy; <a href=\"https://github.com/tilezen/joerd/blob/master/docs/attribution.md\" target=\"_blank\" rel=\"noopener\">Tilezen Joerd</a>",
      "tiles": [
        "https://s3.amazonaws.com/elevation-tiles-prod/terrarium/{z}/{x}/{y}.png"
      ],
      "minzoom": 0,
      "maxzoom": 15,
      "tileSize": 256,
      "encoding": "terrarium",
      "bounds": [
        -180,
        -90,
        180,
        90
      ]
    }
  },
  "sprite": [
    {
      "id": "default",
      "url": "./sprite/sprite"
    },
    {
      "id": "esri",
      "url": "https://pro-ags2.dfs.un.org/arcgis/rest/services/Hosted/Unite_StreetMapVT_CVW_V01/VectorTileServer/resources/sprites/sprite"
    }
  ],
  "glyphs": "https://fonts.undpgeohub.org/fonts/{fontstack}/{range}.pbf",
  "layers": [
    {
      "id": "background",
      "type": "background",
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "background-color": "#fbf8f3",
        "background-opacity": 1
      }
    },
    {
      "id": "hillshade",
      "type": "hillshade",
      "source": "terrarium-hillshade",
      "layout": {
        "visibility": "none"
      },
      "paint": {
        "hillshade-shadow-color": "hsl(39, 21%, 33%)",
        "hillshade-illumination-direction": 315,
        "hillshade-exaggeration": 0.8
      }
    },
    {
      "id": "landcover",
      "type": "fill",
      "source": "carto",
      "source-layer": "landcover",
      "filter": [
        "any",
        [
          "==",
          "class",
          "wood"
        ],
        [
          "==",
          "class",
          "grass"
        ],
        [
          "==",
          "subclass",
          "recreation_ground"
        ]
      ],
      "paint": {
        "fill-color": {
          "stops": [
            [
              8,
              "rgba(197, 225, 178, 0.2)"
            ],
            [
              9,
              "rgba(197, 225, 178, 0.25)"
            ],
            [
              11,
              "rgba(197, 225, 178, 0.35)"
            ],
            [
              13,
              "rgba(197, 225, 178, 0.4)"
            ],
            [
              15,
              "#e0ecd3"
            ]
          ]
        },
        "fill-opacity": 1
      }
    },
    {
      "id": "park_national_park",
      "type": "fill",
      "source": "carto",
      "source-layer": "park",
      "minzoom": 9,
      "filter": [
        "all",
        [
          "==",
          "class",
          "national_park"
        ]
      ],
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-color": {
          "stops": [
            [
              8,
              "rgba(197, 225, 178, 0.2)"
            ],
            [
              9,
              "rgba(197, 225, 178, 0.25)"
            ],
            [
              11,
              "rgba(197, 225, 178, 0.35)"
            ],
            [
              13,
              "rgba(197, 225, 178, 0.4)"
            ],
            [
              15,
              "#e0ecd3"
            ]
          ]
        },
        "fill-opacity": 1,
        "fill-translate-anchor": "map"
      }
    },
    {
      "id": "park_nature_reserve",
      "type": "fill",
      "source": "carto",
      "source-layer": "park",
      "minzoom": 0,
      "filter": [
        "all",
        [
          "==",
          "class",
          "nature_reserve"
        ]
      ],
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-color": {
          "stops": [
            [
              8,
              "rgba(197, 225, 178, 0.2)"
            ],
            [
              9,
              "rgba(197, 225, 178, 0.25)"
            ],
            [
              11,
              "rgba(197, 225, 178, 0.35)"
            ],
            [
              13,
              "rgba(197, 225, 178, 0.4)"
            ],
            [
              15,
              "#e0ecd3"
            ]
          ]
        },
        "fill-antialias": true,
        "fill-opacity": {
          "stops": [
            [
              6,
              0.7
            ],
            [
              9,
              0.9
            ]
          ]
        }
      }
    },
    {
      "id": "landuse_residential",
      "type": "fill",
      "source": "carto",
      "source-layer": "landuse",
      "minzoom": 6,
      "filter": [
        "any",
        [
          "==",
          "class",
          "residential"
        ]
      ],
      "paint": {
        "fill-color": {
          "stops": [
            [
              5,
              "rgba(243, 234, 220, 0.5)"
            ],
            [
              8,
              "rgba(243, 234, 220, 0.45)"
            ],
            [
              9,
              "rgba(243, 234, 220, 0.4)"
            ],
            [
              11,
              "rgba(243, 234, 220, 0.35)"
            ],
            [
              13,
              "rgba(243, 234, 220, 0.3)"
            ],
            [
              15,
              "rgba(243, 234, 220, 0.25)"
            ],
            [
              16,
              "rgba(243, 234, 220, 0.15)"
            ]
          ]
        },
        "fill-opacity": {
          "stops": [
            [
              6,
              0.6
            ],
            [
              9,
              1
            ]
          ]
        }
      }
    },
    {
      "id": "landuse",
      "type": "fill",
      "source": "carto",
      "source-layer": "landuse",
      "filter": [
        "any",
        [
          "==",
          "class",
          "cemetery"
        ],
        [
          "==",
          "class",
          "stadium"
        ]
      ],
      "paint": {
        "fill-color": {
          "stops": [
            [
              8,
              "rgba(197, 225, 178, 0.2)"
            ],
            [
              9,
              "rgba(197, 225, 178, 0.25)"
            ],
            [
              11,
              "rgba(197, 225, 178, 0.35)"
            ],
            [
              13,
              "rgba(197, 225, 178, 0.4)"
            ],
            [
              15,
              "#e0ecd3"
            ]
          ]
        }
      }
    },
    {
      "id": "waterway",
      "type": "line",
      "source": "carto",
      "source-layer": "waterway",
      "paint": {
        "line-color": "#cce7ea",
        "line-width": {
          "stops": [
            [
              8,
              0.5
            ],
            [
              9,
              1
            ],
            [
              15,
              2
            ],
            [
              16,
              3
            ]
          ]
        }
      }
    },
    {
      "id": "water",
      "type": "fill",
      "source": "carto",
      "source-layer": "water",
      "minzoom": 0,
      "maxzoom": 24,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "Polygon"
        ]
      ],
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-color": "#b0d0d6",
        "fill-antialias": true,
        "fill-translate-anchor": "map",
        "fill-opacity": 1
      }
    },
    {
      "id": "water_shadow",
      "type": "fill",
      "source": "carto",
      "source-layer": "water",
      "minzoom": 0,
      "filter": [
        "all",
        [
          "==",
          "$type",
          "Polygon"
        ]
      ],
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-color": "rgba(203, 225, 228, 1)",
        "fill-antialias": true,
        "fill-translate-anchor": "map",
        "fill-opacity": 1,
        "fill-translate": {
          "stops": [
            [
              0,
              [
                0,
                2
              ]
            ],
            [
              6,
              [
                0,
                1
              ]
            ],
            [
              14,
              [
                0,
                1
              ]
            ],
            [
              17,
              [
                0,
                2
              ]
            ]
          ]
        }
      }
    },
    {
      "id": "aeroway-runway",
      "type": "line",
      "source": "carto",
      "source-layer": "aeroway",
      "minzoom": 12,
      "filter": [
        "all",
        [
          "==",
          "class",
          "runway"
        ]
      ],
      "layout": {
        "line-cap": "square"
      },
      "paint": {
        "line-width": {
          "stops": [
            [
              11,
              1
            ],
            [
              13,
              4
            ],
            [
              14,
              6
            ],
            [
              15,
              8
            ],
            [
              16,
              10
            ]
          ]
        },
        "line-color": "#e8e8e8"
      }
    },
    {
      "id": "aeroway-taxiway",
      "type": "line",
      "source": "carto",
      "source-layer": "aeroway",
      "minzoom": 13,
      "filter": [
        "all",
        [
          "==",
          "class",
          "taxiway"
        ]
      ],
      "paint": {
        "line-color": "#e8e8e8",
        "line-width": {
          "stops": [
            [
              13,
              0.5
            ],
            [
              14,
              1
            ],
            [
              15,
              2
            ],
            [
              16,
              4
            ]
          ]
        }
      }
    },
    {
      "id": "tunnel_service_case",
      "type": "line",
      "source": "carto",
      "source-layer": "transportation",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        [
          "==",
          "class",
          "service"
        ],
        [
          "==",
          "brunnel",
          "tunnel"
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "stops": [
            [
              15,
              1
            ],
            [
              16,
              3
            ],
            [
              17,
              6
            ],
            [
              18,
              8
            ]
          ]
        },
        "line-opacity": 1,
        "line-color": "#e6dfcb"
      }
    },
    {
      "id": "tunnel_minor_case",
      "type": "line",
      "source": "carto",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        [
          "==",
          "class",
          "minor"
        ],
        [
          "==",
          "brunnel",
          "tunnel"
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "miter"
      },
      "paint": {
        "line-width": {
          "stops": [
            [
              11,
              0.5
            ],
            [
              12,
              0.5
            ],
            [
              14,
              2
            ],
            [
              15,
              4
            ],
            [
              16,
              6
            ],
            [
              17,
              10
            ],
            [
              18,
              14
            ]
          ]
        },
        "line-opacity": 1,
        "line-color": "#e6dfcb"
      }
    },
    {
      "id": "tunnel_sec_case",
      "type": "line",
      "source": "carto",
      "source-layer": "transportation",
      "minzoom": 11,
      "maxzoom": 24,
      "filter": [
        "all",
        [
          "in",
          "class",
          "secondary",
          "tertiary"
        ],
        [
          "==",
          "brunnel",
          "tunnel"
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "stops": [
            [
              11,
              0.5
            ],
            [
              12,
              1
            ],
            [
              13,
              2
            ],
            [
              14,
              5
            ],
            [
              15,
              6
            ],
            [
              16,
              8
            ],
            [
              17,
              12
            ],
            [
              18,
              16
            ]
          ]
        },
        "line-opacity": 1,
        "line-color": "#e6dfcb"
      }
    },
    {
      "id": "tunnel_pri_case",
      "type": "line",
      "source": "carto",
      "source-layer": "transportation",
      "minzoom": 8,
      "maxzoom": 24,
      "filter": [
        "all",
        [
          "==",
          "class",
          "primary"
        ],
        [
          "!=",
          "ramp",
          1
        ],
        [
          "==",
          "brunnel",
          "tunnel"
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "stops": [
            [
              6,
              0.5
            ],
            [
              7,
              0.8
            ],
            [
              8,
              1
            ],
            [
              11,
              3
            ],
            [
              13,
              4
            ],
            [
              14,
              6
            ],
            [
              15,
              8
            ],
            [
              16,
              10
            ],
            [
              17,
              14
            ],
            [
              18,
              18
            ]
          ]
        },
        "line-opacity": {
          "stops": [
            [
              5,
              0.5
            ],
            [
              7,
              1
            ]
          ]
        },
        "line-color": "#e6dfcb"
      }
    },
    {
      "id": "tunnel_trunk_case",
      "type": "line",
      "source": "carto",
      "source-layer": "transportation",
      "minzoom": 5,
      "maxzoom": 24,
      "filter": [
        "all",
        [
          "==",
          "class",
          "trunk"
        ],
        [
          "!=",
          "ramp",
          1
        ],
        [
          "==",
          "brunnel",
          "tunnel"
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-width": {
          "stops": [
            [
              6,
              0.5
            ],
            [
              7,
              0.8
            ],
            [
              8,
              1
            ],
            [
              11,
              3
            ],
            [
              13,
              4
            ],
            [
              14,
              6
            ],
            [
              15,
              8
            ],
            [
              16,
              10
            ],
            [
              17,
              14
            ],
            [
              18,
              18
            ]
          ]
        },
        "line-opacity": {
          "stops": [
            [
              5,
              0.5
            ],
            [
              7,
              1
            ]
          ]
        },
        "line-color": "#fbdb98"
      }
    },
    {
      "id": "tunnel_mot_case",
      "type": "line",
      "source": "carto",
      "source-layer": "transportation",
      "minzoom": 5,
      "maxzoom": 24,
      "filter": [
        "all",
        [
          "==",
          "class",
          "motorway"
        ],
        [
          "!=",
          "ramp",
          1
        ],
        [
          "==",
          "brunnel",
          "tunnel"
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "stops": [
            [
              6,
              0.5
            ],
            [
              7,
              0.8
            ],
            [
              8,
              1
            ],
            [
              11,
              3
            ],
            [
              12,
              4
            ],
            [
              13,
              5
            ],
            [
              14,
              7
            ],
            [
              15,
              9
            ],
            [
              16,
              11
            ],
            [
              17,
              13
            ],
            [
              18,
              22
            ]
          ]
        },
        "line-opacity": {
          "stops": [
            [
              6,
              0.5
            ],
            [
              7,
              1
            ]
          ]
        },
        "line-color": "#fbdb98"
      }
    },
    {
      "id": "tunnel_path",
      "type": "line",
      "source": "carto",
      "source-layer": "transportation",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        [
          "==",
          "class",
          "path"
        ],
        [
          "==",
          "brunnel",
          "tunnel"
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "stops": [
            [
              15,
              0.5
            ],
            [
              16,
              1
            ],
            [
              18,
              3
            ]
          ]
        },
        "line-opacity": 1,
        "line-color": "#d7d7d7",
        "line-dasharray": {
          "stops": [
            [
              15,
              [
                2,
                2
              ]
            ],
            [
              18,
              [
                3,
                3
              ]
            ]
          ]
        }
      }
    },
    {
      "id": "tunnel_service_fill",
      "type": "line",
      "source": "carto",
      "source-layer": "transportation",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        [
          "==",
          "class",
          "service"
        ],
        [
          "==",
          "brunnel",
          "tunnel"
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "stops": [
            [
              15,
              2
            ],
            [
              16,
              2
            ],
            [
              17,
              4
            ],
            [
              18,
              6
            ]
          ]
        },
        "line-opacity": 1,
        "line-color": "#f0eee7"
      }
    },
    {
      "id": "tunnel_minor_fill",
      "type": "line",
      "source": "carto",
      "source-layer": "transportation",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        [
          "==",
          "class",
          "minor"
        ],
        [
          "==",
          "brunnel",
          "tunnel"
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "stops": [
            [
              15,
              3
            ],
            [
              16,
              4
            ],
            [
              17,
              8
            ],
            [
              18,
              12
            ]
          ]
        },
        "line-opacity": 1,
        "line-color": "rgba(238, 238, 238, 1)"
      }
    },
    {
      "id": "tunnel_sec_fill",
      "type": "line",
      "source": "carto",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        [
          "in",
          "class",
          "secondary",
          "tertiary"
        ],
        [
          "==",
          "brunnel",
          "tunnel"
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "stops": [
            [
              11,
              2
            ],
            [
              13,
              2
            ],
            [
              14,
              3
            ],
            [
              15,
              4
            ],
            [
              16,
              6
            ],
            [
              17,
              10
            ],
            [
              18,
              14
            ]
          ]
        },
        "line-opacity": 1,
        "line-color": "#f0eee7"
      }
    },
    {
      "id": "tunnel_pri_fill",
      "type": "line",
      "source": "carto",
      "source-layer": "transportation",
      "minzoom": 11,
      "maxzoom": 24,
      "filter": [
        "all",
        [
          "==",
          "class",
          "primary"
        ],
        [
          "!=",
          "ramp",
          1
        ],
        [
          "==",
          "brunnel",
          "tunnel"
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "stops": [
            [
              11,
              1
            ],
            [
              13,
              2
            ],
            [
              14,
              4
            ],
            [
              15,
              6
            ],
            [
              16,
              8
            ],
            [
              17,
              12
            ],
            [
              18,
              16
            ]
          ]
        },
        "line-opacity": 1,
        "line-color": "#f0eee7"
      }
    },
    {
      "id": "tunnel_trunk_fill",
      "type": "line",
      "source": "carto",
      "source-layer": "transportation",
      "minzoom": 11,
      "maxzoom": 24,
      "filter": [
        "all",
        [
          "==",
          "class",
          "trunk"
        ],
        [
          "!=",
          "ramp",
          1
        ],
        [
          "==",
          "brunnel",
          "tunnel"
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-width": {
          "stops": [
            [
              11,
              1
            ],
            [
              13,
              2
            ],
            [
              14,
              4
            ],
            [
              15,
              6
            ],
            [
              16,
              8
            ],
            [
              17,
              12
            ],
            [
              18,
              16
            ]
          ]
        },
        "line-opacity": 1,
        "line-color": "#f0eee7"
      }
    },
    {
      "id": "tunnel_mot_fill",
      "type": "line",
      "source": "carto",
      "source-layer": "transportation",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": [
        "all",
        [
          "==",
          "class",
          "motorway"
        ],
        [
          "!=",
          "ramp",
          1
        ],
        [
          "==",
          "brunnel",
          "tunnel"
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "stops": [
            [
              10,
              1
            ],
            [
              12,
              2
            ],
            [
              13,
              3
            ],
            [
              14,
              5
            ],
            [
              15,
              7
            ],
            [
              16,
              9
            ],
            [
              17,
              11
            ],
            [
              18,
              20
            ]
          ]
        },
        "line-opacity": 1,
        "line-color": "#f0eee7"
      }
    },
    {
      "id": "tunnel_rail",
      "type": "line",
      "source": "carto",
      "source-layer": "transportation",
      "minzoom": 13,
      "filter": [
        "all",
        [
          "==",
          "class",
          "rail"
        ],
        [
          "==",
          "brunnel",
          "tunnel"
        ]
      ],
      "layout": {
        "visibility": "visible",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#dddddd",
        "line-width": {
          "base": 1.3,
          "stops": [
            [
              13,
              0.5
            ],
            [
              14,
              1
            ],
            [
              15,
              1
            ],
            [
              16,
              3
            ],
            [
              21,
              7
            ]
          ]
        },
        "line-opacity": 0.5
      }
    },
    {
      "id": "tunnel_rail_dash",
      "type": "line",
      "source": "carto",
      "source-layer": "transportation",
      "minzoom": 15,
      "filter": [
        "all",
        [
          "==",
          "class",
          "rail"
        ],
        [
          "==",
          "brunnel",
          "tunnel"
        ]
      ],
      "layout": {
        "visibility": "visible",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#ffffff",
        "line-width": {
          "base": 1.3,
          "stops": [
            [
              15,
              0.5
            ],
            [
              16,
              1
            ],
            [
              20,
              5
            ]
          ]
        },
        "line-dasharray": {
          "stops": [
            [
              15,
              [
                5,
                5
              ]
            ],
            [
              16,
              [
                6,
                6
              ]
            ]
          ]
        },
        "line-opacity": 0.5
      }
    },
    {
      "id": "road_service_case",
      "type": "line",
      "source": "carto",
      "source-layer": "transportation",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        [
          "==",
          "class",
          "service"
        ],
        [
          "!has",
          "brunnel"
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "stops": [
            [
              15,
              1
            ],
            [
              16,
              3
            ],
            [
              17,
              6
            ],
            [
              18,
              8
            ]
          ]
        },
        "line-opacity": 1,
        "line-color": "#fdebce"
      }
    },
    {
      "id": "road_minor_case",
      "type": "line",
      "source": "carto",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        [
          "==",
          "class",
          "minor"
        ],
        [
          "!has",
          "brunnel"
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "stops": [
            [
              11,
              0.5
            ],
            [
              12,
              0.5
            ],
            [
              14,
              2
            ],
            [
              15,
              3
            ],
            [
              16,
              4.3
            ],
            [
              17,
              10
            ],
            [
              18,
              14
            ]
          ]
        },
        "line-opacity": 1,
        "line-color": {
          "stops": [
            [
              13,
              "#ffffff"
            ],
            [
              15.7,
              "#ffffff"
            ],
            [
              16,
              "#fdebce"
            ]
          ]
        }
      }
    },
    {
      "id": "road_pri_case_ramp",
      "type": "line",
      "source": "carto",
      "source-layer": "transportation",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        [
          "==",
          "class",
          "primary"
        ],
        [
          "==",
          "ramp",
          1
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "stops": [
            [
              12,
              2
            ],
            [
              13,
              3
            ],
            [
              14,
              4
            ],
            [
              15,
              5
            ],
            [
              16,
              8
            ],
            [
              17,
              10
            ]
          ]
        },
        "line-opacity": {
          "stops": [
            [
              5,
              0.5
            ],
            [
              7,
              1
            ]
          ]
        },
        "line-color": "#ffeabb"
      }
    },
    {
      "id": "road_trunk_case_ramp",
      "type": "line",
      "source": "carto",
      "source-layer": "transportation",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        [
          "==",
          "class",
          "trunk"
        ],
        [
          "==",
          "ramp",
          1
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "stops": [
            [
              12,
              2
            ],
            [
              13,
              3
            ],
            [
              14,
              4
            ],
            [
              15,
              5
            ],
            [
              16,
              8
            ],
            [
              17,
              10
            ]
          ]
        },
        "line-opacity": 1,
        "line-color": {
          "stops": [
            [
              12,
              "#fbdb98"
            ],
            [
              14,
              "#fbdb98"
            ]
          ]
        }
      }
    },
    {
      "id": "road_mot_case_ramp",
      "type": "line",
      "source": "carto",
      "source-layer": "transportation",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        [
          "==",
          "class",
          "motorway"
        ],
        [
          "==",
          "ramp",
          1
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "stops": [
            [
              12,
              2
            ],
            [
              13,
              3
            ],
            [
              14,
              4
            ],
            [
              15,
              5
            ],
            [
              16,
              8
            ],
            [
              17,
              10
            ]
          ]
        },
        "line-opacity": 1,
        "line-color": {
          "stops": [
            [
              12,
              "#fbdb98"
            ],
            [
              14,
              "#fbdb98"
            ]
          ]
        }
      }
    },
    {
      "id": "road_sec_case_noramp",
      "type": "line",
      "source": "carto",
      "source-layer": "transportation",
      "minzoom": 11,
      "maxzoom": 24,
      "filter": [
        "all",
        [
          "in",
          "class",
          "secondary",
          "tertiary"
        ],
        [
          "!has",
          "brunnel"
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "stops": [
            [
              11,
              0.5
            ],
            [
              12,
              1.5
            ],
            [
              13,
              3
            ],
            [
              14,
              5
            ],
            [
              15,
              6
            ],
            [
              16,
              8
            ],
            [
              17,
              12
            ],
            [
              18,
              16
            ]
          ]
        },
        "line-opacity": 1,
        "line-color": {
          "stops": [
            [
              11,
              "#fffef9"
            ],
            [
              12.99,
              "#fffef9"
            ],
            [
              13,
              "#ffedc0"
            ]
          ]
        }
      }
    },
    {
      "id": "road_pri_case_noramp",
      "type": "line",
      "source": "carto",
      "source-layer": "transportation",
      "minzoom": 7,
      "maxzoom": 24,
      "filter": [
        "all",
        [
          "==",
          "class",
          "primary"
        ],
        [
          "!=",
          "ramp",
          1
        ],
        [
          "!has",
          "brunnel"
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "stops": [
            [
              6,
              0.5
            ],
            [
              7,
              0.8
            ],
            [
              8,
              1
            ],
            [
              11,
              3
            ],
            [
              13,
              4
            ],
            [
              14,
              6
            ],
            [
              15,
              8
            ],
            [
              16,
              10
            ],
            [
              17,
              14
            ],
            [
              18,
              18
            ]
          ]
        },
        "line-opacity": {
          "stops": [
            [
              5,
              0.5
            ],
            [
              7,
              1
            ]
          ]
        },
        "line-color": {
          "stops": [
            [
              7,
              "#ffe7b7"
            ],
            [
              12,
              "#ffeabb"
            ]
          ]
        }
      }
    },
    {
      "id": "road_trunk_case_noramp",
      "type": "line",
      "source": "carto",
      "source-layer": "transportation",
      "minzoom": 5,
      "maxzoom": 24,
      "filter": [
        "all",
        [
          "==",
          "class",
          "trunk"
        ],
        [
          "!=",
          "ramp",
          1
        ],
        [
          "!has",
          "brunnel"
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "stops": [
            [
              6,
              0.5
            ],
            [
              7,
              0.8
            ],
            [
              8,
              1
            ],
            [
              11,
              3
            ],
            [
              13,
              4
            ],
            [
              14,
              6
            ],
            [
              15,
              8
            ],
            [
              16,
              10
            ],
            [
              17,
              14
            ],
            [
              18,
              18
            ]
          ]
        },
        "line-opacity": {
          "stops": [
            [
              5,
              0.5
            ],
            [
              7,
              1
            ]
          ]
        },
        "line-color": {
          "stops": [
            [
              5,
              "#ffe7b7"
            ],
            [
              12,
              "#fbdb98"
            ]
          ]
        }
      }
    },
    {
      "id": "road_mot_case_noramp",
      "type": "line",
      "source": "carto",
      "source-layer": "transportation",
      "minzoom": 5,
      "maxzoom": 24,
      "filter": [
        "all",
        [
          "==",
          "class",
          "motorway"
        ],
        [
          "!=",
          "ramp",
          1
        ],
        [
          "!has",
          "brunnel"
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "stops": [
            [
              6,
              0.5
            ],
            [
              7,
              0.7
            ],
            [
              8,
              0.8
            ],
            [
              11,
              3
            ],
            [
              12,
              4
            ],
            [
              13,
              5
            ],
            [
              14,
              7
            ],
            [
              15,
              9
            ],
            [
              16,
              11
            ],
            [
              17,
              13
            ],
            [
              18,
              22
            ]
          ]
        },
        "line-opacity": {
          "stops": [
            [
              6,
              0.5
            ],
            [
              7,
              1
            ]
          ]
        },
        "line-color": {
          "stops": [
            [
              5,
              "#fbdb98"
            ],
            [
              12,
              "#fbdb98"
            ]
          ]
        }
      }
    },
    {
      "id": "road_path",
      "type": "line",
      "source": "carto",
      "source-layer": "transportation",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        [
          "in",
          "class",
          "path",
          "track"
        ],
        [
          "!has",
          "brunnel"
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "stops": [
            [
              15,
              0.5
            ],
            [
              16,
              1
            ],
            [
              18,
              3
            ]
          ]
        },
        "line-opacity": 1,
        "line-color": "#d7d7d7",
        "line-dasharray": {
          "stops": [
            [
              15,
              [
                2,
                2
              ]
            ],
            [
              18,
              [
                3,
                3
              ]
            ]
          ]
        }
      }
    },
    {
      "id": "road_service_fill",
      "type": "line",
      "source": "carto",
      "source-layer": "transportation",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        [
          "==",
          "class",
          "service"
        ],
        [
          "!has",
          "brunnel"
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "stops": [
            [
              15,
              2
            ],
            [
              16,
              2
            ],
            [
              17,
              4
            ],
            [
              18,
              6
            ]
          ]
        },
        "line-opacity": 1,
        "line-color": "#ffffff"
      }
    },
    {
      "id": "road_minor_fill",
      "type": "line",
      "source": "carto",
      "source-layer": "transportation",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        [
          "==",
          "class",
          "minor"
        ],
        [
          "!has",
          "brunnel"
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "stops": [
            [
              15,
              3
            ],
            [
              16,
              4
            ],
            [
              17,
              8
            ],
            [
              18,
              12
            ]
          ]
        },
        "line-opacity": 1,
        "line-color": "#ffffff"
      }
    },
    {
      "id": "road_pri_fill_ramp",
      "type": "line",
      "source": "carto",
      "source-layer": "transportation",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        [
          "==",
          "class",
          "primary"
        ],
        [
          "==",
          "ramp",
          1
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "stops": [
            [
              12,
              1
            ],
            [
              13,
              1.5
            ],
            [
              14,
              2
            ],
            [
              15,
              3
            ],
            [
              16,
              6
            ],
            [
              17,
              8
            ]
          ]
        },
        "line-opacity": 1,
        "line-color": "#fefdd7"
      }
    },
    {
      "id": "road_trunk_fill_ramp",
      "type": "line",
      "source": "carto",
      "source-layer": "transportation",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        [
          "==",
          "class",
          "trunk"
        ],
        [
          "==",
          "ramp",
          1
        ]
      ],
      "layout": {
        "line-cap": "square",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "stops": [
            [
              12,
              1
            ],
            [
              13,
              1.5
            ],
            [
              14,
              2
            ],
            [
              15,
              3
            ],
            [
              16,
              6
            ],
            [
              17,
              8
            ]
          ]
        },
        "line-opacity": 1,
        "line-color": "#FFE9A5"
      }
    },
    {
      "id": "road_mot_fill_ramp",
      "type": "line",
      "source": "carto",
      "source-layer": "transportation",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        [
          "==",
          "class",
          "motorway"
        ],
        [
          "==",
          "ramp",
          1
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "stops": [
            [
              12,
              1
            ],
            [
              13,
              1.5
            ],
            [
              14,
              2
            ],
            [
              15,
              3
            ],
            [
              16,
              6
            ],
            [
              17,
              8
            ]
          ]
        },
        "line-opacity": 1,
        "line-color": "#FFE9A5"
      }
    },
    {
      "id": "road_sec_fill_noramp",
      "type": "line",
      "source": "carto",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        [
          "in",
          "class",
          "secondary",
          "tertiary"
        ],
        [
          "!has",
          "brunnel"
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "stops": [
            [
              11,
              2
            ],
            [
              13,
              2
            ],
            [
              14,
              3
            ],
            [
              15,
              4
            ],
            [
              16,
              6
            ],
            [
              17,
              10
            ],
            [
              18,
              14
            ]
          ]
        },
        "line-opacity": 1,
        "line-color": "#fefdd7"
      }
    },
    {
      "id": "road_pri_fill_noramp",
      "type": "line",
      "source": "carto",
      "source-layer": "transportation",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": [
        "all",
        [
          "==",
          "class",
          "primary"
        ],
        [
          "!=",
          "ramp",
          1
        ],
        [
          "!has",
          "brunnel"
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "stops": [
            [
              10,
              0.3
            ],
            [
              13,
              2
            ],
            [
              14,
              4
            ],
            [
              15,
              6
            ],
            [
              16,
              8
            ],
            [
              17,
              12
            ],
            [
              18,
              16
            ]
          ]
        },
        "line-opacity": 1,
        "line-color": "#fefdd7"
      }
    },
    {
      "id": "road_trunk_fill_noramp",
      "type": "line",
      "source": "carto",
      "source-layer": "transportation",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": [
        "all",
        [
          "==",
          "class",
          "trunk"
        ],
        [
          "!=",
          "ramp",
          1
        ],
        [
          "!has",
          "brunnel"
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "stops": [
            [
              11,
              1
            ],
            [
              13,
              2
            ],
            [
              14,
              4
            ],
            [
              15,
              6
            ],
            [
              16,
              8
            ],
            [
              17,
              12
            ],
            [
              18,
              16
            ]
          ]
        },
        "line-opacity": 1,
        "line-color": "#FFE9A5"
      }
    },
    {
      "id": "road_mot_fill_noramp",
      "type": "line",
      "source": "carto",
      "source-layer": "transportation",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": [
        "all",
        [
          "==",
          "class",
          "motorway"
        ],
        [
          "!=",
          "ramp",
          1
        ],
        [
          "!has",
          "brunnel"
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "stops": [
            [
              10,
              1
            ],
            [
              12,
              2
            ],
            [
              13,
              3
            ],
            [
              14,
              5
            ],
            [
              15,
              7
            ],
            [
              16,
              9
            ],
            [
              17,
              11
            ],
            [
              18,
              20
            ]
          ]
        },
        "line-opacity": 1,
        "line-color": "#FFE9A5"
      }
    },
    {
      "id": "rail",
      "type": "line",
      "source": "carto",
      "source-layer": "transportation",
      "minzoom": 13,
      "filter": [
        "all",
        [
          "==",
          "class",
          "rail"
        ],
        [
          "!=",
          "brunnel",
          "tunnel"
        ]
      ],
      "layout": {
        "visibility": "visible",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#dddddd",
        "line-width": {
          "base": 1.3,
          "stops": [
            [
              13,
              0.5
            ],
            [
              14,
              1
            ],
            [
              15,
              1
            ],
            [
              16,
              3
            ],
            [
              21,
              7
            ]
          ]
        }
      }
    },
    {
      "id": "rail_dash",
      "type": "line",
      "source": "carto",
      "source-layer": "transportation",
      "minzoom": 15,
      "filter": [
        "all",
        [
          "==",
          "class",
          "rail"
        ],
        [
          "!=",
          "brunnel",
          "tunnel"
        ]
      ],
      "layout": {
        "visibility": "visible",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#ffffff",
        "line-width": {
          "base": 1.3,
          "stops": [
            [
              15,
              0.5
            ],
            [
              16,
              1
            ],
            [
              20,
              5
            ]
          ]
        },
        "line-dasharray": {
          "stops": [
            [
              15,
              [
                5,
                5
              ]
            ],
            [
              16,
              [
                6,
                6
              ]
            ]
          ]
        }
      }
    },
    {
      "id": "bridge_service_case",
      "type": "line",
      "source": "carto",
      "source-layer": "transportation",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        [
          "==",
          "class",
          "service"
        ],
        [
          "==",
          "brunnel",
          "bridge"
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "stops": [
            [
              15,
              1
            ],
            [
              16,
              3
            ],
            [
              17,
              6
            ],
            [
              18,
              8
            ]
          ]
        },
        "line-opacity": 1,
        "line-color": "#fdebce"
      }
    },
    {
      "id": "bridge_minor_case",
      "type": "line",
      "source": "carto",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        [
          "==",
          "class",
          "minor"
        ],
        [
          "==",
          "brunnel",
          "bridge"
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "miter"
      },
      "paint": {
        "line-width": {
          "stops": [
            [
              11,
              0.5
            ],
            [
              12,
              0.5
            ],
            [
              14,
              2
            ],
            [
              15,
              3
            ],
            [
              16,
              4.3
            ],
            [
              17,
              10
            ],
            [
              18,
              14
            ]
          ]
        },
        "line-opacity": 1,
        "line-color": {
          "stops": [
            [
              13,
              "#ffffff"
            ],
            [
              15.7,
              "#ffffff"
            ],
            [
              16,
              "#fdebce"
            ]
          ]
        }
      }
    },
    {
      "id": "bridge_sec_case",
      "type": "line",
      "source": "carto",
      "source-layer": "transportation",
      "minzoom": 11,
      "maxzoom": 24,
      "filter": [
        "all",
        [
          "in",
          "class",
          "secondary",
          "tertiary"
        ],
        [
          "==",
          "brunnel",
          "bridge"
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "miter"
      },
      "paint": {
        "line-width": {
          "stops": [
            [
              11,
              0.5
            ],
            [
              12,
              1.5
            ],
            [
              13,
              3
            ],
            [
              14,
              5
            ],
            [
              15,
              6
            ],
            [
              16,
              8
            ],
            [
              17,
              12
            ],
            [
              18,
              16
            ]
          ]
        },
        "line-opacity": 1,
        "line-color": {
          "stops": [
            [
              11,
              "#fffef9"
            ],
            [
              12.99,
              "#fffef9"
            ],
            [
              13,
              "#ffedc0"
            ]
          ]
        }
      }
    },
    {
      "id": "bridge_pri_case",
      "type": "line",
      "source": "carto",
      "source-layer": "transportation",
      "minzoom": 8,
      "maxzoom": 24,
      "filter": [
        "all",
        [
          "==",
          "class",
          "primary"
        ],
        [
          "!=",
          "ramp",
          1
        ],
        [
          "==",
          "brunnel",
          "bridge"
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "stops": [
            [
              6,
              0.5
            ],
            [
              7,
              0.8
            ],
            [
              8,
              1
            ],
            [
              11,
              3
            ],
            [
              13,
              4
            ],
            [
              14,
              6
            ],
            [
              15,
              8
            ],
            [
              16,
              10
            ],
            [
              17,
              14
            ],
            [
              18,
              18
            ]
          ]
        },
        "line-opacity": {
          "stops": [
            [
              5,
              0.5
            ],
            [
              7,
              1
            ]
          ]
        },
        "line-color": {
          "stops": [
            [
              8,
              "#ffe7b7"
            ],
            [
              12,
              "#ffeabb"
            ]
          ]
        }
      }
    },
    {
      "id": "bridge_trunk_case",
      "type": "line",
      "source": "carto",
      "source-layer": "transportation",
      "minzoom": 5,
      "maxzoom": 24,
      "filter": [
        "all",
        [
          "==",
          "class",
          "trunk"
        ],
        [
          "!=",
          "ramp",
          1
        ],
        [
          "==",
          "brunnel",
          "bridge"
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-width": {
          "stops": [
            [
              6,
              0.5
            ],
            [
              7,
              0.8
            ],
            [
              8,
              1
            ],
            [
              11,
              3
            ],
            [
              13,
              4
            ],
            [
              14,
              6
            ],
            [
              15,
              8
            ],
            [
              16,
              10
            ],
            [
              17,
              14
            ],
            [
              18,
              18
            ]
          ]
        },
        "line-opacity": {
          "stops": [
            [
              5,
              0.5
            ],
            [
              7,
              1
            ]
          ]
        },
        "line-color": {
          "stops": [
            [
              5,
              "#fbdb98"
            ],
            [
              12,
              "#fbdb98"
            ]
          ]
        }
      }
    },
    {
      "id": "bridge_mot_case",
      "type": "line",
      "source": "carto",
      "source-layer": "transportation",
      "minzoom": 5,
      "maxzoom": 24,
      "filter": [
        "all",
        [
          "==",
          "class",
          "motorway"
        ],
        [
          "!=",
          "ramp",
          1
        ],
        [
          "==",
          "brunnel",
          "bridge"
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "stops": [
            [
              6,
              0.5
            ],
            [
              7,
              0.8
            ],
            [
              8,
              1
            ],
            [
              11,
              3
            ],
            [
              12,
              4
            ],
            [
              13,
              5
            ],
            [
              14,
              7
            ],
            [
              15,
              9
            ],
            [
              16,
              11
            ],
            [
              17,
              13
            ],
            [
              18,
              22
            ]
          ]
        },
        "line-opacity": {
          "stops": [
            [
              6,
              0.5
            ],
            [
              7,
              1
            ]
          ]
        },
        "line-color": {
          "stops": [
            [
              5,
              "#fbdb98"
            ],
            [
              10,
              "#fbdb98"
            ]
          ]
        }
      }
    },
    {
      "id": "bridge_path",
      "type": "line",
      "source": "carto",
      "source-layer": "transportation",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        [
          "==",
          "class",
          "path"
        ],
        [
          "==",
          "brunnel",
          "bridge"
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "stops": [
            [
              15,
              0.5
            ],
            [
              16,
              1
            ],
            [
              18,
              3
            ]
          ]
        },
        "line-opacity": 1,
        "line-color": "#d7d7d7",
        "line-dasharray": {
          "stops": [
            [
              15,
              [
                2,
                2
              ]
            ],
            [
              18,
              [
                3,
                3
              ]
            ]
          ]
        }
      }
    },
    {
      "id": "bridge_service_fill",
      "type": "line",
      "source": "carto",
      "source-layer": "transportation",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        [
          "==",
          "class",
          "service"
        ],
        [
          "==",
          "brunnel",
          "bridge"
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "stops": [
            [
              15,
              2
            ],
            [
              16,
              2
            ],
            [
              17,
              4
            ],
            [
              18,
              6
            ]
          ]
        },
        "line-opacity": 1,
        "line-color": "#ffffff"
      }
    },
    {
      "id": "bridge_minor_fill",
      "type": "line",
      "source": "carto",
      "source-layer": "transportation",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        [
          "==",
          "class",
          "minor"
        ],
        [
          "==",
          "brunnel",
          "bridge"
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "stops": [
            [
              15,
              3
            ],
            [
              16,
              4
            ],
            [
              17,
              8
            ],
            [
              18,
              12
            ]
          ]
        },
        "line-opacity": 1,
        "line-color": "#ffffff"
      }
    },
    {
      "id": "bridge_sec_fill",
      "type": "line",
      "source": "carto",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        [
          "in",
          "class",
          "secondary",
          "tertiary"
        ],
        [
          "==",
          "brunnel",
          "bridge"
        ]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "stops": [
            [
              11,
              2
            ],
            [
              13,
              2
            ],
            [
              14,
              3
            ],
            [
              15,
              4
            ],
            [
              16,
              6
            ],
            [
              17,
              10
            ],
            [
              18,
              14
            ]
          ]
        },
        "line-opacity": 1,
        "line-color": "#fefdd7"
      }
    },
    {
      "id": "bridge_pri_fill",
      "type": "line",
      "source": "carto",
      "source-layer": "transportation",
      "minzoom": 11,
      "maxzoom": 24,
      "filter": [
        "all",
        [
          "==",
          "class",
          "primary"
        ],
        [
          "!=",
          "ramp",
          1
        ],
        [
          "==",
          "brunnel",
          "bridge"
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "stops": [
            [
              11,
              1
            ],
            [
              13,
              2
            ],
            [
              14,
              4
            ],
            [
              15,
              6
            ],
            [
              16,
              8
            ],
            [
              17,
              12
            ],
            [
              18,
              16
            ]
          ]
        },
        "line-opacity": 1,
        "line-color": "#fefdd7"
      }
    },
    {
      "id": "bridge_trunk_fill",
      "type": "line",
      "source": "carto",
      "source-layer": "transportation",
      "minzoom": 11,
      "maxzoom": 24,
      "filter": [
        "all",
        [
          "==",
          "class",
          "trunk"
        ],
        [
          "!=",
          "ramp",
          1
        ],
        [
          "==",
          "brunnel",
          "bridge"
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-width": {
          "stops": [
            [
              11,
              1
            ],
            [
              13,
              2
            ],
            [
              14,
              4
            ],
            [
              15,
              6
            ],
            [
              16,
              8
            ],
            [
              17,
              12
            ],
            [
              18,
              16
            ]
          ]
        },
        "line-opacity": 1,
        "line-color": "#FFE9A5"
      }
    },
    {
      "id": "bridge_mot_fill",
      "type": "line",
      "source": "carto",
      "source-layer": "transportation",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": [
        "all",
        [
          "==",
          "class",
          "motorway"
        ],
        [
          "!=",
          "ramp",
          1
        ],
        [
          "==",
          "brunnel",
          "bridge"
        ]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round"
      },
      "paint": {
        "line-width": {
          "stops": [
            [
              10,
              1
            ],
            [
              12,
              2
            ],
            [
              13,
              3
            ],
            [
              14,
              5
            ],
            [
              15,
              7
            ],
            [
              16,
              9
            ],
            [
              17,
              11
            ],
            [
              18,
              20
            ]
          ]
        },
        "line-opacity": 1,
        "line-color": "#FFE9A5"
      }
    },
    {
      "id": "building",
      "type": "fill",
      "source": "carto",
      "source-layer": "building",
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-color": {
          "base": 1,
          "stops": [
            [
              15.5,
              "#e4dcd0"
            ],
            [
              16,
              "#e4dcd0"
            ]
          ]
        },
        "fill-antialias": true
      }
    },
    {
      "id": "building-top",
      "type": "fill",
      "source": "carto",
      "source-layer": "building",
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-translate": {
          "base": 1,
          "stops": [
            [
              14,
              [
                0,
                0
              ]
            ],
            [
              16,
              [
                -2,
                -2
              ]
            ]
          ]
        },
        "fill-outline-color": "#e9d8be",
        "fill-color": "#f3eadc",
        "fill-opacity": {
          "base": 1,
          "stops": [
            [
              13,
              0
            ],
            [
              16,
              1
            ]
          ]
        }
      }
    },
    {
      "id": "Admin/ADM_Boundaries_L_HQ/Sovereign/halo",
      "type": "line",
      "source": "esri",
      "source-layer": "ADM_Boundaries_L_HQ",
      "filter": [
        "==",
        "_symbol",
        4
      ],
      "minzoom": 5.89,
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "rgba(230,227,223,0.65)",
        "line-width": 2
      }
    },
    {
      "id": "Admin/ADM_Boundaries_L_HQ/International/halo",
      "type": "line",
      "source": "esri",
      "source-layer": "ADM_Boundaries_L_HQ",
      "filter": [
        "==",
        "_symbol",
        0
      ],
      "minzoom": 5.89,
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "rgba(230,230,223,0.65)",
        "line-width": 4.26667
      }
    },
    {
      "id": "Admin/ADM_Boundaries_L_HQ/Armistice/halo",
      "type": "line",
      "source": "esri",
      "source-layer": "ADM_Boundaries_L_HQ",
      "filter": [
        "==",
        "_symbol",
        1
      ],
      "minzoom": 5.89,
      "layout": {},
      "paint": {
        "line-color": "rgba(230,227,223,0.65)",
        "line-width": 4
      }
    },
    {
      "id": "Admin/ADM_Boundaries_L_HQ/Special/halo",
      "type": "line",
      "source": "esri",
      "source-layer": "ADM_Boundaries_L_HQ",
      "filter": [
        "==",
        "_symbol",
        2
      ],
      "minzoom": 5.89,
      "layout": {},
      "paint": {
        "line-color": "rgba(230,227,223,0.65)",
        "line-width": 4
      }
    },
    {
      "id": "Admin/ADM_Boundaries_L_HQ/Other/halo",
      "type": "line",
      "source": "esri",
      "source-layer": "ADM_Boundaries_L_HQ",
      "filter": [
        "==",
        "_symbol",
        3
      ],
      "minzoom": 5.89,
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "rgba(230,227,223,0.65)",
        "line-width": 3.66667
      }
    },
    {
      "id": "Admin/ADM_Boundaries_L_HQ/Autonomous/halo",
      "type": "line",
      "source": "esri",
      "source-layer": "ADM_Boundaries_L_HQ",
      "filter": [
        "==",
        "_symbol",
        5
      ],
      "minzoom": 4.89,
      "layout": {},
      "paint": {
        "line-color": "rgba(230,227,223,0.65)",
        "line-width": 2.66667
      }
    },
    {
      "id": "Admin/ADM_Boundaries_MMR/International/halo",
      "type": "line",
      "source": "esri",
      "source-layer": "ADM_Boundaries_MMR",
      "filter": [
        "==",
        "_symbol",
        0
      ],
      "minzoom": 5.89,
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "rgba(230,227,223,0.65)",
        "line-width": 4
      }
    },
    {
      "id": "Admin/ADM_Boundaries_VMC/International/halo",
      "type": "line",
      "source": "esri",
      "source-layer": "ADM_Boundaries_VMC",
      "filter": [
        "==",
        "_symbol",
        0
      ],
      "minzoom": 5.89,
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "rgba(230,227,223,0.65)",
        "line-width": 4
      }
    },
    {
      "id": "Admin/ADM_Boundaries_M/Other/halo",
      "type": "line",
      "source": "esri",
      "source-layer": "ADM_Boundaries_M",
      "filter": [
        "==",
        "_symbol",
        3
      ],
      "minzoom": 3.89,
      "maxzoom": 5.89,
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "rgba(230,230,223,0.65)",
        "line-width": {
          "stops": [
            [
              4,
              2.66667
            ],
            [
              5,
              4
            ]
          ]
        }
      }
    },
    {
      "id": "Admin/ADM_Boundaries_M/Armistice/halo",
      "type": "line",
      "source": "esri",
      "source-layer": "ADM_Boundaries_M",
      "filter": [
        "==",
        "_symbol",
        1
      ],
      "minzoom": 3.89,
      "maxzoom": 5.89,
      "layout": {},
      "paint": {
        "line-color": "rgba(230,227,223,0.65)",
        "line-width": {
          "stops": [
            [
              4,
              2.66667
            ],
            [
              5,
              4
            ]
          ]
        }
      }
    },
    {
      "id": "Admin/ADM_Boundaries_M/Special/halo",
      "type": "line",
      "source": "esri",
      "source-layer": "ADM_Boundaries_M",
      "filter": [
        "==",
        "_symbol",
        2
      ],
      "minzoom": 3.89,
      "maxzoom": 5.89,
      "layout": {},
      "paint": {
        "line-color": "rgba(227,227,220,0.65)",
        "line-width": {
          "stops": [
            [
              4,
              2.66667
            ],
            [
              5,
              4
            ]
          ]
        }
      }
    },
    {
      "id": "Admin/ADM_Boundaries_M/International/halo",
      "type": "line",
      "source": "esri",
      "source-layer": "ADM_Boundaries_M",
      "filter": [
        "==",
        "_symbol",
        0
      ],
      "minzoom": 3.89,
      "maxzoom": 5.89,
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "rgba(230,227,223,0.65)",
        "line-width": {
          "stops": [
            [
              4,
              2.66667
            ],
            [
              5,
              4
            ]
          ]
        }
      }
    },
    {
      "id": "Admin/ADM_Boundaries_MMR/Admin 4/0",
      "type": "line",
      "source": "esri",
      "source-layer": "ADM_Boundaries_MMR",
      "filter": [
        "==",
        "_symbol",
        4
      ],
      "minzoom": 11.5305,
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#DDDDDD",
        "line-dasharray": [
          2,
          2
        ],
        "line-width": 0.666667
      }
    },
    {
      "id": "Admin/ADM_Boundaries_MMR/Admin 3/0",
      "type": "line",
      "source": "esri",
      "source-layer": "ADM_Boundaries_MMR",
      "filter": [
        "==",
        "_symbol",
        3
      ],
      "minzoom": 9.2086,
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#CCCCCC",
        "line-dasharray": [
          2,
          4
        ],
        "line-width": 0.666667
      }
    },
    {
      "id": "Admin/ADM_Boundaries_VMC/Admin3",
      "type": "line",
      "source": "esri",
      "source-layer": "ADM_Boundaries_VMC",
      "filter": [
        "==",
        "_symbol",
        3
      ],
      "minzoom": 9.21,
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#CCCCCC",
        "line-dasharray": [
          2,
          4
        ],
        "line-width": 0.666667
      }
    },
    {
      "id": "Admin/ADM_Boundaries_MMR/Admin 2",
      "type": "line",
      "source": "esri",
      "source-layer": "ADM_Boundaries_MMR",
      "filter": [
        "==",
        "_symbol",
        2
      ],
      "minzoom": 7.2086,
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#CCCCCC",
        "line-dasharray": [
          4,
          6
        ],
        "line-width": 0.666667
      }
    },
    {
      "id": "Admin/ADM_Boundaries_VMC/Admin2",
      "type": "line",
      "source": "esri",
      "source-layer": "ADM_Boundaries_VMC",
      "filter": [
        "==",
        "_symbol",
        2
      ],
      "minzoom": 7.21,
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#CCCCCC",
        "line-dasharray": [
          4,
          6
        ],
        "line-width": 0.666667
      }
    },
    {
      "id": "Admin/ADM_Boundaries_MIK/Admin2",
      "type": "line",
      "source": "esri",
      "source-layer": "ADM_Boundaries_MIK",
      "filter": [
        "==",
        "_symbol",
        0
      ],
      "minzoom": 7.21,
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#CCCCCC",
        "line-dasharray": [
          4,
          6
        ],
        "line-width": 0.666667
      }
    },
    {
      "id": "Admin/ADM_Boundaries_L_NoHQ/Admin2",
      "type": "line",
      "source": "esri",
      "source-layer": "ADM_Boundaries_L_NoHQ",
      "filter": [
        "==",
        "_symbol",
        1
      ],
      "minzoom": 7.21,
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#CCCCCC",
        "line-dasharray": [
          4,
          6
        ],
        "line-width": 0.666667
      }
    },
    {
      "id": "Admin/ADM_Boundaries_L_HQ/Admin2",
      "type": "line",
      "source": "esri",
      "source-layer": "ADM_Boundaries_L_HQ",
      "filter": [
        "==",
        "_symbol",
        7
      ],
      "minzoom": 7.21,
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#CCCCCC",
        "line-dasharray": [
          4,
          6
        ],
        "line-width": 0.666667
      }
    },
    {
      "id": "Admin/ADM_Boundaries_MMR/Admin 1",
      "type": "line",
      "source": "esri",
      "source-layer": "ADM_Boundaries_MMR",
      "filter": [
        "==",
        "_symbol",
        1
      ],
      "minzoom": 6,
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#999999",
        "line-dasharray": [
          5.33333,
          4
        ],
        "line-width": 1
      }
    },
    {
      "id": "Admin/ADM_Boundaries_VMC/Admin1",
      "type": "line",
      "source": "esri",
      "source-layer": "ADM_Boundaries_VMC",
      "filter": [
        "==",
        "_symbol",
        1
      ],
      "minzoom": 5.89,
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#999999",
        "line-dasharray": [
          5.33333,
          4
        ],
        "line-width": 1
      }
    },
    {
      "id": "Admin/ADM_Boundaries_L_NoHQ/Admin1",
      "type": "line",
      "source": "esri",
      "source-layer": "ADM_Boundaries_L_NoHQ",
      "filter": [
        "==",
        "_symbol",
        0
      ],
      "minzoom": 5.89,
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#999999",
        "line-dasharray": [
          5.33333,
          4
        ],
        "line-width": 1
      }
    },
    {
      "id": "Admin/ADM_Boundaries_L_HQ/Admin1",
      "type": "line",
      "source": "esri",
      "source-layer": "ADM_Boundaries_L_HQ",
      "filter": [
        "==",
        "_symbol",
        6
      ],
      "minzoom": 5.89,
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#999999",
        "line-dasharray": [
          5.33333,
          4
        ],
        "line-width": 1
      }
    },
    {
      "id": "Admin/ADM_Boundaries_L_HQ/Sovereign/line",
      "type": "line",
      "source": "esri",
      "source-layer": "ADM_Boundaries_L_HQ",
      "filter": [
        "==",
        "_symbol",
        4
      ],
      "minzoom": 5.89,
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#9C9C9C",
        "line-width": 1
      }
    },
    {
      "id": "Admin/ADM_Boundaries_L_HQ/Autonomous/line",
      "type": "line",
      "source": "esri",
      "source-layer": "ADM_Boundaries_L_HQ",
      "filter": [
        "==",
        "_symbol",
        5
      ],
      "minzoom": 5,
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#737B80",
        "line-dasharray": [
          6.66667,
          4
        ],
        "line-width": 1
      }
    },
    {
      "id": "Admin/ADM_Boundaries_L_HQ/Other/line",
      "type": "symbol",
      "source": "esri",
      "source-layer": "ADM_Boundaries_L_HQ",
      "filter": [
        "==",
        "_symbol",
        3
      ],
      "minzoom": 6,
      "layout": {
        "icon-ignore-placement": true,
        "symbol-placement": "line",
        "icon-image": "esri:ADM_Other_L",
        "symbol-spacing": 5.66667,
        "icon-rotation-alignment": "map",
        "icon-allow-overlap": true
      },
      "paint": {
        "icon-opacity": {
          "stops": [
            [
              5,
              0
            ],
            [
              6,
              1
            ]
          ]
        },
        "icon-color": "#393D40"
      }
    },
    {
      "id": "Admin/ADM_Boundaries_L_HQ/Armistice/line",
      "type": "line",
      "source": "esri",
      "source-layer": "ADM_Boundaries_L_HQ",
      "filter": [
        "==",
        "_symbol",
        1
      ],
      "minzoom": 5,
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-opacity": {
          "stops": [
            [
              5,
              0
            ],
            [
              6,
              1
            ]
          ]
        },
        "line-color": "#393D40",
        "line-dasharray": [
          6,
          3.5
        ],
        "line-width": 1.33333
      }
    },
    {
      "id": "Admin/ADM_Boundaries_L_HQ/Special/line",
      "type": "line",
      "source": "esri",
      "source-layer": "ADM_Boundaries_L_HQ",
      "filter": [
        "==",
        "_symbol",
        2
      ],
      "minzoom": 5,
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-opacity": {
          "stops": [
            [
              5,
              0
            ],
            [
              6,
              1
            ]
          ]
        },
        "line-color": "#393D40",
        "line-dasharray": [
          4,
          2
        ],
        "line-width": 1.33333
      }
    },
    {
      "id": "Admin/ADM_Boundaries_MMR/International boundary/0",
      "type": "line",
      "source": "esri",
      "source-layer": "ADM_Boundaries_MMR",
      "filter": [
        "==",
        "_symbol",
        0
      ],
      "minzoom": 6,
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#393D40",
        "line-width": 1.33333
      }
    },
    {
      "id": "Admin/ADM_Boundaries_VMC/International/line",
      "type": "line",
      "source": "esri",
      "source-layer": "ADM_Boundaries_VMC",
      "filter": [
        "==",
        "_symbol",
        0
      ],
      "minzoom": 5,
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-opacity": {
          "stops": [
            [
              5,
              0
            ],
            [
              6,
              1
            ]
          ]
        },
        "line-color": "#393D40",
        "line-width": 1.33333
      }
    },
    {
      "id": "Admin/ADM_Boundaries_L_HQ/International/line",
      "type": "line",
      "source": "esri",
      "source-layer": "ADM_Boundaries_L_HQ",
      "filter": [
        "==",
        "_symbol",
        0
      ],
      "minzoom": 5,
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-opacity": {
          "stops": [
            [
              5,
              0
            ],
            [
              6,
              1
            ]
          ]
        },
        "line-color": "#393D40",
        "line-width": 1.33333
      }
    },
    {
      "id": "Admin/ADM_Boundaries_M/Other/line",
      "type": "symbol",
      "source": "esri",
      "source-layer": "ADM_Boundaries_M",
      "filter": [
        "==",
        "_symbol",
        3
      ],
      "minzoom": 3,
      "maxzoom": 6,
      "layout": {
        "symbol-placement": "line",
        "icon-image": "esri:ADM_Other_M",
        "icon-size": {
          "stops": [
            [
              4,
              1
            ],
            [
              5,
              1.25
            ]
          ]
        },
        "symbol-spacing": 5,
        "icon-rotation-alignment": "map",
        "icon-ignore-placement": true,
        "icon-allow-overlap": true
      },
      "paint": {
        "icon-opacity": {
          "stops": [
            [
              3,
              0
            ],
            [
              4,
              1
            ],
            [
              5,
              1
            ],
            [
              6,
              0
            ]
          ]
        },
        "icon-color": "#505759"
      }
    },
    {
      "id": "Admin/ADM_Boundaries_M/Armistice/line",
      "type": "line",
      "source": "esri",
      "source-layer": "ADM_Boundaries_M",
      "filter": [
        "==",
        "_symbol",
        1
      ],
      "minzoom": 3,
      "maxzoom": 6,
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-opacity": {
          "stops": [
            [
              3,
              0
            ],
            [
              4,
              1
            ],
            [
              5,
              1
            ],
            [
              6,
              0
            ]
          ]
        },
        "line-color": "#454A4D",
        "line-dasharray": [
          8,
          4.5
        ],
        "line-width": {
          "stops": [
            [
              4,
              0.666667
            ],
            [
              5,
              1
            ]
          ]
        }
      }
    },
    {
      "id": "Admin/ADM_Boundaries_M/Special/line",
      "type": "line",
      "source": "esri",
      "source-layer": "ADM_Boundaries_M",
      "filter": [
        "==",
        "_symbol",
        2
      ],
      "minzoom": 3,
      "maxzoom": 6,
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-opacity": {
          "stops": [
            [
              3,
              0
            ],
            [
              4,
              1
            ],
            [
              5,
              1
            ],
            [
              6,
              0
            ]
          ]
        },
        "line-color": "#454A4D",
        "line-dasharray": [
          4,
          2
        ],
        "line-width": {
          "stops": [
            [
              4,
              0.666667
            ],
            [
              5,
              1
            ]
          ]
        }
      }
    },
    {
      "id": "Admin/ADM_Boundaries_M/International/line",
      "type": "line",
      "source": "esri",
      "source-layer": "ADM_Boundaries_M",
      "filter": [
        "==",
        "_symbol",
        0
      ],
      "minzoom": 3,
      "maxzoom": 6,
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-opacity": {
          "stops": [
            [
              3,
              0
            ],
            [
              4,
              1
            ],
            [
              5,
              1
            ],
            [
              6,
              0
            ]
          ]
        },
        "line-color": "#454A4D",
        "line-width": {
          "stops": [
            [
              4,
              0.666667
            ],
            [
              5,
              1
            ]
          ]
        }
      }
    },
    {
      "id": "Admin/ADM_Boundaries_S/Other",
      "type": "symbol",
      "source": "esri",
      "source-layer": "ADM_Boundaries_S",
      "filter": [
        "==",
        "_symbol",
        3
      ],
      "maxzoom": 4,
      "layout": {
        "symbol-placement": "line",
        "icon-size": {
          "stops": [
            [
              1,
              0.5
            ],
            [
              3,
              1
            ]
          ]
        },
        "icon-image": "esri:ADM_Other_S",
        "symbol-spacing": 2,
        "icon-rotation-alignment": "map",
        "icon-ignore-placement": true,
        "icon-allow-overlap": true
      },
      "paint": {
        "icon-color": "#737B80",
        "icon-opacity": {
          "stops": [
            [
              3,
              1
            ],
            [
              4,
              0
            ]
          ]
        }
      }
    },
    {
      "id": "Admin/ADM_Boundaries_S/Armistice",
      "type": "line",
      "source": "esri",
      "source-layer": "ADM_Boundaries_S",
      "filter": [
        "==",
        "_symbol",
        1
      ],
      "maxzoom": 4,
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#737B80",
        "line-dasharray": {
          "stops": [
            [
              1,
              [
                17.5,
                10
              ]
            ],
            [
              3,
              [
                10.6667,
                6
              ]
            ]
          ]
        },
        "line-width": {
          "stops": [
            [
              1,
              0.133333
            ],
            [
              3,
              0.5
            ]
          ]
        },
        "line-opacity": {
          "stops": [
            [
              3,
              1
            ],
            [
              4,
              0
            ]
          ]
        }
      }
    },
    {
      "id": "Admin/ADM_Boundaries_S/Special",
      "type": "line",
      "source": "esri",
      "source-layer": "ADM_Boundaries_S",
      "filter": [
        "==",
        "_symbol",
        2
      ],
      "maxzoom": 4,
      "layout": {
        "line-join": "round"
      },
      "paint": {
        "line-color": "#737B80",
        "line-dasharray": [
          2,
          2
        ],
        "line-width": {
          "stops": [
            [
              1,
              0.133333
            ],
            [
              2,
              0.333333
            ],
            [
              3,
              0.5
            ]
          ]
        },
        "line-opacity": {
          "stops": [
            [
              3,
              1
            ],
            [
              4,
              0
            ]
          ]
        }
      }
    },
    {
      "id": "Admin/ADM_Boundaries_S/International",
      "type": "line",
      "source": "esri",
      "source-layer": "ADM_Boundaries_S",
      "filter": [
        "==",
        "_symbol",
        0
      ],
      "maxzoom": 4,
      "layout": {
        "line-cap": "round",
        "line-join": "round"
      },
      "paint": {
        "line-color": "#737B80",
        "line-width": {
          "stops": [
            [
              1,
              0.133333
            ],
            [
              2,
              0.333333
            ],
            [
              3,
              0.5
            ]
          ]
        },
        "line-opacity": {
          "stops": [
            [
              3,
              1
            ],
            [
              4,
              0
            ]
          ]
        }
      }
    },
    {
      "id": "waterway_label",
      "type": "symbol",
      "source": "carto",
      "source-layer": "waterway",
      "filter": [
        "all",
        [
          "has",
          "name"
        ],
        [
          "==",
          "class",
          "river"
        ]
      ],
      "layout": {
        "text-field": "{name_en}",
        "text-font": [
          "Proxima Nova Italic"
        ],
        "symbol-placement": "line",
        "symbol-spacing": 300,
        "symbol-avoid-edges": false,
        "text-size": {
          "stops": [
            [
              9,
              8
            ],
            [
              10,
              9
            ]
          ]
        },
        "text-padding": 2,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-offset": {
          "stops": [
            [
              6,
              [
                0,
                -0.2
              ]
            ],
            [
              11,
              [
                0,
                -0.4
              ]
            ],
            [
              12,
              [
                0,
                -0.6
              ]
            ]
          ]
        },
        "text-letter-spacing": 0,
        "text-keep-upright": true
      },
      "paint": {
        "text-color": "#51909c",
        "text-halo-color": "#e2eef0",
        "text-halo-width": 1
      }
    },
    {
      "id": "watername_ocean",
      "type": "symbol",
      "source": "carto",
      "source-layer": "water_name",
      "minzoom": 0,
      "maxzoom": 5,
      "filter": [
        "all",
        [
          "has",
          "name"
        ],
        [
          "==",
          "$type",
          "Point"
        ],
        [
          "==",
          "class",
          "ocean"
        ]
      ],
      "layout": {
        "text-field": "{name}",
        "symbol-placement": "point",
        "text-size": {
          "stops": [
            [
              0,
              13
            ],
            [
              2,
              14
            ],
            [
              4,
              18
            ]
          ]
        },
        "text-font": [
          "Proxima Nova Italic"
        ],
        "text-line-height": 1.2,
        "text-padding": 2,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-max-width": 6,
        "text-letter-spacing": 0.1
      },
      "paint": {
        "text-color": "#ffffff",
        "text-halo-color": "#98c2ca",
        "text-halo-width": 1,
        "text-halo-blur": 0
      }
    },
    {
      "id": "watername_sea",
      "type": "symbol",
      "source": "carto",
      "source-layer": "water_name",
      "minzoom": 5,
      "filter": [
        "all",
        [
          "has",
          "name"
        ],
        [
          "==",
          "$type",
          "Point"
        ],
        [
          "==",
          "class",
          "sea"
        ]
      ],
      "layout": {
        "text-field": "{name}",
        "symbol-placement": "point",
        "text-size": 12,
        "text-font": [
          "Proxima Nova Italic"
        ],
        "text-line-height": 1.2,
        "text-padding": 2,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-max-width": 6,
        "text-letter-spacing": 0.1
      },
      "paint": {
        "text-color": "#ffffff",
        "text-halo-color": "#98c2ca",
        "text-halo-width": 1,
        "text-halo-blur": 0
      }
    },
    {
      "id": "watername_lake",
      "type": "symbol",
      "source": "carto",
      "source-layer": "water_name",
      "minzoom": 4,
      "filter": [
        "all",
        [
          "has",
          "name"
        ],
        [
          "==",
          "$type",
          "Point"
        ],
        [
          "==",
          "class",
          "lake"
        ]
      ],
      "layout": {
        "text-field": {
          "stops": [
            [
              8,
              "{name_en}"
            ],
            [
              13,
              "{name}"
            ]
          ]
        },
        "symbol-placement": "point",
        "text-size": {
          "stops": [
            [
              13,
              9
            ],
            [
              14,
              10
            ],
            [
              15,
              11
            ],
            [
              16,
              12
            ],
            [
              17,
              13
            ]
          ]
        },
        "text-font": [
          "Proxima Nova Italic"
        ],
        "text-line-height": 1.2,
        "text-padding": 2,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto"
      },
      "paint": {
        "text-color": "#51909c",
        "text-halo-color": "#e2eef0",
        "text-halo-width": 1,
        "text-halo-blur": 1
      }
    },
    {
      "id": "watername_lake_line",
      "type": "symbol",
      "source": "carto",
      "source-layer": "water_name",
      "filter": [
        "all",
        [
          "has",
          "name"
        ],
        [
          "==",
          "$type",
          "LineString"
        ]
      ],
      "layout": {
        "text-field": {
          "stops": [
            [
              8,
              "{name_en}"
            ],
            [
              13,
              "{name}"
            ]
          ]
        },
        "symbol-placement": "line",
        "text-size": {
          "stops": [
            [
              13,
              9
            ],
            [
              14,
              10
            ],
            [
              15,
              11
            ],
            [
              16,
              12
            ],
            [
              17,
              13
            ]
          ]
        },
        "text-font": [
          "Proxima Nova Italic"
        ],
        "symbol-spacing": 350,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-line-height": 1.2
      },
      "paint": {
        "text-color": "#51909c",
        "text-halo-color": "#e2eef0",
        "text-halo-width": 1,
        "text-halo-blur": 1
      }
    },
    {
      "id": "place_hamlet",
      "type": "symbol",
      "source": "carto",
      "source-layer": "place",
      "minzoom": 12,
      "maxzoom": 16,
      "filter": [
        "any",
        [
          "==",
          "class",
          "neighbourhood"
        ],
        [
          "==",
          "class",
          "hamlet"
        ]
      ],
      "layout": {
        "text-field": {
          "stops": [
            [
              8,
              "{name_en}"
            ],
            [
              14,
              "{name}"
            ]
          ]
        },
        "text-font": [
          "Proxima Nova Bold"
        ],
        "text-size": {
          "stops": [
            [
              13,
              8
            ],
            [
              14,
              10
            ],
            [
              16,
              11
            ]
          ]
        },
        "icon-image": "",
        "icon-offset": [
          16,
          0
        ],
        "text-anchor": "center",
        "icon-size": 1,
        "text-max-width": 10,
        "text-keep-upright": true,
        "text-offset": [
          0.2,
          0.2
        ],
        "text-transform": {
          "stops": [
            [
              12,
              "none"
            ],
            [
              14,
              "uppercase"
            ]
          ]
        }
      },
      "paint": {
        "text-color": "#405c78",
        "icon-color": "#405c78",
        "icon-translate-anchor": "map",
        "text-halo-color": "#f2f5f8",
        "text-halo-width": 1
      }
    },
    {
      "id": "place_suburbs",
      "type": "symbol",
      "source": "carto",
      "source-layer": "place",
      "minzoom": 12,
      "maxzoom": 16,
      "filter": [
        "all",
        [
          "==",
          "class",
          "suburb"
        ]
      ],
      "layout": {
        "text-field": {
          "stops": [
            [
              8,
              "{name_en}"
            ],
            [
              13,
              "{name}"
            ]
          ]
        },
        "text-font": [
          "Proxima Nova Regular"
        ],
        "text-size": {
          "stops": [
            [
              12,
              9
            ],
            [
              13,
              10
            ],
            [
              14,
              11
            ],
            [
              15,
              12
            ],
            [
              16,
              13
            ]
          ]
        },
        "icon-image": "",
        "icon-offset": [
          16,
          0
        ],
        "text-anchor": "center",
        "icon-size": 1,
        "text-max-width": 10,
        "text-keep-upright": true,
        "text-offset": [
          0.2,
          0.2
        ],
        "text-transform": {
          "stops": [
            [
              8,
              "none"
            ],
            [
              12,
              "uppercase"
            ]
          ]
        }
      },
      "paint": {
        "text-color": "#405c78",
        "icon-color": "#405c78",
        "icon-translate-anchor": "map",
        "text-halo-color": "#f2f5f8",
        "text-halo-width": 1
      }
    },
    {
      "id": "place_villages",
      "type": "symbol",
      "source": "carto",
      "source-layer": "place",
      "minzoom": 10,
      "maxzoom": 16,
      "filter": [
        "all",
        [
          "==",
          "class",
          "village"
        ]
      ],
      "layout": {
        "text-field": {
          "stops": [
            [
              8,
              "{name_en}"
            ],
            [
              13,
              "{name}"
            ]
          ]
        },
        "text-font": [
          "Proxima Nova Bold"
        ],
        "text-size": {
          "stops": [
            [
              10,
              9
            ],
            [
              12,
              10
            ],
            [
              13,
              11
            ],
            [
              14,
              12
            ],
            [
              16,
              13
            ]
          ]
        },
        "icon-image": "",
        "icon-offset": [
          16,
          0
        ],
        "text-anchor": "center",
        "icon-size": 1,
        "text-max-width": 10,
        "text-keep-upright": true,
        "text-offset": [
          0.2,
          0.2
        ],
        "text-transform": "none"
      },
      "paint": {
        "text-color": "#405c78",
        "icon-color": "#405c78",
        "icon-translate-anchor": "map",
        "text-halo-color": "#f2f5f8",
        "text-halo-width": 1
      }
    },
    {
      "id": "place_town",
      "type": "symbol",
      "source": "carto",
      "source-layer": "place",
      "minzoom": 8,
      "maxzoom": 14,
      "filter": [
        "all",
        [
          "==",
          "class",
          "town"
        ]
      ],
      "layout": {
        "text-field": {
          "stops": [
            [
              8,
              "{name_en}"
            ],
            [
              13,
              "{name}"
            ]
          ]
        },
        "text-font": [
          "Proxima Nova Bold"
        ],
        "text-size": {
          "stops": [
            [
              8,
              10
            ],
            [
              9,
              10
            ],
            [
              10,
              11
            ],
            [
              13,
              14
            ],
            [
              14,
              15
            ]
          ]
        },
        "icon-image": "",
        "icon-offset": [
          16,
          0
        ],
        "text-anchor": "center",
        "icon-size": 1,
        "text-max-width": 10,
        "text-keep-upright": true,
        "text-offset": [
          0.2,
          0.2
        ],
        "text-transform": "none"
      },
      "paint": {
        "text-color": "#405c78",
        "icon-color": "#405c78",
        "icon-translate-anchor": "map",
        "text-halo-color": "#f2f5f8",
        "text-halo-width": 1
      }
    },
    {
      "id": "place_state",
      "type": "symbol",
      "source": "carto",
      "source-layer": "place",
      "minzoom": 5,
      "maxzoom": 10,
      "filter": [
        "all",
        [
          "==",
          "class",
          "state"
        ],
        [
          "<=",
          "rank",
          4
        ]
      ],
      "layout": {
        "text-field": "{name_en}",
        "text-font": [
          "Proxima Nova Bold"
        ],
        "text-size": {
          "stops": [
            [
              5,
              12
            ],
            [
              7,
              14
            ]
          ]
        },
        "text-transform": "uppercase",
        "text-max-width": 9
      },
      "paint": {
        "text-color": "#7c8a9b",
        "text-halo-color": "#fbf8f3",
        "text-halo-width": 0
      }
    },
    {
      "id": "place_continent",
      "type": "symbol",
      "source": "carto",
      "source-layer": "place",
      "minzoom": 0,
      "maxzoom": 2,
      "filter": [
        "all",
        [
          "==",
          "class",
          "continent"
        ]
      ],
      "layout": {
        "text-field": "{name_en}",
        "text-font": [
          "Proxima Nova Bold"
        ],
        "text-transform": "uppercase",
        "text-size": 14,
        "text-letter-spacing": 0.1,
        "text-max-width": 9,
        "text-justify": "center",
        "text-keep-upright": false
      },
      "paint": {
        "text-color": "#405c78",
        "text-halo-color": "#fbf8f3",
        "text-halo-width": 1
      }
    },
    {
      "id": "place_city_r6",
      "type": "symbol",
      "source": "carto",
      "source-layer": "place",
      "minzoom": 8,
      "maxzoom": 15,
      "filter": [
        "all",
        [
          "==",
          "class",
          "city"
        ],
        [
          ">=",
          "rank",
          6
        ]
      ],
      "layout": {
        "text-field": {
          "stops": [
            [
              8,
              "{name_en}"
            ],
            [
              13,
              "{name}"
            ]
          ]
        },
        "text-font": [
          "Proxima Nova Bold"
        ],
        "text-size": {
          "stops": [
            [
              8,
              12
            ],
            [
              9,
              13
            ],
            [
              10,
              14
            ],
            [
              13,
              17
            ],
            [
              14,
              20
            ]
          ]
        },
        "icon-image": "",
        "icon-offset": [
          16,
          0
        ],
        "text-anchor": "center",
        "icon-size": 1,
        "text-max-width": 10,
        "text-keep-upright": true,
        "text-offset": [
          0.2,
          0.2
        ],
        "text-transform": "uppercase"
      },
      "paint": {
        "text-color": "#405c78",
        "icon-color": "#405c78",
        "icon-translate-anchor": "map",
        "text-halo-color": "#f2f5f8",
        "text-halo-width": 1
      }
    },
    {
      "id": "place_city_r5",
      "type": "symbol",
      "source": "carto",
      "source-layer": "place",
      "minzoom": 8,
      "maxzoom": 15,
      "filter": [
        "all",
        [
          "==",
          "class",
          "city"
        ],
        [
          ">=",
          "rank",
          0
        ],
        [
          "<=",
          "rank",
          5
        ]
      ],
      "layout": {
        "text-field": {
          "stops": [
            [
              8,
              "{name_en}"
            ],
            [
              13,
              "{name}"
            ]
          ]
        },
        "text-font": [
          "Proxima Nova Bold"
        ],
        "text-size": {
          "stops": [
            [
              8,
              14
            ],
            [
              10,
              16
            ],
            [
              13,
              19
            ],
            [
              14,
              22
            ]
          ]
        },
        "icon-image": "",
        "icon-offset": [
          16,
          0
        ],
        "text-anchor": "center",
        "icon-size": 1,
        "text-max-width": 10,
        "text-keep-upright": true,
        "text-offset": [
          0.2,
          0.2
        ],
        "text-transform": "uppercase"
      },
      "paint": {
        "text-color": "#405c78",
        "icon-color": "#405c78",
        "icon-translate-anchor": "map",
        "text-halo-color": "#f2f5f8",
        "text-halo-width": 1
      }
    },
    {
      "id": "place_city_dot_r7",
      "type": "symbol",
      "source": "carto",
      "source-layer": "place",
      "minzoom": 6,
      "maxzoom": 7,
      "filter": [
        "all",
        [
          "==",
          "class",
          "city"
        ],
        [
          "<=",
          "rank",
          7
        ]
      ],
      "layout": {
        "text-field": "{name_en}",
        "text-font": [
          "Proxima Nova Bold"
        ],
        "text-size": 12,
        "icon-image": "circle",
        "icon-offset": [
          16,
          5
        ],
        "text-anchor": "right",
        "icon-size": 0.4,
        "text-max-width": 8,
        "text-keep-upright": true,
        "text-offset": [
          0.2,
          0.2
        ]
      },
      "paint": {
        "text-color": "#405c78",
        "icon-color": "#405c78",
        "icon-translate-anchor": "map",
        "text-halo-color": "#f2f5f8",
        "text-halo-width": 1
      }
    },
    {
      "id": "place_city_dot_r4",
      "type": "symbol",
      "source": "carto",
      "source-layer": "place",
      "minzoom": 5,
      "maxzoom": 7,
      "filter": [
        "all",
        [
          "==",
          "class",
          "city"
        ],
        [
          "<=",
          "rank",
          4
        ]
      ],
      "layout": {
        "text-field": "{name_en}",
        "text-font": [
          "Proxima Nova Bold"
        ],
        "text-size": 12,
        "icon-image": "circle",
        "icon-offset": [
          16,
          5
        ],
        "text-anchor": "right",
        "icon-size": 0.4,
        "text-max-width": 8,
        "text-keep-upright": true,
        "text-offset": [
          0.2,
          0.2
        ]
      },
      "paint": {
        "text-color": "#405c78",
        "icon-color": "#405c78",
        "icon-translate-anchor": "map",
        "text-halo-color": "#f2f5f8",
        "text-halo-width": 1
      }
    },
    {
      "id": "place_city_dot_r2",
      "type": "symbol",
      "source": "carto",
      "source-layer": "place",
      "minzoom": 4,
      "maxzoom": 7,
      "filter": [
        "all",
        [
          "==",
          "class",
          "city"
        ],
        [
          "<=",
          "rank",
          2
        ]
      ],
      "layout": {
        "text-field": "{name_en}",
        "text-font": [
          "Proxima Nova Bold"
        ],
        "text-size": 12,
        "icon-image": "circle",
        "icon-offset": [
          16,
          5
        ],
        "text-anchor": "right",
        "icon-size": 0.4,
        "text-max-width": 8,
        "text-keep-upright": true,
        "text-offset": [
          0.2,
          0.2
        ]
      },
      "paint": {
        "text-color": "#405c78",
        "icon-color": "#405c78",
        "icon-translate-anchor": "map",
        "text-halo-color": "#f2f5f8",
        "text-halo-width": 1
      }
    },
    {
      "id": "place_city_dot_z7",
      "type": "symbol",
      "source": "carto",
      "source-layer": "place",
      "minzoom": 7,
      "maxzoom": 8,
      "filter": [
        "all",
        [
          "!has",
          "capital"
        ],
        [
          "!in",
          "class",
          "country",
          "state"
        ]
      ],
      "layout": {
        "text-field": "{name_en}",
        "text-font": [
          "Proxima Nova Bold"
        ],
        "text-size": 12,
        "icon-image": "circle",
        "icon-offset": [
          16,
          5
        ],
        "text-anchor": "right",
        "icon-size": 0.4,
        "text-max-width": 8,
        "text-keep-upright": true,
        "text-offset": [
          0.2,
          0.2
        ]
      },
      "paint": {
        "text-color": "#405c78",
        "icon-color": "#405c78",
        "icon-translate-anchor": "map",
        "text-halo-color": "#f2f5f8",
        "text-halo-width": 1
      }
    },
    {
      "id": "place_capital_dot_z7",
      "type": "symbol",
      "source": "carto",
      "source-layer": "place",
      "minzoom": 7,
      "maxzoom": 8,
      "filter": [
        "all",
        [
          ">",
          "capital",
          0
        ]
      ],
      "layout": {
        "text-field": "{name_en}",
        "text-font": [
          "Proxima Nova Bold"
        ],
        "text-size": 12,
        "icon-image": "circle",
        "icon-offset": [
          16,
          5
        ],
        "text-anchor": "right",
        "icon-size": 0.4,
        "text-max-width": 8,
        "text-keep-upright": true,
        "text-offset": [
          0.2,
          0.2
        ],
        "text-transform": "uppercase"
      },
      "paint": {
        "text-color": "#405c78",
        "icon-color": "#405c78",
        "icon-translate-anchor": "map",
        "text-halo-color": "#f2f5f8",
        "text-halo-width": 1
      }
    },
    {
      "id": "poi_stadium",
      "type": "symbol",
      "source": "carto",
      "source-layer": "poi",
      "minzoom": 15,
      "filter": [
        "all",
        [
          "in",
          "class",
          "stadium",
          "cemetery",
          "attraction"
        ],
        [
          "<=",
          "rank",
          3
        ]
      ],
      "layout": {
        "text-field": "{name}",
        "text-font": [
          "Proxima Nova Bold"
        ],
        "text-size": {
          "stops": [
            [
              15,
              8
            ],
            [
              17,
              9
            ],
            [
              18,
              10
            ]
          ]
        },
        "text-transform": "uppercase"
      },
      "paint": {
        "text-color": "#666666",
        "text-halo-color": "rgba(255,255,255,0.15)",
        "text-halo-width": 1
      }
    },
    {
      "id": "poi_park",
      "type": "symbol",
      "source": "carto",
      "source-layer": "poi",
      "minzoom": 15,
      "filter": [
        "all",
        [
          "==",
          "class",
          "park"
        ]
      ],
      "layout": {
        "text-field": "{name}",
        "text-font": [
          "Proxima Nova Bold"
        ],
        "text-size": {
          "stops": [
            [
              15,
              8
            ],
            [
              17,
              9
            ],
            [
              18,
              10
            ]
          ]
        },
        "text-transform": "uppercase"
      },
      "paint": {
        "text-color": "#666666",
        "text-halo-color": "rgba(255,255,255,0.15)",
        "text-halo-width": 1
      }
    },
    {
      "id": "roadname_minor",
      "type": "symbol",
      "source": "carto",
      "source-layer": "transportation_name",
      "minzoom": 16,
      "filter": [
        "all",
        [
          "in",
          "class",
          "minor",
          "service"
        ]
      ],
      "layout": {
        "symbol-placement": "line",
        "text-font": [
          "Proxima Nova Regular"
        ],
        "text-size": 9,
        "text-field": "{name}",
        "symbol-avoid-edges": false,
        "symbol-spacing": 200,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "center"
      },
      "paint": {
        "text-color": "#87919e",
        "text-halo-color": "#fbf8f3",
        "text-halo-width": 1
      }
    },
    {
      "id": "roadname_sec",
      "type": "symbol",
      "source": "carto",
      "source-layer": "transportation_name",
      "minzoom": 15,
      "filter": [
        "all",
        [
          "in",
          "class",
          "secondary",
          "tertiary"
        ]
      ],
      "layout": {
        "symbol-placement": "line",
        "text-font": [
          "Proxima Nova Regular"
        ],
        "text-size": {
          "stops": [
            [
              15,
              9
            ],
            [
              16,
              11
            ],
            [
              18,
              12
            ]
          ]
        },
        "text-field": "{name}",
        "symbol-avoid-edges": false,
        "symbol-spacing": 200,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "center"
      },
      "paint": {
        "text-color": "#87919e",
        "text-halo-color": "#fbf8f3",
        "text-halo-width": 1
      }
    },
    {
      "id": "roadname_pri",
      "type": "symbol",
      "source": "carto",
      "source-layer": "transportation_name",
      "minzoom": 14,
      "filter": [
        "all",
        [
          "in",
          "class",
          "primary"
        ]
      ],
      "layout": {
        "symbol-placement": "line",
        "text-font": [
          "Proxima Nova Regular"
        ],
        "text-size": {
          "stops": [
            [
              14,
              10
            ],
            [
              15,
              10
            ],
            [
              16,
              11
            ],
            [
              18,
              12
            ]
          ]
        },
        "text-field": "{name}",
        "symbol-avoid-edges": false,
        "symbol-spacing": {
          "stops": [
            [
              6,
              200
            ],
            [
              16,
              250
            ]
          ]
        },
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "center",
        "text-letter-spacing": {
          "stops": [
            [
              14,
              0
            ],
            [
              16,
              0.2
            ]
          ]
        }
      },
      "paint": {
        "text-color": "#798493",
        "text-halo-color": "#fefde1",
        "text-halo-width": 1
      }
    },
    {
      "id": "roadname_major",
      "type": "symbol",
      "source": "carto",
      "source-layer": "transportation_name",
      "minzoom": 13,
      "filter": [
        "all",
        [
          "in",
          "class",
          "trunk",
          "motorway"
        ]
      ],
      "layout": {
        "symbol-placement": "line",
        "text-font": [
          "Proxima Nova Regular"
        ],
        "text-size": {
          "stops": [
            [
              14,
              10
            ],
            [
              15,
              10
            ],
            [
              16,
              11
            ],
            [
              18,
              12
            ]
          ]
        },
        "text-field": "{name}",
        "symbol-avoid-edges": false,
        "symbol-spacing": {
          "stops": [
            [
              6,
              200
            ],
            [
              16,
              250
            ]
          ]
        },
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "center",
        "text-letter-spacing": {
          "stops": [
            [
              13,
              0
            ],
            [
              16,
              0.2
            ]
          ]
        }
      },
      "paint": {
        "text-color": "#798493",
        "text-halo-color": "#fff0c4",
        "text-halo-width": 1
      }
    },
    {
      "id": "housenumber",
      "type": "symbol",
      "source": "carto",
      "source-layer": "housenumber",
      "minzoom": 17,
      "maxzoom": 24,
      "layout": {
        "text-field": "{housenumber}",
        "text-size": {
          "stops": [
            [
              17,
              9
            ],
            [
              18,
              11
            ]
          ]
        },
        "text-font": [
          "Proxima Nova Regular"
        ]
      },
      "paint": {
        "text-halo-color": "rgba(255,255,255,0.15)",
        "text-color": "#d2b17d",
        "text-halo-width": 0.75
      }
    },
    {
      "id": "Labels/LAB_Water_S/label/Ocean",
      "type": "symbol",
      "source": "esri",
      "source-layer": "LAB_Water_S",
      "filter": [
        "==",
        "_label_class",
        0
      ],
      "minzoom": 1,
      "maxzoom": 4,
      "layout": {
        "text-font": [
          "Noto Sans Display SemiBold Italic"
        ],
        "text-size": 10.6667,
        "text-anchor": "center",
        "text-letter-spacing": 0.2,
        "text-field": "{_name}",
        "text-optional": true
      },
      "paint": {
        "text-color": "#609FBF",
        "text-halo-color": "#FFFFFF",
        "text-halo-width": 0.4
      }
    },
    {
      "id": "Labels/LAB_Water_M/label/Ocean",
      "type": "symbol",
      "source": "esri",
      "source-layer": "LAB_Water_M",
      "filter": [
        "==",
        "_label_class",
        0
      ],
      "minzoom": 4,
      "layout": {
        "text-font": [
          "Noto Sans Display SemiBold Italic"
        ],
        "text-size": {
          "stops": [
            [
              4,
              10.6667
            ],
            [
              7,
              14
            ]
          ]
        },
        "text-anchor": "center",
        "text-letter-spacing": 0.2,
        "text-field": "{_name}",
        "text-optional": true
      },
      "paint": {
        "text-color": {
          "stops": [
            [
              4,
              "#609FBF"
            ],
            [
              7,
              "#3D9CCC"
            ]
          ]
        },
        "text-halo-color": "#FFFFFF",
        "text-halo-width": 0.4
      }
    },
    {
      "id": "Labels/LAB_Admin4_MMR/label/Class 1",
      "type": "symbol",
      "source": "esri",
      "source-layer": "LAB_Admin4_MMR/label",
      "minzoom": 14,
      "maxzoom": 15,
      "layout": {
        "text-font": [
          "Noto Sans Display SemiBold Italic"
        ],
        "text-size": 10.6667,
        "text-letter-spacing": 0.1,
        "text-field": "{_name}",
        "text-optional": true
      },
      "paint": {
        "text-color": "#828282",
        "text-halo-color": "rgba(255,255,255,0.75)",
        "text-halo-width": 1.33333
      }
    },
    {
      "id": "Labels/LAB_Admin3_MMR/label/Class 1",
      "type": "symbol",
      "source": "esri",
      "source-layer": "LAB_Admin3_MMR/label",
      "minzoom": 12,
      "maxzoom": 14,
      "layout": {
        "text-font": [
          "Noto Sans Display SemiBold Italic"
        ],
        "text-size": 10.6667,
        "text-letter-spacing": 0.1,
        "text-field": "{_name}",
        "text-optional": true
      },
      "paint": {
        "text-color": "#828282",
        "text-halo-color": "rgba(255,255,255,0.75)",
        "text-halo-width": 1.33333
      }
    },
    {
      "id": "Labels/LAB_Admin3_VMC/label/Municipality",
      "type": "symbol",
      "source": "esri",
      "source-layer": "LAB_Admin3_VMC/label",
      "minzoom": 12,
      "maxzoom": 15,
      "layout": {
        "text-font": [
          "Noto Sans Display SemiBold Italic"
        ],
        "text-size": 10.6667,
        "text-letter-spacing": 0.1,
        "text-field": "{_name}",
        "text-optional": true
      },
      "paint": {
        "text-color": "#828282",
        "text-halo-color": "rgba(255,255,255,0.75)",
        "text-halo-width": 1.33333
      }
    },
    {
      "id": "Labels/LAB_Admin3_MIK/label/Municipality",
      "type": "symbol",
      "source": "esri",
      "source-layer": "LAB_Admin3_MIK/label",
      "minzoom": 8,
      "maxzoom": 12,
      "layout": {
        "text-font": [
          "Noto Sans Display SemiBold Italic"
        ],
        "text-size": 10.6667,
        "text-letter-spacing": 0.1,
        "text-field": "{_name}",
        "text-optional": true
      },
      "paint": {
        "text-color": "#828282",
        "text-halo-color": "rgba(255,255,255,0.75)",
        "text-halo-width": 1.33333
      }
    },
    {
      "id": "Labels/LAB_Admin2_NoHQ/label/Admin2",
      "type": "symbol",
      "source": "esri",
      "source-layer": "LAB_Admin2_NoHQ/label",
      "minzoom": 8,
      "maxzoom": 12,
      "layout": {
        "text-font": [
          "Noto Sans Display SemiBold Italic"
        ],
        "text-size": 10.6667,
        "text-letter-spacing": 0.1,
        "text-field": "{_name}",
        "text-optional": true
      },
      "paint": {
        "text-color": "#828282",
        "text-halo-color": "rgba(255,255,255,0.75)",
        "text-halo-width": 1.33333
      }
    },
    {
      "id": "Labels/LAB_Admin2_HQ/label/Admin2",
      "type": "symbol",
      "source": "esri",
      "source-layer": "LAB_Admin2_HQ/label",
      "minzoom": 8,
      "maxzoom": 12,
      "layout": {
        "text-font": [
          "Noto Sans Display SemiBold Italic"
        ],
        "text-size": 10.6667,
        "text-letter-spacing": 0.1,
        "text-field": "{_name}",
        "text-optional": true
      },
      "paint": {
        "text-color": "#828282",
        "text-halo-color": "rgba(255,255,255,0.75)",
        "text-halo-width": 1.33333
      }
    },
    {
      "id": "Labels/LAB_Admin1_NoHQ/label/Admin1",
      "type": "symbol",
      "source": "esri",
      "source-layer": "LAB_Admin1_NoHQ/label",
      "minzoom": 7,
      "maxzoom": 8,
      "layout": {
        "text-font": [
          "Noto Sans Display SemiBold Italic"
        ],
        "text-size": 12,
        "text-letter-spacing": 0.1,
        "text-field": "{_name}",
        "text-optional": true
      },
      "paint": {
        "text-color": "#686868",
        "text-halo-color": "rgba(255,255,255,0.75)",
        "text-halo-width": 1.33333
      }
    },
    {
      "id": "Labels/LAB_Admin1_HQ/label/Admin1",
      "type": "symbol",
      "source": "esri",
      "source-layer": "LAB_Admin1_HQ/label",
      "minzoom": 7,
      "maxzoom": 8,
      "layout": {
        "text-font": [
          "Noto Sans Display SemiBold Italic"
        ],
        "text-size": 12,
        "text-letter-spacing": 0.1,
        "text-field": "{_name}",
        "text-optional": true
      },
      "paint": {
        "text-color": "#686868",
        "text-halo-color": "rgba(255,255,255,0.75)",
        "text-halo-width": 1.33333
      }
    },
    {
      "id": "Labels/LAB_Country_L03_P/label/Territory_NSG",
      "type": "symbol",
      "source": "esri",
      "source-layer": "LAB_Country_L03_P",
      "filter": [
        "==",
        "_label_class4",
        4
      ],
      "minzoom": 2,
      "maxzoom": 3,
      "layout": {
        "text-font": [
          "Open Sans Semi Bold"
        ],
        "text-max-width": 20,
        "text-size": 7.73333,
        "text-anchor": "center",
        "text-letter-spacing": 0.1,
        "text-field": "{_name4}",
        "text-allow-overlap": true,
        "text-optional": true
      },
      "paint": {
        "text-color": "#6E7780",
        "text-halo-color": "rgba(255,255,255,0.25)",
        "text-halo-width": 0.666667
      }
    },
    {
      "id": "Labels/LAB_Country_L03_P/label/Territory_SG",
      "type": "symbol",
      "source": "esri",
      "source-layer": "LAB_Country_L03_P",
      "filter": [
        "==",
        "_label_class3",
        3
      ],
      "minzoom": 2,
      "maxzoom": 3,
      "layout": {
        "text-font": [
          "Open Sans Semi Bold"
        ],
        "text-max-width": 20,
        "text-size": 8.33333,
        "text-anchor": "center",
        "text-letter-spacing": 0.15,
        "text-field": "{_name3}",
        "text-allow-overlap": true,
        "text-optional": true
      },
      "paint": {
        "text-color": "#6E7780",
        "text-halo-color": "rgba(255,255,255,0.25)",
        "text-halo-width": 0.666667
      }
    },
    {
      "id": "Labels/LAB_Country_L03_P/label/State_S",
      "type": "symbol",
      "source": "esri",
      "source-layer": "LAB_Country_L03_P",
      "filter": [
        "==",
        "_label_class2",
        2
      ],
      "minzoom": 2,
      "maxzoom": 3,
      "layout": {
        "text-font": [
          "Open Sans Semi Bold"
        ],
        "text-max-width": 20,
        "text-size": 8.33333,
        "text-anchor": "center",
        "text-letter-spacing": 0.05,
        "text-field": "{_name2}",
        "text-allow-overlap": true,
        "text-optional": true
      },
      "paint": {
        "text-color": "#6E7780",
        "text-halo-color": "rgba(255,255,255,0.25)",
        "text-halo-width": 0.666667
      }
    },
    {
      "id": "Labels/LAB_Country_L03_P/label/State_M",
      "type": "symbol",
      "source": "esri",
      "source-layer": "LAB_Country_L03_P",
      "filter": [
        "==",
        "_label_class1",
        1
      ],
      "minzoom": 2,
      "maxzoom": 3,
      "layout": {
        "text-font": [
          "Open Sans Semi Bold"
        ],
        "text-max-width": 20,
        "text-size": 8.33333,
        "text-anchor": "center",
        "text-letter-spacing": 0.15,
        "text-field": "{_name1}",
        "text-allow-overlap": true,
        "text-optional": true
      },
      "paint": {
        "text-color": "#6E7780",
        "text-halo-color": "rgba(255,255,255,0.25)",
        "text-halo-width": 0.666667
      }
    },
    {
      "id": "Labels/LAB_Country_L03_P/label/State_L",
      "type": "symbol",
      "source": "esri",
      "source-layer": "LAB_Country_L03_P",
      "filter": [
        "==",
        "_label_class",
        0
      ],
      "minzoom": 2,
      "maxzoom": 3,
      "layout": {
        "text-font": [
          "Open Sans Semi Bold"
        ],
        "text-max-width": 50,
        "text-size": 8.33333,
        "text-anchor": "center",
        "text-letter-spacing": 0.7,
        "text-field": "{_name}",
        "text-allow-overlap": true,
        "text-optional": true
      },
      "paint": {
        "text-color": "#6E7780",
        "text-halo-color": "rgba(255,255,255,0.25)",
        "text-halo-width": 0.666667
      }
    },
    {
      "id": "Labels/LAB_Country_L04_P/label/Territory_NSG",
      "type": "symbol",
      "source": "esri",
      "source-layer": "LAB_Country_L04_P",
      "filter": [
        "==",
        "_label_class4",
        4
      ],
      "minzoom": 3,
      "maxzoom": 4,
      "layout": {
        "text-font": [
          "Open Sans Bold"
        ],
        "text-max-width": 20,
        "text-size": 9.33333,
        "text-anchor": "center",
        "text-letter-spacing": 0.15,
        "text-field": "{_name4}",
        "text-allow-overlap": true,
        "text-optional": true
      },
      "paint": {
        "text-color": "#6E7780",
        "text-halo-color": "rgba(255,255,255,0.5)",
        "text-halo-width": 0.666667
      }
    },
    {
      "id": "Labels/LAB_Country_L04_P/label/Territory_SG",
      "type": "symbol",
      "source": "esri",
      "source-layer": "LAB_Country_L04_P",
      "filter": [
        "==",
        "_label_class3",
        3
      ],
      "minzoom": 3,
      "maxzoom": 4,
      "layout": {
        "text-font": [
          "Open Sans Regular"
        ],
        "text-max-width": 20,
        "text-size": 9,
        "text-anchor": "center",
        "text-letter-spacing": 0.05,
        "text-field": "{_name3}",
        "text-allow-overlap": true,
        "text-optional": true
      },
      "paint": {
        "text-color": "#6E7780",
        "text-halo-color": "rgba(255,255,255,0.5)",
        "text-halo-width": 0.666667
      }
    },
    {
      "id": "Labels/LAB_Country_L04_P/label/State_S",
      "type": "symbol",
      "source": "esri",
      "source-layer": "LAB_Country_L04_P",
      "filter": [
        "==",
        "_label_class2",
        2
      ],
      "minzoom": 3,
      "maxzoom": 4,
      "layout": {
        "text-font": [
          "Open Sans Bold"
        ],
        "text-max-width": 30,
        "text-line-height": 1,
        "text-size": 9.66667,
        "text-anchor": "center",
        "text-letter-spacing": 0.05,
        "text-field": "{_name2}",
        "text-allow-overlap": true,
        "text-optional": true
      },
      "paint": {
        "text-color": "#6E7780",
        "text-halo-color": "rgba(255,255,255,0.5)",
        "text-halo-width": 0.666667
      }
    },
    {
      "id": "Labels/LAB_Country_L04_P/label/State_M",
      "type": "symbol",
      "source": "esri",
      "source-layer": "LAB_Country_L04_P",
      "filter": [
        "==",
        "_label_class1",
        1
      ],
      "minzoom": 3,
      "maxzoom": 4,
      "layout": {
        "text-font": [
          "Open Sans Bold"
        ],
        "text-max-width": 30,
        "text-line-height": 1,
        "text-size": 9.66667,
        "text-anchor": "center",
        "text-letter-spacing": 0.1,
        "text-field": "{_name1}",
        "text-allow-overlap": true,
        "text-optional": true
      },
      "paint": {
        "text-color": "#6E7780",
        "text-halo-color": "rgba(255,255,255,0.5)",
        "text-halo-width": 0.666667
      }
    },
    {
      "id": "Labels/LAB_Country_L04_P/label/State_L",
      "type": "symbol",
      "source": "esri",
      "source-layer": "LAB_Country_L04_P",
      "filter": [
        "==",
        "_label_class",
        0
      ],
      "minzoom": 3,
      "maxzoom": 4,
      "layout": {
        "text-font": [
          "Open Sans Bold"
        ],
        "text-max-width": 75,
        "text-size": 9.66667,
        "text-anchor": "center",
        "text-letter-spacing": 1.3,
        "text-field": "{_name}",
        "text-allow-overlap": true,
        "text-optional": true
      },
      "paint": {
        "text-color": "#6E7780",
        "text-halo-color": "rgba(255,255,255,0.5)",
        "text-halo-width": 0.666667
      }
    },
    {
      "id": "Labels/LAB_Country_L05_P/label/Territory_NSG",
      "type": "symbol",
      "source": "esri",
      "source-layer": "LAB_Country_L05_P",
      "filter": [
        "==",
        "_label_class4",
        4
      ],
      "minzoom": 4,
      "maxzoom": 5,
      "layout": {
        "text-font": [
          "Open Sans Bold"
        ],
        "text-max-width": 20,
        "text-size": 11.3333,
        "text-anchor": "center",
        "text-letter-spacing": 0.15,
        "text-field": "{_name4}",
        "text-allow-overlap": true,
        "text-optional": true
      },
      "paint": {
        "text-color": "#636566",
        "text-halo-color": "rgba(255,255,255,0.5)",
        "text-halo-width": 1
      }
    },
    {
      "id": "Labels/LAB_Country_L05_P/label/Territory_SG",
      "type": "symbol",
      "source": "esri",
      "source-layer": "LAB_Country_L05_P",
      "filter": [
        "==",
        "_label_class3",
        3
      ],
      "minzoom": 4,
      "maxzoom": 5,
      "layout": {
        "text-font": [
          "Open Sans Regular"
        ],
        "text-max-width": 20,
        "text-size": 10.6667,
        "text-anchor": "center",
        "text-letter-spacing": 0.05,
        "text-field": "{_name3}",
        "text-allow-overlap": true,
        "text-optional": true
      },
      "paint": {
        "text-color": "#636566",
        "text-halo-color": "rgba(255,255,255,0.5)",
        "text-halo-width": 1
      }
    },
    {
      "id": "Labels/LAB_Country_L05_P/label/China",
      "type": "symbol",
      "source": "esri",
      "source-layer": "LAB_Country_L05_P",
      "filter": [
        "==",
        "_label_class6",
        6
      ],
      "minzoom": 4,
      "maxzoom": 5,
      "layout": {
        "text-font": [
          "Open Sans Bold"
        ],
        "text-max-width": 20,
        "text-size": 12,
        "text-anchor": "center",
        "text-field": "{_name6}",
        "text-allow-overlap": true,
        "text-optional": true
      },
      "paint": {
        "text-color": "#636566",
        "text-halo-color": "rgba(255,255,255,0.5)",
        "text-halo-width": 1
      }
    },
    {
      "id": "Labels/LAB_Country_L05_P/label/MiddleEast",
      "type": "symbol",
      "source": "esri",
      "source-layer": "LAB_Country_L05_P",
      "filter": [
        "==",
        "_label_class5",
        5
      ],
      "minzoom": 4,
      "maxzoom": 5,
      "layout": {
        "text-font": [
          "Open Sans Semi Bold"
        ],
        "text-max-width": 4,
        "text-size": 8,
        "text-anchor": "center",
        "text-field": "{_name5}",
        "text-allow-overlap": true,
        "text-optional": true
      },
      "paint": {
        "text-color": "#636566",
        "text-halo-color": "rgba(255,255,255,0.5)",
        "text-halo-width": 1
      }
    },
    {
      "id": "Labels/LAB_Country_L05_P/label/State_S",
      "type": "symbol",
      "source": "esri",
      "source-layer": "LAB_Country_L05_P",
      "filter": [
        "==",
        "_label_class2",
        2
      ],
      "minzoom": 4,
      "maxzoom": 5,
      "layout": {
        "text-font": [
          "Open Sans Bold"
        ],
        "text-max-width": 30,
        "text-size": 11,
        "text-anchor": "center",
        "text-letter-spacing": 0.15,
        "text-field": "{_name2}",
        "text-allow-overlap": true,
        "text-optional": true
      },
      "paint": {
        "text-color": "#636566",
        "text-halo-color": "rgba(255,255,255,0.5)",
        "text-halo-width": 1
      }
    },
    {
      "id": "Labels/LAB_Country_L05_P/label/State_M",
      "type": "symbol",
      "source": "esri",
      "source-layer": "LAB_Country_L05_P",
      "filter": [
        "==",
        "_label_class1",
        1
      ],
      "minzoom": 4,
      "maxzoom": 5,
      "layout": {
        "text-font": [
          "Open Sans Bold"
        ],
        "text-max-width": 30,
        "text-size": 12,
        "text-anchor": "center",
        "text-letter-spacing": 0.25,
        "text-field": "{_name1}",
        "text-allow-overlap": true,
        "text-optional": true
      },
      "paint": {
        "text-color": "#636566",
        "text-halo-color": "rgba(255,255,255,0.5)",
        "text-halo-width": 1
      }
    },
    {
      "id": "Labels/LAB_Country_L05_P/label/State_L",
      "type": "symbol",
      "source": "esri",
      "source-layer": "LAB_Country_L05_P",
      "filter": [
        "==",
        "_label_class",
        0
      ],
      "minzoom": 4,
      "maxzoom": 5,
      "layout": {
        "text-font": [
          "Open Sans Bold"
        ],
        "text-max-width": 75,
        "text-size": 12,
        "text-anchor": "center",
        "text-letter-spacing": 2,
        "text-field": "{_name}",
        "text-allow-overlap": true,
        "text-optional": true
      },
      "paint": {
        "text-color": "#636566",
        "text-halo-color": "rgba(255,255,255,0.5)",
        "text-halo-width": 1
      }
    },
    {
      "id": "Labels/LAB_Country_L06_P/label/Autonomies",
      "type": "symbol",
      "source": "esri",
      "source-layer": "LAB_Country_L06_P",
      "filter": [
        "==",
        "_label_class7",
        7
      ],
      "minzoom": 5,
      "maxzoom": 6,
      "layout": {
        "text-font": [
          "Open Sans Regular"
        ],
        "text-size": 12,
        "text-anchor": "center",
        "text-letter-spacing": 0.05,
        "text-field": "{_name7}",
        "text-allow-overlap": true,
        "text-optional": true
      },
      "paint": {
        "text-color": "#575859",
        "text-halo-color": "rgba(255,255,255,0.75)",
        "text-halo-width": 1
      }
    },
    {
      "id": "Labels/LAB_Country_L06_P/label/Territory_SG",
      "type": "symbol",
      "source": "esri",
      "source-layer": "LAB_Country_L06_P",
      "filter": [
        "==",
        "_label_class3",
        3
      ],
      "minzoom": 5,
      "maxzoom": 6,
      "layout": {
        "text-font": [
          "Open Sans Regular"
        ],
        "text-max-width": 20,
        "text-size": 12.3333,
        "text-anchor": "center",
        "text-letter-spacing": 0.05,
        "text-field": "{_name3}",
        "text-allow-overlap": true,
        "text-optional": true
      },
      "paint": {
        "text-color": "#575859",
        "text-halo-color": "rgba(255,255,255,0.75)",
        "text-halo-width": 1
      }
    },
    {
      "id": "Labels/LAB_Country_L06_P/label/China",
      "type": "symbol",
      "source": "esri",
      "source-layer": "LAB_Country_L06_P",
      "filter": [
        "==",
        "_label_class6",
        6
      ],
      "minzoom": 5,
      "maxzoom": 6,
      "layout": {
        "text-font": [
          "Open Sans Bold"
        ],
        "text-max-width": 20,
        "text-size": 13.3333,
        "text-anchor": "center",
        "text-letter-spacing": 0.02,
        "text-field": "{_name6}",
        "text-allow-overlap": true,
        "text-optional": true
      },
      "paint": {
        "text-color": "#575859",
        "text-halo-color": "rgba(255,255,255,0.75)",
        "text-halo-width": 1
      }
    },
    {
      "id": "Labels/LAB_Country_L06_P/label/MiddleEast",
      "type": "symbol",
      "source": "esri",
      "source-layer": "LAB_Country_L06_P",
      "filter": [
        "==",
        "_label_class5",
        5
      ],
      "minzoom": 5,
      "maxzoom": 6,
      "layout": {
        "text-font": [
          "Open Sans Semi Bold"
        ],
        "text-max-width": 20,
        "text-size": 10.6667,
        "text-anchor": "center",
        "text-letter-spacing": 0.05,
        "text-field": "{_name5}",
        "text-allow-overlap": true,
        "text-optional": true
      },
      "paint": {
        "text-color": "#575859",
        "text-halo-color": "rgba(255,255,255,0.75)",
        "text-halo-width": 1
      }
    },
    {
      "id": "Labels/LAB_Country_L06_P/label/Territory_NSG",
      "type": "symbol",
      "source": "esri",
      "source-layer": "LAB_Country_L06_P",
      "filter": [
        "==",
        "_label_class4",
        4
      ],
      "minzoom": 5,
      "maxzoom": 6,
      "layout": {
        "text-font": [
          "Open Sans Bold"
        ],
        "text-max-width": 20,
        "text-size": 13.3333,
        "text-anchor": "center",
        "text-letter-spacing": 0.15,
        "text-field": "{_name4}",
        "text-allow-overlap": true,
        "text-optional": true
      },
      "paint": {
        "text-color": "#575859",
        "text-halo-color": "rgba(255,255,255,0.75)",
        "text-halo-width": 1
      }
    },
    {
      "id": "Labels/LAB_Country_L06_P/label/State_S",
      "type": "symbol",
      "source": "esri",
      "source-layer": "LAB_Country_L06_P",
      "filter": [
        "==",
        "_label_class2",
        2
      ],
      "minzoom": 5,
      "maxzoom": 6,
      "layout": {
        "text-font": [
          "Open Sans Bold"
        ],
        "text-max-width": 20,
        "text-size": 13.3333,
        "text-anchor": "center",
        "text-letter-spacing": 0.05,
        "text-field": "{_name2}",
        "text-allow-overlap": true,
        "text-optional": true
      },
      "paint": {
        "text-color": "#575859",
        "text-halo-color": "rgba(255,255,255,0.75)",
        "text-halo-width": 1
      }
    },
    {
      "id": "Labels/LAB_Country_L06_P/label/State_M",
      "type": "symbol",
      "source": "esri",
      "source-layer": "LAB_Country_L06_P",
      "filter": [
        "==",
        "_label_class1",
        1
      ],
      "minzoom": 5,
      "maxzoom": 6,
      "layout": {
        "text-font": [
          "Open Sans Bold"
        ],
        "text-max-width": 20,
        "text-size": 14.6667,
        "text-anchor": "center",
        "text-letter-spacing": 0.15,
        "text-field": "{_name1}",
        "text-allow-overlap": true,
        "text-optional": true
      },
      "paint": {
        "text-color": "#575859",
        "text-halo-color": "rgba(255,255,255,0.75)",
        "text-halo-width": 1
      }
    },
    {
      "id": "Labels/LAB_Country_L06_P/label/State_L",
      "type": "symbol",
      "source": "esri",
      "source-layer": "LAB_Country_L06_P",
      "filter": [
        "==",
        "_label_class",
        0
      ],
      "minzoom": 5,
      "maxzoom": 6,
      "layout": {
        "text-font": [
          "Open Sans Bold"
        ],
        "text-max-width": 75,
        "text-size": 15.3333,
        "text-anchor": "center",
        "text-letter-spacing": 3,
        "text-field": "{_name}",
        "text-allow-overlap": true,
        "text-optional": true
      },
      "paint": {
        "text-color": "#575859",
        "text-halo-color": "rgba(255,255,255,0.75)",
        "text-halo-width": 1
      }
    },
    {
      "id": "Labels/LAB_Autonomous_L",
      "type": "symbol",
      "source": "esri",
      "source-layer": "LAB_Autonomous_L",
      "minzoom": 6,
      "maxzoom": 7,
      "layout": {
        "icon-image": "esri:Labels/LAB_Autonomous_L",
        "icon-allow-overlap": true,
        "text-font": [
          "Open Sans Regular"
        ],
        "text-size": 12,
        "text-anchor": "center",
        "text-letter-spacing": 0.05,
        "text-field": "{_name}",
        "text-allow-overlap": true,
        "text-optional": true
      },
      "paint": {
        "icon-color": "rgba(132,166,48,0)",
        "text-color": "#575859",
        "text-halo-color": "rgba(255,255,255,0.5)",
        "text-halo-width": 1
      }
    },
    {
      "id": "Labels/LAB_Country_L/label/Territory",
      "type": "symbol",
      "source": "esri",
      "source-layer": "LAB_Country_L",
      "filter": [
        "==",
        "_label_class1",
        1
      ],
      "minzoom": 6,
      "maxzoom": 7,
      "layout": {
        "text-font": [
          "Open Sans Bold"
        ],
        "text-size": 13.3333,
        "text-anchor": "center",
        "text-letter-spacing": 0.1,
        "text-field": "{_name1}",
        "text-optional": true
      },
      "paint": {
        "text-color": "#3E3F40",
        "text-halo-color": "rgba(255,255,255,0.75)",
        "text-halo-width": 1.33333
      }
    },
    {
      "id": "Labels/LAB_Country_L/label/MiddleEast",
      "type": "symbol",
      "source": "esri",
      "source-layer": "LAB_Country_L",
      "filter": [
        "==",
        "_label_class2",
        2
      ],
      "minzoom": 6,
      "maxzoom": 7,
      "layout": {
        "text-font": [
          "Open Sans Semi Bold"
        ],
        "text-size": 12,
        "text-anchor": "center",
        "text-letter-spacing": 0.05,
        "text-field": "{_name2}",
        "text-optional": true
      },
      "paint": {
        "text-color": "#3E3F40",
        "text-halo-color": "rgba(255,255,255,0.75)",
        "text-halo-width": 1.33333
      }
    },
    {
      "id": "Labels/LAB_Country_L/label/State",
      "type": "symbol",
      "source": "esri",
      "source-layer": "LAB_Country_L",
      "filter": [
        "==",
        "_label_class",
        0
      ],
      "minzoom": 6,
      "maxzoom": 7,
      "layout": {
        "text-font": [
          "Open Sans Bold"
        ],
        "text-max-width": 20,
        "text-size": 13.3333,
        "text-anchor": "center",
        "text-letter-spacing": 0.2,
        "text-field": "{_name}",
        "text-optional": true
      },
      "paint": {
        "text-color": "#3E3F40",
        "text-halo-color": "rgba(255,255,255,0.75)",
        "text-halo-width": 1.33333
      }
    }
  ],
  "id": "voyager",
  "owner": "Carto"
}