[
    {
        "id": "background",
        "type": "background",
        "paint": {
            "background-color": "#f8f4f0"
        }
    },
    {
        "id": "landcover-glacier",
        "layout": {
            "visibility": "visible"
        },
        "paint": {
            "fill-color": "#fff",
            "fill-opacity": {
                "stops": [
                    [0, 0.9],
                    [10, 0.3]
                ],
                "base": 1
            }
        },
        "type": "fill",
        "filter": ["==", "subclass", "glacier"],
        "metadata": {
            "mapbox:group": "1444849388993.3071"
        },
        "source": "nextbillionai",
        "source-layer": "landcover"
    },
    {
        "id": "landuse-residential",
        "layout": {
            "visibility": "visible"
        },
        "paint": {
            "fill-color": {
                "stops": [
                    [12, "hsla(30, 19%, 90%, 0.4)"],
                    [16, "hsla(30, 19%, 90%, 0.2)"]
                ],
                "base": 1
            }
        },
        "type": "fill",
        "filter": ["all", ["in", "class", "residential", "suburb", "neighbourhood"]],
        "metadata": {
            "mapbox:group": "1444849388993.3071"
        },
        "source": "nextbillionai",
        "source-layer": "landuse"
    },
    {
        "id": "landuse-commercial",
        "layout": {
            "visibility": "visible"
        },
        "paint": {
            "fill-color": "hsla(0, 60%, 87%, 0.23)"
        },
        "type": "fill",
        "filter": ["all", ["==", "$type", "Polygon"], ["==", "class", "commercial"]],
        "metadata": {
            "mapbox:group": "1444849388993.3071"
        },
        "source": "nextbillionai",
        "source-layer": "landuse"
    },
    {
        "id": "landuse-industrial",
        "layout": {
            "visibility": "visible"
        },
        "paint": {
            "fill-color": "hsla(49, 100%, 88%, 0.34)"
        },
        "type": "fill",
        "filter": ["all", ["==", "$type", "Polygon"], ["in", "class", "industrial", "garages", "dam"]],
        "source": "nextbillionai",
        "source-layer": "landuse"
    },
    {
        "id": "landuse-cemetery",
        "paint": {
            "fill-color": "#e0e4dd"
        },
        "type": "fill",
        "filter": ["==", "class", "cemetery"],
        "metadata": {
            "mapbox:group": "1444849388993.3071"
        },
        "source": "nextbillionai",
        "source-layer": "landuse"
    },
    {
        "id": "landuse-hospital",
        "paint": {
            "fill-color": "#fde"
        },
        "type": "fill",
        "filter": ["==", "class", "hospital"],
        "metadata": {
            "mapbox:group": "1444849388993.3071"
        },
        "source": "nextbillionai",
        "source-layer": "landuse"
    },
    {
        "id": "landuse-school",
        "paint": {
            "fill-color": "#f0e8f8"
        },
        "type": "fill",
        "filter": ["==", "class", "school"],
        "metadata": {
            "mapbox:group": "1444849388993.3071"
        },
        "source": "nextbillionai",
        "source-layer": "landuse"
    },
    {
        "id": "landuse-railway",
        "layout": {
            "visibility": "visible"
        },
        "paint": {
            "fill-color": "hsla(30, 19%, 90%, 0.4)"
        },
        "type": "fill",
        "filter": ["==", "class", "railway"],
        "metadata": {
            "mapbox:group": "1444849388993.3071"
        },
        "source": "nextbillionai",
        "source-layer": "landuse"
    },
    {
        "id": "landcover-wood",
        "paint": {
            "fill-color": "#6a4",
            "fill-antialias": {
                "stops": [
                    [0, false],
                    [9, true]
                ],
                "base": 1
            },
            "fill-opacity": 0.1,
            "fill-outline-color": "hsla(0, 0%, 0%, 0.03)"
        },
        "type": "fill",
        "filter": ["==", "class", "wood"],
        "metadata": {
            "mapbox:group": "1444849388993.3071"
        },
        "source": "nextbillionai",
        "source-layer": "landcover"
    },
    {
        "id": "landcover-grass",
        "paint": {
            "fill-color": "#d8e8c8",
            "fill-opacity": 1
        },
        "type": "fill",
        "filter": ["==", "class", "grass"],
        "metadata": {
            "mapbox:group": "1444849388993.3071"
        },
        "source": "nextbillionai",
        "source-layer": "landcover"
    },
    {
        "id": "landcover-grass-park",
        "paint": {
            "fill-color": "#d8e8c8",
            "fill-opacity": 0.8
        },
        "type": "fill",
        "filter": ["==", "class", "public_park"],
        "metadata": {
            "mapbox:group": "1444849388993.3071"
        },
        "source": "nextbillionai",
        "source-layer": "park"
    },
    {
        "id": "waterway_tunnel",
        "layout": {
            "line-cap": "round",
            "visibility": "visible"
        },
        "paint": {
            "line-dasharray": [2, 4],
            "line-color": "#a0c8f0",
            "line-width": {
                "stops": [
                    [13, 0.5],
                    [20, 6]
                ],
                "base": 1.3
            }
        },
        "type": "line",
        "filter": ["all", ["in", "class", "river", "stream", "canal"], ["==", "brunnel", "tunnel"]],
        "source": "nextbillionai",
        "minzoom": 14,
        "source-layer": "waterway"
    },
    {
        "id": "waterway-other",
        "layout": {
            "line-cap": "round",
            "visibility": "visible"
        },
        "paint": {
            "line-color": "#a0c8f0",
            "line-width": {
                "stops": [
                    [13, 0.5],
                    [20, 2]
                ],
                "base": 1.3
            }
        },
        "type": "line",
        "filter": ["all", ["!in", "class", "canal", "river", "stream"], ["==", "intermittent", 0]],
        "metadata": {
            "mapbox:group": "1444849382550.77"
        },
        "source": "nextbillionai",
        "source-layer": "waterway"
    },
    {
        "id": "waterway-other-intermittent",
        "layout": {
            "line-cap": "round",
            "visibility": "visible"
        },
        "paint": {
            "line-dasharray": [4, 3],
            "line-color": "#a0c8f0",
            "line-width": {
                "stops": [
                    [13, 0.5],
                    [20, 2]
                ],
                "base": 1.3
            }
        },
        "type": "line",
        "filter": ["all", ["!in", "class", "canal", "river", "stream"], ["==", "intermittent", 1]],
        "metadata": {
            "mapbox:group": "1444849382550.77"
        },
        "source": "nextbillionai",
        "source-layer": "waterway"
    },
    {
        "id": "waterway-stream-canal",
        "layout": {
            "line-cap": "round",
            "visibility": "visible"
        },
        "paint": {
            "line-color": "#a0c8f0",
            "line-width": {
                "stops": [
                    [13, 0.5],
                    [20, 6]
                ],
                "base": 1.3
            }
        },
        "type": "line",
        "filter": ["all", ["in", "class", "canal", "stream"], ["!=", "brunnel", "tunnel"], ["==", "intermittent", 0]],
        "metadata": {
            "mapbox:group": "1444849382550.77"
        },
        "source": "nextbillionai",
        "source-layer": "waterway"
    },
    {
        "id": "waterway-stream-canal-intermittent",
        "layout": {
            "line-cap": "round",
            "visibility": "visible"
        },
        "paint": {
            "line-dasharray": [4, 3],
            "line-color": "#a0c8f0",
            "line-width": {
                "stops": [
                    [13, 0.5],
                    [20, 6]
                ],
                "base": 1.3
            }
        },
        "type": "line",
        "filter": ["all", ["in", "class", "canal", "stream"], ["!=", "brunnel", "tunnel"], ["==", "intermittent", 1]],
        "metadata": {
            "mapbox:group": "1444849382550.77"
        },
        "source": "nextbillionai",
        "source-layer": "waterway"
    },
    {
        "id": "waterway-river",
        "layout": {
            "line-cap": "round",
            "visibility": "visible"
        },
        "paint": {
            "line-color": "#a0c8f0",
            "line-width": {
                "stops": [
                    [10, 0.8],
                    [20, 6]
                ],
                "base": 1.2
            }
        },
        "type": "line",
        "filter": ["all", ["==", "class", "river"], ["!=", "brunnel", "tunnel"], ["==", "intermittent", 0]],
        "metadata": {
            "mapbox:group": "1444849382550.77"
        },
        "source": "nextbillionai",
        "source-layer": "waterway"
    },
    {
        "id": "waterway-river-intermittent",
        "layout": {
            "line-cap": "round",
            "visibility": "visible"
        },
        "paint": {
            "line-dasharray": [3, 2.5],
            "line-color": "#a0c8f0",
            "line-width": {
                "stops": [
                    [10, 0.8],
                    [20, 6]
                ],
                "base": 1.2
            }
        },
        "type": "line",
        "filter": ["all", ["==", "class", "river"], ["!=", "brunnel", "tunnel"], ["==", "intermittent", 1]],
        "metadata": {
            "mapbox:group": "1444849382550.77"
        },
        "source": "nextbillionai",
        "source-layer": "waterway"
    },
    {
        "id": "water-offset",
        "layout": {
            "visibility": "visible"
        },
        "paint": {
            "fill-translate": {
                "stops": [
                    [6, [2, 0]],
                    [8, [0, 0]]
                ],
                "base": 1
            },
            "fill-color": "#a0c8f0",
            "fill-opacity": 1
        },
        "type": "fill",
        "filter": ["==", "$type", "Polygon"],
        "metadata": {
            "mapbox:group": "1444849382550.77"
        },
        "source": "nextbillionai",
        "source-layer": "water",
        "maxzoom": 8
    },
    {
        "id": "water",
        "layout": {
            "visibility": "visible"
        },
        "paint": {
            "fill-color": "hsl(210, 67%, 85%)"
        },
        "type": "fill",
        "filter": ["all", ["!=", "intermittent", 1], ["!=", "brunnel", "tunnel"]],
        "metadata": {
            "mapbox:group": "1444849382550.77"
        },
        "source": "nextbillionai",
        "source-layer": "water"
    },
    {
        "id": "water-intermittent",
        "layout": {
            "visibility": "visible"
        },
        "paint": {
            "fill-color": "hsl(210, 67%, 85%)",
            "fill-opacity": 0.7
        },
        "type": "fill",
        "filter": ["all", ["==", "intermittent", 1]],
        "metadata": {
            "mapbox:group": "1444849382550.77"
        },
        "source": "nextbillionai",
        "source-layer": "water"
    },
    {
        "id": "water-pattern",
        "layout": {
            "visibility": "visible"
        },
        "paint": {
            "fill-translate": [0, 2.5],
            "fill-pattern": "wave"
        },
        "type": "fill",
        "filter": ["all"],
        "metadata": {
            "mapbox:group": "1444849382550.77"
        },
        "source": "nextbillionai",
        "source-layer": "water"
    },
    {
        "id": "landcover-ice-shelf",
        "layout": {
            "visibility": "visible"
        },
        "paint": {
            "fill-color": "#fff",
            "fill-opacity": {
                "stops": [
                    [0, 0.9],
                    [10, 0.3]
                ],
                "base": 1
            }
        },
        "type": "fill",
        "filter": ["==", "subclass", "ice_shelf"],
        "metadata": {
            "mapbox:group": "1444849382550.77"
        },
        "source": "nextbillionai",
        "source-layer": "landcover"
    },
    {
        "id": "landcover-sand",
        "layout": {
            "visibility": "visible"
        },
        "paint": {
            "fill-color": "rgba(245, 238, 188, 1)",
            "fill-opacity": 1
        },
        "type": "fill",
        "filter": ["all", ["==", "class", "sand"]],
        "metadata": {
            "mapbox:group": "1444849382550.77"
        },
        "source": "nextbillionai",
        "source-layer": "landcover"
    },
    {
        "id": "building",
        "paint": {
            "fill-color": {
                "stops": [
                    [15.5, "#f2eae2"],
                    [16, "#dfdbd7"]
                ],
                "base": 1
            },
            "fill-antialias": true
        },
        "type": "fill",
        "metadata": {
            "mapbox:group": "1444849364238.8171"
        },
        "source": "nextbillionai",
        "source-layer": "building"
    },
    {
        "id": "building-top",
        "layout": {
            "visibility": "visible"
        },
        "paint": {
            "fill-translate": {
                "stops": [
                    [14, [0, 0]],
                    [16, [-2, -2]]
                ],
                "base": 1
            },
            "fill-color": "#f2eae2",
            "fill-opacity": {
                "stops": [
                    [13, 0],
                    [16, 1]
                ],
                "base": 1
            },
            "fill-outline-color": "#dfdbd7"
        },
        "type": "fill",
        "metadata": {
            "mapbox:group": "1444849364238.8171"
        },
        "source": "nextbillionai",
        "source-layer": "building"
    },
    {
        "id": "tunnel-service-track-casing",
        "layout": {
            "line-join": "round"
        },
        "paint": {
            "line-dasharray": [0.5, 0.25],
            "line-color": "#cfcdca",
            "line-width": {
                "stops": [
                    [15, 1],
                    [16, 4],
                    [20, 11]
                ],
                "base": 1.2
            }
        },
        "type": "line",
        "filter": ["all", ["==", "brunnel", "tunnel"], ["in", "class", "service", "track"]],
        "metadata": {
            "mapbox:group": "1444849354174.1904"
        },
        "source": "nextbillionai",
        "source-layer": "transportation"
    },
    {
        "id": "tunnel-motorway-link-casing",
        "layout": {
            "line-join": "round",
            "visibility": "visible"
        },
        "paint": {
            "line-dasharray": [0.5, 0.25],
            "line-color": "rgba(200, 147, 102, 1)",
            "line-width": {
                "stops": [
                    [12, 1],
                    [13, 3],
                    [14, 4],
                    [20, 15]
                ],
                "base": 1.2
            }
        },
        "type": "line",
        "filter": ["all", ["==", "brunnel", "tunnel"], ["==", "class", "motorway"], ["==", "ramp", 1]],
        "metadata": {
            "mapbox:group": "1444849354174.1904"
        },
        "source": "nextbillionai",
        "source-layer": "transportation"
    },
    {
        "id": "tunnel-minor-casing",
        "layout": {
            "line-join": "round"
        },
        "paint": {
            "line-dasharray": [0.5, 0.25],
            "line-color": "#cfcdca",
            "line-width": {
                "stops": [
                    [12, 0.5],
                    [13, 1],
                    [14, 4],
                    [20, 15]
                ],
                "base": 1.2
            },
            "line-opacity": {
                "stops": [
                    [12, 0],
                    [12.5, 1]
                ]
            }
        },
        "type": "line",
        "filter": ["all", ["==", "brunnel", "tunnel"], ["==", "class", "minor"]],
        "metadata": {
            "mapbox:group": "1444849354174.1904"
        },
        "source": "nextbillionai",
        "source-layer": "transportation"
    },
    {
        "id": "tunnel-link-casing",
        "layout": {
            "line-join": "round"
        },
        "paint": {
            "line-dasharray": [0.5, 0.25],
            "line-color": "#e9ac77",
            "line-width": {
                "stops": [
                    [12, 1],
                    [13, 3],
                    [14, 4],
                    [20, 15]
                ],
                "base": 1.2
            },
            "line-opacity": 1
        },
        "type": "line",
        "filter": [
            "all",
            ["==", "brunnel", "tunnel"],
            ["in", "class", "trunk", "primary", "secondary", "tertiary"],
            ["==", "ramp", 1]
        ],
        "metadata": {
            "mapbox:group": "1444849354174.1904"
        },
        "source": "nextbillionai",
        "source-layer": "transportation"
    },
    {
        "id": "tunnel-secondary-tertiary-casing",
        "layout": {
            "line-join": "round"
        },
        "paint": {
            "line-dasharray": [0.5, 0.25],
            "line-color": "#e9ac77",
            "line-width": {
                "stops": [
                    [8, 1.5],
                    [20, 17]
                ],
                "base": 1.2
            },
            "line-opacity": 1
        },
        "type": "line",
        "filter": ["all", ["==", "brunnel", "tunnel"], ["in", "class", "secondary", "tertiary"], ["!=", "ramp", 1]],
        "metadata": {
            "mapbox:group": "1444849354174.1904"
        },
        "source": "nextbillionai",
        "source-layer": "transportation"
    },
    {
        "id": "tunnel-trunk-primary-casing",
        "layout": {
            "line-join": "round"
        },
        "paint": {
            "line-color": "#e9ac77",
            "line-width": {
                "stops": [
                    [5, 0.4],
                    [6, 0.6],
                    [7, 1.5],
                    [20, 22]
                ],
                "base": 1.2
            }
        },
        "type": "line",
        "filter": ["all", ["==", "brunnel", "tunnel"], ["in", "class", "primary", "trunk"], ["!=", "ramp", 1]],
        "metadata": {
            "mapbox:group": "1444849354174.1904"
        },
        "source": "nextbillionai",
        "source-layer": "transportation"
    },
    {
        "id": "tunnel-motorway-casing",
        "layout": {
            "line-join": "round",
            "visibility": "visible"
        },
        "paint": {
            "line-dasharray": [0.5, 0.25],
            "line-color": "#e9ac77",
            "line-width": {
                "stops": [
                    [5, 0.4],
                    [6, 0.6],
                    [7, 1.5],
                    [20, 22]
                ],
                "base": 1.2
            }
        },
        "type": "line",
        "filter": ["all", ["==", "brunnel", "tunnel"], ["==", "class", "motorway"], ["!=", "ramp", 1]],
        "metadata": {
            "mapbox:group": "1444849354174.1904"
        },
        "source": "nextbillionai",
        "source-layer": "transportation"
    },
    {
        "id": "tunnel-path",
        "paint": {
            "line-dasharray": [1.5, 0.75],
            "line-color": "#cba",
            "line-width": {
                "stops": [
                    [15, 1.2],
                    [20, 4]
                ],
                "base": 1.2
            }
        },
        "type": "line",
        "filter": ["all", ["==", "$type", "LineString"], ["==", "brunnel", "tunnel"], ["==", "class", "path"]],
        "metadata": {
            "mapbox:group": "1444849354174.1904"
        },
        "source": "nextbillionai",
        "source-layer": "transportation"
    },
    {
        "id": "tunnel-motorway-link",
        "layout": {
            "line-join": "round",
            "visibility": "visible"
        },
        "paint": {
            "line-color": "rgba(244, 209, 158, 1)",
            "line-width": {
                "stops": [
                    [12.5, 0],
                    [13, 1.5],
                    [14, 2.5],
                    [20, 11.5]
                ],
                "base": 1.2
            }
        },
        "type": "line",
        "filter": ["all", ["==", "brunnel", "tunnel"], ["==", "class", "motorway"], ["==", "ramp", 1]],
        "metadata": {
            "mapbox:group": "1444849354174.1904"
        },
        "source": "nextbillionai",
        "source-layer": "transportation"
    },
    {
        "id": "tunnel-service-track",
        "layout": {
            "line-join": "round"
        },
        "paint": {
            "line-color": "#fff",
            "line-width": {
                "stops": [
                    [15.5, 0],
                    [16, 2],
                    [20, 7.5]
                ],
                "base": 1.2
            }
        },
        "type": "line",
        "filter": ["all", ["==", "brunnel", "tunnel"], ["in", "class", "service", "track"]],
        "metadata": {
            "mapbox:group": "1444849354174.1904"
        },
        "source": "nextbillionai",
        "source-layer": "transportation"
    },
    {
        "id": "tunnel-link",
        "layout": {
            "line-join": "round"
        },
        "paint": {
            "line-color": "#fff4c6",
            "line-width": {
                "stops": [
                    [12.5, 0],
                    [13, 1.5],
                    [14, 2.5],
                    [20, 11.5]
                ],
                "base": 1.2
            }
        },
        "type": "line",
        "filter": [
            "all",
            ["==", "brunnel", "tunnel"],
            ["in", "class", "trunk", "primary", "secondary", "tertiary"],
            ["==", "ramp", 1]
        ],
        "metadata": {
            "mapbox:group": "1444849354174.1904"
        },
        "source": "nextbillionai",
        "source-layer": "transportation"
    },
    {
        "id": "tunnel-minor",
        "layout": {
            "line-join": "round"
        },
        "paint": {
            "line-color": "#fff",
            "line-width": {
                "stops": [
                    [13.5, 0],
                    [14, 2.5],
                    [20, 11.5]
                ],
                "base": 1.2
            },
            "line-opacity": 1
        },
        "type": "line",
        "filter": ["all", ["==", "brunnel", "tunnel"], ["==", "class", "minor_road"]],
        "metadata": {
            "mapbox:group": "1444849354174.1904"
        },
        "source": "nextbillionai",
        "source-layer": "transportation"
    },
    {
        "id": "tunnel-secondary-tertiary",
        "layout": {
            "line-join": "round"
        },
        "paint": {
            "line-color": "#fff4c6",
            "line-width": {
                "stops": [
                    [6.5, 0],
                    [7, 0.5],
                    [20, 10]
                ],
                "base": 1.2
            }
        },
        "type": "line",
        "filter": ["all", ["==", "brunnel", "tunnel"], ["in", "class", "secondary", "tertiary"], ["!=", "ramp", 1]],
        "metadata": {
            "mapbox:group": "1444849354174.1904"
        },
        "source": "nextbillionai",
        "source-layer": "transportation"
    },
    {
        "id": "tunnel-trunk-primary",
        "layout": {
            "line-join": "round"
        },
        "paint": {
            "line-color": "#fff4c6",
            "line-width": {
                "stops": [
                    [6.5, 0],
                    [7, 0.5],
                    [20, 18]
                ],
                "base": 1.2
            }
        },
        "type": "line",
        "filter": ["all", ["==", "brunnel", "tunnel"], ["in", "class", "primary", "trunk"], ["!=", "ramp", 1]],
        "metadata": {
            "mapbox:group": "1444849354174.1904"
        },
        "source": "nextbillionai",
        "source-layer": "transportation"
    },
    {
        "id": "tunnel-motorway",
        "layout": {
            "line-join": "round",
            "visibility": "visible"
        },
        "paint": {
            "line-color": "#ffdaa6",
            "line-width": {
                "stops": [
                    [6.5, 0],
                    [7, 0.5],
                    [20, 18]
                ],
                "base": 1.2
            }
        },
        "type": "line",
        "filter": ["all", ["==", "brunnel", "tunnel"], ["==", "class", "motorway"], ["!=", "ramp", 1]],
        "metadata": {
            "mapbox:group": "1444849354174.1904"
        },
        "source": "nextbillionai",
        "source-layer": "transportation"
    },
    {
        "id": "tunnel-railway",
        "paint": {
            "line-dasharray": [2, 2],
            "line-color": "#bbb",
            "line-width": {
                "stops": [
                    [14, 0.4],
                    [15, 0.75],
                    [20, 2]
                ],
                "base": 1.4
            }
        },
        "type": "line",
        "filter": ["all", ["==", "brunnel", "tunnel"], ["==", "class", "rail"]],
        "metadata": {
            "mapbox:group": "1444849354174.1904"
        },
        "source": "nextbillionai",
        "source-layer": "transportation"
    },
    {
        "id": "ferry",
        "layout": {
            "line-join": "round",
            "visibility": "visible"
        },
        "paint": {
            "line-dasharray": [2, 2],
            "line-color": "rgba(108, 159, 182, 1)",
            "line-width": 1.1
        },
        "type": "line",
        "filter": ["all", ["in", "class", "ferry"]],
        "source": "nextbillionai",
        "source-layer": "transportation"
    },
    {
        "id": "aeroway-taxiway-casing",
        "layout": {
            "line-cap": "round",
            "line-join": "round",
            "visibility": "visible"
        },
        "paint": {
            "line-color": "rgba(153, 153, 153, 1)",
            "line-width": {
                "stops": [
                    [11, 2],
                    [17, 12]
                ],
                "base": 1.5
            },
            "line-opacity": 1
        },
        "type": "line",
        "filter": ["all", ["in", "class", "taxiway"]],
        "metadata": {
            "mapbox:group": "1444849345966.4436"
        },
        "source": "nextbillionai",
        "minzoom": 12,
        "source-layer": "aeroway"
    },
    {
        "id": "aeroway-runway-casing",
        "layout": {
            "line-cap": "round",
            "line-join": "round",
            "visibility": "visible"
        },
        "paint": {
            "line-color": "rgba(153, 153, 153, 1)",
            "line-width": {
                "stops": [
                    [11, 5],
                    [17, 55]
                ],
                "base": 1.5
            },
            "line-opacity": 1
        },
        "type": "line",
        "filter": ["all", ["in", "class", "runway"]],
        "metadata": {
            "mapbox:group": "1444849345966.4436"
        },
        "source": "nextbillionai",
        "minzoom": 12,
        "source-layer": "aeroway"
    },
    {
        "id": "aeroway-area",
        "layout": {
            "visibility": "visible"
        },
        "paint": {
            "fill-color": "rgba(255, 255, 255, 1)",
            "fill-opacity": {
                "stops": [
                    [13, 0],
                    [14, 1]
                ],
                "base": 1
            }
        },
        "type": "fill",
        "filter": ["all", ["==", "$type", "Polygon"], ["in", "class", "runway", "taxiway"]],
        "metadata": {
            "mapbox:group": "1444849345966.4436"
        },
        "source": "nextbillionai",
        "minzoom": 4,
        "source-layer": "aeroway"
    },
    {
        "id": "aeroway-taxiway",
        "layout": {
            "line-cap": "round",
            "line-join": "round",
            "visibility": "visible"
        },
        "paint": {
            "line-color": "rgba(255, 255, 255, 1)",
            "line-width": {
                "stops": [
                    [11, 1],
                    [17, 10]
                ],
                "base": 1.5
            },
            "line-opacity": {
                "stops": [
                    [11, 0],
                    [12, 1]
                ],
                "base": 1
            }
        },
        "type": "line",
        "filter": ["all", ["in", "class", "taxiway"], ["==", "$type", "LineString"]],
        "metadata": {
            "mapbox:group": "1444849345966.4436"
        },
        "source": "nextbillionai",
        "minzoom": 4,
        "source-layer": "aeroway"
    },
    {
        "id": "aeroway-runway",
        "layout": {
            "line-cap": "round",
            "line-join": "round",
            "visibility": "visible"
        },
        "paint": {
            "line-color": "rgba(255, 255, 255, 1)",
            "line-width": {
                "stops": [
                    [11, 4],
                    [17, 50]
                ],
                "base": 1.5
            },
            "line-opacity": {
                "stops": [
                    [11, 0],
                    [12, 1]
                ],
                "base": 1
            }
        },
        "type": "line",
        "filter": ["all", ["in", "class", "runway"], ["==", "$type", "LineString"]],
        "metadata": {
            "mapbox:group": "1444849345966.4436"
        },
        "source": "nextbillionai",
        "minzoom": 4,
        "source-layer": "aeroway"
    },
    {
        "id": "road_area_pier",
        "layout": {
            "visibility": "visible"
        },
        "paint": {
            "fill-color": "#f8f4f0",
            "fill-antialias": true
        },
        "type": "fill",
        "filter": ["all", ["==", "$type", "Polygon"], ["==", "class", "pier"]],
        "metadata": {},
        "source": "nextbillionai",
        "source-layer": "transportation"
    },
    {
        "id": "road_pier",
        "layout": {
            "line-cap": "round",
            "line-join": "round"
        },
        "paint": {
            "line-color": "#f8f4f0",
            "line-width": {
                "stops": [
                    [15, 1],
                    [17, 4]
                ],
                "base": 1.2
            }
        },
        "type": "line",
        "filter": ["all", ["==", "$type", "LineString"], ["in", "class", "pier"]],
        "metadata": {},
        "source": "nextbillionai",
        "source-layer": "transportation"
    },
    {
        "id": "highway-area",
        "layout": {
            "visibility": "visible"
        },
        "paint": {
            "fill-color": "hsla(0, 0%, 89%, 0.56)",
            "fill-antialias": false,
            "fill-opacity": 0.9,
            "fill-outline-color": "#cfcdca"
        },
        "type": "fill",
        "filter": ["all", ["==", "$type", "Polygon"], ["!in", "class", "pier"]],
        "metadata": {
            "mapbox:group": "1444849345966.4436"
        },
        "source": "nextbillionai",
        "source-layer": "transportation"
    },
    {
        "id": "highway-motorway-link-casing",
        "layout": {
            "line-cap": "round",
            "line-join": "round"
        },
        "paint": {
            "line-color": "#e9ac77",
            "line-width": {
                "stops": [
                    [12, 1],
                    [13, 3],
                    [14, 4],
                    [20, 15]
                ],
                "base": 1.2
            },
            "line-opacity": 1
        },
        "type": "line",
        "filter": ["all", ["!in", "brunnel", "bridge", "tunnel"], ["==", "class", "motorway"], ["==", "ramp", 1]],
        "metadata": {
            "mapbox:group": "1444849345966.4436"
        },
        "source": "nextbillionai",
        "minzoom": 12,
        "source-layer": "transportation"
    },
    {
        "id": "highway-link-casing",
        "layout": {
            "line-cap": "round",
            "line-join": "round",
            "visibility": "visible"
        },
        "paint": {
            "line-color": "#e9ac77",
            "line-width": {
                "stops": [
                    [12, 1],
                    [13, 3],
                    [14, 4],
                    [20, 15]
                ],
                "base": 1.2
            },
            "line-opacity": 1
        },
        "type": "line",
        "filter": [
            "all",
            ["!in", "brunnel", "bridge", "tunnel"],
            ["in", "class", "trunk", "primary", "secondary", "tertiary"],
            ["==", "ramp", 1]
        ],
        "metadata": {
            "mapbox:group": "1444849345966.4436"
        },
        "source": "nextbillionai",
        "minzoom": 13,
        "source-layer": "transportation"
    },
    {
        "id": "highway-minor-casing",
        "layout": {
            "line-cap": "round",
            "line-join": "round"
        },
        "paint": {
            "line-color": "#cfcdca",
            "line-width": {
                "stops": [
                    [12, 0.5],
                    [13, 1],
                    [14, 4],
                    [20, 15]
                ],
                "base": 1.2
            },
            "line-opacity": {
                "stops": [
                    [12, 0],
                    [12.5, 1]
                ]
            }
        },
        "type": "line",
        "filter": [
            "all",
            ["==", "$type", "LineString"],
            ["!=", "brunnel", "tunnel"],
            ["in", "class", "minor", "service", "track"]
        ],
        "metadata": {
            "mapbox:group": "1444849345966.4436"
        },
        "source": "nextbillionai",
        "source-layer": "transportation"
    },
    {
        "id": "highway-secondary-tertiary-casing",
        "layout": {
            "line-cap": "butt",
            "line-join": "round",
            "visibility": "visible"
        },
        "paint": {
            "line-color": "#e9ac77",
            "line-width": {
                "stops": [
                    [8, 1.5],
                    [20, 17]
                ],
                "base": 1.2
            },
            "line-opacity": 1
        },
        "type": "line",
        "filter": [
            "all",
            ["!in", "brunnel", "bridge", "tunnel"],
            ["in", "class", "secondary", "tertiary"],
            ["!=", "ramp", 1]
        ],
        "metadata": {
            "mapbox:group": "1444849345966.4436"
        },
        "source": "nextbillionai",
        "source-layer": "transportation"
    },
    {
        "id": "highway-primary-casing",
        "layout": {
            "line-cap": "butt",
            "line-join": "round",
            "visibility": "visible"
        },
        "paint": {
            "line-color": "#e9ac77",
            "line-width": {
                "stops": [
                    [7, 0],
                    [8, 0.6],
                    [9, 1.5],
                    [20, 22]
                ],
                "base": 1.2
            },
            "line-opacity": {
                "stops": [
                    [7, 0],
                    [8, 1]
                ]
            }
        },
        "type": "line",
        "filter": ["all", ["!in", "brunnel", "bridge", "tunnel"], ["in", "class", "primary"], ["!=", "ramp", 1]],
        "metadata": {
            "mapbox:group": "1444849345966.4436"
        },
        "source": "nextbillionai",
        "minzoom": 5,
        "source-layer": "transportation"
    },
    {
        "id": "highway-trunk-casing",
        "layout": {
            "line-cap": "butt",
            "line-join": "round",
            "visibility": "visible"
        },
        "paint": {
            "line-color": "#e9ac77",
            "line-width": {
                "stops": [
                    [5, 0],
                    [6, 0.6],
                    [7, 1.5],
                    [20, 22]
                ],
                "base": 1.2
            },
            "line-opacity": {
                "stops": [
                    [5, 0],
                    [6, 1]
                ]
            }
        },
        "type": "line",
        "filter": ["all", ["!in", "brunnel", "bridge", "tunnel"], ["in", "class", "trunk"], ["!=", "ramp", 1]],
        "metadata": {
            "mapbox:group": "1444849345966.4436"
        },
        "source": "nextbillionai",
        "minzoom": 5,
        "source-layer": "transportation"
    },
    {
        "id": "highway-motorway-casing",
        "layout": {
            "line-cap": "butt",
            "line-join": "round",
            "visibility": "visible"
        },
        "paint": {
            "line-color": "#e9ac77",
            "line-width": {
                "stops": [
                    [4, 0],
                    [5, 0.4],
                    [6, 0.6],
                    [7, 1.5],
                    [20, 22]
                ],
                "base": 1.2
            },
            "line-opacity": {
                "stops": [
                    [4, 0],
                    [5, 1]
                ]
            }
        },
        "type": "line",
        "filter": ["all", ["!in", "brunnel", "bridge", "tunnel"], ["==", "class", "motorway"], ["!=", "ramp", 1]],
        "metadata": {
            "mapbox:group": "1444849345966.4436"
        },
        "source": "nextbillionai",
        "minzoom": 4,
        "source-layer": "transportation"
    },
    {
        "id": "highway-path",
        "paint": {
            "line-dasharray": [1.5, 0.75],
            "line-color": "#cba",
            "line-width": {
                "stops": [
                    [15, 1.2],
                    [20, 4]
                ],
                "base": 1.2
            }
        },
        "type": "line",
        "filter": ["all", ["==", "$type", "LineString"], ["!in", "brunnel", "bridge", "tunnel"], ["==", "class", "path"]],
        "metadata": {
            "mapbox:group": "1444849345966.4436"
        },
        "source": "nextbillionai",
        "source-layer": "transportation"
    },
    {
        "id": "highway-motorway-link",
        "layout": {
            "line-cap": "round",
            "line-join": "round"
        },
        "paint": {
            "line-color": "#fc8",
            "line-width": {
                "stops": [
                    [12.5, 0],
                    [13, 1.5],
                    [14, 2.5],
                    [20, 11.5]
                ],
                "base": 1.2
            }
        },
        "type": "line",
        "filter": ["all", ["!in", "brunnel", "bridge", "tunnel"], ["==", "class", "motorway"], ["==", "ramp", 1]],
        "metadata": {
            "mapbox:group": "1444849345966.4436"
        },
        "source": "nextbillionai",
        "minzoom": 12,
        "source-layer": "transportation"
    },
    {
        "id": "highway-link",
        "layout": {
            "line-cap": "round",
            "line-join": "round",
            "visibility": "visible"
        },
        "paint": {
            "line-color": "#fea",
            "line-width": {
                "stops": [
                    [12.5, 0],
                    [13, 1.5],
                    [14, 2.5],
                    [20, 11.5]
                ],
                "base": 1.2
            }
        },
        "type": "line",
        "filter": [
            "all",
            ["!in", "brunnel", "bridge", "tunnel"],
            ["in", "class", "trunk", "primary", "secondary", "tertiary"],
            ["==", "ramp", 1]
        ],
        "metadata": {
            "mapbox:group": "1444849345966.4436"
        },
        "source": "nextbillionai",
        "minzoom": 13,
        "source-layer": "transportation"
    },
    {
        "id": "highway-minor",
        "layout": {
            "line-cap": "round",
            "line-join": "round"
        },
        "paint": {
            "line-color": "#fff",
            "line-width": {
                "stops": [
                    [13.5, 0],
                    [14, 2.5],
                    [20, 11.5]
                ],
                "base": 1.2
            },
            "line-opacity": 1
        },
        "type": "line",
        "filter": [
            "all",
            ["==", "$type", "LineString"],
            ["!=", "brunnel", "tunnel"],
            ["in", "class", "minor", "service", "track"]
        ],
        "metadata": {
            "mapbox:group": "1444849345966.4436"
        },
        "source": "nextbillionai",
        "source-layer": "transportation"
    },
    {
        "id": "highway-secondary-tertiary",
        "layout": {
            "line-cap": "round",
            "line-join": "round",
            "visibility": "visible"
        },
        "paint": {
            "line-color": "#fea",
            "line-width": {
                "stops": [
                    [6.5, 0],
                    [8, 0.5],
                    [20, 13]
                ],
                "base": 1.2
            }
        },
        "type": "line",
        "filter": [
            "all",
            ["!in", "brunnel", "bridge", "tunnel"],
            ["in", "class", "secondary", "tertiary"],
            ["!=", "ramp", 1]
        ],
        "metadata": {
            "mapbox:group": "1444849345966.4436"
        },
        "source": "nextbillionai",
        "source-layer": "transportation"
    },
    {
        "id": "highway-primary",
        "layout": {
            "line-cap": "round",
            "line-join": "round",
            "visibility": "visible"
        },
        "paint": {
            "line-color": "#fea",
            "line-width": {
                "stops": [
                    [8.5, 0],
                    [9, 0.5],
                    [20, 18]
                ],
                "base": 1.2
            }
        },
        "type": "line",
        "filter": [
            "all",
            ["==", "$type", "LineString"],
            ["!in", "brunnel", "bridge", "tunnel"],
            ["in", "class", "primary"],
            ["!=", "ramp", 1]
        ],
        "metadata": {
            "mapbox:group": "1444849345966.4436"
        },
        "source": "nextbillionai",
        "source-layer": "transportation"
    },
    {
        "id": "highway-trunk",
        "layout": {
            "line-cap": "round",
            "line-join": "round",
            "visibility": "visible"
        },
        "paint": {
            "line-color": "#fea",
            "line-width": {
                "stops": [
                    [6.5, 0],
                    [7, 0.5],
                    [20, 18]
                ],
                "base": 1.2
            }
        },
        "type": "line",
        "filter": [
            "all",
            ["==", "$type", "LineString"],
            ["!in", "brunnel", "bridge", "tunnel"],
            ["in", "class", "trunk"],
            ["!=", "ramp", 1]
        ],
        "metadata": {
            "mapbox:group": "1444849345966.4436"
        },
        "source": "nextbillionai",
        "source-layer": "transportation"
    },
    {
        "id": "highway-motorway",
        "layout": {
            "line-cap": "round",
            "line-join": "round",
            "visibility": "visible"
        },
        "paint": {
            "line-color": "#fc8",
            "line-width": {
                "stops": [
                    [6.5, 0],
                    [7, 0.5],
                    [20, 18]
                ],
                "base": 1.2
            }
        },
        "type": "line",
        "filter": [
            "all",
            ["==", "$type", "LineString"],
            ["!in", "brunnel", "bridge", "tunnel"],
            ["==", "class", "motorway"],
            ["!=", "ramp", 1]
        ],
        "metadata": {
            "mapbox:group": "1444849345966.4436"
        },
        "source": "nextbillionai",
        "minzoom": 5,
        "source-layer": "transportation"
    },
    {
        "id": "railway-transit",
        "layout": {
            "visibility": "visible"
        },
        "paint": {
            "line-color": "hsla(0, 0%, 73%, 0.77)",
            "line-width": {
                "stops": [
                    [14, 0.4],
                    [20, 1]
                ],
                "base": 1.4
            }
        },
        "type": "line",
        "filter": ["all", ["==", "$type", "LineString"], ["==", "class", "transit"], ["!in", "brunnel", "tunnel"]],
        "metadata": {
            "mapbox:group": "1444849345966.4436"
        },
        "source": "nextbillionai",
        "source-layer": "transportation"
    },
    {
        "id": "railway-transit-hatching",
        "layout": {
            "visibility": "visible"
        },
        "paint": {
            "line-dasharray": [0.2, 8],
            "line-color": "hsla(0, 0%, 73%, 0.68)",
            "line-width": {
                "stops": [
                    [14.5, 0],
                    [15, 2],
                    [20, 6]
                ],
                "base": 1.4
            }
        },
        "type": "line",
        "filter": ["all", ["==", "$type", "LineString"], ["==", "class", "transit"], ["!in", "brunnel", "tunnel"]],
        "metadata": {
            "mapbox:group": "1444849345966.4436"
        },
        "source": "nextbillionai",
        "source-layer": "transportation"
    },
    {
        "id": "railway-service",
        "paint": {
            "line-color": "hsla(0, 0%, 73%, 0.77)",
            "line-width": {
                "stops": [
                    [14, 0.4],
                    [20, 1]
                ],
                "base": 1.4
            }
        },
        "type": "line",
        "filter": ["all", ["==", "$type", "LineString"], ["==", "class", "rail"], ["has", "service"]],
        "metadata": {
            "mapbox:group": "1444849345966.4436"
        },
        "source": "nextbillionai",
        "source-layer": "transportation"
    },
    {
        "id": "railway-service-hatching",
        "layout": {
            "visibility": "visible"
        },
        "paint": {
            "line-dasharray": [0.2, 8],
            "line-color": "hsla(0, 0%, 73%, 0.68)",
            "line-width": {
                "stops": [
                    [14.5, 0],
                    [15, 2],
                    [20, 6]
                ],
                "base": 1.4
            }
        },
        "type": "line",
        "filter": ["all", ["==", "$type", "LineString"], ["==", "class", "rail"], ["has", "service"]],
        "metadata": {
            "mapbox:group": "1444849345966.4436"
        },
        "source": "nextbillionai",
        "source-layer": "transportation"
    },
    {
        "id": "railway",
        "paint": {
            "line-color": "#bbb",
            "line-width": {
                "stops": [
                    [14, 0.4],
                    [15, 0.75],
                    [20, 2]
                ],
                "base": 1.4
            }
        },
        "type": "line",
        "filter": [
            "all",
            ["==", "$type", "LineString"],
            ["!has", "service"],
            ["!in", "brunnel", "bridge", "tunnel"],
            ["==", "class", "rail"]
        ],
        "metadata": {
            "mapbox:group": "1444849345966.4436"
        },
        "source": "nextbillionai",
        "source-layer": "transportation"
    },
    {
        "id": "railway-hatching",
        "paint": {
            "line-dasharray": [0.2, 8],
            "line-color": "#bbb",
            "line-width": {
                "stops": [
                    [14.5, 0],
                    [15, 3],
                    [20, 8]
                ],
                "base": 1.4
            }
        },
        "type": "line",
        "filter": [
            "all",
            ["==", "$type", "LineString"],
            ["!has", "service"],
            ["!in", "brunnel", "bridge", "tunnel"],
            ["==", "class", "rail"]
        ],
        "metadata": {
            "mapbox:group": "1444849345966.4436"
        },
        "source": "nextbillionai",
        "source-layer": "transportation"
    },
    {
        "id": "bridge-motorway-link-casing",
        "layout": {
            "line-join": "round"
        },
        "paint": {
            "line-color": "#e9ac77",
            "line-width": {
                "stops": [
                    [12, 1],
                    [13, 3],
                    [14, 4],
                    [20, 19]
                ],
                "base": 1.2
            },
            "line-opacity": 1
        },
        "type": "line",
        "filter": ["all", ["==", "brunnel", "bridge"], ["==", "class", "motorway"], ["==", "ramp", 1]],
        "metadata": {
            "mapbox:group": "1444849334699.1902"
        },
        "source": "nextbillionai",
        "source-layer": "transportation"
    },
    {
        "id": "bridge-link-casing",
        "layout": {
            "line-join": "round"
        },
        "paint": {
            "line-color": "#e9ac77",
            "line-width": {
                "stops": [
                    [12, 1],
                    [13, 3],
                    [14, 4],
                    [20, 19]
                ],
                "base": 1.2
            },
            "line-opacity": 1
        },
        "type": "line",
        "filter": [
            "all",
            ["==", "brunnel", "bridge"],
            ["in", "class", "trunk", "primary", "secondary", "tertiary"],
            ["==", "ramp", 1]
        ],
        "metadata": {
            "mapbox:group": "1444849334699.1902"
        },
        "source": "nextbillionai",
        "source-layer": "transportation"
    },
    {
        "id": "bridge-secondary-tertiary-casing",
        "layout": {
            "line-join": "round"
        },
        "paint": {
            "line-color": "#e9ac77",
            "line-width": {
                "stops": [
                    [5, 0.4],
                    [7, 0.6],
                    [8, 1.5],
                    [20, 21]
                ],
                "base": 1.2
            },
            "line-opacity": 1
        },
        "type": "line",
        "filter": ["all", ["==", "brunnel", "bridge"], ["in", "class", "secondary", "tertiary"], ["!=", "ramp", 1]],
        "metadata": {
            "mapbox:group": "1444849334699.1902"
        },
        "source": "nextbillionai",
        "source-layer": "transportation"
    },
    {
        "id": "bridge-trunk-primary-casing",
        "layout": {
            "line-join": "round"
        },
        "paint": {
            "line-color": "hsl(28, 76%, 67%)",
            "line-width": {
                "stops": [
                    [5, 0.4],
                    [6, 0.6],
                    [7, 1.5],
                    [20, 26]
                ],
                "base": 1.2
            }
        },
        "type": "line",
        "filter": ["all", ["==", "brunnel", "bridge"], ["in", "class", "primary", "trunk"], ["!=", "ramp", 1]],
        "metadata": {
            "mapbox:group": "1444849334699.1902"
        },
        "source": "nextbillionai",
        "source-layer": "transportation"
    },
    {
        "id": "bridge-motorway-casing",
        "layout": {
            "line-join": "round"
        },
        "paint": {
            "line-color": "#e9ac77",
            "line-width": {
                "stops": [
                    [5, 0.4],
                    [6, 0.6],
                    [7, 1.5],
                    [20, 26]
                ],
                "base": 1.2
            }
        },
        "type": "line",
        "filter": ["all", ["==", "brunnel", "bridge"], ["==", "class", "motorway"], ["!=", "ramp", 1]],
        "metadata": {
            "mapbox:group": "1444849334699.1902"
        },
        "source": "nextbillionai",
        "source-layer": "transportation"
    },
    {
        "id": "bridge-minor-casing",
        "layout": {
            "line-cap": "butt",
            "line-join": "round"
        },
        "paint": {
            "line-color": "#cfcdca",
            "line-width": {
                "stops": [
                    [12, 0.5],
                    [13, 1],
                    [14, 6],
                    [20, 24]
                ],
                "base": 1.2
            },
            "line-opacity": {
                "stops": [
                    [12, 0],
                    [12.5, 1]
                ]
            }
        },
        "type": "line",
        "filter": [
            "all",
            ["==", "$type", "LineString"],
            ["==", "brunnel", "bridge"],
            ["in", "class", "minor", "service", "track"]
        ],
        "metadata": {
            "mapbox:group": "1444849345966.4436"
        },
        "source": "nextbillionai",
        "source-layer": "transportation"
    },
    {
        "id": "bridge-path-casing",
        "paint": {
            "line-color": "#f8f4f0",
            "line-width": {
                "stops": [
                    [15, 1.2],
                    [20, 18]
                ],
                "base": 1.2
            }
        },
        "type": "line",
        "filter": ["all", ["==", "$type", "LineString"], ["==", "brunnel", "bridge"], ["==", "class", "path"]],
        "metadata": {
            "mapbox:group": "1444849334699.1902"
        },
        "source": "nextbillionai",
        "source-layer": "transportation"
    },
    {
        "id": "bridge-path",
        "paint": {
            "line-dasharray": [1.5, 0.75],
            "line-color": "#cba",
            "line-width": {
                "stops": [
                    [15, 1.2],
                    [20, 4]
                ],
                "base": 1.2
            }
        },
        "type": "line",
        "filter": ["all", ["==", "$type", "LineString"], ["==", "brunnel", "bridge"], ["==", "class", "path"]],
        "metadata": {
            "mapbox:group": "1444849334699.1902"
        },
        "source": "nextbillionai",
        "source-layer": "transportation"
    },
    {
        "id": "bridge-motorway-link",
        "layout": {
            "line-join": "round"
        },
        "paint": {
            "line-color": "#fc8",
            "line-width": {
                "stops": [
                    [12.5, 0],
                    [13, 1.5],
                    [14, 2.5],
                    [20, 11.5]
                ],
                "base": 1.2
            }
        },
        "type": "line",
        "filter": ["all", ["==", "brunnel", "bridge"], ["==", "class", "motorway"], ["==", "ramp", 1]],
        "metadata": {
            "mapbox:group": "1444849334699.1902"
        },
        "source": "nextbillionai",
        "source-layer": "transportation"
    },
    {
        "id": "bridge-link",
        "layout": {
            "line-join": "round"
        },
        "paint": {
            "line-color": "#fea",
            "line-width": {
                "stops": [
                    [12.5, 0],
                    [13, 1.5],
                    [14, 2.5],
                    [20, 11.5]
                ],
                "base": 1.2
            }
        },
        "type": "line",
        "filter": [
            "all",
            ["==", "brunnel", "bridge"],
            ["in", "class", "trunk", "primary", "secondary", "tertiary"],
            ["==", "ramp", 1]
        ],
        "metadata": {
            "mapbox:group": "1444849334699.1902"
        },
        "source": "nextbillionai",
        "source-layer": "transportation"
    },
    {
        "id": "bridge-minor",
        "layout": {
            "line-cap": "round",
            "line-join": "round"
        },
        "paint": {
            "line-color": "#fff",
            "line-width": {
                "stops": [
                    [13.5, 0],
                    [14, 2.5],
                    [20, 11.5]
                ],
                "base": 1.2
            },
            "line-opacity": 1
        },
        "type": "line",
        "filter": [
            "all",
            ["==", "$type", "LineString"],
            ["==", "brunnel", "bridge"],
            ["in", "class", "minor", "service", "track"]
        ],
        "metadata": {
            "mapbox:group": "1444849345966.4436"
        },
        "source": "nextbillionai",
        "source-layer": "transportation"
    },
    {
        "id": "bridge-secondary-tertiary",
        "layout": {
            "line-join": "round"
        },
        "paint": {
            "line-color": "#fea",
            "line-width": {
                "stops": [
                    [6.5, 0],
                    [8, 0.5],
                    [20, 13]
                ],
                "base": 1.2
            }
        },
        "type": "line",
        "filter": ["all", ["==", "brunnel", "bridge"], ["in", "class", "secondary", "tertiary"], ["!=", "ramp", 1]],
        "metadata": {
            "mapbox:group": "1444849334699.1902"
        },
        "source": "nextbillionai",
        "source-layer": "transportation"
    },
    {
        "id": "bridge-trunk-primary",
        "layout": {
            "line-join": "round"
        },
        "paint": {
            "line-color": "#fea",
            "line-width": {
                "stops": [
                    [6.5, 0],
                    [7, 0.5],
                    [20, 18]
                ],
                "base": 1.2
            }
        },
        "type": "line",
        "filter": ["all", ["==", "brunnel", "bridge"], ["in", "class", "primary", "trunk"], ["!=", "ramp", 1]],
        "metadata": {
            "mapbox:group": "1444849334699.1902"
        },
        "source": "nextbillionai",
        "source-layer": "transportation"
    },
    {
        "id": "bridge-motorway",
        "layout": {
            "line-join": "round"
        },
        "paint": {
            "line-color": "#fc8",
            "line-width": {
                "stops": [
                    [6.5, 0],
                    [7, 0.5],
                    [20, 18]
                ],
                "base": 1.2
            }
        },
        "type": "line",
        "filter": ["all", ["==", "brunnel", "bridge"], ["==", "class", "motorway"], ["!=", "ramp", 1]],
        "metadata": {
            "mapbox:group": "1444849334699.1902"
        },
        "source": "nextbillionai",
        "source-layer": "transportation"
    },
    {
        "id": "bridge-railway",
        "paint": {
            "line-color": "#bbb",
            "line-width": {
                "stops": [
                    [14, 0.4],
                    [15, 0.75],
                    [20, 2]
                ],
                "base": 1.4
            }
        },
        "type": "line",
        "filter": ["all", ["==", "brunnel", "bridge"], ["==", "class", "rail"]],
        "metadata": {
            "mapbox:group": "1444849334699.1902"
        },
        "source": "nextbillionai",
        "source-layer": "transportation"
    },
    {
        "id": "bridge-railway-hatching",
        "paint": {
            "line-dasharray": [0.2, 8],
            "line-color": "#bbb",
            "line-width": {
                "stops": [
                    [14.5, 0],
                    [15, 3],
                    [20, 8]
                ],
                "base": 1.4
            }
        },
        "type": "line",
        "filter": ["all", ["==", "brunnel", "bridge"], ["==", "class", "rail"]],
        "metadata": {
            "mapbox:group": "1444849334699.1902"
        },
        "source": "nextbillionai",
        "source-layer": "transportation"
    },
    {
        "id": "cablecar",
        "layout": {
            "line-cap": "round",
            "visibility": "visible"
        },
        "paint": {
            "line-color": "hsl(0, 0%, 70%)",
            "line-width": {
                "stops": [
                    [11, 1],
                    [19, 2.5]
                ],
                "base": 1
            }
        },
        "type": "line",
        "filter": ["==", "subclass", "cable_car"],
        "source": "nextbillionai",
        "minzoom": 13,
        "source-layer": "transportation"
    },
    {
        "id": "cablecar-dash",
        "layout": {
            "line-cap": "round",
            "visibility": "visible"
        },
        "paint": {
            "line-dasharray": [2, 3],
            "line-color": "hsl(0, 0%, 70%)",
            "line-width": {
                "stops": [
                    [11, 3],
                    [19, 5.5]
                ],
                "base": 1
            }
        },
        "type": "line",
        "filter": ["==", "subclass", "cable_car"],
        "source": "nextbillionai",
        "minzoom": 13,
        "source-layer": "transportation"
    },
    {
        "id": "boundary-land-level-4",
        "layout": {
            "line-join": "round",
            "visibility": "visible"
        },
        "paint": {
            "line-dasharray": [3, 1, 1, 1],
            "line-color": "#9e9cab",
            "line-width": {
                "stops": [
                    [4, 0.4],
                    [5, 1],
                    [12, 3]
                ],
                "base": 1.4
            }
        },
        "type": "line",
        "filter": ["all", [">=", "admin_level", 3], ["<=", "admin_level", 8], ["!=", "maritime", 1]],
        "source": "nextbillionai",
        "minzoom": 2,
        "source-layer": "boundary"
    },
    {
        "id": "boundary-land-level-2",
        "layout": {
            "line-cap": "round",
            "line-join": "round",
            "visibility": "visible"
        },
        "paint": {
            "line-color": "hsl(248, 7%, 66%)",
            "line-width": {
                "stops": [
                    [0, 0.6],
                    [4, 1.4],
                    [5, 2],
                    [12, 8]
                ],
                "base": 1
            }
        },
        "type": "line",
        "filter": ["all", ["==", "admin_level", 2], ["!=", "maritime", 1], ["!=", "disputed", 1]],
        "source": "nextbillionai",
        "source-layer": "boundary"
    },
    {
        "id": "boundary-land-disputed",
        "layout": {
            "line-cap": "round",
            "line-join": "round",
            "visibility": "visible"
        },
        "paint": {
            "line-dasharray": [1, 3],
            "line-color": "hsl(248, 7%, 70%)",
            "line-width": {
                "stops": [
                    [0, 0.6],
                    [4, 1.4],
                    [5, 2],
                    [12, 8]
                ],
                "base": 1
            }
        },
        "type": "line",
        "filter": ["all", ["!=", "maritime", 1], ["==", "disputed", 1]],
        "source": "nextbillionai",
        "source-layer": "boundary"
    },
    {
        "id": "boundary-water",
        "layout": {
            "line-cap": "round",
            "line-join": "round",
            "visibility": "visible"
        },
        "paint": {
            "line-color": "rgba(154, 189, 214, 1)",
            "line-width": {
                "stops": [
                    [0, 0.6],
                    [4, 1.4],
                    [5, 2],
                    [12, 8]
                ],
                "base": 1
            },
            "line-opacity": {
                "stops": [
                    [6, 0.6],
                    [10, 1]
                ]
            }
        },
        "type": "line",
        "filter": ["all", ["in", "admin_level", 2, 4], ["==", "maritime", 1]],
        "source": "nextbillionai",
        "minzoom": 4,
        "source-layer": "boundary"
    }
]
