{
    "version": 8,
    "name": "APK",
    "center": [
        37.617417,
        55.7505229
    ],
    "zoom": 12,
    "pitch": 0,
    "bearing": 0,
    "sky": {
        "sky-color": "#CCCCFF",
        "sky-horizon-blend": 1,
        "horizon-color": "#FAFAFF",
        "horizon-fog-blend": 1,
        "fog-color": "#FAFAFF",
        "fog-ground-blend": 1,
        "atmosphere-blend": [
            "interpolate",
            [
                "linear"
            ],
            [
                "zoom"
            ],
            0,
            1,
            10,
            1,
            12,
            0
        ]
    },
    "light": {
        "anchor": "viewport",
        "color": "#ffffff",
        "intensity": 0.13
    },
    "metadata": {
        "version": "v20260908-test",
        "commit": "dbe48c515ea40240fa7f7facd776b6cc44721c8a"
    },
    "sprite": "https://wb-maps.wb.ru/api/tiles/static/icons/wbchikin/20251231/wbchikin",
    "glyphs": "https://wb-maps.wb.ru/api/tiles/static/fonts/{fontstack}/{range}.pbf",
    "sources": {
        "planet": {
            "type": "vector",
            "url": "https://wb-maps.wb.ru/api/tiles/planet/tilejson?key=Sc2QfP6Ujk2KmDxkeOxA"
        },
        "geodata": {
            "type": "vector",
            "url": "https://wb-maps.wb.ru/api/tiles/geodata/tilejson?key=Sc2QfP6Ujk2KmDxkeOxA"
        },
        "poi": {
            "type": "vector",
            "url": "https://wb-maps.wb.ru/api/tiles/poi/tilejson?key=Sc2QfP6Ujk2KmDxkeOxA"
        }
    },
    "layers": [
        {
            "layout": {
                "visibility": "visible"
            },
            "id": "background",
            "type": "background",
            "paint": {
                "background-color": "#FDFDFC"
            }
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "landuse",
            "type": "fill",
            "id": "landuse-industrial",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "Polygon"
                ],
                [
                    "in",
                    "class",
                    "industrial",
                    "garages",
                    "dam"
                ]
            ],
            "paint": {
                "fill-color": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    12,
                    "#FDFDFC",
                    14,
                    "#f7f7fc",
                    15,
                    "#f7f7fc",
                    16,
                    "#fbfbfb"
                ]
            }
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "landuse",
            "type": "fill",
            "id": "landuse-medical",
            "filter": [
                "==",
                "class",
                "hospital"
            ],
            "paint": {
                "fill-color": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    12,
                    "#FDFDFC",
                    14,
                    "#fdf7f6",
                    16,
                    "#fdf7f6",
                    17,
                    "#fdf9f8"
                ]
            }
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "landuse",
            "type": "fill",
            "id": "landuse-educational",
            "filter": [
                "all",
                [
                    "in",
                    "class",
                    "school",
                    "university",
                    "college",
                    "kindergarten"
                ]
            ],
            "paint": {
                "fill-color": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    12,
                    "#FDFDFC",
                    14,
                    "#faf6f3",
                    15,
                    "#faf6f3",
                    16,
                    "#faf9f8"
                ]
            }
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "landcover",
            "paint": {
                "fill-antialias": {
                    "base": 1,
                    "stops": [
                        [
                            0,
                            false
                        ],
                        [
                            9,
                            true
                        ]
                    ]
                },
                "fill-color": "#E9F4D4"
            },
            "id": "landcover-grass",
            "filter": [
                "==",
                "class",
                "grass"
            ],
            "type": "fill"
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "landcover",
            "paint": {
                "fill-antialias": {
                    "base": 1,
                    "stops": [
                        [
                            0,
                            false
                        ],
                        [
                            9,
                            true
                        ]
                    ]
                },
                "fill-color": "#DDF2BD"
            },
            "id": "landcover-park",
            "filter": [
                "==",
                "subclass",
                "park"
            ],
            "type": "fill"
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "landcover",
            "paint": {
                "fill-antialias": {
                    "base": 1,
                    "stops": [
                        [
                            0,
                            false
                        ],
                        [
                            9,
                            true
                        ]
                    ]
                },
                "fill-color": "#E3F4C9"
            },
            "id": "landcover-grass-grass",
            "filter": [
                "==",
                "subclass",
                "grass"
            ],
            "type": "fill"
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "id": "landuse-cemetery",
            "type": "fill",
            "source": "planet",
            "source-layer": "landuse",
            "minzoom": 12,
            "filter": [
                "==",
                "class",
                "cemetery"
            ],
            "paint": {
                "fill-color": {
                    "stops": [
                        [
                            11,
                            "rgba(223, 232, 200, 0)"
                        ],
                        [
                            12,
                            "#DFE8C8"
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "landcover",
            "paint": {
                "fill-antialias": {
                    "base": 1,
                    "stops": [
                        [
                            0,
                            false
                        ],
                        [
                            9,
                            true
                        ]
                    ]
                },
                "fill-color": "#F9F2D7"
            },
            "id": "landcover-sand",
            "filter": [
                "==",
                "subclass",
                "sand"
            ],
            "type": "fill"
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "landcover",
            "paint": {
                "fill-antialias": {
                    "base": 1,
                    "stops": [
                        [
                            0,
                            false
                        ],
                        [
                            9,
                            true
                        ]
                    ]
                },
                "fill-color": "#FDEFB1"
            },
            "id": "landcover-beach",
            "filter": [
                "==",
                "subclass",
                "beach"
            ],
            "type": "fill"
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "landcover",
            "paint": {
                "fill-antialias": {
                    "base": 1,
                    "stops": [
                        [
                            0,
                            false
                        ],
                        [
                            9,
                            true
                        ]
                    ]
                },
                "fill-color": "#F7E99C"
            },
            "id": "landcover-dune",
            "filter": [
                "==",
                "subclass",
                "dune"
            ],
            "type": "fill"
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "landcover",
            "paint": {
                "fill-antialias": {
                    "base": 1,
                    "stops": [
                        [
                            0,
                            false
                        ],
                        [
                            9,
                            true
                        ]
                    ]
                },
                "fill-color": "#CFEAD2",
                "fill-opacity": {
                    "stops": [
                        [
                            7,
                            0.1
                        ],
                        [
                            8,
                            1
                        ]
                    ]
                }
            },
            "id": "wetland-default",
            "filter": [
                "all",
                [
                    "==",
                    "class",
                    "wetland"
                ],
                [
                    "in",
                    "subclass",
                    "swamp",
                    "mangrove",
                    "wetland"
                ]
            ],
            "type": "fill"
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "landcover",
            "paint": {
                "fill-antialias": {
                    "base": 1,
                    "stops": [
                        [
                            0,
                            false
                        ],
                        [
                            9,
                            true
                        ]
                    ]
                },
                "fill-color": "#D1E6D3",
                "fill-opacity": {
                    "stops": [
                        [
                            7,
                            0.1
                        ],
                        [
                            8,
                            1
                        ]
                    ]
                }
            },
            "id": "wetland-bog",
            "filter": [
                "all",
                [
                    "==",
                    "class",
                    "wetland"
                ],
                [
                    "==",
                    "subclass",
                    "bog"
                ]
            ],
            "type": "fill"
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "landcover",
            "paint": {
                "fill-antialias": {
                    "base": 1,
                    "stops": [
                        [
                            0,
                            false
                        ],
                        [
                            9,
                            true
                        ]
                    ]
                },
                "fill-color": "#DBECDC",
                "fill-opacity": {
                    "stops": [
                        [
                            7,
                            0.1
                        ],
                        [
                            8,
                            1
                        ]
                    ]
                }
            },
            "id": "wetland-wet-meadow",
            "filter": [
                "all",
                [
                    "==",
                    "class",
                    "wetland"
                ],
                [
                    "==",
                    "subclass",
                    "wet_meadow"
                ]
            ],
            "type": "fill"
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "landcover",
            "paint": {
                "fill-antialias": {
                    "base": 1,
                    "stops": [
                        [
                            0,
                            false
                        ],
                        [
                            9,
                            true
                        ]
                    ]
                },
                "fill-color": "#E6F1F9",
                "fill-opacity": {
                    "stops": [
                        [
                            7,
                            0.1
                        ],
                        [
                            8,
                            1
                        ]
                    ]
                }
            },
            "id": "wetland-reedbed",
            "filter": [
                "all",
                [
                    "==",
                    "class",
                    "wetland"
                ],
                [
                    "==",
                    "subclass",
                    "reedbed"
                ]
            ],
            "type": "fill"
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "landcover",
            "paint": {
                "fill-antialias": {
                    "base": 1,
                    "stops": [
                        [
                            0,
                            false
                        ],
                        [
                            9,
                            true
                        ]
                    ]
                },
                "fill-color": "#CFEAD2",
                "fill-opacity": {
                    "stops": [
                        [
                            7,
                            0.1
                        ],
                        [
                            8,
                            1
                        ]
                    ]
                }
            },
            "id": "wetland-fallback",
            "filter": [
                "all",
                [
                    "==",
                    "class",
                    "wetland"
                ],
                [
                    "!in",
                    "subclass",
                    "swamp",
                    "mangrove",
                    "wetland",
                    "subclass",
                    "reedbed",
                    "subclass",
                    "wet_meadow",
                    "subclass",
                    "bog"
                ]
            ],
            "type": "fill"
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "landcover",
            "paint": {
                "fill-antialias": {
                    "base": 1,
                    "stops": [
                        [
                            0,
                            false
                        ],
                        [
                            9,
                            true
                        ]
                    ]
                },
                "fill-color": "#D8EFB7",
                "fill-opacity": {
                    "stops": [
                        [
                            7,
                            0.1
                        ],
                        [
                            9,
                            1
                        ]
                    ]
                }
            },
            "id": "landcover-wood",
            "filter": [
                "==",
                "class",
                "wood"
            ],
            "type": "fill"
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "landcover",
            "paint": {
                "fill-antialias": {
                    "base": 1,
                    "stops": [
                        [
                            0,
                            false
                        ],
                        [
                            9,
                            true
                        ]
                    ]
                },
                "fill-color": "#E3F4C7"
            },
            "id": "landcover-scrub",
            "filter": [
                "==",
                "subclass",
                "scrub"
            ],
            "type": "fill"
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "landcover",
            "paint": {
                "fill-antialias": {
                    "base": 1,
                    "stops": [
                        [
                            0,
                            false
                        ],
                        [
                            9,
                            true
                        ]
                    ]
                },
                "fill-color": "#E9F2D7"
            },
            "id": "landcover-heath",
            "filter": [
                "==",
                "subclass",
                "heath"
            ],
            "type": "fill"
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "landcover",
            "paint": {
                "fill-antialias": {
                    "base": 1,
                    "stops": [
                        [
                            0,
                            false
                        ],
                        [
                            9,
                            true
                        ]
                    ]
                },
                "fill-color": "#E9F4D4"
            },
            "id": "landcover-golf-course",
            "filter": [
                "==",
                "subclass",
                "golf_course"
            ],
            "type": "fill"
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "landcover",
            "paint": {
                "fill-antialias": {
                    "base": 1,
                    "stops": [
                        [
                            0,
                            false
                        ],
                        [
                            9,
                            true
                        ]
                    ]
                },
                "fill-color": "#F1F5D2"
            },
            "id": "landcover-farmland",
            "filter": [
                "==",
                "class",
                "farmland"
            ],
            "type": "fill"
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "landcover",
            "paint": {
                "fill-antialias": {
                    "base": 1,
                    "stops": [
                        [
                            0,
                            false
                        ],
                        [
                            9,
                            true
                        ]
                    ]
                },
                "fill-color": "#F6F8EF"
            },
            "id": "landcover-allotments",
            "filter": [
                "==",
                "subclass",
                "allotments"
            ],
            "type": "fill"
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "landcover",
            "paint": {
                "fill-antialias": {
                    "base": 1,
                    "stops": [
                        [
                            0,
                            false
                        ],
                        [
                            9,
                            true
                        ]
                    ]
                },
                "fill-color": "#F4E8D4"
            },
            "id": "landcover-vineyard",
            "filter": [
                "==",
                "subclass",
                "vineyard"
            ],
            "type": "fill"
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "landcover",
            "paint": {
                "fill-antialias": {
                    "base": 1,
                    "stops": [
                        [
                            0,
                            false
                        ],
                        [
                            9,
                            true
                        ]
                    ]
                },
                "fill-color": "#E3F4C7"
            },
            "id": "landcover-garden",
            "filter": [
                "==",
                "subclass",
                "garden"
            ],
            "type": "fill"
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "landcover",
            "paint": {
                "fill-antialias": {
                    "base": 1,
                    "stops": [
                        [
                            0,
                            false
                        ],
                        [
                            9,
                            true
                        ]
                    ]
                },
                "fill-color": "#E3F4C7"
            },
            "id": "landcover-orchard",
            "filter": [
                "==",
                "subclass",
                "orchard"
            ],
            "type": "fill"
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "landcover",
            "paint": {
                "fill-antialias": {
                    "base": 1,
                    "stops": [
                        [
                            0,
                            false
                        ],
                        [
                            9,
                            true
                        ]
                    ]
                },
                "fill-color": "#E7E6E8"
            },
            "id": "landcover-fell",
            "filter": [
                "==",
                "subclass",
                "fell"
            ],
            "type": "fill"
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "landcover",
            "paint": {
                "fill-antialias": {
                    "base": 1,
                    "stops": [
                        [
                            0,
                            false
                        ],
                        [
                            9,
                            true
                        ]
                    ]
                },
                "fill-color": "#F2F2F2"
            },
            "id": "landcover-bare-rock",
            "filter": [
                "==",
                "subclass",
                "bare_rock"
            ],
            "type": "fill"
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "landcover",
            "paint": {
                "fill-antialias": {
                    "base": 1,
                    "stops": [
                        [
                            0,
                            false
                        ],
                        [
                            9,
                            true
                        ]
                    ]
                },
                "fill-color": "#EFEFEF"
            },
            "id": "landcover-scree",
            "filter": [
                "==",
                "subclass",
                "scree"
            ],
            "type": "fill"
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "landcover",
            "paint": {
                "fill-antialias": {
                    "base": 1,
                    "stops": [
                        [
                            0,
                            false
                        ],
                        [
                            9,
                            true
                        ]
                    ]
                },
                "fill-color": "#BBDBEB",
                "fill-opacity": 0.3
            },
            "id": "landcover-glacier",
            "filter": [
                "==",
                "subclass",
                "glacier"
            ],
            "type": "fill"
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "id": "landuse-stadium",
            "type": "fill",
            "source": "planet",
            "source-layer": "landuse",
            "filter": [
                "all",
                [
                    "==",
                    "class",
                    "stadium"
                ]
            ],
            "paint": {
                "fill-color": "#C0E8B1",
                "fill-opacity": {
                    "stops": [
                        [
                            13.2,
                            0
                        ],
                        [
                            14,
                            1
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "id": "landuse-pitch",
            "type": "fill",
            "source": "planet",
            "source-layer": "landuse",
            "minzoom": 14,
            "filter": [
                "all",
                [
                    "==",
                    "class",
                    "pitch"
                ]
            ],
            "paint": {
                "fill-color": "#C0E8B1",
                "fill-opacity": {
                    "stops": [
                        [
                            14,
                            0.1
                        ],
                        [
                            15,
                            1
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "id": "landuse-pitch-casing",
            "type": "line",
            "source": "planet",
            "source-layer": "landuse",
            "minzoom": 15,
            "filter": [
                "all",
                [
                    "==",
                    "class",
                    "pitch"
                ]
            ],
            "paint": {
                "line-color": "#E7F4E1",
                "line-width": {
                    "stops": [
                        [
                            15,
                            1
                        ],
                        [
                            18,
                            3
                        ],
                        [
                            20,
                            5
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "landuse",
            "minzoom": 14,
            "filter": [
                "==",
                "class",
                "playground"
            ],
            "id": "landuse-playground",
            "type": "fill",
            "paint": {
                "fill-color": "#C0E8B1",
                "fill-opacity": {
                    "stops": [
                        [
                            14,
                            0.1
                        ],
                        [
                            15,
                            1
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "landuse",
            "minzoom": 16,
            "filter": [
                "==",
                "class",
                "playground"
            ],
            "id": "landuse-playground-outline",
            "type": "line",
            "paint": {
                "line-color": "#E7F4E1",
                "line-width": {
                    "stops": [
                        [
                            15,
                            1
                        ],
                        [
                            18,
                            3
                        ],
                        [
                            20,
                            5
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "type": "line",
            "id": "water-line-regular-stream",
            "source": "geodata",
            "source-layer": "waterway",
            "filter": [
                "all",
                [
                    "in",
                    "class",
                    "stream",
                    "ditch",
                    "drain"
                ],
                [
                    "!=",
                    "brunnel",
                    "tunnel"
                ],
                [
                    "==",
                    "intermittent",
                    0
                ]
            ],
            "paint": {
                "line-color": "#A9D2F2",
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            10,
                            0.4
                        ],
                        [
                            20,
                            3
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "type": "line",
            "id": "water-line-regular-river",
            "source": "geodata",
            "source-layer": "waterway",
            "filter": [
                "all",
                [
                    "in",
                    "class",
                    "river",
                    "canal"
                ],
                [
                    "!=",
                    "brunnel",
                    "tunnel"
                ],
                [
                    "==",
                    "intermittent",
                    0
                ]
            ],
            "paint": {
                "line-color": "#A9D2F2",
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            10,
                            0.8
                        ],
                        [
                            20,
                            6
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "type": "line",
            "id": "water-line-regular-river--overview-zooms",
            "source": "geodata",
            "source-layer": "rivers",
            "minzoom": 3,
            "maxzoom": 6,
            "paint": {
                "line-color": "#B1D5F2",
                "line-width": {
                    "stops": [
                        [
                            3,
                            0.75
                        ],
                        [
                            6,
                            1
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "type": "line",
            "id": "water-line-intermittent-stream",
            "source": "geodata",
            "source-layer": "waterway",
            "filter": [
                "all",
                [
                    "in",
                    "class",
                    "stream",
                    "ditch",
                    "drain"
                ],
                [
                    "!=",
                    "brunnel",
                    "tunnel"
                ],
                [
                    "==",
                    "intermittent",
                    1
                ]
            ],
            "paint": {
                "line-color": "#A9D2F2",
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            10,
                            0.4
                        ],
                        [
                            20,
                            3
                        ]
                    ]
                },
                "line-dasharray": [
                    4,
                    3
                ]
            }
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "type": "line",
            "id": "water-line-intermittent-river",
            "source": "geodata",
            "source-layer": "waterway",
            "filter": [
                "all",
                [
                    "in",
                    "class",
                    "river",
                    "canal"
                ],
                [
                    "!=",
                    "brunnel",
                    "tunnel"
                ],
                [
                    "==",
                    "intermittent",
                    1
                ]
            ],
            "paint": {
                "line-color": "#A9D2F2",
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            10,
                            0.8
                        ],
                        [
                            20,
                            6
                        ]
                    ]
                },
                "line-dasharray": [
                    3,
                    2.5
                ]
            }
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "water",
            "type": "fill",
            "id": "water-polygon-regular-shadow",
            "minzoom": 11,
            "filter": [
                "all",
                [
                    "!=",
                    "brunnel",
                    "tunnel"
                ],
                [
                    "!=",
                    "intermittent",
                    1
                ]
            ],
            "paint": {
                "fill-color": "#81B4E2",
                "fill-translate": {
                    "stops": [
                        [
                            11,
                            [
                                -1,
                                -1
                            ]
                        ],
                        [
                            12,
                            [
                                -1.3,
                                -1.3
                            ]
                        ],
                        [
                            13,
                            [
                                -1.5,
                                -1.5
                            ]
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "water",
            "type": "fill",
            "id": "water-polygon-regular",
            "filter": [
                "all",
                [
                    "!=",
                    "brunnel",
                    "tunnel"
                ],
                [
                    "!=",
                    "intermittent",
                    1
                ]
            ],
            "paint": {
                "fill-color": "#B1D5F2"
            }
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "water",
            "type": "fill",
            "id": "water-polygon-intermittent-shadow",
            "minzoom": 11,
            "filter": [
                "all",
                [
                    "!=",
                    "brunnel",
                    "tunnel"
                ],
                [
                    "==",
                    "intermittent",
                    1
                ]
            ],
            "paint": {
                "fill-color": "#B1D5F2",
                "fill-translate": {
                    "stops": [
                        [
                            11,
                            [
                                -1,
                                -1
                            ]
                        ],
                        [
                            12,
                            [
                                -1.3,
                                -1.3
                            ]
                        ],
                        [
                            13,
                            [
                                -1.5,
                                -1.5
                            ]
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "water",
            "type": "fill",
            "id": "water-polygon-intermittent",
            "filter": [
                "all",
                [
                    "!=",
                    "brunnel",
                    "tunnel"
                ],
                [
                    "==",
                    "intermittent",
                    1
                ]
            ],
            "paint": {
                "fill-color": "#CFE5F6"
            }
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "landcover",
            "paint": {
                "fill-antialias": {
                    "base": 1,
                    "stops": [
                        [
                            0,
                            false
                        ],
                        [
                            9,
                            true
                        ]
                    ]
                },
                "fill-color": "#CDE4F6"
            },
            "id": "landcover-ice-shelf",
            "filter": [
                "==",
                "subclass",
                "ice_shelf"
            ],
            "type": "fill"
        },
        {
            "layout": {
                "visibility": "none",
                "line-cap": "round"
            },
            "id": "ferry",
            "type": "line",
            "source": "planet",
            "source-layer": "transportation",
            "filter": [
                "==",
                "class",
                "ferry"
            ],
            "paint": {
                "line-color": "hsl(199, 34%, 57%)",
                "line-dasharray": [
                    3,
                    3
                ],
                "line-width": 1.1,
                "line-opacity": {
                    "stops": [
                        [
                            7,
                            0
                        ],
                        [
                            8,
                            1
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 14.5,
            "id": "railway-service-tunnel-casing",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "rail"
                ],
                [
                    "==",
                    "brunnel",
                    "tunnel"
                ],
                [
                    "has",
                    "service"
                ]
            ],
            "type": "line",
            "paint": {
                "line-color": "#e7e7ee",
                "line-width": {
                    "base": 1.4,
                    "stops": [
                        [
                            10,
                            0.5
                        ],
                        [
                            13,
                            0.8
                        ],
                        [
                            14,
                            1
                        ],
                        [
                            15,
                            1
                        ],
                        [
                            16,
                            4
                        ],
                        [
                            20,
                            12
                        ]
                    ]
                },
                "line-dasharray": {
                    "stops": [
                        [
                            6,
                            [
                                1,
                                0
                            ]
                        ],
                        [
                            15,
                            [
                                0.15,
                                0.3
                            ]
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 14.5,
            "id": "railway-service-tunnel-line",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "rail"
                ],
                [
                    "==",
                    "brunnel",
                    "tunnel"
                ],
                [
                    "has",
                    "service"
                ]
            ],
            "type": "line",
            "paint": {
                "line-color": "#FDFDFC",
                "line-width": {
                    "base": 1.4,
                    "stops": [
                        [
                            15,
                            0
                        ],
                        [
                            16,
                            2
                        ],
                        [
                            20,
                            8
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 17,
            "id": "railway-service-tunnel-hatching",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "rail"
                ],
                [
                    "==",
                    "brunnel",
                    "tunnel"
                ],
                [
                    "has",
                    "service"
                ]
            ],
            "type": "line",
            "paint": {
                "line-color": "#d5d5e2",
                "line-width": {
                    "base": 1.4,
                    "stops": [
                        [
                            15,
                            4
                        ],
                        [
                            16,
                            7
                        ],
                        [
                            20,
                            18
                        ]
                    ]
                },
                "line-dasharray": [
                    0.05,
                    4
                ]
            }
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 11,
            "id": "railway-tunnel-casing",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "rail"
                ],
                [
                    "==",
                    "brunnel",
                    "tunnel"
                ],
                [
                    "!has",
                    "service"
                ]
            ],
            "type": "line",
            "paint": {
                "line-color": {
                    "stops": [
                        [
                            13,
                            "#e4e4ef"
                        ],
                        [
                            14,
                            "#C4C4D4"
                        ]
                    ]
                },
                "line-width": {
                    "base": 1.4,
                    "stops": [
                        [
                            10,
                            0.5
                        ],
                        [
                            13,
                            0.8
                        ],
                        [
                            14,
                            1
                        ],
                        [
                            15,
                            1
                        ],
                        [
                            16,
                            4
                        ],
                        [
                            20,
                            12
                        ]
                    ]
                },
                "line-dasharray": {
                    "stops": [
                        [
                            6,
                            [
                                1,
                                0
                            ]
                        ],
                        [
                            15,
                            [
                                0.15,
                                0.3
                            ]
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 13,
            "id": "railway-tunnel-line",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "rail"
                ],
                [
                    "==",
                    "brunnel",
                    "tunnel"
                ],
                [
                    "!has",
                    "service"
                ]
            ],
            "type": "line",
            "paint": {
                "line-color": "#FDFDFC",
                "line-width": {
                    "base": 1.4,
                    "stops": [
                        [
                            15,
                            0
                        ],
                        [
                            16,
                            2
                        ],
                        [
                            20,
                            8
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 17,
            "id": "railway-tunnel-hatching",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "rail"
                ],
                [
                    "==",
                    "brunnel",
                    "tunnel"
                ],
                [
                    "!has",
                    "service"
                ]
            ],
            "type": "line",
            "paint": {
                "line-color": "#d5d5e2",
                "line-width": {
                    "base": 1.4,
                    "stops": [
                        [
                            15,
                            4
                        ],
                        [
                            16,
                            7
                        ],
                        [
                            20,
                            18
                        ]
                    ]
                },
                "line-dasharray": [
                    0.05,
                    4
                ]
            }
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "transportation",
            "type": "line",
            "paint": {
                "line-color": "#EA5858",
                "line-width": {
                    "base": 1.4,
                    "stops": [
                        [
                            14,
                            0.5
                        ],
                        [
                            20,
                            1.4
                        ]
                    ]
                },
                "line-dasharray": {
                    "stops": [
                        [
                            6,
                            [
                                1,
                                0
                            ]
                        ],
                        [
                            15,
                            [
                                2,
                                2
                            ]
                        ]
                    ]
                }
            },
            "id": "railway-tram-tunnel-line",
            "minzoom": 14,
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "transit"
                ],
                [
                    "==",
                    "subclass",
                    "tram"
                ],
                [
                    "!in",
                    "service",
                    "yard",
                    "crossover"
                ],
                [
                    "==",
                    "brunnel",
                    "tunnel"
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "transportation",
            "type": "line",
            "paint": {
                "line-color": "#EA5858",
                "line-width": {
                    "base": 1.4,
                    "stops": [
                        [
                            14.5,
                            0
                        ],
                        [
                            15,
                            2
                        ],
                        [
                            20,
                            6
                        ]
                    ]
                },
                "line-dasharray": [
                    0.2,
                    8
                ]
            },
            "id": "railway-tram-tunnel-hatching",
            "minzoom": 17,
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "transit"
                ],
                [
                    "==",
                    "subclass",
                    "tram"
                ],
                [
                    "!in",
                    "service",
                    "yard",
                    "crossover"
                ],
                [
                    "==",
                    "brunnel",
                    "tunnel"
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "icon-image": "oneway",
                "icon-padding": 2,
                "icon-rotate": [
                    "case",
                    [
                        "==",
                        [
                            "get",
                            "oneway"
                        ],
                        1
                    ],
                    90,
                    [
                        "==",
                        [
                            "get",
                            "oneway"
                        ],
                        -1
                    ],
                    -90,
                    0
                ],
                "icon-rotation-alignment": "map",
                "icon-size": {
                    "stops": [
                        [
                            15,
                            0.5
                        ],
                        [
                            19,
                            1
                        ]
                    ]
                },
                "symbol-placement": "line",
                "symbol-spacing": 75
            },
            "source": "planet",
            "source-layer": "transportation",
            "type": "symbol",
            "paint": {
                "icon-opacity": 0.5
            },
            "id": "tunnel-oneway-secondary",
            "minzoom": 16.5,
            "filter": [
                "all",
                [
                    "has",
                    "oneway"
                ],
                [
                    "in",
                    "class",
                    "secondary",
                    "tertiary",
                    "minor",
                    "service"
                ],
                [
                    "==",
                    "service",
                    "parking_aisle"
                ],
                [
                    "==",
                    "brunnel",
                    "tunnel"
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "icon-image": "oneway",
                "icon-padding": 2,
                "icon-rotate": [
                    "case",
                    [
                        "==",
                        [
                            "get",
                            "oneway"
                        ],
                        1
                    ],
                    90,
                    [
                        "==",
                        [
                            "get",
                            "oneway"
                        ],
                        -1
                    ],
                    -90,
                    0
                ],
                "icon-rotation-alignment": "map",
                "icon-size": {
                    "stops": [
                        [
                            15,
                            0.5
                        ],
                        [
                            19,
                            1
                        ]
                    ]
                },
                "symbol-placement": "line",
                "symbol-spacing": 75
            },
            "source": "planet",
            "source-layer": "transportation",
            "type": "symbol",
            "paint": {
                "icon-opacity": 0.5
            },
            "id": "tunnel-oneway-primary",
            "minzoom": 15,
            "filter": [
                "all",
                [
                    "has",
                    "oneway"
                ],
                [
                    "in",
                    "class",
                    "motorway",
                    "trunk",
                    "primary"
                ],
                [
                    "==",
                    "brunnel",
                    "tunnel"
                ]
            ]
        },
        {
            "layout": {
                "visibility": "none",
                "line-cap": "round",
                "line-join": "round"
            },
            "id": "aeroway-taxiway-casing",
            "type": "line",
            "source": "planet",
            "source-layer": "aeroway",
            "minzoom": 12,
            "filter": [
                "==",
                "class",
                "taxiway"
            ],
            "paint": {
                "line-color": "#999",
                "line-opacity": 1,
                "line-width": {
                    "base": 1.5,
                    "stops": [
                        [
                            11,
                            2
                        ],
                        [
                            17,
                            12
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "none",
                "line-cap": "round",
                "line-join": "round"
            },
            "id": "aeroway-taxiway",
            "type": "line",
            "source": "planet",
            "source-layer": "aeroway",
            "minzoom": 4,
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "taxiway"
                ]
            ],
            "paint": {
                "line-color": "#fff",
                "line-opacity": {
                    "base": 1,
                    "stops": [
                        [
                            11,
                            0
                        ],
                        [
                            12,
                            1
                        ]
                    ]
                },
                "line-width": {
                    "base": 1.5,
                    "stops": [
                        [
                            11,
                            1
                        ],
                        [
                            17,
                            10
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "none",
                "line-cap": "round",
                "line-join": "round"
            },
            "id": "aeroway-runway-casing",
            "type": "line",
            "source": "planet",
            "source-layer": "aeroway",
            "minzoom": 12,
            "filter": [
                "==",
                "class",
                "runway"
            ],
            "paint": {
                "line-color": "#999",
                "line-opacity": 1,
                "line-width": {
                    "base": 1.5,
                    "stops": [
                        [
                            11,
                            5
                        ],
                        [
                            17,
                            55
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "round",
                "line-join": "round"
            },
            "id": "aeroway-runway",
            "type": "line",
            "source": "planet",
            "source-layer": "aeroway",
            "minzoom": 4,
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "runway"
                ]
            ],
            "paint": {
                "line-color": "rgba(238, 219, 251, 1)",
                "line-opacity": {
                    "base": 1,
                    "stops": [
                        [
                            11,
                            0
                        ],
                        [
                            15,
                            0.5
                        ]
                    ]
                },
                "line-width": {
                    "base": 1.5,
                    "stops": [
                        [
                            11,
                            4
                        ],
                        [
                            17,
                            50
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "id": "aeroway-area",
            "type": "fill",
            "source": "planet",
            "source-layer": "aeroway",
            "minzoom": 4,
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "Polygon"
                ],
                [
                    "in",
                    "class",
                    "aerodrome",
                    "apron"
                ]
            ],
            "paint": {
                "fill-color": "rgba(238, 219, 251, 1)",
                "fill-opacity": {
                    "base": 1,
                    "stops": [
                        [
                            11,
                            0
                        ],
                        [
                            15,
                            0.5
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "id": "highway-area",
            "type": "fill",
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 13,
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "Polygon"
                ],
                [
                    "!=",
                    "class",
                    "pier"
                ],
                [
                    "in",
                    "brunnel",
                    "bridge"
                ]
            ],
            "paint": {
                "fill-color": "#FDFDFC",
                "fill-opacity": 0.75,
                "fill-antialias": false
            }
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "id": "road_area_pier",
            "type": "fill",
            "source": "planet",
            "source-layer": "transportation",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "Polygon"
                ],
                [
                    "==",
                    "class",
                    "pier"
                ]
            ],
            "paint": {
                "fill-color": "hsl(30, 36%, 96%)",
                "fill-antialias": true
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "round",
                "line-join": "round"
            },
            "id": "road_pier",
            "type": "line",
            "source": "planet",
            "source-layer": "transportation",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "pier"
                ]
            ],
            "paint": {
                "line-color": "hsl(30, 36%, 96%)",
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            1
                        ],
                        [
                            17,
                            4
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "id": "highway-pedestrian-area",
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 14,
            "type": "fill",
            "paint": {
                "fill-color": "#F4F3F0"
            },
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "Polygon"
                ],
                [
                    "==",
                    "class",
                    "path"
                ],
                [
                    "in",
                    "subclass",
                    "pedestrian",
                    "footway",
                    "path"
                ],
                [
                    "!has",
                    "layer"
                ],
                [
                    "!has",
                    "level"
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "line-join": "round",
                "line-cap": "round"
            },
            "id": "highway-pedestrian",
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 14,
            "type": "line",
            "paint": {
                "line-color": "#F4F3F0",
                "line-width": {
                    "stops": [
                        [
                            14,
                            1
                        ],
                        [
                            15,
                            2
                        ],
                        [
                            16,
                            6
                        ],
                        [
                            17,
                            14
                        ],
                        [
                            18,
                            20
                        ],
                        [
                            19,
                            36
                        ],
                        [
                            22,
                            50
                        ]
                    ]
                }
            },
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "any",
                    [
                        "==",
                        "surface",
                        "paved"
                    ],
                    [
                        "!has",
                        "surface"
                    ]
                ],
                [
                    "!has",
                    "brunnel"
                ],
                [
                    "!has",
                    "layer"
                ],
                [
                    "!has",
                    "level"
                ],
                [
                    "any",
                    [
                        "all",
                        [
                            "==",
                            "class",
                            "path"
                        ],
                        [
                            "==",
                            "subclass",
                            "pedestrian"
                        ]
                    ],
                    [
                        "all",
                        [
                            "==",
                            "class",
                            "service"
                        ],
                        [
                            "==",
                            "foot",
                            "yes"
                        ]
                    ]
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "round",
                "line-join": "round"
            },
            "id": "highway-track",
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 13,
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "track"
                ]
            ],
            "type": "line",
            "paint": {
                "line-color": "#F4F3F0",
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            13,
                            1
                        ],
                        [
                            16,
                            3
                        ],
                        [
                            18,
                            13
                        ],
                        [
                            19,
                            30
                        ],
                        [
                            20,
                            50
                        ],
                        [
                            21,
                            100
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "round",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 14,
            "type": "line",
            "paint": {
                "line-color": "#F4F3F0",
                "line-width": {
                    "stops": [
                        [
                            15,
                            1
                        ],
                        [
                            16,
                            1.5
                        ],
                        [
                            17,
                            3
                        ],
                        [
                            18,
                            4
                        ],
                        [
                            22,
                            12
                        ]
                    ]
                }
            },
            "id": "highway-path-footway-unpaved",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "path"
                ],
                [
                    "any",
                    [
                        "==",
                        "subclass",
                        "footway"
                    ],
                    [
                        "==",
                        "subclass",
                        "path"
                    ],
                    [
                        "==",
                        "subclass",
                        "platform"
                    ]
                ],
                [
                    "==",
                    "surface",
                    "unpaved"
                ],
                [
                    "!has",
                    "brunnel"
                ],
                [
                    "!has",
                    "layer"
                ],
                [
                    "!has",
                    "level"
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "round",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 14,
            "type": "line",
            "paint": {
                "line-color": "#F4F3F0",
                "line-width": {
                    "stops": [
                        [
                            14,
                            1
                        ],
                        [
                            15,
                            2
                        ],
                        [
                            16,
                            3.5
                        ],
                        [
                            17,
                            5
                        ],
                        [
                            18,
                            6
                        ],
                        [
                            19,
                            12
                        ],
                        [
                            22,
                            22
                        ]
                    ]
                }
            },
            "id": "highway-path-footway-paved",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "path"
                ],
                [
                    "any",
                    [
                        "==",
                        "subclass",
                        "footway"
                    ],
                    [
                        "==",
                        "subclass",
                        "path"
                    ],
                    [
                        "==",
                        "subclass",
                        "platform"
                    ]
                ],
                [
                    "any",
                    [
                        "!has",
                        "surface"
                    ],
                    [
                        "==",
                        "surface",
                        "paved"
                    ]
                ],
                [
                    "!has",
                    "brunnel"
                ],
                [
                    "!has",
                    "layer"
                ],
                [
                    "!has",
                    "level"
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 15,
            "type": "line",
            "paint": {
                "line-color": "#F4F3F0",
                "line-width": {
                    "stops": [
                        [
                            14,
                            1
                        ],
                        [
                            15,
                            2
                        ],
                        [
                            16,
                            3.5
                        ],
                        [
                            17,
                            5
                        ],
                        [
                            18,
                            6
                        ],
                        [
                            19,
                            12
                        ],
                        [
                            22,
                            22
                        ]
                    ]
                },
                "line-dasharray": {
                    "stops": [
                        [
                            15,
                            [
                                1,
                                0
                            ]
                        ],
                        [
                            16.5,
                            [
                                0.4,
                                0.3
                            ]
                        ]
                    ]
                }
            },
            "id": "highway-path-steps-ground",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "path"
                ],
                [
                    "==",
                    "subclass",
                    "steps"
                ],
                [
                    "!in",
                    "brunnel",
                    "bridge",
                    "tunnel"
                ],
                [
                    "!has",
                    "layer"
                ],
                [
                    "!has",
                    "level"
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 16,
            "type": "line",
            "id": "highway-cycleway-casing",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "path"
                ],
                [
                    "==",
                    "subclass",
                    "cycleway"
                ],
                [
                    "all",
                    [
                        "!has",
                        "brunnel"
                    ],
                    [
                        "!has",
                        "layer"
                    ],
                    [
                        "!has",
                        "level"
                    ]
                ]
            ],
            "paint": {
                "line-color": "#ffffff",
                "line-width": {
                    "stops": [
                        [
                            14,
                            1
                        ],
                        [
                            15,
                            2
                        ],
                        [
                            16,
                            5
                        ],
                        [
                            17,
                            6
                        ],
                        [
                            18,
                            8
                        ],
                        [
                            19,
                            11
                        ],
                        [
                            22,
                            22
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 14,
            "type": "line",
            "id": "highway-cycleway-line",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "path"
                ],
                [
                    "==",
                    "subclass",
                    "cycleway"
                ],
                [
                    "all",
                    [
                        "!has",
                        "brunnel"
                    ],
                    [
                        "!has",
                        "layer"
                    ],
                    [
                        "!has",
                        "level"
                    ]
                ]
            ],
            "paint": {
                "line-color": "#AEDAA9",
                "line-width": {
                    "stops": [
                        [
                            14,
                            0.5
                        ],
                        [
                            15,
                            1
                        ],
                        [
                            16,
                            2
                        ],
                        [
                            17,
                            4
                        ],
                        [
                            18,
                            5
                        ],
                        [
                            19,
                            7
                        ],
                        [
                            22,
                            18
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 18,
            "type": "line",
            "id": "highway-cycleway-dash",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "path"
                ],
                [
                    "==",
                    "subclass",
                    "cycleway"
                ],
                [
                    "all",
                    [
                        "!has",
                        "brunnel"
                    ],
                    [
                        "!has",
                        "layer"
                    ],
                    [
                        "!has",
                        "level"
                    ]
                ]
            ],
            "paint": {
                "line-color": "#7CAE56",
                "line-width": {
                    "stops": [
                        [
                            18,
                            1
                        ],
                        [
                            22,
                            2
                        ]
                    ]
                },
                "line-opacity": 0.8,
                "line-gap-width": 0,
                "line-dasharray": [
                    5,
                    5
                ]
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 16,
            "type": "line",
            "id": "highway-bridleway-casing",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "path"
                ],
                [
                    "==",
                    "subclass",
                    "bridleway"
                ],
                [
                    "all",
                    [
                        "!has",
                        "brunnel"
                    ],
                    [
                        "!has",
                        "layer"
                    ],
                    [
                        "!has",
                        "level"
                    ]
                ]
            ],
            "paint": {
                "line-color": "#ffffff",
                "line-width": {
                    "stops": [
                        [
                            14,
                            1
                        ],
                        [
                            15,
                            2
                        ],
                        [
                            16,
                            5
                        ],
                        [
                            17,
                            6
                        ],
                        [
                            18,
                            8
                        ],
                        [
                            19,
                            11
                        ],
                        [
                            22,
                            22
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 14,
            "type": "line",
            "id": "highway-bridleway-line",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "path"
                ],
                [
                    "==",
                    "subclass",
                    "bridleway"
                ],
                [
                    "all",
                    [
                        "!has",
                        "brunnel"
                    ],
                    [
                        "!has",
                        "layer"
                    ],
                    [
                        "!has",
                        "level"
                    ]
                ]
            ],
            "paint": {
                "line-color": "#D1CDAA",
                "line-width": {
                    "stops": [
                        [
                            14,
                            0.5
                        ],
                        [
                            15,
                            1
                        ],
                        [
                            16,
                            2
                        ],
                        [
                            17,
                            4
                        ],
                        [
                            18,
                            5
                        ],
                        [
                            19,
                            7
                        ],
                        [
                            22,
                            18
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 18,
            "type": "line",
            "id": "highway-bridleway-dash",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "path"
                ],
                [
                    "==",
                    "subclass",
                    "bridleway"
                ],
                [
                    "all",
                    [
                        "!has",
                        "brunnel"
                    ],
                    [
                        "!has",
                        "layer"
                    ],
                    [
                        "!has",
                        "level"
                    ]
                ]
            ],
            "paint": {
                "line-color": "#B69A27",
                "line-width": {
                    "stops": [
                        [
                            18,
                            1
                        ],
                        [
                            22,
                            2
                        ]
                    ]
                },
                "line-opacity": 0.8,
                "line-gap-width": 0,
                "line-dasharray": [
                    5,
                    5
                ]
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 16,
            "type": "line",
            "id": "highway-raceway-casing",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "raceway"
                ],
                [
                    "all",
                    [
                        "!has",
                        "brunnel"
                    ],
                    [
                        "!has",
                        "layer"
                    ],
                    [
                        "!has",
                        "level"
                    ]
                ]
            ],
            "paint": {
                "line-color": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    14,
                    "#DADDEA",
                    16.5,
                    "#DADDEA",
                    17,
                    "#B2BAD0"
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            16,
                            2
                        ],
                        [
                            18,
                            13
                        ],
                        [
                            19,
                            30
                        ],
                        [
                            20,
                            50
                        ],
                        [
                            21,
                            100
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 14,
            "type": "line",
            "id": "highway-raceway-line",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "raceway"
                ],
                [
                    "all",
                    [
                        "!has",
                        "brunnel"
                    ],
                    [
                        "!has",
                        "layer"
                    ],
                    [
                        "!has",
                        "level"
                    ]
                ]
            ],
            "paint": {
                "line-color": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    14,
                    "#EFF3F5",
                    16.5,
                    "#EFF3F5",
                    17,
                    "#CCD0E2"
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            1
                        ],
                        [
                            16,
                            2
                        ],
                        [
                            18,
                            8
                        ],
                        [
                            19,
                            18
                        ],
                        [
                            20,
                            30
                        ],
                        [
                            21,
                            60
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 18,
            "type": "line",
            "id": "highway-raceway-dash",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "raceway"
                ],
                [
                    "all",
                    [
                        "!has",
                        "brunnel"
                    ],
                    [
                        "!has",
                        "layer"
                    ],
                    [
                        "!has",
                        "level"
                    ]
                ]
            ],
            "paint": {
                "line-color": "#B2BAD0",
                "line-width": {
                    "stops": [
                        [
                            18,
                            2
                        ],
                        [
                            22,
                            5
                        ]
                    ]
                },
                "line-gap-width": 0,
                "line-dasharray": [
                    4,
                    4
                ]
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 14,
            "type": "line",
            "paint": {
                "line-opacity": 0.5,
                "line-color": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    14,
                    "#EFF3F5",
                    15.5,
                    "#EFF3F5",
                    16.5,
                    "#EFF3F5",
                    17,
                    "#CCD0E2"
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            1
                        ],
                        [
                            16,
                            2
                        ],
                        [
                            18,
                            8
                        ],
                        [
                            19,
                            18
                        ],
                        [
                            20,
                            30
                        ],
                        [
                            21,
                            60
                        ]
                    ]
                }
            },
            "id": "tunnel-road-service",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "brunnel",
                    "tunnel"
                ],
                [
                    "all",
                    [
                        "==",
                        "class",
                        "service"
                    ],
                    [
                        "!=",
                        "foot",
                        "yes"
                    ]
                ],
                [
                    "!=",
                    "ramp",
                    1
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 12,
            "type": "line",
            "paint": {
                "line-opacity": 0.5,
                "line-color": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    12,
                    "#E0E3F0",
                    16.5,
                    "#E0E3F0",
                    17,
                    "#CCD0E2"
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            12,
                            1
                        ],
                        [
                            14,
                            2
                        ],
                        [
                            15,
                            3
                        ],
                        [
                            16,
                            8
                        ],
                        [
                            18,
                            24
                        ],
                        [
                            19,
                            42
                        ],
                        [
                            20,
                            100
                        ],
                        [
                            21,
                            160
                        ]
                    ]
                }
            },
            "id": "tunnel-road-minor",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "brunnel",
                    "tunnel"
                ],
                [
                    "==",
                    "class",
                    "minor"
                ],
                [
                    "!=",
                    "ramp",
                    1
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 15,
            "type": "line",
            "paint": {
                "line-opacity": 0.5,
                "line-color": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    10,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#FCBF9D",
                        "#D5DBEB"
                    ],
                    16.5,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#FCBF9D",
                        "#D5DBEB"
                    ],
                    17,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#FCBF9D",
                        "#CCD0E2"
                    ]
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            2
                        ],
                        [
                            16,
                            6
                        ],
                        [
                            18,
                            25
                        ],
                        [
                            19,
                            52
                        ],
                        [
                            20,
                            100
                        ],
                        [
                            21,
                            200
                        ]
                    ]
                }
            },
            "id": "tunnel-road-tertiary-link",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "brunnel",
                    "tunnel"
                ],
                [
                    "==",
                    "class",
                    "tertiary"
                ],
                [
                    "==",
                    "ramp",
                    1
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 10,
            "type": "line",
            "paint": {
                "line-opacity": {
                    "stops": [
                        [
                            10,
                            1
                        ],
                        [
                            11,
                            0.5
                        ]
                    ]
                },
                "line-color": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    10,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#FCBF9D",
                        "#D5DBEB"
                    ],
                    16.5,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#FCBF9D",
                        "#D5DBEB"
                    ],
                    17,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#FCBF9D",
                        "#CCD0E2"
                    ]
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            12,
                            2
                        ],
                        [
                            14,
                            3
                        ],
                        [
                            15,
                            4
                        ],
                        [
                            16,
                            8
                        ],
                        [
                            18,
                            25
                        ],
                        [
                            19,
                            52
                        ],
                        [
                            20,
                            100
                        ],
                        [
                            21,
                            200
                        ]
                    ]
                }
            },
            "id": "tunnel-road-tertiary",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "brunnel",
                    "tunnel"
                ],
                [
                    "==",
                    "class",
                    "tertiary"
                ],
                [
                    "!=",
                    "ramp",
                    1
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 13,
            "type": "line",
            "paint": {
                "line-opacity": 0.5,
                "line-color": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    9,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#FCBF9D",
                        "#D5DBEB"
                    ],
                    16.5,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#FCBF9D",
                        "#D5DBEB"
                    ],
                    17,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#FCBF9D",
                        "#CCD0E2"
                    ]
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            11,
                            1
                        ],
                        [
                            14,
                            2
                        ],
                        [
                            15,
                            4
                        ],
                        [
                            16,
                            8
                        ],
                        [
                            18,
                            30
                        ],
                        [
                            19,
                            58
                        ],
                        [
                            20,
                            100
                        ],
                        [
                            21,
                            200
                        ]
                    ]
                }
            },
            "id": "tunnel-road-secondary-link",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "brunnel",
                    "tunnel"
                ],
                [
                    "==",
                    "class",
                    "secondary"
                ],
                [
                    "==",
                    "ramp",
                    1
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 9,
            "type": "line",
            "paint": {
                "line-opacity": {
                    "stops": [
                        [
                            10,
                            1
                        ],
                        [
                            11,
                            0.5
                        ]
                    ]
                },
                "line-color": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    9,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#FCBF9D",
                        "#D5DBEB"
                    ],
                    16.5,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#FCBF9D",
                        "#D5DBEB"
                    ],
                    17,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#FCBF9D",
                        "#CCD0E2"
                    ]
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            11,
                            1
                        ],
                        [
                            14,
                            3
                        ],
                        [
                            15,
                            6
                        ],
                        [
                            16,
                            10
                        ],
                        [
                            18,
                            30
                        ],
                        [
                            19,
                            58
                        ],
                        [
                            20,
                            100
                        ],
                        [
                            21,
                            200
                        ]
                    ]
                }
            },
            "id": "tunnel-road-secondary",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "brunnel",
                    "tunnel"
                ],
                [
                    "==",
                    "class",
                    "secondary"
                ],
                [
                    "!=",
                    "ramp",
                    1
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 12,
            "type": "line",
            "paint": {
                "line-opacity": 0.5,
                "line-color": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    7,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F0A597",
                        "#8A97B7"
                    ],
                    12,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#FCBF9D",
                        "#CCD0E2"
                    ],
                    16.5,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#FCBF9D",
                        "#CCD0E2"
                    ],
                    17,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#FCBF9D",
                        "#CCD0E2"
                    ]
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            11,
                            1
                        ],
                        [
                            14,
                            3
                        ],
                        [
                            15,
                            6
                        ],
                        [
                            16,
                            8
                        ],
                        [
                            18,
                            38
                        ],
                        [
                            19,
                            76
                        ],
                        [
                            20,
                            146
                        ],
                        [
                            21,
                            246
                        ]
                    ]
                }
            },
            "id": "tunnel-road-primary-link",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "brunnel",
                    "tunnel"
                ],
                [
                    "==",
                    "class",
                    "primary"
                ],
                [
                    "==",
                    "ramp",
                    1
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 7,
            "type": "line",
            "paint": {
                "line-opacity": {
                    "stops": [
                        [
                            10,
                            1
                        ],
                        [
                            11,
                            0.5
                        ]
                    ]
                },
                "line-color": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    7,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F0A597",
                        "#8A97B7"
                    ],
                    12,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#FCBF9D",
                        "#CCD0E2"
                    ],
                    16.5,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#FCBF9D",
                        "#CCD0E2"
                    ],
                    17,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#FCBF9D",
                        "#CCD0E2"
                    ]
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            7,
                            0.4
                        ],
                        [
                            9,
                            1.4
                        ],
                        [
                            11,
                            3
                        ],
                        [
                            14,
                            4
                        ],
                        [
                            15,
                            8
                        ],
                        [
                            16,
                            11
                        ],
                        [
                            18,
                            38
                        ],
                        [
                            19,
                            76
                        ],
                        [
                            20,
                            146
                        ],
                        [
                            21,
                            246
                        ]
                    ]
                }
            },
            "id": "tunnel-road-primary",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "brunnel",
                    "tunnel"
                ],
                [
                    "==",
                    "class",
                    "primary"
                ],
                [
                    "!=",
                    "ramp",
                    1
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 12,
            "type": "line",
            "paint": {
                "line-opacity": 0.5,
                "line-color": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    7,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F0A597",
                        "#8288AF"
                    ],
                    12,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#FCBF9D",
                        "#BFC4DC"
                    ]
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            11,
                            1
                        ],
                        [
                            14,
                            4
                        ],
                        [
                            15,
                            8
                        ],
                        [
                            16,
                            10
                        ],
                        [
                            18,
                            50
                        ],
                        [
                            19,
                            110
                        ],
                        [
                            20,
                            176
                        ],
                        [
                            21,
                            286
                        ]
                    ]
                }
            },
            "id": "tunnel-road-trunk-link",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "brunnel",
                    "tunnel"
                ],
                [
                    "in",
                    "class",
                    "trunk",
                    "motorway"
                ],
                [
                    "==",
                    "ramp",
                    1
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 4,
            "type": "line",
            "paint": {
                "line-opacity": {
                    "stops": [
                        [
                            10,
                            1
                        ],
                        [
                            11,
                            0.5
                        ]
                    ]
                },
                "line-color": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    7,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F0A597",
                        "#8288AF"
                    ],
                    12,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#FCBF9D",
                        "#BFC4DC"
                    ]
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            7,
                            0.4
                        ],
                        [
                            9,
                            2
                        ],
                        [
                            11,
                            4
                        ],
                        [
                            14,
                            6
                        ],
                        [
                            15,
                            12
                        ],
                        [
                            16,
                            14
                        ],
                        [
                            18,
                            50
                        ],
                        [
                            19,
                            110
                        ],
                        [
                            20,
                            176
                        ],
                        [
                            21,
                            286
                        ]
                    ]
                }
            },
            "id": "tunnel-road-trunk",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "brunnel",
                    "tunnel"
                ],
                [
                    "in",
                    "class",
                    "trunk",
                    "motorway"
                ],
                [
                    "!=",
                    "ramp",
                    1
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 16,
            "type": "line",
            "paint": {
                "line-dasharray": [
                    1,
                    1
                ],
                "line-color": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    14,
                    "#DADDEA",
                    16.5,
                    "#DADDEA",
                    17,
                    "#B2BAD0"
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            16,
                            0
                        ],
                        [
                            18,
                            2.5
                        ],
                        [
                            19,
                            6
                        ],
                        [
                            20,
                            10
                        ],
                        [
                            21,
                            20
                        ]
                    ]
                },
                "line-offset": {
                    "stops": [
                        [
                            16,
                            0
                        ],
                        [
                            18,
                            5.25
                        ],
                        [
                            19,
                            12
                        ],
                        [
                            20,
                            20
                        ],
                        [
                            21,
                            40
                        ]
                    ]
                }
            },
            "id": "tunnel-road-service-casing-1",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "brunnel",
                    "tunnel"
                ],
                [
                    "all",
                    [
                        "==",
                        "class",
                        "service"
                    ],
                    [
                        "!=",
                        "foot",
                        "yes"
                    ]
                ],
                [
                    "!=",
                    "ramp",
                    1
                ],
                [
                    "all",
                    [
                        "has",
                        "service"
                    ],
                    [
                        "==",
                        "service",
                        "parking_aisle"
                    ]
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 16,
            "type": "line",
            "paint": {
                "line-dasharray": [
                    1,
                    1
                ],
                "line-color": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    14,
                    "#DADDEA",
                    16.5,
                    "#DADDEA",
                    17,
                    "#B2BAD0"
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            16,
                            0
                        ],
                        [
                            18,
                            2.5
                        ],
                        [
                            19,
                            6
                        ],
                        [
                            20,
                            10
                        ],
                        [
                            21,
                            20
                        ]
                    ]
                },
                "line-offset": {
                    "stops": [
                        [
                            16,
                            0
                        ],
                        [
                            18,
                            -5.25
                        ],
                        [
                            19,
                            -12
                        ],
                        [
                            20,
                            -20
                        ],
                        [
                            21,
                            -40
                        ]
                    ]
                }
            },
            "id": "tunnel-road-service-casing-2",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "brunnel",
                    "tunnel"
                ],
                [
                    "all",
                    [
                        "==",
                        "class",
                        "service"
                    ],
                    [
                        "!=",
                        "foot",
                        "yes"
                    ]
                ],
                [
                    "!=",
                    "ramp",
                    1
                ],
                [
                    "all",
                    [
                        "has",
                        "service"
                    ],
                    [
                        "==",
                        "service",
                        "parking_aisle"
                    ]
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 15,
            "type": "line",
            "paint": {
                "line-dasharray": [
                    1,
                    1
                ],
                "line-color": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    14,
                    "#CCD2E2",
                    16.5,
                    "#CCD2E2",
                    17,
                    "#B2BAD0"
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            0.5
                        ],
                        [
                            16,
                            1.5
                        ],
                        [
                            18,
                            2.5
                        ],
                        [
                            19,
                            6
                        ],
                        [
                            20,
                            10
                        ],
                        [
                            21,
                            20
                        ]
                    ]
                },
                "line-offset": {
                    "stops": [
                        [
                            15,
                            1.5
                        ],
                        [
                            16,
                            4.75
                        ],
                        [
                            18,
                            13.25
                        ],
                        [
                            19,
                            24
                        ],
                        [
                            20,
                            55
                        ],
                        [
                            21,
                            90
                        ]
                    ]
                }
            },
            "id": "tunnel-road-minor-casing-1",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "brunnel",
                    "tunnel"
                ],
                [
                    "==",
                    "class",
                    "minor"
                ],
                [
                    "!=",
                    "ramp",
                    1
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 15,
            "type": "line",
            "paint": {
                "line-dasharray": [
                    1,
                    1
                ],
                "line-color": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    14,
                    "#CCD2E2",
                    16.5,
                    "#CCD2E2",
                    17,
                    "#B2BAD0"
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            0.5
                        ],
                        [
                            16,
                            1.5
                        ],
                        [
                            18,
                            2.5
                        ],
                        [
                            19,
                            6
                        ],
                        [
                            20,
                            10
                        ],
                        [
                            21,
                            20
                        ]
                    ]
                },
                "line-offset": {
                    "stops": [
                        [
                            15,
                            -1.5
                        ],
                        [
                            16,
                            -4.75
                        ],
                        [
                            18,
                            -13.25
                        ],
                        [
                            19,
                            -24
                        ],
                        [
                            20,
                            -55
                        ],
                        [
                            21,
                            -90
                        ]
                    ]
                }
            },
            "id": "tunnel-road-minor-casing-2",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "brunnel",
                    "tunnel"
                ],
                [
                    "==",
                    "class",
                    "minor"
                ],
                [
                    "!=",
                    "ramp",
                    1
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 15,
            "type": "line",
            "paint": {
                "line-dasharray": [
                    1,
                    1
                ],
                "line-color": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    13,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F29663",
                        "#BEC6DA"
                    ],
                    16.5,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F29663",
                        "#BEC6DA"
                    ],
                    17,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F29663",
                        "#B2BAD0"
                    ]
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            0.5
                        ],
                        [
                            16,
                            1.5
                        ],
                        [
                            18,
                            2.5
                        ],
                        [
                            19,
                            6
                        ],
                        [
                            20,
                            10
                        ],
                        [
                            21,
                            20
                        ]
                    ]
                },
                "line-offset": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            1.25
                        ],
                        [
                            16,
                            3.75
                        ],
                        [
                            18,
                            13.75
                        ],
                        [
                            19,
                            27
                        ],
                        [
                            20,
                            55
                        ],
                        [
                            21,
                            110
                        ]
                    ]
                }
            },
            "id": "tunnel-road-tertiary-link-casing-1",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "brunnel",
                    "tunnel"
                ],
                [
                    "==",
                    "class",
                    "tertiary"
                ],
                [
                    "==",
                    "ramp",
                    1
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 15,
            "type": "line",
            "paint": {
                "line-dasharray": [
                    1,
                    1
                ],
                "line-color": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    13,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F29663",
                        "#BEC6DA"
                    ],
                    16.5,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F29663",
                        "#BEC6DA"
                    ],
                    17,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F29663",
                        "#B2BAD0"
                    ]
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            0.5
                        ],
                        [
                            16,
                            1.5
                        ],
                        [
                            18,
                            2.5
                        ],
                        [
                            19,
                            6
                        ],
                        [
                            20,
                            10
                        ],
                        [
                            21,
                            20
                        ]
                    ]
                },
                "line-offset": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            -1.25
                        ],
                        [
                            16,
                            -3.75
                        ],
                        [
                            18,
                            -13.75
                        ],
                        [
                            19,
                            -29
                        ],
                        [
                            20,
                            -55
                        ],
                        [
                            21,
                            -110
                        ]
                    ]
                }
            },
            "id": "tunnel-road-tertiary-link-casing-2",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "brunnel",
                    "tunnel"
                ],
                [
                    "==",
                    "class",
                    "tertiary"
                ],
                [
                    "==",
                    "ramp",
                    1
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 15,
            "type": "line",
            "paint": {
                "line-dasharray": [
                    1,
                    1
                ],
                "line-color": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    13,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F29663",
                        "#BEC6DA"
                    ],
                    16.5,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F29663",
                        "#BEC6DA"
                    ],
                    17,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F29663",
                        "#B2BAD0"
                    ]
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            0.5
                        ],
                        [
                            16,
                            1.5
                        ],
                        [
                            18,
                            2.5
                        ],
                        [
                            19,
                            6
                        ],
                        [
                            20,
                            10
                        ],
                        [
                            21,
                            20
                        ]
                    ]
                },
                "line-offset": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            1.5
                        ],
                        [
                            16,
                            4.75
                        ],
                        [
                            18,
                            13.75
                        ],
                        [
                            19,
                            29
                        ],
                        [
                            20,
                            55
                        ],
                        [
                            21,
                            110
                        ]
                    ]
                }
            },
            "id": "tunnel-road-tertiary-casing-1",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "brunnel",
                    "tunnel"
                ],
                [
                    "==",
                    "class",
                    "tertiary"
                ],
                [
                    "!=",
                    "ramp",
                    1
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 15,
            "type": "line",
            "paint": {
                "line-dasharray": [
                    1,
                    1
                ],
                "line-color": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    13,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F29663",
                        "#BEC6DA"
                    ],
                    16.5,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F29663",
                        "#BEC6DA"
                    ],
                    17,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F29663",
                        "#B2BAD0"
                    ]
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            0.5
                        ],
                        [
                            16,
                            1.5
                        ],
                        [
                            18,
                            2.5
                        ],
                        [
                            19,
                            6
                        ],
                        [
                            20,
                            10
                        ],
                        [
                            21,
                            20
                        ]
                    ]
                },
                "line-offset": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            -1.5
                        ],
                        [
                            16,
                            -4.75
                        ],
                        [
                            18,
                            -13.75
                        ],
                        [
                            19,
                            -29
                        ],
                        [
                            20,
                            -55
                        ],
                        [
                            21,
                            -110
                        ]
                    ]
                }
            },
            "id": "tunnel-road-tertiary-casing-2",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "brunnel",
                    "tunnel"
                ],
                [
                    "==",
                    "class",
                    "tertiary"
                ],
                [
                    "!=",
                    "ramp",
                    1
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 15,
            "type": "line",
            "paint": {
                "line-dasharray": [
                    1,
                    1
                ],
                "line-color": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    12,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F29663",
                        "#B2BAD0"
                    ],
                    16.5,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F29663",
                        "#B2BAD0"
                    ],
                    17,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F29663",
                        "#B2BAD0"
                    ]
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            0.5
                        ],
                        [
                            16,
                            1.5
                        ],
                        [
                            18,
                            2.5
                        ],
                        [
                            19,
                            6
                        ],
                        [
                            20,
                            10
                        ],
                        [
                            21,
                            20
                        ]
                    ]
                },
                "line-offset": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            2
                        ],
                        [
                            16,
                            4.75
                        ],
                        [
                            18,
                            16.25
                        ],
                        [
                            19,
                            32
                        ],
                        [
                            20,
                            55
                        ],
                        [
                            21,
                            110
                        ]
                    ]
                }
            },
            "id": "tunnel-road-secondary-link-casing-1",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "brunnel",
                    "tunnel"
                ],
                [
                    "==",
                    "class",
                    "secondary"
                ],
                [
                    "==",
                    "ramp",
                    1
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 15,
            "type": "line",
            "paint": {
                "line-dasharray": [
                    1,
                    1
                ],
                "line-color": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    12,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F29663",
                        "#B2BAD0"
                    ],
                    16.5,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F29663",
                        "#B2BAD0"
                    ],
                    17,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F29663",
                        "#B2BAD0"
                    ]
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            0.5
                        ],
                        [
                            16,
                            1.5
                        ],
                        [
                            18,
                            2.5
                        ],
                        [
                            19,
                            6
                        ],
                        [
                            20,
                            10
                        ],
                        [
                            21,
                            20
                        ]
                    ]
                },
                "line-offset": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            -2
                        ],
                        [
                            16,
                            -4.75
                        ],
                        [
                            18,
                            -16.25
                        ],
                        [
                            19,
                            -32
                        ],
                        [
                            20,
                            -55
                        ],
                        [
                            21,
                            -110
                        ]
                    ]
                }
            },
            "id": "tunnel-road-secondary-link-casing-2",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "brunnel",
                    "tunnel"
                ],
                [
                    "==",
                    "class",
                    "secondary"
                ],
                [
                    "==",
                    "ramp",
                    1
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 15,
            "type": "line",
            "paint": {
                "line-dasharray": [
                    1,
                    1
                ],
                "line-color": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    12,
                    "#B2BAD0",
                    16.5,
                    "#B2BAD0",
                    17,
                    "#B2BAD0"
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            0.5
                        ],
                        [
                            16,
                            1.5
                        ],
                        [
                            18,
                            2.5
                        ],
                        [
                            19,
                            6
                        ],
                        [
                            20,
                            10
                        ],
                        [
                            21,
                            20
                        ]
                    ]
                },
                "line-offset": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            3
                        ],
                        [
                            16,
                            5.75
                        ],
                        [
                            18,
                            16.25
                        ],
                        [
                            19,
                            32
                        ],
                        [
                            20,
                            55
                        ],
                        [
                            21,
                            110
                        ]
                    ]
                }
            },
            "id": "tunnel-road-secondary-casing-1",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "brunnel",
                    "tunnel"
                ],
                [
                    "==",
                    "class",
                    "secondary"
                ],
                [
                    "!=",
                    "ramp",
                    1
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 15,
            "type": "line",
            "paint": {
                "line-dasharray": [
                    1,
                    1
                ],
                "line-color": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    12,
                    "#B2BAD0",
                    16.5,
                    "#B2BAD0",
                    17,
                    "#B2BAD0"
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            0.5
                        ],
                        [
                            16,
                            1.5
                        ],
                        [
                            18,
                            2.5
                        ],
                        [
                            19,
                            6
                        ],
                        [
                            20,
                            10
                        ],
                        [
                            21,
                            20
                        ]
                    ]
                },
                "line-offset": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            -3
                        ],
                        [
                            16,
                            -5.75
                        ],
                        [
                            18,
                            -16.25
                        ],
                        [
                            19,
                            -32
                        ],
                        [
                            20,
                            -55
                        ],
                        [
                            21,
                            -110
                        ]
                    ]
                }
            },
            "id": "tunnel-road-secondary-casing-2",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "brunnel",
                    "tunnel"
                ],
                [
                    "==",
                    "class",
                    "secondary"
                ],
                [
                    "!=",
                    "ramp",
                    1
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 15,
            "type": "line",
            "paint": {
                "line-dasharray": [
                    1,
                    1
                ],
                "line-color": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    7,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F29663",
                        "#B2BAD0"
                    ],
                    16.5,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F29663",
                        "#B2BAD0"
                    ],
                    17,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F29663",
                        "#B2BAD0"
                    ]
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            0.5
                        ],
                        [
                            16,
                            1.5
                        ],
                        [
                            18,
                            2.5
                        ],
                        [
                            19,
                            6
                        ],
                        [
                            20,
                            10
                        ],
                        [
                            21,
                            20
                        ]
                    ]
                },
                "line-offset": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            3
                        ],
                        [
                            16,
                            4.75
                        ],
                        [
                            18,
                            19.25
                        ],
                        [
                            19,
                            41
                        ],
                        [
                            20,
                            78
                        ],
                        [
                            21,
                            133
                        ]
                    ]
                }
            },
            "id": "tunnel-road-primary-link-casing-1",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "brunnel",
                    "tunnel"
                ],
                [
                    "==",
                    "class",
                    "primary"
                ],
                [
                    "==",
                    "ramp",
                    1
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 15,
            "type": "line",
            "paint": {
                "line-dasharray": [
                    1,
                    1
                ],
                "line-color": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    7,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F29663",
                        "#B2BAD0"
                    ],
                    16.5,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F29663",
                        "#B2BAD0"
                    ],
                    17,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F29663",
                        "#B2BAD0"
                    ]
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            0.5
                        ],
                        [
                            16,
                            1.5
                        ],
                        [
                            18,
                            2.5
                        ],
                        [
                            19,
                            6
                        ],
                        [
                            20,
                            10
                        ],
                        [
                            21,
                            20
                        ]
                    ]
                },
                "line-offset": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            -3
                        ],
                        [
                            16,
                            -4.75
                        ],
                        [
                            18,
                            -19.25
                        ],
                        [
                            19,
                            -41
                        ],
                        [
                            20,
                            -78
                        ],
                        [
                            21,
                            -133
                        ]
                    ]
                }
            },
            "id": "tunnel-road-primary-link-casing-2",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "brunnel",
                    "tunnel"
                ],
                [
                    "==",
                    "class",
                    "primary"
                ],
                [
                    "==",
                    "ramp",
                    1
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 15,
            "type": "line",
            "paint": {
                "line-dasharray": [
                    1,
                    1
                ],
                "line-color": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    7,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F29663",
                        "#B2BAD0"
                    ],
                    16.5,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F29663",
                        "#B2BAD0"
                    ],
                    17,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F29663",
                        "#B2BAD0"
                    ]
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            0.5
                        ],
                        [
                            16,
                            1.5
                        ],
                        [
                            18,
                            2.5
                        ],
                        [
                            19,
                            6
                        ],
                        [
                            20,
                            10
                        ],
                        [
                            21,
                            20
                        ]
                    ]
                },
                "line-offset": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            4
                        ],
                        [
                            16,
                            6.25
                        ],
                        [
                            18,
                            19.25
                        ],
                        [
                            19,
                            41
                        ],
                        [
                            20,
                            78
                        ],
                        [
                            21,
                            133
                        ]
                    ]
                }
            },
            "id": "tunnel-road-primary-casing-1",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "brunnel",
                    "tunnel"
                ],
                [
                    "==",
                    "class",
                    "primary"
                ],
                [
                    "!=",
                    "ramp",
                    1
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 15,
            "type": "line",
            "paint": {
                "line-dasharray": [
                    1,
                    1
                ],
                "line-color": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    7,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F29663",
                        "#B2BAD0"
                    ],
                    16.5,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F29663",
                        "#B2BAD0"
                    ],
                    17,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F29663",
                        "#B2BAD0"
                    ]
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            0.5
                        ],
                        [
                            16,
                            1.5
                        ],
                        [
                            18,
                            2.5
                        ],
                        [
                            19,
                            6
                        ],
                        [
                            20,
                            10
                        ],
                        [
                            21,
                            20
                        ]
                    ]
                },
                "line-offset": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            -4
                        ],
                        [
                            16,
                            -6.25
                        ],
                        [
                            18,
                            -19.25
                        ],
                        [
                            19,
                            -41
                        ],
                        [
                            20,
                            -78
                        ],
                        [
                            21,
                            -133
                        ]
                    ]
                }
            },
            "id": "tunnel-road-primary-casing-2",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "brunnel",
                    "tunnel"
                ],
                [
                    "==",
                    "class",
                    "primary"
                ],
                [
                    "!=",
                    "ramp",
                    1
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 15,
            "type": "line",
            "paint": {
                "line-dasharray": [
                    1,
                    1
                ],
                "line-color": [
                    "case",
                    [
                        "==",
                        [
                            "get",
                            "toll"
                        ],
                        1
                    ],
                    "#F29663",
                    "#98A2BD"
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            0.5
                        ],
                        [
                            16,
                            1.5
                        ],
                        [
                            18,
                            2.5
                        ],
                        [
                            19,
                            6
                        ],
                        [
                            20,
                            10
                        ],
                        [
                            21,
                            20
                        ]
                    ]
                },
                "line-offset": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            4
                        ],
                        [
                            16,
                            5.75
                        ],
                        [
                            18,
                            26.25
                        ],
                        [
                            19,
                            58
                        ],
                        [
                            20,
                            93
                        ],
                        [
                            21,
                            153
                        ]
                    ]
                }
            },
            "id": "tunnel-road-trunk-link-casing-1",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "brunnel",
                    "tunnel"
                ],
                [
                    "in",
                    "class",
                    "trunk",
                    "motorway"
                ],
                [
                    "==",
                    "ramp",
                    1
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 15,
            "type": "line",
            "paint": {
                "line-dasharray": [
                    1,
                    1
                ],
                "line-color": [
                    "case",
                    [
                        "==",
                        [
                            "get",
                            "toll"
                        ],
                        1
                    ],
                    "#F29663",
                    "#98A2BD"
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            0.5
                        ],
                        [
                            16,
                            1.5
                        ],
                        [
                            18,
                            2.5
                        ],
                        [
                            19,
                            6
                        ],
                        [
                            20,
                            10
                        ],
                        [
                            21,
                            20
                        ]
                    ]
                },
                "line-offset": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            -4
                        ],
                        [
                            16,
                            -5.75
                        ],
                        [
                            18,
                            -26.25
                        ],
                        [
                            19,
                            -58
                        ],
                        [
                            20,
                            -93
                        ],
                        [
                            21,
                            -153
                        ]
                    ]
                }
            },
            "id": "tunnel-road-trunk-link-casing-2",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "brunnel",
                    "tunnel"
                ],
                [
                    "in",
                    "class",
                    "trunk",
                    "motorway"
                ],
                [
                    "==",
                    "ramp",
                    1
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 15,
            "type": "line",
            "paint": {
                "line-dasharray": [
                    1,
                    1
                ],
                "line-color": [
                    "case",
                    [
                        "==",
                        [
                            "get",
                            "toll"
                        ],
                        1
                    ],
                    "#F29663",
                    "#98A2BD"
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            0.5
                        ],
                        [
                            16,
                            1.5
                        ],
                        [
                            18,
                            2.5
                        ],
                        [
                            19,
                            6
                        ],
                        [
                            20,
                            10
                        ],
                        [
                            21,
                            20
                        ]
                    ]
                },
                "line-offset": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            6
                        ],
                        [
                            16,
                            7.75
                        ],
                        [
                            18,
                            26.25
                        ],
                        [
                            19,
                            58
                        ],
                        [
                            20,
                            93
                        ],
                        [
                            21,
                            153
                        ]
                    ]
                }
            },
            "id": "tunnel-road-trunk-casing-1",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "brunnel",
                    "tunnel"
                ],
                [
                    "in",
                    "class",
                    "trunk",
                    "motorway"
                ],
                [
                    "!=",
                    "ramp",
                    1
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 15,
            "type": "line",
            "paint": {
                "line-dasharray": [
                    1,
                    1
                ],
                "line-color": [
                    "case",
                    [
                        "==",
                        [
                            "get",
                            "toll"
                        ],
                        1
                    ],
                    "#F29663",
                    "#98A2BD"
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            0.5
                        ],
                        [
                            16,
                            1.5
                        ],
                        [
                            18,
                            2.5
                        ],
                        [
                            19,
                            6
                        ],
                        [
                            20,
                            10
                        ],
                        [
                            21,
                            20
                        ]
                    ]
                },
                "line-offset": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            -6
                        ],
                        [
                            16,
                            -7.75
                        ],
                        [
                            18,
                            -26.25
                        ],
                        [
                            19,
                            -58
                        ],
                        [
                            20,
                            -93
                        ],
                        [
                            21,
                            -153
                        ]
                    ]
                }
            },
            "id": "tunnel-road-trunk-casing-2",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "brunnel",
                    "tunnel"
                ],
                [
                    "in",
                    "class",
                    "trunk",
                    "motorway"
                ],
                [
                    "!=",
                    "ramp",
                    1
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 16,
            "type": "line",
            "paint": {
                "line-color": "#e7e9ef",
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            16,
                            2
                        ],
                        [
                            18,
                            13
                        ],
                        [
                            19,
                            30
                        ],
                        [
                            20,
                            50
                        ],
                        [
                            21,
                            100
                        ]
                    ]
                }
            },
            "id": "highway-road-construction-service-casing",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "any",
                    [
                        "!has",
                        "layer"
                    ],
                    [
                        "in",
                        "layer",
                        0,
                        1,
                        -1
                    ]
                ],
                [
                    "==",
                    "class",
                    "service_construction"
                ],
                [
                    "!=",
                    "ramp",
                    1
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 16,
            "type": "line",
            "paint": {
                "line-color": "#e7e9ef",
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            3
                        ],
                        [
                            16,
                            11
                        ],
                        [
                            18,
                            29
                        ],
                        [
                            19,
                            54
                        ],
                        [
                            20,
                            120
                        ],
                        [
                            21,
                            200
                        ]
                    ]
                }
            },
            "id": "highway-road-construction-minor-casing",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "any",
                    [
                        "!has",
                        "layer"
                    ],
                    [
                        "in",
                        "layer",
                        0,
                        1,
                        -1
                    ]
                ],
                [
                    "==",
                    "class",
                    "minor_construction"
                ],
                [
                    "!=",
                    "ramp",
                    1
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 16,
            "type": "line",
            "paint": {
                "line-color": "#e7e9ef",
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            2
                        ],
                        [
                            16,
                            9
                        ],
                        [
                            18,
                            30
                        ],
                        [
                            19,
                            64
                        ],
                        [
                            20,
                            120
                        ],
                        [
                            21,
                            240
                        ]
                    ]
                }
            },
            "id": "highway-road-construction-tertiary-link-casing",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "any",
                    [
                        "!has",
                        "layer"
                    ],
                    [
                        "in",
                        "layer",
                        0,
                        1,
                        -1
                    ]
                ],
                [
                    "==",
                    "class",
                    "tertiary_construction"
                ],
                [
                    "==",
                    "ramp",
                    1
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 16,
            "type": "line",
            "paint": {
                "line-color": "#e7e9ef",
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            4
                        ],
                        [
                            16,
                            11
                        ],
                        [
                            18,
                            30
                        ],
                        [
                            19,
                            64
                        ],
                        [
                            20,
                            120
                        ],
                        [
                            21,
                            240
                        ]
                    ]
                }
            },
            "id": "highway-road-construction-tertiary-casing",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "any",
                    [
                        "!has",
                        "layer"
                    ],
                    [
                        "in",
                        "layer",
                        0,
                        1,
                        -1
                    ]
                ],
                [
                    "==",
                    "class",
                    "tertiary_construction"
                ],
                [
                    "!=",
                    "ramp",
                    1
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 15,
            "type": "line",
            "paint": {
                "line-color": "#e7e9ef",
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            4
                        ],
                        [
                            16,
                            11
                        ],
                        [
                            18,
                            35
                        ],
                        [
                            19,
                            70
                        ],
                        [
                            20,
                            120
                        ],
                        [
                            21,
                            240
                        ]
                    ]
                }
            },
            "id": "highway-road-construction-secondary-link-casing",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "any",
                    [
                        "!has",
                        "layer"
                    ],
                    [
                        "in",
                        "layer",
                        0,
                        1,
                        -1
                    ]
                ],
                [
                    "==",
                    "class",
                    "secondary_construction"
                ],
                [
                    "==",
                    "ramp",
                    1
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 15,
            "type": "line",
            "paint": {
                "line-color": "#e7e9ef",
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            5
                        ],
                        [
                            16,
                            13
                        ],
                        [
                            18,
                            35
                        ],
                        [
                            19,
                            70
                        ],
                        [
                            20,
                            120
                        ],
                        [
                            21,
                            240
                        ]
                    ]
                }
            },
            "id": "highway-road-construction-secondary-casing",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "any",
                    [
                        "!has",
                        "layer"
                    ],
                    [
                        "in",
                        "layer",
                        0,
                        1,
                        -1
                    ]
                ],
                [
                    "==",
                    "class",
                    "secondary_construction"
                ],
                [
                    "!=",
                    "ramp",
                    1
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 15,
            "type": "line",
            "paint": {
                "line-color": "#e7e9ef",
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            6
                        ],
                        [
                            16,
                            11
                        ],
                        [
                            18,
                            43
                        ],
                        [
                            19,
                            88
                        ],
                        [
                            20,
                            166
                        ],
                        [
                            21,
                            286
                        ]
                    ]
                }
            },
            "id": "highway-road-construction-primary-link-casing",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "any",
                    [
                        "!has",
                        "layer"
                    ],
                    [
                        "in",
                        "layer",
                        0,
                        1,
                        -1
                    ]
                ],
                [
                    "==",
                    "class",
                    "primary_construction"
                ],
                [
                    "==",
                    "ramp",
                    1
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 15,
            "type": "line",
            "paint": {
                "line-color": "#e7e9ef",
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            8
                        ],
                        [
                            16,
                            14
                        ],
                        [
                            18,
                            43
                        ],
                        [
                            19,
                            88
                        ],
                        [
                            20,
                            166
                        ],
                        [
                            21,
                            286
                        ]
                    ]
                }
            },
            "id": "highway-road-construction-primary-casing",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "any",
                    [
                        "!has",
                        "layer"
                    ],
                    [
                        "in",
                        "layer",
                        0,
                        1,
                        -1
                    ]
                ],
                [
                    "==",
                    "class",
                    "primary_construction"
                ],
                [
                    "!=",
                    "ramp",
                    1
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 15,
            "type": "line",
            "paint": {
                "line-color": "#e7e9ef",
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            8
                        ],
                        [
                            16,
                            13
                        ],
                        [
                            18,
                            55
                        ],
                        [
                            19,
                            122
                        ],
                        [
                            20,
                            196
                        ],
                        [
                            21,
                            326
                        ]
                    ]
                }
            },
            "id": "highway-road-construction-trunk-link-casing",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "any",
                    [
                        "!has",
                        "layer"
                    ],
                    [
                        "in",
                        "layer",
                        0,
                        1,
                        -1
                    ]
                ],
                [
                    "in",
                    "class",
                    "trunk_construction",
                    "motorway_construction"
                ],
                [
                    "==",
                    "ramp",
                    1
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 15,
            "type": "line",
            "paint": {
                "line-color": "#e7e9ef",
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            12
                        ],
                        [
                            16,
                            17
                        ],
                        [
                            18,
                            55
                        ],
                        [
                            19,
                            122
                        ],
                        [
                            20,
                            196
                        ],
                        [
                            21,
                            326
                        ]
                    ]
                }
            },
            "id": "highway-road-construction-trunk-casing",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "any",
                    [
                        "!has",
                        "layer"
                    ],
                    [
                        "in",
                        "layer",
                        0,
                        1,
                        -1
                    ]
                ],
                [
                    "in",
                    "class",
                    "trunk_construction",
                    "motorway_construction"
                ],
                [
                    "!=",
                    "ramp",
                    1
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 16,
            "type": "line",
            "paint": {
                "line-dasharray": [
                    1.5,
                    1
                ],
                "line-color": "#f6d291",
                "line-opacity": 0.6,
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            1
                        ],
                        [
                            16,
                            2
                        ],
                        [
                            18,
                            8
                        ],
                        [
                            19,
                            18
                        ],
                        [
                            20,
                            30
                        ],
                        [
                            21,
                            60
                        ]
                    ]
                }
            },
            "id": "highway-road-construction-service",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "any",
                    [
                        "!has",
                        "layer"
                    ],
                    [
                        "in",
                        "layer",
                        0,
                        1,
                        -1
                    ]
                ],
                [
                    "==",
                    "class",
                    "service_construction"
                ],
                [
                    "!=",
                    "ramp",
                    1
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 16,
            "type": "line",
            "paint": {
                "line-dasharray": [
                    1.5,
                    1
                ],
                "line-color": "#f6d291",
                "line-opacity": 0.6,
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            12,
                            1
                        ],
                        [
                            14,
                            2
                        ],
                        [
                            15,
                            3
                        ],
                        [
                            16,
                            8
                        ],
                        [
                            18,
                            24
                        ],
                        [
                            19,
                            42
                        ],
                        [
                            20,
                            100
                        ],
                        [
                            21,
                            160
                        ]
                    ]
                }
            },
            "id": "highway-road-construction-minor",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "any",
                    [
                        "!has",
                        "layer"
                    ],
                    [
                        "in",
                        "layer",
                        0,
                        1,
                        -1
                    ]
                ],
                [
                    "==",
                    "class",
                    "minor_construction"
                ],
                [
                    "!=",
                    "ramp",
                    1
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 16,
            "type": "line",
            "paint": {
                "line-dasharray": [
                    1.5,
                    1
                ],
                "line-color": "#f6d291",
                "line-opacity": 0.6,
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            2
                        ],
                        [
                            16,
                            6
                        ],
                        [
                            18,
                            25
                        ],
                        [
                            19,
                            52
                        ],
                        [
                            20,
                            100
                        ],
                        [
                            21,
                            200
                        ]
                    ]
                }
            },
            "id": "highway-road-construction-tertiary-link",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "any",
                    [
                        "!has",
                        "layer"
                    ],
                    [
                        "in",
                        "layer",
                        0,
                        1,
                        -1
                    ]
                ],
                [
                    "==",
                    "class",
                    "tertiary_construction"
                ],
                [
                    "==",
                    "ramp",
                    1
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 16,
            "type": "line",
            "paint": {
                "line-dasharray": [
                    1.5,
                    1
                ],
                "line-color": "#f6d291",
                "line-opacity": 0.6,
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            12,
                            2
                        ],
                        [
                            14,
                            3
                        ],
                        [
                            15,
                            4
                        ],
                        [
                            16,
                            8
                        ],
                        [
                            18,
                            25
                        ],
                        [
                            19,
                            52
                        ],
                        [
                            20,
                            100
                        ],
                        [
                            21,
                            200
                        ]
                    ]
                }
            },
            "id": "highway-road-construction-tertiary-construction",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "any",
                    [
                        "!has",
                        "layer"
                    ],
                    [
                        "in",
                        "layer",
                        0,
                        1,
                        -1
                    ]
                ],
                [
                    "==",
                    "class",
                    "tertiary_construction"
                ],
                [
                    "!=",
                    "ramp",
                    1
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 15,
            "type": "line",
            "paint": {
                "line-dasharray": [
                    1.5,
                    1
                ],
                "line-color": "#f6d291",
                "line-opacity": 0.6,
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            11,
                            1
                        ],
                        [
                            14,
                            2
                        ],
                        [
                            15,
                            4
                        ],
                        [
                            16,
                            8
                        ],
                        [
                            18,
                            30
                        ],
                        [
                            19,
                            58
                        ],
                        [
                            20,
                            100
                        ],
                        [
                            21,
                            200
                        ]
                    ]
                }
            },
            "id": "highway-road-construction-secondary-link",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "any",
                    [
                        "!has",
                        "layer"
                    ],
                    [
                        "in",
                        "layer",
                        0,
                        1,
                        -1
                    ]
                ],
                [
                    "==",
                    "class",
                    "secondary_construction"
                ],
                [
                    "==",
                    "ramp",
                    1
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 15,
            "type": "line",
            "paint": {
                "line-dasharray": {
                    "stops": [
                        [
                            12,
                            [
                                0.5,
                                0.5
                            ]
                        ],
                        [
                            15,
                            [
                                1.5,
                                1
                            ]
                        ]
                    ]
                },
                "line-color": "#f6d291",
                "line-opacity": 0.6,
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            11,
                            1
                        ],
                        [
                            14,
                            3
                        ],
                        [
                            15,
                            6
                        ],
                        [
                            16,
                            10
                        ],
                        [
                            18,
                            30
                        ],
                        [
                            19,
                            58
                        ],
                        [
                            20,
                            100
                        ],
                        [
                            21,
                            200
                        ]
                    ]
                }
            },
            "id": "highway-road-construction-secondary",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "any",
                    [
                        "!has",
                        "layer"
                    ],
                    [
                        "in",
                        "layer",
                        0,
                        1,
                        -1
                    ]
                ],
                [
                    "==",
                    "class",
                    "secondary_construction"
                ],
                [
                    "!=",
                    "ramp",
                    1
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 15,
            "type": "line",
            "paint": {
                "line-dasharray": [
                    1.5,
                    1
                ],
                "line-color": "#f6d291",
                "line-opacity": 0.6,
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            11,
                            1
                        ],
                        [
                            14,
                            3
                        ],
                        [
                            15,
                            6
                        ],
                        [
                            16,
                            8
                        ],
                        [
                            18,
                            38
                        ],
                        [
                            19,
                            76
                        ],
                        [
                            20,
                            146
                        ],
                        [
                            21,
                            246
                        ]
                    ]
                }
            },
            "id": "highway-road-construction-primary-link",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "any",
                    [
                        "!has",
                        "layer"
                    ],
                    [
                        "in",
                        "layer",
                        0,
                        1,
                        -1
                    ]
                ],
                [
                    "==",
                    "class",
                    "primary_construction"
                ],
                [
                    "==",
                    "ramp",
                    1
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 15,
            "type": "line",
            "paint": {
                "line-dasharray": {
                    "stops": [
                        [
                            12,
                            [
                                2,
                                0.5
                            ]
                        ],
                        [
                            15,
                            [
                                1.5,
                                1
                            ]
                        ]
                    ]
                },
                "line-color": "#f6d291",
                "line-opacity": 0.6,
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            7,
                            0.4
                        ],
                        [
                            9,
                            1.4
                        ],
                        [
                            11,
                            3
                        ],
                        [
                            14,
                            4
                        ],
                        [
                            15,
                            8
                        ],
                        [
                            16,
                            11
                        ],
                        [
                            18,
                            38
                        ],
                        [
                            19,
                            76
                        ],
                        [
                            20,
                            146
                        ],
                        [
                            21,
                            246
                        ]
                    ]
                }
            },
            "id": "highway-road-construction-primary",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "any",
                    [
                        "!has",
                        "layer"
                    ],
                    [
                        "in",
                        "layer",
                        0,
                        1,
                        -1
                    ]
                ],
                [
                    "==",
                    "class",
                    "primary_construction"
                ],
                [
                    "!=",
                    "ramp",
                    1
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 15,
            "type": "line",
            "paint": {
                "line-dasharray": [
                    1.5,
                    1
                ],
                "line-color": "#f6d291",
                "line-opacity": 0.6,
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            11,
                            1
                        ],
                        [
                            14,
                            4
                        ],
                        [
                            15,
                            8
                        ],
                        [
                            16,
                            10
                        ],
                        [
                            18,
                            50
                        ],
                        [
                            19,
                            110
                        ],
                        [
                            20,
                            176
                        ],
                        [
                            21,
                            286
                        ]
                    ]
                }
            },
            "id": "highway-road-construction-trunk-link",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "any",
                    [
                        "!has",
                        "layer"
                    ],
                    [
                        "in",
                        "layer",
                        0,
                        1,
                        -1
                    ]
                ],
                [
                    "in",
                    "class",
                    "trunk_construction",
                    "motorway_construction"
                ],
                [
                    "==",
                    "ramp",
                    1
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 15,
            "type": "line",
            "paint": {
                "line-dasharray": [
                    1.5,
                    1
                ],
                "line-color": "#f6d291",
                "line-opacity": 0.6,
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            7,
                            0.4
                        ],
                        [
                            9,
                            2
                        ],
                        [
                            11,
                            4
                        ],
                        [
                            14,
                            6
                        ],
                        [
                            15,
                            12
                        ],
                        [
                            16,
                            14
                        ],
                        [
                            18,
                            50
                        ],
                        [
                            19,
                            110
                        ],
                        [
                            20,
                            176
                        ],
                        [
                            21,
                            286
                        ]
                    ]
                }
            },
            "id": "highway-road-construction-trunk",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "any",
                    [
                        "!has",
                        "layer"
                    ],
                    [
                        "in",
                        "layer",
                        0,
                        1,
                        -1
                    ]
                ],
                [
                    "in",
                    "class",
                    "trunk_construction",
                    "motorway_construction"
                ],
                [
                    "!=",
                    "ramp",
                    1
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "round",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 16,
            "type": "line",
            "id": "highway-road-service-casing",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "!in",
                    "brunnel",
                    "bridge",
                    "tunnel"
                ],
                [
                    "any",
                    [
                        "!has",
                        "layer"
                    ],
                    [
                        "==",
                        "layer",
                        1
                    ]
                ],
                [
                    "all",
                    [
                        "==",
                        "class",
                        "service"
                    ],
                    [
                        "!=",
                        "foot",
                        "yes"
                    ]
                ],
                [
                    "!=",
                    "ramp",
                    1
                ]
            ],
            "paint": {
                "line-color": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    14,
                    "#DADDEA",
                    16.5,
                    "#DADDEA",
                    17,
                    "#B2BAD0"
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            16,
                            2
                        ],
                        [
                            18,
                            13
                        ],
                        [
                            19,
                            30
                        ],
                        [
                            20,
                            50
                        ],
                        [
                            21,
                            100
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 15,
            "type": "line",
            "id": "highway-road-minor-casing",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "!in",
                    "brunnel",
                    "bridge",
                    "tunnel"
                ],
                [
                    "any",
                    [
                        "!has",
                        "layer"
                    ],
                    [
                        "==",
                        "layer",
                        1
                    ]
                ],
                [
                    "==",
                    "class",
                    "minor"
                ],
                [
                    "!=",
                    "ramp",
                    1
                ]
            ],
            "paint": {
                "line-color": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    14,
                    "#CCD2E2",
                    16.5,
                    "#CCD2E2",
                    17,
                    "#B2BAD0"
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            3
                        ],
                        [
                            16,
                            11
                        ],
                        [
                            18,
                            29
                        ],
                        [
                            19,
                            54
                        ],
                        [
                            20,
                            120
                        ],
                        [
                            21,
                            200
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 15,
            "type": "line",
            "id": "highway-road-tertiary-link-casing",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "!in",
                    "brunnel",
                    "bridge",
                    "tunnel"
                ],
                [
                    "any",
                    [
                        "!has",
                        "layer"
                    ],
                    [
                        "==",
                        "layer",
                        1
                    ]
                ],
                [
                    "==",
                    "class",
                    "tertiary"
                ],
                [
                    "==",
                    "ramp",
                    1
                ]
            ],
            "paint": {
                "line-color": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    13,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F29663",
                        "#BEC6DA"
                    ],
                    16.5,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F29663",
                        "#BEC6DA"
                    ],
                    17,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F29663",
                        "#B2BAD0"
                    ]
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            2
                        ],
                        [
                            16,
                            9
                        ],
                        [
                            18,
                            30
                        ],
                        [
                            19,
                            64
                        ],
                        [
                            20,
                            120
                        ],
                        [
                            21,
                            240
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 15,
            "type": "line",
            "id": "highway-road-tertiary-casing",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "!in",
                    "brunnel",
                    "bridge",
                    "tunnel"
                ],
                [
                    "any",
                    [
                        "!has",
                        "layer"
                    ],
                    [
                        "==",
                        "layer",
                        1
                    ]
                ],
                [
                    "==",
                    "class",
                    "tertiary"
                ],
                [
                    "!=",
                    "ramp",
                    1
                ]
            ],
            "paint": {
                "line-color": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    13,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F29663",
                        "#BEC6DA"
                    ],
                    16.5,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F29663",
                        "#BEC6DA"
                    ],
                    17,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F29663",
                        "#B2BAD0"
                    ]
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            4
                        ],
                        [
                            16,
                            11
                        ],
                        [
                            18,
                            30
                        ],
                        [
                            19,
                            64
                        ],
                        [
                            20,
                            120
                        ],
                        [
                            21,
                            240
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 15,
            "type": "line",
            "id": "highway-road-secondary-link-casing",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "!in",
                    "brunnel",
                    "bridge",
                    "tunnel"
                ],
                [
                    "any",
                    [
                        "!has",
                        "layer"
                    ],
                    [
                        "==",
                        "layer",
                        1
                    ]
                ],
                [
                    "==",
                    "class",
                    "secondary"
                ],
                [
                    "==",
                    "ramp",
                    1
                ]
            ],
            "paint": {
                "line-color": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    12,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F29663",
                        "#B2BAD0"
                    ],
                    16.5,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F29663",
                        "#B2BAD0"
                    ],
                    17,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F29663",
                        "#B2BAD0"
                    ]
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            4
                        ],
                        [
                            16,
                            11
                        ],
                        [
                            18,
                            35
                        ],
                        [
                            19,
                            70
                        ],
                        [
                            20,
                            120
                        ],
                        [
                            21,
                            240
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 15,
            "type": "line",
            "id": "highway-road-secondary-casing",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "!in",
                    "brunnel",
                    "bridge",
                    "tunnel"
                ],
                [
                    "any",
                    [
                        "!has",
                        "layer"
                    ],
                    [
                        "==",
                        "layer",
                        1
                    ]
                ],
                [
                    "==",
                    "class",
                    "secondary"
                ],
                [
                    "!=",
                    "ramp",
                    1
                ]
            ],
            "paint": {
                "line-color": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    12,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F29663",
                        "#B2BAD0"
                    ],
                    16.5,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F29663",
                        "#B2BAD0"
                    ],
                    17,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F29663",
                        "#B2BAD0"
                    ]
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            5
                        ],
                        [
                            16,
                            13
                        ],
                        [
                            18,
                            35
                        ],
                        [
                            19,
                            70
                        ],
                        [
                            20,
                            120
                        ],
                        [
                            21,
                            240
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 15,
            "type": "line",
            "id": "highway-road-primary-link-casing",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "!in",
                    "brunnel",
                    "bridge",
                    "tunnel"
                ],
                [
                    "any",
                    [
                        "!has",
                        "layer"
                    ],
                    [
                        "==",
                        "layer",
                        1
                    ]
                ],
                [
                    "==",
                    "class",
                    "primary"
                ],
                [
                    "==",
                    "ramp",
                    1
                ]
            ],
            "paint": {
                "line-color": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    7,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F29663",
                        "#B2BAD0"
                    ],
                    16.5,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F29663",
                        "#B2BAD0"
                    ],
                    17,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F29663",
                        "#B2BAD0"
                    ]
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            6
                        ],
                        [
                            16,
                            11
                        ],
                        [
                            18,
                            43
                        ],
                        [
                            19,
                            88
                        ],
                        [
                            20,
                            166
                        ],
                        [
                            21,
                            286
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 15,
            "type": "line",
            "id": "highway-road-primary-casing",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "!in",
                    "brunnel",
                    "bridge",
                    "tunnel"
                ],
                [
                    "any",
                    [
                        "!has",
                        "layer"
                    ],
                    [
                        "==",
                        "layer",
                        1
                    ]
                ],
                [
                    "==",
                    "class",
                    "primary"
                ],
                [
                    "!=",
                    "ramp",
                    1
                ]
            ],
            "paint": {
                "line-color": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    7,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F29663",
                        "#B2BAD0"
                    ],
                    16.5,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F29663",
                        "#B2BAD0"
                    ],
                    17,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F29663",
                        "#B2BAD0"
                    ]
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            8
                        ],
                        [
                            16,
                            14
                        ],
                        [
                            18,
                            43
                        ],
                        [
                            19,
                            88
                        ],
                        [
                            20,
                            166
                        ],
                        [
                            21,
                            286
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 15,
            "type": "line",
            "id": "highway-road-trunk-link-casing",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "!in",
                    "brunnel",
                    "bridge",
                    "tunnel"
                ],
                [
                    "any",
                    [
                        "!has",
                        "layer"
                    ],
                    [
                        "==",
                        "layer",
                        1
                    ]
                ],
                [
                    "in",
                    "class",
                    "trunk",
                    "motorway"
                ],
                [
                    "==",
                    "ramp",
                    1
                ]
            ],
            "paint": {
                "line-color": [
                    "case",
                    [
                        "==",
                        [
                            "get",
                            "toll"
                        ],
                        1
                    ],
                    "#F29663",
                    "#98A2BD"
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            8
                        ],
                        [
                            16,
                            13
                        ],
                        [
                            18,
                            55
                        ],
                        [
                            19,
                            122
                        ],
                        [
                            20,
                            196
                        ],
                        [
                            21,
                            326
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 15,
            "type": "line",
            "id": "highway-road-trunk-casing",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "!in",
                    "brunnel",
                    "bridge",
                    "tunnel"
                ],
                [
                    "any",
                    [
                        "!has",
                        "layer"
                    ],
                    [
                        "==",
                        "layer",
                        1
                    ]
                ],
                [
                    "in",
                    "class",
                    "trunk",
                    "motorway"
                ],
                [
                    "!=",
                    "ramp",
                    1
                ]
            ],
            "paint": {
                "line-color": [
                    "case",
                    [
                        "==",
                        [
                            "get",
                            "toll"
                        ],
                        1
                    ],
                    "#F29663",
                    "#98A2BD"
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            12
                        ],
                        [
                            16,
                            17
                        ],
                        [
                            18,
                            55
                        ],
                        [
                            19,
                            122
                        ],
                        [
                            20,
                            196
                        ],
                        [
                            21,
                            326
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "round",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 14,
            "type": "line",
            "id": "highway-road-service",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "!in",
                    "tunnel"
                ],
                [
                    "!=",
                    "brunnel",
                    "bridge"
                ],
                [
                    "any",
                    [
                        "!has",
                        "layer"
                    ],
                    [
                        "==",
                        "layer",
                        1
                    ]
                ],
                [
                    "all",
                    [
                        "==",
                        "class",
                        "service"
                    ],
                    [
                        "!=",
                        "foot",
                        "yes"
                    ]
                ],
                [
                    "!=",
                    "ramp",
                    1
                ]
            ],
            "paint": {
                "line-color": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    14,
                    "#EFF3F5",
                    15.5,
                    "#EFF3F5",
                    16.5,
                    "#EFF3F5",
                    17,
                    "#CCD0E2"
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            1
                        ],
                        [
                            16,
                            2
                        ],
                        [
                            18,
                            8
                        ],
                        [
                            19,
                            18
                        ],
                        [
                            20,
                            30
                        ],
                        [
                            21,
                            60
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "round",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 12,
            "type": "line",
            "id": "highway-road-minor",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "!in",
                    "tunnel"
                ],
                [
                    "!=",
                    "brunnel",
                    "bridge"
                ],
                [
                    "any",
                    [
                        "!has",
                        "layer"
                    ],
                    [
                        "==",
                        "layer",
                        1
                    ]
                ],
                [
                    "==",
                    "class",
                    "minor"
                ],
                [
                    "!=",
                    "ramp",
                    1
                ]
            ],
            "paint": {
                "line-color": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    12,
                    "#E0E3F0",
                    16.5,
                    "#E0E3F0",
                    17,
                    "#CCD0E2"
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            12,
                            1
                        ],
                        [
                            14,
                            2
                        ],
                        [
                            15,
                            3
                        ],
                        [
                            16,
                            8
                        ],
                        [
                            18,
                            24
                        ],
                        [
                            19,
                            42
                        ],
                        [
                            20,
                            100
                        ],
                        [
                            21,
                            160
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "round",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 15,
            "type": "line",
            "id": "highway-road-tertiary-link",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "!in",
                    "tunnel"
                ],
                [
                    "!=",
                    "brunnel",
                    "bridge"
                ],
                [
                    "any",
                    [
                        "!has",
                        "layer"
                    ],
                    [
                        "==",
                        "layer",
                        1
                    ]
                ],
                [
                    "==",
                    "class",
                    "tertiary"
                ],
                [
                    "==",
                    "ramp",
                    1
                ]
            ],
            "paint": {
                "line-color": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    10,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#FCBF9D",
                        "#D5DBEB"
                    ],
                    16.5,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#FCBF9D",
                        "#D5DBEB"
                    ],
                    17,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#FCBF9D",
                        "#CCD0E2"
                    ]
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            2
                        ],
                        [
                            16,
                            6
                        ],
                        [
                            18,
                            25
                        ],
                        [
                            19,
                            52
                        ],
                        [
                            20,
                            100
                        ],
                        [
                            21,
                            200
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "round",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 10,
            "type": "line",
            "id": "highway-road-tertiary",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "!in",
                    "tunnel"
                ],
                [
                    "!=",
                    "brunnel",
                    "bridge"
                ],
                [
                    "any",
                    [
                        "!has",
                        "layer"
                    ],
                    [
                        "==",
                        "layer",
                        1
                    ]
                ],
                [
                    "==",
                    "class",
                    "tertiary"
                ],
                [
                    "!=",
                    "ramp",
                    1
                ]
            ],
            "paint": {
                "line-color": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    10,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#FCBF9D",
                        "#D5DBEB"
                    ],
                    16.5,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#FCBF9D",
                        "#D5DBEB"
                    ],
                    17,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#FCBF9D",
                        "#CCD0E2"
                    ]
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            12,
                            2
                        ],
                        [
                            14,
                            3
                        ],
                        [
                            15,
                            4
                        ],
                        [
                            16,
                            8
                        ],
                        [
                            18,
                            25
                        ],
                        [
                            19,
                            52
                        ],
                        [
                            20,
                            100
                        ],
                        [
                            21,
                            200
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "round",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 13,
            "type": "line",
            "id": "highway-road-secondary-link",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "!in",
                    "tunnel"
                ],
                [
                    "!=",
                    "brunnel",
                    "bridge"
                ],
                [
                    "any",
                    [
                        "!has",
                        "layer"
                    ],
                    [
                        "==",
                        "layer",
                        1
                    ]
                ],
                [
                    "==",
                    "class",
                    "secondary"
                ],
                [
                    "==",
                    "ramp",
                    1
                ]
            ],
            "paint": {
                "line-color": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    9,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#FCBF9D",
                        "#D5DBEB"
                    ],
                    16.5,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#FCBF9D",
                        "#D5DBEB"
                    ],
                    17,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#FCBF9D",
                        "#CCD0E2"
                    ]
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            11,
                            1
                        ],
                        [
                            14,
                            2
                        ],
                        [
                            15,
                            4
                        ],
                        [
                            16,
                            8
                        ],
                        [
                            18,
                            30
                        ],
                        [
                            19,
                            58
                        ],
                        [
                            20,
                            100
                        ],
                        [
                            21,
                            200
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "round",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 9,
            "type": "line",
            "id": "highway-road-secondary",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "!in",
                    "tunnel"
                ],
                [
                    "!=",
                    "brunnel",
                    "bridge"
                ],
                [
                    "any",
                    [
                        "!has",
                        "layer"
                    ],
                    [
                        "==",
                        "layer",
                        1
                    ]
                ],
                [
                    "==",
                    "class",
                    "secondary"
                ],
                [
                    "!=",
                    "ramp",
                    1
                ]
            ],
            "paint": {
                "line-color": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    9,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#FCBF9D",
                        "#D5DBEB"
                    ],
                    16.5,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#FCBF9D",
                        "#D5DBEB"
                    ],
                    17,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#FCBF9D",
                        "#CCD0E2"
                    ]
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            11,
                            1
                        ],
                        [
                            14,
                            3
                        ],
                        [
                            15,
                            6
                        ],
                        [
                            16,
                            10
                        ],
                        [
                            18,
                            30
                        ],
                        [
                            19,
                            58
                        ],
                        [
                            20,
                            100
                        ],
                        [
                            21,
                            200
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "round",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 12,
            "type": "line",
            "id": "highway-road-primary-link",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "!in",
                    "tunnel"
                ],
                [
                    "!=",
                    "brunnel",
                    "bridge"
                ],
                [
                    "any",
                    [
                        "!has",
                        "layer"
                    ],
                    [
                        "==",
                        "layer",
                        1
                    ]
                ],
                [
                    "==",
                    "class",
                    "primary"
                ],
                [
                    "==",
                    "ramp",
                    1
                ]
            ],
            "paint": {
                "line-color": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    7,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F0A597",
                        "#8A97B7"
                    ],
                    12,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#FCBF9D",
                        "#CCD0E2"
                    ],
                    16.5,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#FCBF9D",
                        "#CCD0E2"
                    ],
                    17,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#FCBF9D",
                        "#CCD0E2"
                    ]
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            11,
                            1
                        ],
                        [
                            14,
                            3
                        ],
                        [
                            15,
                            6
                        ],
                        [
                            16,
                            8
                        ],
                        [
                            18,
                            38
                        ],
                        [
                            19,
                            76
                        ],
                        [
                            20,
                            146
                        ],
                        [
                            21,
                            246
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "round",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 7,
            "type": "line",
            "id": "highway-road-primary",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "!in",
                    "tunnel"
                ],
                [
                    "!=",
                    "brunnel",
                    "bridge"
                ],
                [
                    "any",
                    [
                        "!has",
                        "layer"
                    ],
                    [
                        "==",
                        "layer",
                        1
                    ]
                ],
                [
                    "==",
                    "class",
                    "primary"
                ],
                [
                    "!=",
                    "ramp",
                    1
                ]
            ],
            "paint": {
                "line-color": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    7,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F0A597",
                        "#8A97B7"
                    ],
                    12,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#FCBF9D",
                        "#CCD0E2"
                    ],
                    16.5,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#FCBF9D",
                        "#CCD0E2"
                    ],
                    17,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#FCBF9D",
                        "#CCD0E2"
                    ]
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            7,
                            0.4
                        ],
                        [
                            9,
                            1.4
                        ],
                        [
                            11,
                            3
                        ],
                        [
                            14,
                            4
                        ],
                        [
                            15,
                            8
                        ],
                        [
                            16,
                            11
                        ],
                        [
                            18,
                            38
                        ],
                        [
                            19,
                            76
                        ],
                        [
                            20,
                            146
                        ],
                        [
                            21,
                            246
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "round",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 12,
            "type": "line",
            "id": "highway-road-trunk-link",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "!in",
                    "tunnel"
                ],
                [
                    "!=",
                    "brunnel",
                    "bridge"
                ],
                [
                    "any",
                    [
                        "!has",
                        "layer"
                    ],
                    [
                        "==",
                        "layer",
                        1
                    ]
                ],
                [
                    "in",
                    "class",
                    "trunk",
                    "motorway"
                ],
                [
                    "==",
                    "ramp",
                    1
                ]
            ],
            "paint": {
                "line-color": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    7,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F0A597",
                        "#8288AF"
                    ],
                    12,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#FCBF9D",
                        "#BFC4DC"
                    ]
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            11,
                            1
                        ],
                        [
                            14,
                            4
                        ],
                        [
                            15,
                            8
                        ],
                        [
                            16,
                            10
                        ],
                        [
                            18,
                            50
                        ],
                        [
                            19,
                            110
                        ],
                        [
                            20,
                            176
                        ],
                        [
                            21,
                            286
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "round",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 4,
            "type": "line",
            "id": "highway-road-trunk",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "!in",
                    "tunnel"
                ],
                [
                    "!=",
                    "brunnel",
                    "bridge"
                ],
                [
                    "any",
                    [
                        "!has",
                        "layer"
                    ],
                    [
                        "==",
                        "layer",
                        1
                    ]
                ],
                [
                    "in",
                    "class",
                    "trunk",
                    "motorway"
                ],
                [
                    "!=",
                    "ramp",
                    1
                ]
            ],
            "paint": {
                "line-color": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    7,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#F0A597",
                        "#8288AF"
                    ],
                    12,
                    [
                        "case",
                        [
                            "==",
                            [
                                "get",
                                "toll"
                            ],
                            1
                        ],
                        "#FCBF9D",
                        "#BFC4DC"
                    ]
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            7,
                            0.4
                        ],
                        [
                            9,
                            2
                        ],
                        [
                            11,
                            4
                        ],
                        [
                            14,
                            6
                        ],
                        [
                            15,
                            12
                        ],
                        [
                            16,
                            14
                        ],
                        [
                            18,
                            50
                        ],
                        [
                            19,
                            110
                        ],
                        [
                            20,
                            176
                        ],
                        [
                            21,
                            286
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "icon-image": "oneway",
                "icon-padding": 2,
                "icon-rotate": [
                    "case",
                    [
                        "==",
                        [
                            "get",
                            "oneway"
                        ],
                        1
                    ],
                    90,
                    [
                        "==",
                        [
                            "get",
                            "oneway"
                        ],
                        -1
                    ],
                    -90,
                    0
                ],
                "icon-rotation-alignment": "map",
                "icon-size": {
                    "stops": [
                        [
                            15,
                            0.5
                        ],
                        [
                            19,
                            1
                        ]
                    ]
                },
                "symbol-placement": "line",
                "symbol-spacing": 75
            },
            "source": "planet",
            "source-layer": "transportation",
            "type": "symbol",
            "paint": {
                "icon-opacity": 0.5
            },
            "id": "highway-oneway-secondary",
            "minzoom": 16.5,
            "filter": [
                "all",
                [
                    "has",
                    "oneway"
                ],
                [
                    "in",
                    "class",
                    "secondary",
                    "tertiary",
                    "minor",
                    "service"
                ],
                [
                    "!in",
                    "brunnel",
                    "tunnel",
                    "bridge"
                ],
                [
                    "!=",
                    "layer",
                    -1
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "icon-image": "oneway",
                "icon-padding": 2,
                "icon-rotate": [
                    "case",
                    [
                        "==",
                        [
                            "get",
                            "oneway"
                        ],
                        1
                    ],
                    90,
                    [
                        "==",
                        [
                            "get",
                            "oneway"
                        ],
                        -1
                    ],
                    -90,
                    0
                ],
                "icon-rotation-alignment": "map",
                "icon-size": {
                    "stops": [
                        [
                            15,
                            0.5
                        ],
                        [
                            19,
                            1
                        ]
                    ]
                },
                "symbol-placement": "line",
                "symbol-spacing": 75
            },
            "source": "planet",
            "source-layer": "transportation",
            "type": "symbol",
            "paint": {
                "icon-opacity": 0.5
            },
            "id": "highway-oneway-primary",
            "minzoom": 15,
            "filter": [
                "all",
                [
                    "has",
                    "oneway"
                ],
                [
                    "in",
                    "class",
                    "motorway",
                    "trunk",
                    "primary"
                ],
                [
                    "!in",
                    "brunnel",
                    "tunnel",
                    "bridge"
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 14.5,
            "id": "railway-service-casing",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "rail"
                ],
                [
                    "!has",
                    "brunnel"
                ],
                [
                    "has",
                    "service"
                ]
            ],
            "type": "line",
            "paint": {
                "line-color": "#e7e7ee",
                "line-width": {
                    "base": 1.4,
                    "stops": [
                        [
                            10,
                            0.5
                        ],
                        [
                            13,
                            0.8
                        ],
                        [
                            14,
                            1
                        ],
                        [
                            15,
                            1
                        ],
                        [
                            16,
                            4
                        ],
                        [
                            20,
                            12
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 14.5,
            "id": "railway-service-line",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "rail"
                ],
                [
                    "!has",
                    "brunnel"
                ],
                [
                    "has",
                    "service"
                ]
            ],
            "type": "line",
            "paint": {
                "line-color": "#FDFDFC",
                "line-width": {
                    "base": 1.4,
                    "stops": [
                        [
                            15,
                            0
                        ],
                        [
                            16,
                            2
                        ],
                        [
                            20,
                            8
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 16.5,
            "id": "railway-service-hatching",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "rail"
                ],
                [
                    "!has",
                    "brunnel"
                ],
                [
                    "has",
                    "service"
                ]
            ],
            "type": "line",
            "paint": {
                "line-color": "#e7e7ee",
                "line-width": {
                    "base": 1.4,
                    "stops": [
                        [
                            15,
                            4
                        ],
                        [
                            16,
                            7
                        ],
                        [
                            20,
                            18
                        ]
                    ]
                },
                "line-dasharray": [
                    0.1,
                    4
                ]
            }
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 11,
            "id": "railway-casing",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "rail"
                ],
                [
                    "!has",
                    "brunnel"
                ],
                [
                    "!has",
                    "service"
                ]
            ],
            "type": "line",
            "paint": {
                "line-color": {
                    "stops": [
                        [
                            13,
                            "#e4e4ef"
                        ],
                        [
                            14,
                            "#C4C4D4"
                        ]
                    ]
                },
                "line-width": {
                    "base": 1.4,
                    "stops": [
                        [
                            10,
                            0.5
                        ],
                        [
                            13,
                            0.8
                        ],
                        [
                            14,
                            1
                        ],
                        [
                            15,
                            1
                        ],
                        [
                            16,
                            4
                        ],
                        [
                            20,
                            12
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 13,
            "id": "railway-line",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "rail"
                ],
                [
                    "!has",
                    "brunnel"
                ],
                [
                    "!has",
                    "service"
                ]
            ],
            "type": "line",
            "paint": {
                "line-color": "#FDFDFC",
                "line-width": {
                    "base": 1.4,
                    "stops": [
                        [
                            15,
                            0
                        ],
                        [
                            16,
                            2
                        ],
                        [
                            20,
                            8
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 14,
            "id": "railway-hatching",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "rail"
                ],
                [
                    "!has",
                    "brunnel"
                ],
                [
                    "!has",
                    "service"
                ]
            ],
            "type": "line",
            "paint": {
                "line-color": {
                    "stops": [
                        [
                            13,
                            "#e4e4ef"
                        ],
                        [
                            14,
                            "#C4C4D4"
                        ]
                    ]
                },
                "line-width": {
                    "base": 1.4,
                    "stops": [
                        [
                            15,
                            4
                        ],
                        [
                            16,
                            7
                        ],
                        [
                            20,
                            18
                        ]
                    ]
                },
                "line-dasharray": {
                    "stops": [
                        [
                            15,
                            [
                                0.1,
                                3
                            ]
                        ],
                        [
                            16,
                            [
                                0.1,
                                2
                            ]
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "transportation",
            "type": "line",
            "paint": {
                "line-color": "#EA5858",
                "line-width": {
                    "base": 1.4,
                    "stops": [
                        [
                            14,
                            0.5
                        ],
                        [
                            20,
                            1.4
                        ]
                    ]
                }
            },
            "id": "railway-tram-line",
            "minzoom": 14,
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "transit"
                ],
                [
                    "==",
                    "subclass",
                    "tram"
                ],
                [
                    "!in",
                    "service",
                    "yard",
                    "crossover"
                ],
                [
                    "!has",
                    "brunnel"
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "transportation",
            "type": "line",
            "paint": {
                "line-color": "#EA5858",
                "line-width": {
                    "base": 1.4,
                    "stops": [
                        [
                            14.5,
                            0
                        ],
                        [
                            15,
                            2
                        ],
                        [
                            20,
                            6
                        ]
                    ]
                },
                "line-dasharray": [
                    0.2,
                    8
                ]
            },
            "id": "railway-tram-hatching",
            "minzoom": 15,
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "transit"
                ],
                [
                    "==",
                    "subclass",
                    "tram"
                ],
                [
                    "!in",
                    "service",
                    "yard",
                    "crossover"
                ],
                [
                    "!has",
                    "brunnel"
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "geodata",
            "source-layer": "tree",
            "minzoom": 16,
            "type": "circle",
            "paint": {
                "circle-radius": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    16,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "random"
                        ],
                        0,
                        3,
                        1,
                        6
                    ],
                    18,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "random"
                        ],
                        0,
                        6,
                        1,
                        18
                    ],
                    22,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "random"
                        ],
                        0,
                        18,
                        1,
                        42
                    ]
                ],
                "circle-color": {
                    "stops": [
                        [
                            16,
                            "#E6F4CD"
                        ],
                        [
                            17,
                            "#B0D693"
                        ]
                    ]
                },
                "circle-opacity": 0.4
            },
            "id": "tree"
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "geodata",
            "source-layer": "tree",
            "minzoom": 17,
            "type": "circle",
            "paint": {
                "circle-radius": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    16,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "random"
                        ],
                        0,
                        3,
                        1,
                        6
                    ],
                    18,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "random"
                        ],
                        0,
                        6,
                        1,
                        18
                    ],
                    22,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "random"
                        ],
                        0,
                        18,
                        1,
                        42
                    ]
                ],
                "circle-color": "#FDFDFC",
                "circle-opacity": 0.7,
                "circle-blur": 2
            },
            "id": "tree-shadow"
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 15,
            "type": "line",
            "id": "highway-path-bridge-shadow",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "path"
                ],
                [
                    "any",
                    [
                        "==",
                        "subclass",
                        "footway"
                    ],
                    [
                        "==",
                        "subclass",
                        "path"
                    ],
                    [
                        "==",
                        "subclass",
                        "platform"
                    ],
                    [
                        "==",
                        "subclass",
                        "steps"
                    ]
                ],
                [
                    "any",
                    [
                        "==",
                        "brunnel",
                        "bridge"
                    ],
                    [
                        "==",
                        "layer",
                        1
                    ]
                ]
            ],
            "paint": {
                "line-color": "#282F73",
                "line-opacity": 0.15,
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            4
                        ],
                        [
                            16,
                            7
                        ],
                        [
                            17,
                            12
                        ],
                        [
                            18,
                            16
                        ],
                        [
                            20,
                            36
                        ],
                        [
                            21,
                            42
                        ]
                    ]
                },
                "line-blur": {
                    "stops": [
                        [
                            15,
                            4
                        ],
                        [
                            16,
                            7
                        ],
                        [
                            17,
                            12
                        ],
                        [
                            18,
                            14
                        ],
                        [
                            20,
                            22
                        ],
                        [
                            21,
                            24
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 14,
            "type": "line",
            "id": "highway-path-bridge-casing",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "path"
                ],
                [
                    "any",
                    [
                        "==",
                        "subclass",
                        "footway"
                    ],
                    [
                        "==",
                        "subclass",
                        "path"
                    ],
                    [
                        "==",
                        "subclass",
                        "platform"
                    ],
                    [
                        "==",
                        "subclass",
                        "steps"
                    ]
                ],
                [
                    "any",
                    [
                        "==",
                        "brunnel",
                        "bridge"
                    ],
                    [
                        "==",
                        "layer",
                        1
                    ]
                ]
            ],
            "paint": {
                "line-color": "#ffffff",
                "line-width": {
                    "stops": [
                        [
                            14,
                            1
                        ],
                        [
                            15,
                            2
                        ],
                        [
                            16,
                            3.5
                        ],
                        [
                            17,
                            5
                        ],
                        [
                            18,
                            8
                        ],
                        [
                            19,
                            16
                        ],
                        [
                            22,
                            28
                        ]
                    ]
                },
                "line-opacity": 0.8
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "round",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 14,
            "type": "line",
            "paint": {
                "line-color": "#F4F3F0",
                "line-width": {
                    "stops": [
                        [
                            14,
                            1
                        ],
                        [
                            15,
                            2
                        ],
                        [
                            16,
                            3.5
                        ],
                        [
                            17,
                            5
                        ],
                        [
                            18,
                            6
                        ],
                        [
                            19,
                            12
                        ],
                        [
                            22,
                            22
                        ]
                    ]
                }
            },
            "id": "highway-path-footway-bridge",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "path"
                ],
                [
                    "any",
                    [
                        "==",
                        "subclass",
                        "footway"
                    ],
                    [
                        "==",
                        "subclass",
                        "path"
                    ],
                    [
                        "==",
                        "subclass",
                        "platform"
                    ]
                ],
                [
                    "any",
                    [
                        "==",
                        "brunnel",
                        "bridge"
                    ],
                    [
                        "==",
                        "layer",
                        1
                    ]
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 15,
            "type": "line",
            "paint": {
                "line-color": "#F4F3F0",
                "line-width": {
                    "stops": [
                        [
                            14,
                            1
                        ],
                        [
                            15,
                            2
                        ],
                        [
                            16,
                            3.5
                        ],
                        [
                            17,
                            5
                        ],
                        [
                            18,
                            6
                        ],
                        [
                            19,
                            12
                        ],
                        [
                            22,
                            22
                        ]
                    ]
                },
                "line-opacity": {
                    "stops": [
                        [
                            16,
                            0.6
                        ],
                        [
                            17,
                            0.8
                        ],
                        [
                            19,
                            1
                        ]
                    ]
                },
                "line-dasharray": [
                    0.4,
                    0.3
                ]
            },
            "id": "highway-path-steps-bridge",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "path"
                ],
                [
                    "==",
                    "subclass",
                    "steps"
                ],
                [
                    "any",
                    [
                        "==",
                        "brunnel",
                        "bridge"
                    ],
                    [
                        "==",
                        "layer",
                        1
                    ]
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "id": "building",
            "source": "geodata",
            "source-layer": "building",
            "type": "fill",
            "paint": {
                "fill-color": [
                    "step",
                    [
                        "zoom"
                    ],
                    "#f0f2f5",
                    13,
                    [
                        "case",
                        [
                            "in",
                            [
                                "get",
                                "building"
                            ],
                            [
                                "literal",
                                [
                                    "hospital",
                                    "clinic",
                                    "doctors"
                                ]
                            ]
                        ],
                        "#fdece9",
                        [
                            "in",
                            [
                                "get",
                                "building"
                            ],
                            [
                                "literal",
                                [
                                    "school",
                                    "university",
                                    "college",
                                    "kindergarten"
                                ]
                            ]
                        ],
                        "#f1eae5",
                        [
                            "in",
                            [
                                "get",
                                "building"
                            ],
                            [
                                "literal",
                                [
                                    "factory",
                                    "warehouse",
                                    "industrial",
                                    "storage_tank",
                                    "hangar",
                                    "tech_cab",
                                    "transformer_tower",
                                    "digester"
                                ]
                            ]
                        ],
                        "#ededf7",
                        "#f0f2f5"
                    ],
                    14,
                    [
                        "case",
                        [
                            "in",
                            [
                                "get",
                                "building"
                            ],
                            [
                                "literal",
                                [
                                    "hospital",
                                    "clinic",
                                    "doctors"
                                ]
                            ]
                        ],
                        "#fde7e4",
                        [
                            "in",
                            [
                                "get",
                                "building"
                            ],
                            [
                                "literal",
                                [
                                    "school",
                                    "university",
                                    "college",
                                    "kindergarten"
                                ]
                            ]
                        ],
                        "#ece3dd",
                        [
                            "in",
                            [
                                "get",
                                "building"
                            ],
                            [
                                "literal",
                                [
                                    "factory",
                                    "warehouse",
                                    "industrial",
                                    "storage_tank",
                                    "hangar",
                                    "tech_cab",
                                    "transformer_tower",
                                    "digester"
                                ]
                            ]
                        ],
                        "#e4e3f0",
                        "#ebeef2"
                    ]
                ]
            }
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "id": "building-3d",
            "filter": [
                "==",
                [
                    "get",
                    "hide_3d"
                ],
                null
            ],
            "source": "geodata",
            "source-layer": "building",
            "minzoom": 14,
            "type": "fill-extrusion",
            "paint": {
                "fill-extrusion-color": [
                    "step",
                    [
                        "zoom"
                    ],
                    "#e3e8f0",
                    14,
                    [
                        "case",
                        [
                            "in",
                            [
                                "get",
                                "building"
                            ],
                            [
                                "literal",
                                [
                                    "hospital",
                                    "clinic",
                                    "doctors"
                                ]
                            ]
                        ],
                        "#fadcd7",
                        [
                            "in",
                            [
                                "get",
                                "building"
                            ],
                            [
                                "literal",
                                [
                                    "school",
                                    "university",
                                    "college",
                                    "kindergarten"
                                ]
                            ]
                        ],
                        "#e8ddd5",
                        [
                            "in",
                            [
                                "get",
                                "building"
                            ],
                            [
                                "literal",
                                [
                                    "factory",
                                    "warehouse",
                                    "industrial",
                                    "storage_tank",
                                    "hangar",
                                    "tech_cab",
                                    "transformer_tower",
                                    "digester"
                                ]
                            ]
                        ],
                        "#deddeb",
                        "#e3e8f0"
                    ],
                    15.5,
                    [
                        "case",
                        [
                            "in",
                            [
                                "get",
                                "building"
                            ],
                            [
                                "literal",
                                [
                                    "hospital",
                                    "clinic",
                                    "doctors"
                                ]
                            ]
                        ],
                        "#ffd4d9",
                        [
                            "in",
                            [
                                "get",
                                "building"
                            ],
                            [
                                "literal",
                                [
                                    "school",
                                    "university",
                                    "college",
                                    "kindergarten"
                                ]
                            ]
                        ],
                        "#e2dad3",
                        [
                            "in",
                            [
                                "get",
                                "building"
                            ],
                            [
                                "literal",
                                [
                                    "factory",
                                    "warehouse",
                                    "industrial",
                                    "storage_tank",
                                    "hangar",
                                    "tech_cab",
                                    "transformer_tower",
                                    "digester"
                                ]
                            ]
                        ],
                        "#d7d5e6",
                        "#E2E6EC"
                    ]
                ],
                "fill-extrusion-opacity": 0.8,
                "fill-extrusion-height": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    14,
                    5,
                    15.5,
                    5,
                    15.51,
                    [
                        "get",
                        "render_height"
                    ]
                ],
                "fill-extrusion-base": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    14,
                    0,
                    15.51,
                    [
                        "get",
                        "render_min_height"
                    ]
                ]
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 16,
            "type": "line",
            "id": "tunnel-passage-casing-1",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "brunnel",
                    "tunnel"
                ],
                [
                    "all",
                    [
                        "==",
                        "class",
                        "service"
                    ],
                    [
                        "!=",
                        "foot",
                        "yes"
                    ]
                ],
                [
                    "!=",
                    "ramp",
                    1
                ],
                [
                    "!=",
                    "service",
                    "parking_aisle"
                ],
                [
                    "any",
                    [
                        "!has",
                        "layer"
                    ],
                    [
                        ">=",
                        "layer",
                        -1
                    ]
                ]
            ],
            "paint": {
                "line-color": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    14,
                    "#DADDEA",
                    16.5,
                    "#DADDEA",
                    17,
                    "#B2BAD0"
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            16,
                            0
                        ],
                        [
                            18,
                            2.5
                        ],
                        [
                            19,
                            6
                        ],
                        [
                            20,
                            10
                        ],
                        [
                            21,
                            20
                        ]
                    ]
                },
                "line-offset": {
                    "stops": [
                        [
                            16,
                            0
                        ],
                        [
                            18,
                            5.25
                        ],
                        [
                            19,
                            12
                        ],
                        [
                            20,
                            20
                        ],
                        [
                            21,
                            40
                        ]
                    ]
                },
                "line-dasharray": [
                    1,
                    1
                ],
                "line-opacity": 0.5
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 16,
            "type": "line",
            "id": "tunnel-passage-casing-2",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "brunnel",
                    "tunnel"
                ],
                [
                    "all",
                    [
                        "==",
                        "class",
                        "service"
                    ],
                    [
                        "!=",
                        "foot",
                        "yes"
                    ]
                ],
                [
                    "!=",
                    "ramp",
                    1
                ],
                [
                    "!=",
                    "service",
                    "parking_aisle"
                ],
                [
                    "any",
                    [
                        "!has",
                        "layer"
                    ],
                    [
                        ">=",
                        "layer",
                        -1
                    ]
                ]
            ],
            "paint": {
                "line-color": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    14,
                    "#DADDEA",
                    16.5,
                    "#DADDEA",
                    17,
                    "#B2BAD0"
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            16,
                            0
                        ],
                        [
                            18,
                            2.5
                        ],
                        [
                            19,
                            6
                        ],
                        [
                            20,
                            10
                        ],
                        [
                            21,
                            20
                        ]
                    ]
                },
                "line-offset": {
                    "stops": [
                        [
                            16,
                            0
                        ],
                        [
                            18,
                            -5.25
                        ],
                        [
                            19,
                            -12
                        ],
                        [
                            20,
                            -20
                        ],
                        [
                            21,
                            -40
                        ]
                    ]
                },
                "line-dasharray": [
                    1,
                    1
                ],
                "line-opacity": 0.5
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "butt",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 16,
            "type": "line",
            "id": "tunnel-passage",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "brunnel",
                    "tunnel"
                ],
                [
                    "all",
                    [
                        "==",
                        "class",
                        "service"
                    ],
                    [
                        "!=",
                        "foot",
                        "yes"
                    ]
                ],
                [
                    "!=",
                    "ramp",
                    1
                ],
                [
                    "!=",
                    "service",
                    "parking_aisle"
                ],
                [
                    "any",
                    [
                        "!has",
                        "layer"
                    ],
                    [
                        ">=",
                        "layer",
                        -1
                    ]
                ]
            ],
            "paint": {
                "line-color": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    14,
                    "#EFF3F5",
                    16.5,
                    "#EFF3F5",
                    17,
                    "#CCD0E2"
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            1
                        ],
                        [
                            16,
                            2
                        ],
                        [
                            18,
                            8
                        ],
                        [
                            19,
                            18
                        ],
                        [
                            20,
                            30
                        ],
                        [
                            21,
                            60
                        ]
                    ]
                },
                "line-opacity": 0.25
            }
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 14.5,
            "id": "railway-service-bridge-shadow",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "rail"
                ],
                [
                    "==",
                    "brunnel",
                    "bridge"
                ],
                [
                    "has",
                    "service"
                ]
            ],
            "type": "line",
            "paint": {
                "line-color": "#282F73",
                "line-opacity": 0.15,
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            7
                        ],
                        [
                            16,
                            14
                        ],
                        [
                            20,
                            36
                        ]
                    ]
                },
                "line-blur": {
                    "stops": [
                        [
                            15,
                            7
                        ],
                        [
                            16,
                            14
                        ],
                        [
                            20,
                            22
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 14.5,
            "id": "railway-service-bridge-outline",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "rail"
                ],
                [
                    "==",
                    "brunnel",
                    "bridge"
                ],
                [
                    "has",
                    "service"
                ]
            ],
            "type": "line",
            "paint": {
                "line-color": "#FDFDFC",
                "line-width": {
                    "base": 1.4,
                    "stops": [
                        [
                            15,
                            5
                        ],
                        [
                            16,
                            9
                        ],
                        [
                            20,
                            24
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 14.5,
            "id": "railway-service-bridge-casing",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "rail"
                ],
                [
                    "==",
                    "brunnel",
                    "bridge"
                ],
                [
                    "has",
                    "service"
                ]
            ],
            "type": "line",
            "paint": {
                "line-color": "#e7e7ee",
                "line-width": {
                    "base": 1.4,
                    "stops": [
                        [
                            10,
                            0.5
                        ],
                        [
                            13,
                            0.8
                        ],
                        [
                            14,
                            1
                        ],
                        [
                            15,
                            1
                        ],
                        [
                            16,
                            4
                        ],
                        [
                            20,
                            12
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 14.5,
            "id": "railway-service-bridge-line",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "rail"
                ],
                [
                    "==",
                    "brunnel",
                    "bridge"
                ],
                [
                    "has",
                    "service"
                ]
            ],
            "type": "line",
            "paint": {
                "line-color": "#FDFDFC",
                "line-width": {
                    "base": 1.4,
                    "stops": [
                        [
                            15,
                            0
                        ],
                        [
                            16,
                            2
                        ],
                        [
                            20,
                            8
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 16.5,
            "id": "railway-service-bridge-hatching",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "rail"
                ],
                [
                    "==",
                    "brunnel",
                    "bridge"
                ],
                [
                    "has",
                    "service"
                ]
            ],
            "type": "line",
            "paint": {
                "line-color": "#e7e7ee",
                "line-width": {
                    "base": 1.4,
                    "stops": [
                        [
                            15,
                            4
                        ],
                        [
                            16,
                            7
                        ],
                        [
                            20,
                            18
                        ]
                    ]
                },
                "line-dasharray": [
                    0.1,
                    4
                ]
            }
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 14,
            "id": "railway-bridge-shadow",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "rail"
                ],
                [
                    "==",
                    "brunnel",
                    "bridge"
                ],
                [
                    "!has",
                    "service"
                ]
            ],
            "type": "line",
            "paint": {
                "line-color": "#282F73",
                "line-opacity": 0.15,
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            7
                        ],
                        [
                            16,
                            14
                        ],
                        [
                            20,
                            36
                        ]
                    ]
                },
                "line-blur": {
                    "stops": [
                        [
                            15,
                            7
                        ],
                        [
                            16,
                            14
                        ],
                        [
                            20,
                            22
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 14,
            "id": "railway-bridge-outline",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "rail"
                ],
                [
                    "==",
                    "brunnel",
                    "bridge"
                ],
                [
                    "!has",
                    "service"
                ]
            ],
            "type": "line",
            "paint": {
                "line-color": "#FDFDFC",
                "line-width": {
                    "base": 1.4,
                    "stops": [
                        [
                            15,
                            5
                        ],
                        [
                            16,
                            9
                        ],
                        [
                            20,
                            24
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 11,
            "id": "railway-bridge-casing",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "rail"
                ],
                [
                    "==",
                    "brunnel",
                    "bridge"
                ],
                [
                    "!has",
                    "service"
                ]
            ],
            "type": "line",
            "paint": {
                "line-color": {
                    "stops": [
                        [
                            13,
                            "#e4e4ef"
                        ],
                        [
                            14,
                            "#C4C4D4"
                        ]
                    ]
                },
                "line-width": {
                    "base": 1.4,
                    "stops": [
                        [
                            10,
                            0.5
                        ],
                        [
                            13,
                            0.8
                        ],
                        [
                            14,
                            1
                        ],
                        [
                            15,
                            1
                        ],
                        [
                            16,
                            4
                        ],
                        [
                            20,
                            12
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 13,
            "id": "railway-bridge-line",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "rail"
                ],
                [
                    "==",
                    "brunnel",
                    "bridge"
                ],
                [
                    "!has",
                    "service"
                ]
            ],
            "type": "line",
            "paint": {
                "line-color": "#FDFDFC",
                "line-width": {
                    "base": 1.4,
                    "stops": [
                        [
                            15,
                            0
                        ],
                        [
                            16,
                            2
                        ],
                        [
                            20,
                            8
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 14,
            "id": "railway-bridge-hatching",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "rail"
                ],
                [
                    "==",
                    "brunnel",
                    "bridge"
                ],
                [
                    "!has",
                    "service"
                ]
            ],
            "type": "line",
            "paint": {
                "line-color": {
                    "stops": [
                        [
                            13,
                            "#e4e4ef"
                        ],
                        [
                            14,
                            "#C4C4D4"
                        ]
                    ]
                },
                "line-width": {
                    "base": 1.4,
                    "stops": [
                        [
                            15,
                            4
                        ],
                        [
                            16,
                            7
                        ],
                        [
                            20,
                            18
                        ]
                    ]
                },
                "line-dasharray": {
                    "stops": [
                        [
                            15,
                            [
                                0.1,
                                3
                            ]
                        ],
                        [
                            16,
                            [
                                0.1,
                                2
                            ]
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 16,
            "type": "line",
            "id": "highway-cycleway-bridge-shadow",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "path"
                ],
                [
                    "==",
                    "subclass",
                    "cycleway"
                ],
                [
                    "any",
                    [
                        "==",
                        "brunnel",
                        "bridge"
                    ],
                    [
                        "==",
                        "layer",
                        1
                    ]
                ]
            ],
            "paint": {
                "line-color": "#282F73",
                "line-opacity": 0.15,
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            3
                        ],
                        [
                            16,
                            7
                        ],
                        [
                            17,
                            12
                        ],
                        [
                            18,
                            16
                        ],
                        [
                            20,
                            28
                        ],
                        [
                            21,
                            36
                        ]
                    ]
                },
                "line-blur": {
                    "stops": [
                        [
                            15,
                            3
                        ],
                        [
                            16,
                            7
                        ],
                        [
                            17,
                            12
                        ],
                        [
                            18,
                            14
                        ],
                        [
                            20,
                            20
                        ],
                        [
                            21,
                            24
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 16,
            "type": "line",
            "id": "highway-cycleway-bridge-casing",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "path"
                ],
                [
                    "==",
                    "subclass",
                    "cycleway"
                ],
                [
                    "any",
                    [
                        "==",
                        "brunnel",
                        "bridge"
                    ],
                    [
                        "==",
                        "layer",
                        1
                    ]
                ]
            ],
            "paint": {
                "line-color": "#ffffff",
                "line-width": {
                    "stops": [
                        [
                            14,
                            1
                        ],
                        [
                            15,
                            2
                        ],
                        [
                            16,
                            5
                        ],
                        [
                            17,
                            6
                        ],
                        [
                            18,
                            8
                        ],
                        [
                            19,
                            11
                        ],
                        [
                            22,
                            22
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 14,
            "type": "line",
            "id": "highway-cycleway-bridge-line",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "path"
                ],
                [
                    "==",
                    "subclass",
                    "cycleway"
                ],
                [
                    "any",
                    [
                        "==",
                        "brunnel",
                        "bridge"
                    ],
                    [
                        "==",
                        "layer",
                        1
                    ]
                ]
            ],
            "paint": {
                "line-color": "#AEDAA9",
                "line-width": {
                    "stops": [
                        [
                            14,
                            0.5
                        ],
                        [
                            15,
                            1
                        ],
                        [
                            16,
                            2
                        ],
                        [
                            17,
                            4
                        ],
                        [
                            18,
                            5
                        ],
                        [
                            19,
                            7
                        ],
                        [
                            22,
                            18
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 18,
            "type": "line",
            "id": "highway-cycleway-bridge-dash",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "path"
                ],
                [
                    "==",
                    "subclass",
                    "cycleway"
                ],
                [
                    "any",
                    [
                        "==",
                        "brunnel",
                        "bridge"
                    ],
                    [
                        "==",
                        "layer",
                        1
                    ]
                ]
            ],
            "paint": {
                "line-color": "#7CAE56",
                "line-width": {
                    "stops": [
                        [
                            18,
                            1
                        ],
                        [
                            22,
                            2
                        ]
                    ]
                },
                "line-opacity": 0.8,
                "line-gap-width": 0,
                "line-dasharray": [
                    5,
                    5
                ]
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 16,
            "type": "line",
            "id": "highway-bridleway-bridge-shadow",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "path"
                ],
                [
                    "==",
                    "subclass",
                    "bridleway"
                ],
                [
                    "any",
                    [
                        "==",
                        "brunnel",
                        "bridge"
                    ],
                    [
                        "==",
                        "layer",
                        1
                    ]
                ]
            ],
            "paint": {
                "line-color": "#282F73",
                "line-opacity": 0.15,
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            3
                        ],
                        [
                            16,
                            7
                        ],
                        [
                            17,
                            12
                        ],
                        [
                            18,
                            16
                        ],
                        [
                            20,
                            28
                        ],
                        [
                            21,
                            36
                        ]
                    ]
                },
                "line-blur": {
                    "stops": [
                        [
                            15,
                            3
                        ],
                        [
                            16,
                            7
                        ],
                        [
                            17,
                            12
                        ],
                        [
                            18,
                            14
                        ],
                        [
                            20,
                            20
                        ],
                        [
                            21,
                            24
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 16,
            "type": "line",
            "id": "highway-bridleway-bridge-casing",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "path"
                ],
                [
                    "==",
                    "subclass",
                    "bridleway"
                ],
                [
                    "any",
                    [
                        "==",
                        "brunnel",
                        "bridge"
                    ],
                    [
                        "==",
                        "layer",
                        1
                    ]
                ]
            ],
            "paint": {
                "line-color": "#ffffff",
                "line-width": {
                    "stops": [
                        [
                            14,
                            1
                        ],
                        [
                            15,
                            2
                        ],
                        [
                            16,
                            5
                        ],
                        [
                            17,
                            6
                        ],
                        [
                            18,
                            8
                        ],
                        [
                            19,
                            11
                        ],
                        [
                            22,
                            22
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 14,
            "type": "line",
            "id": "highway-bridleway-bridge-line",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "path"
                ],
                [
                    "==",
                    "subclass",
                    "bridleway"
                ],
                [
                    "any",
                    [
                        "==",
                        "brunnel",
                        "bridge"
                    ],
                    [
                        "==",
                        "layer",
                        1
                    ]
                ]
            ],
            "paint": {
                "line-color": "#D1CDAA",
                "line-width": {
                    "stops": [
                        [
                            14,
                            0.5
                        ],
                        [
                            15,
                            1
                        ],
                        [
                            16,
                            2
                        ],
                        [
                            17,
                            4
                        ],
                        [
                            18,
                            5
                        ],
                        [
                            19,
                            7
                        ],
                        [
                            22,
                            18
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 18,
            "type": "line",
            "id": "highway-bridleway-bridge-dash",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "path"
                ],
                [
                    "==",
                    "subclass",
                    "bridleway"
                ],
                [
                    "any",
                    [
                        "==",
                        "brunnel",
                        "bridge"
                    ],
                    [
                        "==",
                        "layer",
                        1
                    ]
                ]
            ],
            "paint": {
                "line-color": "#B69A27",
                "line-width": {
                    "stops": [
                        [
                            18,
                            1
                        ],
                        [
                            22,
                            2
                        ]
                    ]
                },
                "line-opacity": 0.8,
                "line-gap-width": 0,
                "line-dasharray": [
                    5,
                    5
                ]
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 16,
            "type": "line",
            "id": "highway-raceway-bridge-shadow",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "raceway"
                ],
                [
                    "any",
                    [
                        "==",
                        "brunnel",
                        "bridge"
                    ],
                    [
                        "==",
                        "layer",
                        1
                    ]
                ]
            ],
            "paint": {
                "line-color": "#282F73",
                "line-opacity": 0.15,
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            16,
                            10
                        ],
                        [
                            18,
                            36
                        ],
                        [
                            19,
                            70
                        ],
                        [
                            20,
                            110
                        ],
                        [
                            21,
                            200
                        ]
                    ]
                },
                "line-blur": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            2
                        ],
                        [
                            16,
                            3
                        ],
                        [
                            18,
                            7
                        ],
                        [
                            19,
                            13
                        ],
                        [
                            20,
                            20
                        ],
                        [
                            21,
                            30
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 16,
            "type": "line",
            "id": "highway-raceway-bridge-casing",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "raceway"
                ],
                [
                    "any",
                    [
                        "==",
                        "brunnel",
                        "bridge"
                    ],
                    [
                        "==",
                        "layer",
                        1
                    ]
                ]
            ],
            "paint": {
                "line-color": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    14,
                    "#DADDEA",
                    16.5,
                    "#DADDEA",
                    17,
                    "#B2BAD0"
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            16,
                            2
                        ],
                        [
                            18,
                            13
                        ],
                        [
                            19,
                            30
                        ],
                        [
                            20,
                            50
                        ],
                        [
                            21,
                            100
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 14,
            "type": "line",
            "id": "highway-raceway-bridge-line",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "raceway"
                ],
                [
                    "any",
                    [
                        "==",
                        "brunnel",
                        "bridge"
                    ],
                    [
                        "==",
                        "layer",
                        1
                    ]
                ]
            ],
            "paint": {
                "line-color": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    14,
                    "#EFF3F5",
                    16.5,
                    "#EFF3F5",
                    17,
                    "#CCD0E2"
                ],
                "line-width": {
                    "base": 1.2,
                    "stops": [
                        [
                            15,
                            1
                        ],
                        [
                            16,
                            2
                        ],
                        [
                            18,
                            8
                        ],
                        [
                            19,
                            18
                        ],
                        [
                            20,
                            30
                        ],
                        [
                            21,
                            60
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 18,
            "type": "line",
            "id": "highway-raceway-bridge-dash",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "raceway"
                ],
                [
                    "any",
                    [
                        "==",
                        "brunnel",
                        "bridge"
                    ],
                    [
                        "==",
                        "layer",
                        1
                    ]
                ]
            ],
            "paint": {
                "line-color": "#B2BAD0",
                "line-width": {
                    "stops": [
                        [
                            18,
                            1
                        ],
                        [
                            22,
                            2
                        ]
                    ]
                },
                "line-opacity": 0.8,
                "line-gap-width": 0,
                "line-dasharray": [
                    5,
                    5
                ]
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "round",
                "line-join": "round"
            },
            "id": "bridge-road-debug",
            "source": "planet",
            "source-layer": "transportation",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "brunnel",
                    "bridge"
                ],
                [
                    "in",
                    "class",
                    "motorway",
                    "trunk",
                    "primary",
                    "secondary",
                    "tertiary",
                    "minor",
                    "service"
                ],
                [
                    "any",
                    [
                        "==",
                        "layer",
                        1
                    ],
                    [
                        "==",
                        "layer",
                        2
                    ],
                    [
                        ">=",
                        "layer",
                        3
                    ],
                    [
                        "==",
                        "layer",
                        "1"
                    ]
                ]
            ],
            "type": "line",
            "paint": {
                "line-color": "#ff00ff",
                "line-width": 8
            }
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "transportation",
            "type": "line",
            "paint": {
                "line-color": "#EA5858",
                "line-width": {
                    "base": 1.4,
                    "stops": [
                        [
                            14,
                            0.5
                        ],
                        [
                            20,
                            1.4
                        ]
                    ]
                }
            },
            "id": "railway-tram-bridge-line",
            "minzoom": 14,
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "transit"
                ],
                [
                    "==",
                    "subclass",
                    "tram"
                ],
                [
                    "!in",
                    "service",
                    "yard",
                    "crossover"
                ],
                [
                    "==",
                    "brunnel",
                    "bridge"
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "transportation",
            "type": "line",
            "paint": {
                "line-color": "#EA5858",
                "line-width": {
                    "base": 1.4,
                    "stops": [
                        [
                            14.5,
                            0
                        ],
                        [
                            15,
                            2
                        ],
                        [
                            20,
                            6
                        ]
                    ]
                },
                "line-dasharray": [
                    0.2,
                    8
                ]
            },
            "id": "railway-tram-bridge-hatching",
            "minzoom": 15,
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "transit"
                ],
                [
                    "==",
                    "subclass",
                    "tram"
                ],
                [
                    "!in",
                    "service",
                    "yard",
                    "crossover"
                ],
                [
                    "==",
                    "brunnel",
                    "bridge"
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 16,
            "filter": [
                "in",
                "subclass",
                "cable_car",
                "gondola",
                "chair_lift",
                "drag_lift",
                "mixed_lift",
                "t-bar",
                "platter"
            ],
            "type": "line",
            "id": "cablecar-shadow",
            "paint": {
                "line-color": "#426696",
                "line-width": {
                    "stops": [
                        [
                            16,
                            3
                        ],
                        [
                            19,
                            5
                        ]
                    ]
                },
                "line-opacity": {
                    "stops": [
                        [
                            15,
                            0
                        ],
                        [
                            16,
                            0.5
                        ]
                    ]
                },
                "line-translate": {
                    "stops": [
                        [
                            16,
                            [
                                2,
                                2
                            ]
                        ],
                        [
                            19,
                            [
                                4,
                                4
                            ]
                        ]
                    ]
                },
                "line-blur": {
                    "stops": [
                        [
                            16,
                            6
                        ],
                        [
                            19,
                            9
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 13,
            "filter": [
                "in",
                "subclass",
                "cable_car",
                "gondola",
                "chair_lift",
                "drag_lift",
                "mixed_lift",
                "t-bar",
                "platter"
            ],
            "type": "line",
            "id": "cablecar",
            "paint": {
                "line-color": {
                    "stops": [
                        [
                            13,
                            "#7893B7"
                        ],
                        [
                            16,
                            "#426696"
                        ]
                    ]
                },
                "line-width": {
                    "base": 1,
                    "stops": [
                        [
                            11,
                            0.3
                        ],
                        [
                            19,
                            1
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "line-cap": "round",
                "line-miter-limit": 2,
                "line-join": "round"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 13,
            "filter": [
                "in",
                "subclass",
                "cable_car",
                "gondola",
                "chair_lift",
                "drag_lift",
                "mixed_lift",
                "t-bar",
                "platter"
            ],
            "type": "line",
            "id": "cablecar-dash",
            "paint": {
                "line-color": {
                    "stops": [
                        [
                            13,
                            "#7893B7"
                        ],
                        [
                            16,
                            "#426696"
                        ]
                    ]
                },
                "line-dasharray": {
                    "stops": [
                        [
                            13,
                            [
                                0.4,
                                6
                            ]
                        ],
                        [
                            17,
                            [
                                0.8,
                                8
                            ]
                        ]
                    ]
                },
                "line-width": {
                    "base": 1,
                    "stops": [
                        [
                            11,
                            1.2
                        ],
                        [
                            19,
                            5
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 16,
            "type": "line",
            "paint": {
                "line-color": "#9A80EF",
                "line-width": {
                    "stops": [
                        [
                            14,
                            1
                        ],
                        [
                            15,
                            2
                        ],
                        [
                            16,
                            3.5
                        ],
                        [
                            17,
                            5
                        ],
                        [
                            18,
                            6
                        ],
                        [
                            19,
                            12
                        ],
                        [
                            22,
                            22
                        ]
                    ]
                },
                "line-opacity": 0.15,
                "line-dasharray": [
                    0.4,
                    0.3
                ]
            },
            "id": "highway-path-steps-tunnel",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "path"
                ],
                [
                    "==",
                    "subclass",
                    "steps"
                ],
                [
                    "any",
                    [
                        "all",
                        [
                            "!has",
                            "brunnel"
                        ],
                        [
                            "any",
                            [
                                "==",
                                "layer",
                                -1
                            ],
                            [
                                "==",
                                "level",
                                -1
                            ]
                        ]
                    ],
                    [
                        "all",
                        [
                            "has",
                            "brunnel"
                        ],
                        [
                            "==",
                            "brunnel",
                            "tunnel"
                        ],
                        [
                            "any",
                            [
                                "==",
                                "layer",
                                -1
                            ],
                            [
                                "==",
                                "level",
                                -1
                            ]
                        ]
                    ]
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 16,
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "path"
                ],
                [
                    "==",
                    "subclass",
                    "footway"
                ],
                [
                    "any",
                    [
                        "all",
                        [
                            "==",
                            "brunnel",
                            "tunnel"
                        ],
                        [
                            "==",
                            "layer",
                            -1
                        ]
                    ],
                    [
                        "all",
                        [
                            "==",
                            "layer",
                            -1
                        ],
                        [
                            "!has",
                            "brunnel"
                        ]
                    ],
                    [
                        "all",
                        [
                            "==",
                            "brunnel",
                            "tunnel"
                        ],
                        [
                            "!has",
                            "layer"
                        ]
                    ]
                ]
            ],
            "id": "highway_path_tunnel_casing",
            "type": "line",
            "paint": {
                "line-color": "#9A80EF",
                "line-width": {
                    "stops": [
                        [
                            14,
                            1
                        ],
                        [
                            15,
                            2
                        ],
                        [
                            16,
                            3.5
                        ],
                        [
                            17,
                            5
                        ],
                        [
                            18,
                            6
                        ],
                        [
                            19,
                            12
                        ],
                        [
                            22,
                            22
                        ]
                    ]
                },
                "line-opacity": 0.1
            }
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "source": "planet",
            "source-layer": "transportation",
            "minzoom": 17,
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "path"
                ],
                [
                    "==",
                    "subclass",
                    "footway"
                ],
                [
                    "any",
                    [
                        "all",
                        [
                            "==",
                            "brunnel",
                            "tunnel"
                        ],
                        [
                            "==",
                            "layer",
                            -1
                        ]
                    ],
                    [
                        "all",
                        [
                            "==",
                            "layer",
                            -1
                        ],
                        [
                            "!has",
                            "brunnel"
                        ]
                    ],
                    [
                        "all",
                        [
                            "==",
                            "brunnel",
                            "tunnel"
                        ],
                        [
                            "!has",
                            "layer"
                        ]
                    ]
                ]
            ],
            "id": "highway_path_tunnel",
            "type": "line",
            "paint": {
                "line-color": "#9A80EF",
                "line-width": {
                    "stops": [
                        [
                            18,
                            1
                        ],
                        [
                            22,
                            2
                        ]
                    ]
                },
                "line-opacity": 0.4,
                "line-dasharray": [
                    1,
                    2
                ]
            }
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "id": "monorail",
            "type": "line",
            "metadata": {
                "mapbox:group": "1444849345966.4436"
            },
            "source": "planet",
            "source-layer": "transportation",
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "transit"
                ],
                [
                    "==",
                    "brunnel",
                    "bridge"
                ],
                [
                    "==",
                    "subclass",
                    "monorail"
                ]
            ],
            "paint": {
                "line-color": "#3885E3",
                "line-width": {
                    "base": 1.4,
                    "stops": [
                        [
                            14,
                            0.5
                        ],
                        [
                            20,
                            1.4
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible"
            },
            "id": "metro-line",
            "source": "geodata",
            "source-layer": "metro-line",
            "minzoom": 13,
            "maxzoom": 16,
            "type": "line",
            "paint": {
                "line-width": 2,
                "line-opacity": 1,
                "line-color": [
                    "match",
                    [
                        "concat",
                        [
                            "get",
                            "network"
                        ],
                        "-",
                        [
                            "get",
                            "ref"
                        ]
                    ],
                    "saint-petersburg-1",
                    "rgb(255, 178, 178)",
                    "saint-petersburg-2",
                    "rgb(162, 190, 220)",
                    "saint-petersburg-3",
                    "rgb(179, 215, 172)",
                    "saint-petersburg-4",
                    "rgb(237, 193, 160)",
                    "saint-petersburg-5",
                    "rgb(197, 161, 198)",
                    "moscow-1",
                    "rgb(255, 178, 178)",
                    "moscow-2",
                    "rgb(179, 215, 172)",
                    "moscow-3",
                    "rgb(162, 190, 220)",
                    "moscow-4",
                    "rgb(171, 221, 246)",
                    "moscow-4А",
                    "rgb(171, 221, 246)",
                    "moscow-5",
                    "rgb(198, 173, 159)",
                    "moscow-6",
                    "rgb(237, 193, 160)",
                    "moscow-7",
                    "rgb(197, 161, 198)",
                    "moscow-8",
                    "rgb(253, 230, 165)",
                    "moscow-8А",
                    "rgb(253, 230, 165)",
                    "moscow-9",
                    "rgb(216, 216, 217)",
                    "moscow-10",
                    "rgb(212, 229, 159)",
                    "moscow-11",
                    "rgb(196, 227, 228)",
                    "moscow-11А",
                    "rgb(196, 227, 228)",
                    "moscow-12",
                    "rgb(218, 223, 239)",
                    "moscow-15",
                    "rgb(241, 198, 219)",
                    "moscow-16",
                    "rgb(153, 187, 176)",
                    "nizhny-novgorod-1",
                    "rgb(255, 178, 178)",
                    "nizhny-novgorod-2",
                    "rgb(162, 190, 220)",
                    "kazan-1",
                    "rgb(255, 178, 178)",
                    "samara-1",
                    "rgb(255, 178, 178)",
                    "novosibirsk-1",
                    "rgb(255, 178, 178)",
                    "novosibirsk-2",
                    "rgb(179, 215, 172)",
                    "ekaterinburg-1",
                    "rgb(179, 215, 172)",
                    "gray"
                ]
            }
        },
        {
            "layout": {
                "visibility": "none",
                "line-join": "round"
            },
            "id": "boundary-land-level-4",
            "type": "line",
            "source": "planet",
            "source-layer": "boundary",
            "minzoom": 2,
            "filter": [
                "all",
                [
                    ">=",
                    "admin_level",
                    3
                ],
                [
                    "<=",
                    "admin_level",
                    8
                ],
                [
                    "!=",
                    "maritime",
                    1
                ]
            ],
            "paint": {
                "line-color": "hsl(248, 8%, 64%)",
                "line-dasharray": [
                    3,
                    1,
                    1,
                    1
                ],
                "line-width": {
                    "base": 1.4,
                    "stops": [
                        [
                            4,
                            0.4
                        ],
                        [
                            5,
                            1
                        ],
                        [
                            12,
                            3
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "none",
                "line-cap": "round",
                "line-join": "round"
            },
            "id": "boundary-land-level-2",
            "type": "line",
            "source": "planet",
            "source-layer": "boundary",
            "filter": [
                "all",
                [
                    "==",
                    "admin_level",
                    2
                ],
                [
                    "!=",
                    "maritime",
                    1
                ]
            ],
            "paint": {
                "line-color": "hsl(248, 7%, 66%)",
                "line-width": {
                    "base": 1,
                    "stops": [
                        [
                            0,
                            0.6
                        ],
                        [
                            4,
                            1.4
                        ],
                        [
                            5,
                            2
                        ],
                        [
                            12,
                            8
                        ]
                    ]
                }
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "text-font": [
                    "Noto_Sans_Regular"
                ],
                "text-transform": "uppercase",
                "text-field": "{name}",
                "symbol-placement": "line",
                "text-rotation-alignment": "map",
                "text-max-width": 8,
                "text-size": {
                    "base": 1,
                    "stops": [
                        [
                            13,
                            8
                        ],
                        [
                            14,
                            9
                        ],
                        [
                            18,
                            12
                        ],
                        [
                            20,
                            14
                        ]
                    ]
                },
                "text-pitch-alignment": "viewport",
                "symbol-avoid-edges": true,
                "symbol-z-order": "auto",
                "symbol-spacing": {
                    "stops": [
                        [
                            15,
                            250
                        ],
                        [
                            18,
                            500
                        ]
                    ]
                },
                "text-letter-spacing": 0.05
            },
            "id": "highway-name-path",
            "source": "geodata",
            "source-layer": "transportation-name",
            "minzoom": 15.5,
            "type": "symbol",
            "paint": {
                "text-color": "#626059",
                "text-halo-color": "#FDFDFC",
                "text-halo-width": 2,
                "text-halo-blur": 1
            },
            "filter": [
                "all",
                [
                    "==",
                    "class",
                    "path"
                ],
                [
                    "any",
                    [
                        "==",
                        "subclass",
                        "footway"
                    ],
                    [
                        "==",
                        "subclass",
                        "path"
                    ],
                    [
                        "==",
                        "subclass",
                        "cycleway"
                    ],
                    [
                        "==",
                        "subclass",
                        "bridleway"
                    ]
                ],
                [
                    "!=",
                    "indoor",
                    "yes"
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "text-font": [
                    "Noto_Sans_Regular"
                ],
                "text-transform": "uppercase",
                "text-field": "{name}",
                "symbol-placement": "line",
                "text-rotation-alignment": "map",
                "text-max-width": 8,
                "text-size": {
                    "base": 1,
                    "stops": [
                        [
                            13,
                            9
                        ],
                        [
                            14,
                            10
                        ],
                        [
                            18,
                            13
                        ],
                        [
                            20,
                            18
                        ]
                    ]
                },
                "text-pitch-alignment": "viewport",
                "symbol-avoid-edges": true,
                "symbol-z-order": "auto",
                "symbol-spacing": {
                    "stops": [
                        [
                            15,
                            250
                        ],
                        [
                            18,
                            500
                        ]
                    ]
                },
                "text-letter-spacing": 0.05
            },
            "id": "highway-name-pedestrian",
            "source": "geodata",
            "source-layer": "transportation-name",
            "minzoom": 15.5,
            "type": "symbol",
            "paint": {
                "text-color": "#626059",
                "text-halo-color": "#FDFDFC",
                "text-halo-width": 2,
                "text-halo-blur": 1
            },
            "filter": [
                "any",
                [
                    "all",
                    [
                        "==",
                        "class",
                        "path"
                    ],
                    [
                        "==",
                        "subclass",
                        "pedestrian"
                    ],
                    [
                        "!=",
                        "indoor",
                        "yes"
                    ]
                ],
                [
                    "all",
                    [
                        "==",
                        "class",
                        "service"
                    ],
                    [
                        "==",
                        "foot",
                        "yes"
                    ],
                    [
                        "!=",
                        "indoor",
                        "yes"
                    ]
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "text-font": [
                    "Noto_Sans_Bold"
                ],
                "text-transform": "uppercase",
                "text-field": "{name}",
                "symbol-placement": "line",
                "text-rotation-alignment": "map",
                "text-pitch-alignment": "viewport",
                "text-letter-spacing": {
                    "stops": [
                        [
                            10,
                            0.05
                        ],
                        [
                            16,
                            0.1
                        ],
                        [
                            20,
                            0.2
                        ]
                    ]
                },
                "text-size": {
                    "base": 1,
                    "stops": [
                        [
                            16,
                            9
                        ],
                        [
                            18,
                            11
                        ],
                        [
                            20,
                            20
                        ]
                    ]
                },
                "text-max-angle": 75,
                "symbol-spacing": {
                    "stops": [
                        [
                            16,
                            300
                        ],
                        [
                            17,
                            500
                        ]
                    ]
                }
            },
            "source": "geodata",
            "source-layer": "transportation-name",
            "type": "symbol",
            "paint": {
                "text-color": "#556889",
                "text-halo-color": "#FDFDFC",
                "text-halo-blur": 2,
                "text-halo-width": 2
            },
            "id": "highway-name-service",
            "minzoom": 16,
            "filter": [
                "all",
                [
                    "==",
                    "class",
                    "service"
                ],
                [
                    "!=",
                    "foot",
                    "yes"
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "text-font": [
                    "Noto_Sans_Bold"
                ],
                "text-transform": "uppercase",
                "text-field": "{name}",
                "symbol-placement": "line",
                "text-rotation-alignment": "map",
                "text-pitch-alignment": "viewport",
                "text-letter-spacing": {
                    "stops": [
                        [
                            10,
                            0.05
                        ],
                        [
                            16,
                            0.1
                        ],
                        [
                            20,
                            0.2
                        ]
                    ]
                },
                "text-size": {
                    "base": 1,
                    "stops": [
                        [
                            12,
                            8
                        ],
                        [
                            14,
                            9
                        ],
                        [
                            16,
                            10
                        ],
                        [
                            18,
                            12
                        ],
                        [
                            20,
                            24
                        ]
                    ]
                },
                "symbol-spacing": {
                    "stops": [
                        [
                            12,
                            100
                        ],
                        [
                            14,
                            150
                        ],
                        [
                            16,
                            250
                        ],
                        [
                            18,
                            500
                        ],
                        [
                            20,
                            600
                        ]
                    ]
                }
            },
            "source": "geodata",
            "source-layer": "transportation-name",
            "type": "symbol",
            "paint": {
                "text-color": "#556889",
                "text-halo-color": "#FDFDFC",
                "text-halo-blur": 2,
                "text-halo-width": 2
            },
            "id": "highway-name-tertiary-minor",
            "minzoom": 13,
            "filter": [
                "in",
                "class",
                "tertiary",
                "minor"
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "text-font": [
                    "Noto_Sans_Bold"
                ],
                "text-transform": "uppercase",
                "text-field": "{name}",
                "symbol-placement": "line",
                "text-rotation-alignment": "map",
                "text-pitch-alignment": "viewport",
                "text-letter-spacing": {
                    "stops": [
                        [
                            10,
                            0.05
                        ],
                        [
                            16,
                            0.1
                        ],
                        [
                            20,
                            0.2
                        ]
                    ]
                },
                "text-size": {
                    "base": 1,
                    "stops": [
                        [
                            12,
                            8
                        ],
                        [
                            14,
                            9
                        ],
                        [
                            16,
                            10
                        ],
                        [
                            18,
                            14
                        ],
                        [
                            20,
                            26
                        ]
                    ]
                },
                "symbol-spacing": {
                    "stops": [
                        [
                            12,
                            100
                        ],
                        [
                            14,
                            150
                        ],
                        [
                            16,
                            300
                        ],
                        [
                            18,
                            400
                        ],
                        [
                            20,
                            600
                        ]
                    ]
                }
            },
            "source": "geodata",
            "source-layer": "transportation-name",
            "type": "symbol",
            "paint": {
                "text-color": "#556889",
                "text-halo-color": "#FDFDFC",
                "text-halo-blur": 2,
                "text-halo-width": 2
            },
            "id": "highway-name-secondary",
            "minzoom": 12,
            "filter": [
                "in",
                "class",
                "secondary"
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "text-font": [
                    "Noto_Sans_Bold"
                ],
                "text-transform": "uppercase",
                "text-field": "{name}",
                "symbol-placement": "line",
                "text-rotation-alignment": "map",
                "text-pitch-alignment": "viewport",
                "text-letter-spacing": {
                    "stops": [
                        [
                            10,
                            0.05
                        ],
                        [
                            16,
                            0.1
                        ],
                        [
                            20,
                            0.2
                        ]
                    ]
                },
                "text-size": {
                    "base": 1,
                    "stops": [
                        [
                            12,
                            9
                        ],
                        [
                            14,
                            10
                        ],
                        [
                            16,
                            11
                        ],
                        [
                            18,
                            16
                        ],
                        [
                            20,
                            26
                        ]
                    ]
                },
                "symbol-spacing": {
                    "stops": [
                        [
                            12,
                            100
                        ],
                        [
                            14,
                            150
                        ],
                        [
                            16,
                            300
                        ],
                        [
                            18,
                            400
                        ],
                        [
                            20,
                            600
                        ]
                    ]
                }
            },
            "source": "geodata",
            "source-layer": "transportation-name",
            "type": "symbol",
            "paint": {
                "text-color": "#556889",
                "text-halo-color": "#FDFDFC",
                "text-halo-blur": 2,
                "text-halo-width": 2
            },
            "id": "highway-name-primary",
            "minzoom": 11,
            "filter": [
                "in",
                "class",
                "primary"
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "text-font": [
                    "Noto_Sans_Bold"
                ],
                "text-transform": "uppercase",
                "text-field": "{name}",
                "symbol-placement": "line",
                "text-rotation-alignment": "map",
                "text-pitch-alignment": "viewport",
                "text-letter-spacing": {
                    "stops": [
                        [
                            10,
                            0.05
                        ],
                        [
                            16,
                            0.1
                        ],
                        [
                            20,
                            0.2
                        ]
                    ]
                },
                "text-size": {
                    "base": 1,
                    "stops": [
                        [
                            10,
                            9
                        ],
                        [
                            12,
                            11
                        ],
                        [
                            14,
                            12
                        ],
                        [
                            16,
                            13
                        ],
                        [
                            18,
                            20
                        ],
                        [
                            20,
                            32
                        ]
                    ]
                },
                "symbol-spacing": {
                    "stops": [
                        [
                            10,
                            75
                        ],
                        [
                            12,
                            150
                        ],
                        [
                            14,
                            330
                        ],
                        [
                            16,
                            450
                        ],
                        [
                            17,
                            550
                        ],
                        [
                            20,
                            600
                        ]
                    ]
                }
            },
            "source": "geodata",
            "source-layer": "transportation-name",
            "type": "symbol",
            "paint": {
                "text-color": "#445977",
                "text-halo-color": "#FDFDFC",
                "text-halo-blur": 2,
                "text-halo-width": 2
            },
            "id": "highway-name-trunk",
            "minzoom": 10,
            "filter": [
                "in",
                "class",
                "motorway",
                "trunk"
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "icon-image": "traffic_lights",
                "icon-size": 1
            },
            "id": "traffic_signals",
            "source": "geodata",
            "source-layer": "traffic-signal",
            "minzoom": 17,
            "type": "symbol"
        },
        {
            "layout": {
                "visibility": "visible",
                "text-font": [
                    "Noto_Sans_Italic"
                ],
                "text-field": "{name}",
                "text-size": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    6,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        20,
                        14,
                        1000,
                        14
                    ],
                    8,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        15,
                        12,
                        20,
                        14,
                        100,
                        15,
                        1000,
                        16
                    ],
                    10,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        15,
                        13,
                        20,
                        15,
                        100,
                        16,
                        1000,
                        18
                    ],
                    12,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        2.5,
                        12,
                        15,
                        14,
                        20,
                        16,
                        100,
                        18,
                        1000,
                        20
                    ],
                    14,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        0.03,
                        12,
                        2.5,
                        13,
                        15,
                        15,
                        20,
                        18,
                        100,
                        19,
                        1000,
                        21
                    ],
                    16,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        0.005,
                        12,
                        0.03,
                        13,
                        2.5,
                        14,
                        15,
                        16,
                        20,
                        18,
                        100,
                        19,
                        1000,
                        21
                    ],
                    18,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        0.005,
                        14,
                        0.03,
                        14,
                        2.5,
                        15,
                        15,
                        18,
                        20,
                        20,
                        100,
                        21,
                        1000,
                        22
                    ]
                ],
                "symbol-placement": "point",
                "text-letter-spacing": 0.06,
                "text-rotation-alignment": "viewport",
                "text-pitch-alignment": "viewport",
                "text-allow-overlap": false,
                "text-ignore-placement": false,
                "text-max-width": 8
            },
            "source": "geodata",
            "source-layer": "water-name",
            "type": "symbol",
            "paint": {
                "text-color": "#5391CD",
                "text-halo-width": {
                    "base": 1,
                    "stops": [
                        [
                            11,
                            0
                        ],
                        [
                            11.5,
                            0.75
                        ]
                    ]
                },
                "text-halo-blur": {
                    "base": 1,
                    "stops": [
                        [
                            11,
                            0
                        ],
                        [
                            11.5,
                            1
                        ]
                    ]
                }
            },
            "id": "water-name-zoom2",
            "minzoom": 2,
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "Point"
                ],
                [
                    ">=",
                    "area",
                    20
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "text-font": [
                    "Noto_Sans_Italic"
                ],
                "text-field": "{name}",
                "text-size": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    6,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        20,
                        14,
                        1000,
                        14
                    ],
                    8,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        15,
                        12,
                        20,
                        14,
                        100,
                        15,
                        1000,
                        16
                    ],
                    10,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        15,
                        13,
                        20,
                        15,
                        100,
                        16,
                        1000,
                        18
                    ],
                    12,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        2.5,
                        12,
                        15,
                        14,
                        20,
                        16,
                        100,
                        18,
                        1000,
                        20
                    ],
                    14,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        0.03,
                        12,
                        2.5,
                        13,
                        15,
                        15,
                        20,
                        18,
                        100,
                        19,
                        1000,
                        21
                    ],
                    16,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        0.005,
                        12,
                        0.03,
                        13,
                        2.5,
                        14,
                        15,
                        16,
                        20,
                        18,
                        100,
                        19,
                        1000,
                        21
                    ],
                    18,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        0.005,
                        14,
                        0.03,
                        14,
                        2.5,
                        15,
                        15,
                        18,
                        20,
                        20,
                        100,
                        21,
                        1000,
                        22
                    ]
                ],
                "symbol-placement": "point",
                "text-letter-spacing": 0.06,
                "text-rotation-alignment": "viewport",
                "text-pitch-alignment": "viewport",
                "text-allow-overlap": false,
                "text-ignore-placement": false,
                "text-max-width": 8
            },
            "source": "geodata",
            "source-layer": "water-name",
            "type": "symbol",
            "paint": {
                "text-color": "#5391CD",
                "text-halo-width": {
                    "base": 1,
                    "stops": [
                        [
                            11,
                            0
                        ],
                        [
                            11.5,
                            0.75
                        ]
                    ]
                },
                "text-halo-blur": {
                    "base": 1,
                    "stops": [
                        [
                            11,
                            0
                        ],
                        [
                            11.5,
                            1
                        ]
                    ]
                }
            },
            "id": "water-name-zoom10",
            "minzoom": 10,
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "Point"
                ],
                [
                    ">=",
                    "area",
                    15
                ],
                [
                    "<",
                    "area",
                    20
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "text-font": [
                    "Noto_Sans_Italic"
                ],
                "text-field": "{name}",
                "text-size": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    6,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        20,
                        14,
                        1000,
                        14
                    ],
                    8,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        15,
                        12,
                        20,
                        14,
                        100,
                        15,
                        1000,
                        16
                    ],
                    10,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        15,
                        13,
                        20,
                        15,
                        100,
                        16,
                        1000,
                        18
                    ],
                    12,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        2.5,
                        12,
                        15,
                        14,
                        20,
                        16,
                        100,
                        18,
                        1000,
                        20
                    ],
                    14,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        0.03,
                        12,
                        2.5,
                        13,
                        15,
                        15,
                        20,
                        18,
                        100,
                        19,
                        1000,
                        21
                    ],
                    16,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        0.005,
                        12,
                        0.03,
                        13,
                        2.5,
                        14,
                        15,
                        16,
                        20,
                        18,
                        100,
                        19,
                        1000,
                        21
                    ],
                    18,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        0.005,
                        14,
                        0.03,
                        14,
                        2.5,
                        15,
                        15,
                        18,
                        20,
                        20,
                        100,
                        21,
                        1000,
                        22
                    ]
                ],
                "symbol-placement": "point",
                "text-letter-spacing": 0.06,
                "text-rotation-alignment": "viewport",
                "text-pitch-alignment": "viewport",
                "text-allow-overlap": false,
                "text-ignore-placement": false,
                "text-max-width": 8
            },
            "source": "geodata",
            "source-layer": "water-name",
            "type": "symbol",
            "paint": {
                "text-color": "#5391CD",
                "text-halo-width": {
                    "base": 1,
                    "stops": [
                        [
                            11,
                            0
                        ],
                        [
                            11.5,
                            0.75
                        ]
                    ]
                },
                "text-halo-blur": {
                    "base": 1,
                    "stops": [
                        [
                            11,
                            0
                        ],
                        [
                            11.5,
                            1
                        ]
                    ]
                }
            },
            "id": "water-name-zoom11",
            "minzoom": 11,
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "Point"
                ],
                [
                    ">=",
                    "area",
                    2.5
                ],
                [
                    "<",
                    "area",
                    15
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "text-font": [
                    "Noto_Sans_Italic"
                ],
                "text-field": "{name}",
                "text-size": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    6,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        20,
                        14,
                        1000,
                        14
                    ],
                    8,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        15,
                        12,
                        20,
                        14,
                        100,
                        15,
                        1000,
                        16
                    ],
                    10,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        15,
                        13,
                        20,
                        15,
                        100,
                        16,
                        1000,
                        18
                    ],
                    12,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        2.5,
                        12,
                        15,
                        14,
                        20,
                        16,
                        100,
                        18,
                        1000,
                        20
                    ],
                    14,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        0.03,
                        12,
                        2.5,
                        13,
                        15,
                        15,
                        20,
                        18,
                        100,
                        19,
                        1000,
                        21
                    ],
                    16,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        0.005,
                        12,
                        0.03,
                        13,
                        2.5,
                        14,
                        15,
                        16,
                        20,
                        18,
                        100,
                        19,
                        1000,
                        21
                    ],
                    18,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        0.005,
                        14,
                        0.03,
                        14,
                        2.5,
                        15,
                        15,
                        18,
                        20,
                        20,
                        100,
                        21,
                        1000,
                        22
                    ]
                ],
                "symbol-placement": "point",
                "text-letter-spacing": 0.06,
                "text-rotation-alignment": "viewport",
                "text-pitch-alignment": "viewport",
                "text-allow-overlap": false,
                "text-ignore-placement": false,
                "text-max-width": 8
            },
            "source": "geodata",
            "source-layer": "water-name",
            "type": "symbol",
            "paint": {
                "text-color": "#5391CD",
                "text-halo-width": {
                    "base": 1,
                    "stops": [
                        [
                            11,
                            0
                        ],
                        [
                            11.5,
                            0.75
                        ]
                    ]
                },
                "text-halo-blur": {
                    "base": 1,
                    "stops": [
                        [
                            11,
                            0
                        ],
                        [
                            11.5,
                            1
                        ]
                    ]
                }
            },
            "id": "water-name-zoom12",
            "minzoom": 12,
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "Point"
                ],
                [
                    ">=",
                    "area",
                    1
                ],
                [
                    "<",
                    "area",
                    2.5
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "text-font": [
                    "Noto_Sans_Italic"
                ],
                "text-field": "{name}",
                "text-size": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    6,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        20,
                        14,
                        1000,
                        14
                    ],
                    8,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        15,
                        12,
                        20,
                        14,
                        100,
                        15,
                        1000,
                        16
                    ],
                    10,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        15,
                        13,
                        20,
                        15,
                        100,
                        16,
                        1000,
                        18
                    ],
                    12,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        2.5,
                        12,
                        15,
                        14,
                        20,
                        16,
                        100,
                        18,
                        1000,
                        20
                    ],
                    14,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        0.03,
                        12,
                        2.5,
                        13,
                        15,
                        15,
                        20,
                        18,
                        100,
                        19,
                        1000,
                        21
                    ],
                    16,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        0.005,
                        12,
                        0.03,
                        13,
                        2.5,
                        14,
                        15,
                        16,
                        20,
                        18,
                        100,
                        19,
                        1000,
                        21
                    ],
                    18,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        0.005,
                        14,
                        0.03,
                        14,
                        2.5,
                        15,
                        15,
                        18,
                        20,
                        20,
                        100,
                        21,
                        1000,
                        22
                    ]
                ],
                "symbol-placement": "point",
                "text-letter-spacing": 0.06,
                "text-rotation-alignment": "viewport",
                "text-pitch-alignment": "viewport",
                "text-allow-overlap": false,
                "text-ignore-placement": false,
                "text-max-width": 8
            },
            "source": "geodata",
            "source-layer": "water-name",
            "type": "symbol",
            "paint": {
                "text-color": "#5391CD",
                "text-halo-width": {
                    "base": 1,
                    "stops": [
                        [
                            11,
                            0
                        ],
                        [
                            11.5,
                            0.75
                        ]
                    ]
                },
                "text-halo-blur": {
                    "base": 1,
                    "stops": [
                        [
                            11,
                            0
                        ],
                        [
                            11.5,
                            1
                        ]
                    ]
                }
            },
            "id": "water-name-zoom13",
            "minzoom": 13,
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "Point"
                ],
                [
                    ">=",
                    "area",
                    0.5
                ],
                [
                    "<",
                    "area",
                    1
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "text-font": [
                    "Noto_Sans_Italic"
                ],
                "text-field": "{name}",
                "text-size": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    6,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        20,
                        14,
                        1000,
                        14
                    ],
                    8,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        15,
                        12,
                        20,
                        14,
                        100,
                        15,
                        1000,
                        16
                    ],
                    10,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        15,
                        13,
                        20,
                        15,
                        100,
                        16,
                        1000,
                        18
                    ],
                    12,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        2.5,
                        12,
                        15,
                        14,
                        20,
                        16,
                        100,
                        18,
                        1000,
                        20
                    ],
                    14,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        0.03,
                        12,
                        2.5,
                        13,
                        15,
                        15,
                        20,
                        18,
                        100,
                        19,
                        1000,
                        21
                    ],
                    16,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        0.005,
                        12,
                        0.03,
                        13,
                        2.5,
                        14,
                        15,
                        16,
                        20,
                        18,
                        100,
                        19,
                        1000,
                        21
                    ],
                    18,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        0.005,
                        14,
                        0.03,
                        14,
                        2.5,
                        15,
                        15,
                        18,
                        20,
                        20,
                        100,
                        21,
                        1000,
                        22
                    ]
                ],
                "symbol-placement": "point",
                "text-letter-spacing": 0.06,
                "text-rotation-alignment": "viewport",
                "text-pitch-alignment": "viewport",
                "text-allow-overlap": false,
                "text-ignore-placement": false,
                "text-max-width": 8
            },
            "source": "geodata",
            "source-layer": "water-name",
            "type": "symbol",
            "paint": {
                "text-color": "#5391CD",
                "text-halo-width": {
                    "base": 1,
                    "stops": [
                        [
                            11,
                            0
                        ],
                        [
                            11.5,
                            0.75
                        ]
                    ]
                },
                "text-halo-blur": {
                    "base": 1,
                    "stops": [
                        [
                            11,
                            0
                        ],
                        [
                            11.5,
                            1
                        ]
                    ]
                }
            },
            "id": "water-name-zoom14",
            "minzoom": 14,
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "Point"
                ],
                [
                    ">=",
                    "area",
                    0.03
                ],
                [
                    "<",
                    "area",
                    0.5
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "text-font": [
                    "Noto_Sans_Italic"
                ],
                "text-field": "{name}",
                "text-size": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    6,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        20,
                        14,
                        1000,
                        14
                    ],
                    8,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        15,
                        12,
                        20,
                        14,
                        100,
                        15,
                        1000,
                        16
                    ],
                    10,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        15,
                        13,
                        20,
                        15,
                        100,
                        16,
                        1000,
                        18
                    ],
                    12,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        2.5,
                        12,
                        15,
                        14,
                        20,
                        16,
                        100,
                        18,
                        1000,
                        20
                    ],
                    14,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        0.03,
                        12,
                        2.5,
                        13,
                        15,
                        15,
                        20,
                        18,
                        100,
                        19,
                        1000,
                        21
                    ],
                    16,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        0.005,
                        12,
                        0.03,
                        13,
                        2.5,
                        14,
                        15,
                        16,
                        20,
                        18,
                        100,
                        19,
                        1000,
                        21
                    ],
                    18,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        0.005,
                        14,
                        0.03,
                        14,
                        2.5,
                        15,
                        15,
                        18,
                        20,
                        20,
                        100,
                        21,
                        1000,
                        22
                    ]
                ],
                "symbol-placement": "point",
                "text-letter-spacing": 0.06,
                "text-rotation-alignment": "viewport",
                "text-pitch-alignment": "viewport",
                "text-allow-overlap": false,
                "text-ignore-placement": false,
                "text-max-width": 8
            },
            "source": "geodata",
            "source-layer": "water-name",
            "type": "symbol",
            "paint": {
                "text-color": "#5391CD",
                "text-halo-width": {
                    "base": 1,
                    "stops": [
                        [
                            11,
                            0
                        ],
                        [
                            11.5,
                            0.75
                        ]
                    ]
                },
                "text-halo-blur": {
                    "base": 1,
                    "stops": [
                        [
                            11,
                            0
                        ],
                        [
                            11.5,
                            1
                        ]
                    ]
                }
            },
            "id": "water-name-zoom15",
            "minzoom": 15,
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "Point"
                ],
                [
                    ">=",
                    "area",
                    0.002
                ],
                [
                    "<",
                    "area",
                    0.03
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "text-font": [
                    "Noto_Sans_Italic"
                ],
                "text-field": "{name}",
                "text-size": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    6,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        20,
                        14,
                        1000,
                        14
                    ],
                    8,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        15,
                        12,
                        20,
                        14,
                        100,
                        15,
                        1000,
                        16
                    ],
                    10,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        15,
                        13,
                        20,
                        15,
                        100,
                        16,
                        1000,
                        18
                    ],
                    12,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        2.5,
                        12,
                        15,
                        14,
                        20,
                        16,
                        100,
                        18,
                        1000,
                        20
                    ],
                    14,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        0.03,
                        12,
                        2.5,
                        13,
                        15,
                        15,
                        20,
                        18,
                        100,
                        19,
                        1000,
                        21
                    ],
                    16,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        0.005,
                        12,
                        0.03,
                        13,
                        2.5,
                        14,
                        15,
                        16,
                        20,
                        18,
                        100,
                        19,
                        1000,
                        21
                    ],
                    18,
                    [
                        "interpolate",
                        [
                            "linear"
                        ],
                        [
                            "get",
                            "area"
                        ],
                        0.005,
                        14,
                        0.03,
                        14,
                        2.5,
                        15,
                        15,
                        18,
                        20,
                        20,
                        100,
                        21,
                        1000,
                        22
                    ]
                ],
                "symbol-placement": "point",
                "text-letter-spacing": 0.06,
                "text-rotation-alignment": "viewport",
                "text-pitch-alignment": "viewport",
                "text-allow-overlap": false,
                "text-ignore-placement": false,
                "text-max-width": 8
            },
            "source": "geodata",
            "source-layer": "water-name",
            "type": "symbol",
            "paint": {
                "text-color": "#5391CD",
                "text-halo-width": {
                    "base": 1,
                    "stops": [
                        [
                            11,
                            0
                        ],
                        [
                            11.5,
                            0.75
                        ]
                    ]
                },
                "text-halo-blur": {
                    "base": 1,
                    "stops": [
                        [
                            11,
                            0
                        ],
                        [
                            11.5,
                            1
                        ]
                    ]
                }
            },
            "id": "water-name-zoom22",
            "minzoom": 16,
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "Point"
                ],
                [
                    "<",
                    "area",
                    0.005
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "text-font": [
                    "Noto_Sans_Italic"
                ],
                "text-field": "{name}",
                "text-size": 10,
                "symbol-placement": "line",
                "symbol-spacing": 350,
                "text-letter-spacing": 0.1,
                "text-max-width": 5,
                "text-pitch-alignment": "viewport",
                "text-rotation-alignment": "map"
            },
            "type": "symbol",
            "paint": {
                "text-color": "#5391CD",
                "text-halo-color": "#B1D5F2",
                "text-halo-width": {
                    "base": 1,
                    "stops": [
                        [
                            11,
                            0
                        ],
                        [
                            11.5,
                            0.75
                        ]
                    ]
                },
                "text-halo-blur": {
                    "base": 1,
                    "stops": [
                        [
                            11,
                            0
                        ],
                        [
                            11.5,
                            1
                        ]
                    ]
                }
            },
            "id": "water-line-name",
            "source": "geodata",
            "source-layer": "water-name",
            "minzoom": 10,
            "filter": [
                "all",
                [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "!=",
                    "brunnel",
                    "tunnel"
                ],
                [
                    ">",
                    "length",
                    1500
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "text-font": [
                    "Noto_Sans_Italic"
                ],
                "text-field": "{name}",
                "text-size": {
                    "base": 1,
                    "stops": [
                        [
                            2,
                            9
                        ],
                        [
                            6,
                            10
                        ]
                    ]
                },
                "symbol-placement": "line",
                "symbol-spacing": 350,
                "text-letter-spacing": 0.1,
                "text-max-width": 5,
                "text-pitch-alignment": "viewport",
                "text-rotation-alignment": "map"
            },
            "type": "symbol",
            "paint": {
                "text-color": "#5391CD",
                "text-halo-color": "#FDFDFC",
                "text-halo-width": 1.5
            },
            "id": "water-line-name--overview-zooms",
            "source": "geodata",
            "source-layer": "rivers",
            "minzoom": 3,
            "maxzoom": 6
        },
        {
            "layout": {
                "visibility": "visible",
                "text-font": [
                    "Noto_Sans_Regular"
                ],
                "text-field": [
                    "step",
                    [
                        "zoom"
                    ],
                    [
                        "coalesce",
                        [
                            "get",
                            "ref"
                        ],
                        ""
                    ],
                    18,
                    [
                        "case",
                        [
                            "all",
                            [
                                "has",
                                "ref"
                            ],
                            [
                                "!=",
                                [
                                    "get",
                                    "ref"
                                ],
                                ""
                            ]
                        ],
                        [
                            "concat",
                            [
                                "get",
                                "ref"
                            ],
                            "\n",
                            [
                                "get",
                                "addr:flats"
                            ]
                        ],
                        ""
                    ]
                ],
                "icon-image": "entrance",
                "text-anchor": "top-left",
                "text-max-width": 9,
                "text-padding": 2,
                "text-justify": "left",
                "text-size": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    18,
                    12,
                    22,
                    16
                ],
                "icon-size": 0.8,
                "text-offset": [
                    0.8,
                    -0.6
                ]
            },
            "id": "entrance",
            "source": "geodata",
            "source-layer": "entrance",
            "minzoom": 17,
            "type": "symbol",
            "paint": {
                "text-color": "#646464",
                "text-halo-color": "#FDFDFC",
                "text-halo-blur": 0.5,
                "text-halo-width": 1
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "icon-image": "barrier",
                "icon-size": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    17,
                    0.6,
                    22,
                    1.4
                ]
            },
            "id": "poi-gate",
            "source": "geodata",
            "source-layer": "poi",
            "minzoom": 17,
            "filter": [
                "==",
                "class",
                "gate"
            ],
            "type": "symbol"
        },
        {
            "layout": {
                "visibility": "visible",
                "text-font": [
                    "Noto_Sans_Bold"
                ],
                "text-size": 11,
                "text-field": "{housenumber}",
                "text-padding": 15
            },
            "id": "housenumber",
            "source": "geodata",
            "source-layer": "housenumber",
            "minzoom": 16,
            "filter": [
                "==",
                "$type",
                "Point"
            ],
            "type": "symbol",
            "paint": {
                "text-color": "rgba(160, 162, 167, 1)",
                "text-halo-color": "#FDFDFC",
                "text-halo-width": 1,
                "text-halo-blur": 1
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "icon-image": "parking",
                "icon-size": 1,
                "icon-padding": 25
            },
            "id": "poi-parking",
            "source": "poi",
            "source-layer": "poi",
            "minzoom": 17,
            "filter": [
                "==",
                "rubric_id",
                151511011
            ],
            "type": "symbol"
        },
        {
            "layout": {
                "visibility": "visible",
                "text-font": [
                    "Noto_Sans_Regular"
                ],
                "icon-allow-overlap": false,
                "icon-ignore-placement": false,
                "icon-optional": false,
                "icon-size": 1,
                "text-allow-overlap": false,
                "text-ignore-placement": false,
                "text-optional": true,
                "text-padding": 2,
                "text-size": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    16,
                    12,
                    19,
                    14,
                    22,
                    20
                ],
                "text-variable-anchor": [
                    "left",
                    "right"
                ],
                "text-justify": "auto",
                "text-line-height": 1.05,
                "text-max-width": 10,
                "text-radial-offset": 0.9,
                "text-field": {
                    "stops": [
                        [
                            15,
                            ""
                        ],
                        [
                            16,
                            "{name}"
                        ]
                    ]
                },
                "icon-image": "ferry_terminal"
            },
            "type": "symbol",
            "paint": {
                "text-color": "#4e91fd",
                "text-halo-color": "#FDFDFC",
                "text-halo-blur": 0.5,
                "text-halo-width": 1.5
            },
            "source": "poi",
            "source-layer": "poi",
            "minzoom": 14,
            "id": "poi-marina-tst",
            "filter": [
                "==",
                "rubric_id",
                131311001
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "text-font": [
                    "Noto_Sans_Regular"
                ],
                "icon-allow-overlap": false,
                "icon-ignore-placement": false,
                "icon-optional": false,
                "icon-size": 1,
                "text-allow-overlap": false,
                "text-ignore-placement": false,
                "text-optional": true,
                "text-padding": 2,
                "text-size": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    16,
                    12,
                    19,
                    14,
                    22,
                    20
                ],
                "text-variable-anchor": [
                    "left",
                    "right"
                ],
                "text-justify": "auto",
                "text-line-height": 1.05,
                "text-max-width": 10,
                "text-radial-offset": 0.9,
                "text-field": {
                    "stops": [
                        [
                            15,
                            ""
                        ],
                        [
                            16,
                            "{name}"
                        ]
                    ]
                },
                "icon-image": "ferry_terminal"
            },
            "type": "symbol",
            "paint": {
                "text-color": "#4e91fd",
                "text-halo-color": "#FDFDFC",
                "text-halo-blur": 0.5,
                "text-halo-width": 1.5
            },
            "source": "poi",
            "source-layer": "poi",
            "minzoom": 14,
            "id": "poi-ferry-tst",
            "filter": [
                "==",
                "rubric_id",
                151511009
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "text-font": [
                    "Noto_Sans_Regular"
                ],
                "icon-allow-overlap": false,
                "icon-ignore-placement": false,
                "icon-optional": false,
                "icon-size": 1,
                "text-allow-overlap": false,
                "text-ignore-placement": false,
                "text-optional": true,
                "text-padding": 2,
                "text-size": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    16,
                    12,
                    19,
                    14,
                    22,
                    20
                ],
                "text-variable-anchor": [
                    "left",
                    "right"
                ],
                "text-justify": "auto",
                "text-line-height": 1.05,
                "text-max-width": 10,
                "text-radial-offset": 0.9,
                "text-field": {
                    "stops": [
                        [
                            14,
                            ""
                        ],
                        [
                            15,
                            "{name}"
                        ]
                    ]
                },
                "icon-image": "railway_station"
            },
            "type": "symbol",
            "paint": {
                "text-color": "#4e91fd",
                "text-halo-color": "#FDFDFC",
                "text-halo-blur": 0.5,
                "text-halo-width": 1.5
            },
            "source": "geodata",
            "source-layer": "poi",
            "minzoom": 14,
            "id": "poi-railway-metro-stop-tst",
            "filter": [
                "==",
                "class",
                "railway_halt"
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "text-font": [
                    "Noto_Sans_Regular"
                ],
                "icon-allow-overlap": false,
                "icon-ignore-placement": false,
                "icon-optional": false,
                "icon-size": 1,
                "text-allow-overlap": false,
                "text-ignore-placement": false,
                "text-optional": true,
                "text-padding": 2,
                "text-size": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    16,
                    12,
                    19,
                    14,
                    22,
                    20
                ],
                "text-variable-anchor": [
                    "left",
                    "right"
                ],
                "text-justify": "auto",
                "text-line-height": 1.05,
                "text-max-width": 10,
                "text-radial-offset": 0.9,
                "text-field": {
                    "stops": [
                        [
                            14,
                            ""
                        ],
                        [
                            15,
                            "{name}"
                        ]
                    ]
                },
                "icon-image": "railway_station"
            },
            "type": "symbol",
            "paint": {
                "text-color": "#4e91fd",
                "text-halo-color": "#FDFDFC",
                "text-halo-blur": 0.5,
                "text-halo-width": 1.5
            },
            "source": "geodata",
            "source-layer": "poi",
            "minzoom": 14,
            "id": "poi-railway-stop-tst",
            "filter": [
                "==",
                "class",
                "railway_station"
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "text-font": [
                    "Noto_Sans_Regular"
                ],
                "icon-allow-overlap": false,
                "icon-ignore-placement": false,
                "icon-optional": false,
                "icon-size": 1,
                "text-allow-overlap": false,
                "text-ignore-placement": false,
                "text-optional": true,
                "text-padding": 2,
                "text-size": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    16,
                    12,
                    19,
                    14,
                    22,
                    20
                ],
                "text-variable-anchor": [
                    "left",
                    "right"
                ],
                "text-justify": "auto",
                "text-line-height": 1.05,
                "text-max-width": 10,
                "text-radial-offset": 0.9,
                "text-field": {
                    "stops": [
                        [
                            16,
                            ""
                        ],
                        [
                            17,
                            "{name}"
                        ]
                    ]
                },
                "icon-image": "bus_stop"
            },
            "type": "symbol",
            "paint": {
                "text-color": "#4e91fd",
                "text-halo-color": "#FDFDFC",
                "text-halo-blur": 0.5,
                "text-halo-width": 1.5
            },
            "source": "poi",
            "source-layer": "poi",
            "minzoom": 16,
            "id": "poi-bus-stop-tst",
            "filter": [
                "==",
                "rubric_id",
                151511006
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "text-font": [
                    "Noto_Sans_Regular"
                ],
                "text-field": "{name}",
                "icon-image": [
                    "case",
                    [
                        "all",
                        [
                            "in",
                            [
                                "get",
                                "icon_name"
                            ],
                            [
                                "literal",
                                [
                                    "default",
                                    "star"
                                ]
                            ]
                        ],
                        [
                            "==",
                            [
                                "get",
                                "name"
                            ],
                            null
                        ],
                        [
                            "==",
                            [
                                "get",
                                "name:latin"
                            ],
                            null
                        ],
                        [
                            "==",
                            [
                                "get",
                                "name:cyrillic"
                            ],
                            null
                        ]
                    ],
                    "",
                    [
                        "get",
                        "icon_name"
                    ]
                ],
                "icon-size": 1,
                "text-allow-overlap": false,
                "text-ignore-placement": false,
                "text-max-width": 9,
                "text-padding": 2,
                "text-size": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    16,
                    12,
                    19,
                    14,
                    22,
                    20
                ],
                "text-line-height": 1.1,
                "text-anchor": "top",
                "text-offset": [
                    0,
                    0.8
                ],
                "symbol-sort-key": [
                    "get",
                    "rank"
                ]
            },
            "source": "poi",
            "source-layer": "poi",
            "id": "poi-no-circle",
            "paint": {
                "text-halo-blur": 0.5,
                "text-halo-width": 1.5,
                "text-color": "#666",
                "text-halo-color": "#fff"
            },
            "filter": [
                "all",
                [
                    ">=",
                    [
                        "zoom"
                    ],
                    [
                        "get",
                        "rank"
                    ]
                ],
                [
                    "in",
                    [
                        "get",
                        "icon_name"
                    ],
                    [
                        "literal",
                        [
                            "attraction",
                            "barrier",
                            "campsite",
                            "dog",
                            "entrance",
                            "fountain",
                            "garden",
                            "gate",
                            "information",
                            "monument",
                            "mountain",
                            "oneway",
                            "park",
                            "picnic_site",
                            "playground",
                            "run",
                            "toilet",
                            "view",
                            "volcano",
                            "wicket"
                        ]
                    ]
                ],
                [
                    "!",
                    [
                        "in",
                        [
                            "get",
                            "rubric_id"
                        ],
                        [
                            "literal",
                            [
                                151511007
                            ]
                        ]
                    ]
                ]
            ],
            "type": "symbol"
        },
        {
            "layout": {
                "visibility": "visible",
                "text-font": [
                    "Noto_Sans_Regular"
                ],
                "text-field": "{name}",
                "icon-image": [
                    "case",
                    [
                        "all",
                        [
                            "in",
                            [
                                "get",
                                "icon_name"
                            ],
                            [
                                "literal",
                                [
                                    "default",
                                    "star"
                                ]
                            ]
                        ],
                        [
                            "==",
                            [
                                "get",
                                "name"
                            ],
                            null
                        ],
                        [
                            "==",
                            [
                                "get",
                                "name:latin"
                            ],
                            null
                        ],
                        [
                            "==",
                            [
                                "get",
                                "name:cyrillic"
                            ],
                            null
                        ]
                    ],
                    "",
                    [
                        "get",
                        "icon_name"
                    ]
                ],
                "icon-size": 1,
                "text-allow-overlap": false,
                "text-ignore-placement": false,
                "text-max-width": 9,
                "text-padding": 2,
                "text-size": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    16,
                    12,
                    19,
                    14,
                    22,
                    20
                ],
                "text-line-height": 1.1,
                "text-anchor": "top",
                "text-offset": [
                    0,
                    0.8
                ],
                "symbol-sort-key": [
                    "get",
                    "rank"
                ]
            },
            "source": "poi",
            "source-layer": "poi",
            "id": "poi",
            "paint": {
                "text-halo-blur": 0.5,
                "text-halo-width": 1.5,
                "text-color": "#666",
                "text-halo-color": "#fff"
            },
            "filter": [
                "all",
                [
                    ">=",
                    [
                        "zoom"
                    ],
                    [
                        "get",
                        "rank"
                    ]
                ],
                [
                    "!=",
                    [
                        "get",
                        "icon_name"
                    ],
                    "pvz-wb"
                ],
                [
                    "!",
                    [
                        "in",
                        [
                            "get",
                            "rubric_id"
                        ],
                        [
                            "literal",
                            [
                                151511021,
                                151511007,
                                151511011,
                                131311001,
                                151511009,
                                151511006,
                                151511013
                            ]
                        ]
                    ]
                ],
                [
                    "!",
                    [
                        "in",
                        [
                            "get",
                            "icon_name"
                        ],
                        [
                            "literal",
                            [
                                "attraction",
                                "barrier",
                                "campsite",
                                "dog",
                                "entrance",
                                "fountain",
                                "garden",
                                "gate",
                                "information",
                                "monument",
                                "mountain",
                                "oneway",
                                "park",
                                "picnic_site",
                                "playground",
                                "run",
                                "toilet",
                                "view",
                                "volcano",
                                "wicket"
                            ]
                        ]
                    ]
                ]
            ],
            "type": "symbol"
        },
        {
            "layout": {
                "visibility": "visible",
                "text-anchor": "top",
                "text-field": "{name}",
                "text-font": [
                    "Noto_Sans_Regular"
                ],
                "text-max-width": 9,
                "text-offset": [
                    0,
                    0.6
                ],
                "text-optional": true,
                "text-padding": 2,
                "text-size": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    16,
                    12,
                    19,
                    14,
                    22,
                    20
                ],
                "text-line-height": 1.1,
                "text-radial-offset": 0.95,
                "icon-size": 0.7,
                "icon-image": [
                    "match",
                    [
                        "concat",
                        [
                            "get",
                            "network"
                        ],
                        "-",
                        [
                            "get",
                            "ref"
                        ]
                    ],
                    "moscow-1",
                    "metro_msk_exit_1",
                    "moscow-2",
                    "metro_msk_exit_2",
                    "moscow-3",
                    "metro_msk_exit_3",
                    "moscow-4",
                    "metro_msk_exit_4",
                    "moscow-5",
                    "metro_msk_exit_5",
                    "moscow-6",
                    "metro_msk_exit_6",
                    "moscow-7",
                    "metro_msk_exit_7",
                    "moscow-8",
                    "metro_msk_exit_8",
                    "moscow-9",
                    "metro_msk_exit_9",
                    "moscow-10",
                    "metro_msk_exit_10",
                    "moscow-11",
                    "metro_msk_exit_11",
                    "moscow-12",
                    "metro_msk_exit_12",
                    "moscow-13",
                    "metro_msk_exit_13",
                    "moscow-14",
                    "metro_msk_exit_14",
                    "moscow-15",
                    "metro_msk_exit_15",
                    "moscow-16",
                    "metro_msk_exit_16",
                    "moscow-17",
                    "metro_msk_exit_17",
                    "moscow-18",
                    "metro_msk_exit_18",
                    "moscow-19",
                    "metro_msk_exit_19",
                    "moscow-20",
                    "metro_msk_exit_20",
                    "moscow-21",
                    "metro_msk_exit_21",
                    "moscow-22",
                    "metro_msk_exit_22",
                    "moscow-23",
                    "metro_msk_exit_23",
                    "moscow-24",
                    "metro_msk_exit_24",
                    "subway"
                ]
            },
            "type": "symbol",
            "paint": {
                "text-color": "#444444",
                "text-halo-blur": 0.5,
                "text-halo-color": "#FDFDFC",
                "text-halo-width": 1.5
            },
            "id": "metro-entrance",
            "source": "geodata",
            "source-layer": "metro-entrance",
            "minzoom": 15
        },
        {
            "layout": {
                "visibility": "visible",
                "text-font": [
                    "Noto_Sans_Bold"
                ],
                "text-field": "{name}",
                "text-max-width": 8,
                "text-size": 12,
                "text-padding": 10
            },
            "id": "place-zhk",
            "type": "symbol",
            "source": "geodata",
            "source-layer": "place",
            "minzoom": 16,
            "maxzoom": 24,
            "filter": [
                "==",
                "class",
                "residential_complex"
            ],
            "paint": {
                "text-color": "#475c85",
                "text-halo-color": "#FDFDFC",
                "text-halo-width": 1.2,
                "text-opacity": 0.5
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "text-font": [
                    "Noto_Sans_Bold"
                ],
                "icon-allow-overlap": false,
                "icon-ignore-placement": false,
                "icon-optional": false,
                "icon-size": 1,
                "text-allow-overlap": false,
                "text-ignore-placement": false,
                "text-optional": true,
                "text-padding": 2,
                "text-size": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    13,
                    12,
                    16,
                    14,
                    18,
                    16,
                    22,
                    22
                ],
                "text-variable-anchor": [
                    "left",
                    "right"
                ],
                "text-justify": "auto",
                "text-line-height": 1.05,
                "text-max-width": 10,
                "text-radial-offset": 0.9,
                "text-field": {
                    "stops": [
                        [
                            15,
                            ""
                        ],
                        [
                            16,
                            "{name}"
                        ]
                    ]
                },
                "icon-image": "bus_terminal"
            },
            "type": "symbol",
            "paint": {
                "text-color": "#4e91fd",
                "text-halo-color": "#FDFDFC",
                "text-halo-blur": 1,
                "text-halo-width": 2
            },
            "source": "geodata",
            "source-layer": "poi",
            "minzoom": 15,
            "maxzoom": 18,
            "id": "poi-bus-terminals-tst",
            "filter": [
                "==",
                "class",
                "bus_station"
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "text-anchor": "top",
                "text-field": "{name}",
                "text-font": [
                    "Noto_Sans_Regular"
                ],
                "text-max-width": 9,
                "text-offset": [
                    0,
                    0.6
                ],
                "text-optional": true,
                "text-padding": 2,
                "text-size": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    16,
                    12,
                    19,
                    14,
                    22,
                    20
                ],
                "text-line-height": 1.1,
                "text-radial-offset": 0.95,
                "icon-size": 0.7,
                "icon-image": [
                    "match",
                    [
                        "concat",
                        [
                            "get",
                            "network"
                        ],
                        "-",
                        [
                            "get",
                            "line"
                        ]
                    ],
                    "moscow-1",
                    "metro_msk_line_1",
                    "moscow-2",
                    "metro_msk_line_2",
                    "moscow-3",
                    "metro_msk_line_3",
                    "moscow-4",
                    "metro_msk_line_4",
                    "moscow-5",
                    "metro_msk_line_5",
                    "moscow-6",
                    "metro_msk_line_6",
                    "moscow-7",
                    "metro_msk_line_7",
                    "moscow-8",
                    "metro_msk_line_8",
                    "moscow-9",
                    "metro_msk_line_9",
                    "moscow-10",
                    "metro_msk_line_10",
                    "moscow-11",
                    "metro_msk_line_11",
                    "moscow-12",
                    "metro_msk_line_12",
                    "moscow-13",
                    "metro_msk_line_13",
                    "moscow-14",
                    "metro_msk_line_14",
                    "moscow-15",
                    "metro_msk_line_15",
                    "moscow-16",
                    "metro_msk_line_16",
                    "moscow-d1",
                    "metro_msk_line_d1",
                    "moscow-d2",
                    "metro_msk_line_d2",
                    "moscow-d3",
                    "metro_msk_line_d3",
                    "moscow-d4",
                    "metro_msk_line_d4",
                    "moscow-0",
                    "metro_msk",
                    "saint-petersburg-1",
                    "metro_spb_line_1",
                    "saint-petersburg-2",
                    "metro_spb_line_2",
                    "saint-petersburg-3",
                    "metro_spb_line_3",
                    "saint-petersburg-4",
                    "metro_spb_line_4",
                    "saint-petersburg-5",
                    "metro_spb_line_5",
                    "saint-petersburg-6",
                    "metro_spb_line_6",
                    "saint-petersburg-7",
                    "metro_spb_line_7",
                    "saint-petersburg-8",
                    "metro_spb_line_8",
                    "tashkent-1",
                    "metro_tas_line_1",
                    "tashkent-2",
                    "metro_tas_line_2",
                    "tashkent-3",
                    "metro_tas_line_3",
                    "tashkent-4",
                    "metro_tas_line_4",
                    "minsk-1",
                    "metro_msq_line_1",
                    "minsk-2",
                    "metro_msq_line_2",
                    "minsk-3",
                    "metro_msq_line_3",
                    "nizhny-novgorod-0",
                    "metro_nn",
                    "nizhny-novgorod-1",
                    "metro_nn_line_1",
                    "nizhny-novgorod-2",
                    "metro_nn_line_2",
                    "tbilisi-0",
                    "metro_tbs",
                    "tbilisi-1",
                    "metro_tbs_line_1",
                    "tbilisi-2",
                    "metro_tbs_line_2",
                    "novosibirsk-1",
                    "metro_nov_line_1",
                    "novosibirsk-2",
                    "metro_nov_line_2",
                    "samara-0",
                    "metro_sam",
                    "kazan-0",
                    "metro_kzn",
                    "yekaterinburg-0",
                    "metro_ekb",
                    "ekaterinburg-0",
                    "metro_ekb",
                    "almaty-0",
                    "metro_ala",
                    "yerevan-0",
                    "metro_evn",
                    "haifa-0",
                    "metro_hfa",
                    "baku-0",
                    "metro_baku",
                    "subway"
                ]
            },
            "type": "symbol",
            "paint": {
                "text-color": "#444444",
                "text-halo-blur": 0.5,
                "text-halo-color": "#FDFDFC",
                "text-halo-width": 1.5
            },
            "id": "metro-station-city",
            "source": "geodata",
            "source-layer": "metro",
            "minzoom": 13.5,
            "maxzoom": 15
        },
        {
            "layout": {
                "visibility": "visible",
                "text-anchor": "top",
                "text-field": "{name}",
                "text-font": [
                    "Noto_Sans_Regular"
                ],
                "text-max-width": 9,
                "text-offset": [
                    0,
                    0.6
                ],
                "text-optional": true,
                "text-padding": 2,
                "text-size": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    16,
                    12,
                    19,
                    14,
                    22,
                    20
                ],
                "text-line-height": 1.1,
                "text-radial-offset": 0.95,
                "icon-size": 1,
                "icon-image": [
                    "match",
                    [
                        "get",
                        "network"
                    ],
                    "moscow",
                    "metro_msk",
                    "saint-petersburg",
                    "metro_spb",
                    "tashkent",
                    "metro_tas",
                    "minsk",
                    "metro_msq",
                    "nizhny-novgorod",
                    "metro_nn",
                    "tbilisi",
                    "metro_tbs",
                    "novosibirsk",
                    "metro_nov",
                    "samara",
                    "metro_sam",
                    "kazan",
                    "metro_kzn",
                    "yekaterinburg",
                    "metro_ekb",
                    "ekaterinburg",
                    "metro_ekb",
                    "almaty",
                    "metro_ala",
                    "yerevan",
                    "metro_evn",
                    "haifa",
                    "metro_hfa",
                    "baku",
                    "metro_baku",
                    "subway"
                ]
            },
            "type": "symbol",
            "paint": {
                "text-color": "#444444",
                "text-halo-blur": 0.5,
                "text-halo-color": "#FDFDFC",
                "text-halo-width": 1.5
            },
            "id": "metro-station",
            "source": "geodata",
            "source-layer": "metro",
            "minzoom": 12,
            "maxzoom": 13.5
        },
        {
            "layout": {
                "visibility": "visible",
                "text-font": [
                    "Noto_Sans_Bold"
                ],
                "text-field": "{ref}",
                "symbol-placement": "line",
                "text-rotation-alignment": "viewport",
                "text-pitch-alignment": "viewport",
                "text-letter-spacing": {
                    "stops": [
                        [
                            8,
                            0.03
                        ],
                        [
                            12,
                            0.05
                        ],
                        [
                            16,
                            0.05
                        ],
                        [
                            18,
                            0.07
                        ],
                        [
                            20,
                            0.09
                        ]
                    ]
                },
                "text-padding": 20,
                "text-line-height": 1.1,
                "icon-text-fit": "both",
                "icon-overlap": "always",
                "icon-rotation-alignment": "viewport",
                "icon-image": [
                    "case",
                    [
                        "==",
                        [
                            "get",
                            "toll"
                        ],
                        "yes"
                    ],
                    "shield_toll",
                    [
                        "match",
                        [
                            "slice",
                            [
                                "get",
                                "ref"
                            ],
                            0,
                            1
                        ],
                        "М",
                        "shield_blue",
                        "А",
                        "shield_blue",
                        "Е",
                        "shield_green",
                        "shield_blue"
                    ]
                ],
                "icon-size": {
                    "stops": [
                        [
                            8,
                            0.6
                        ],
                        [
                            12,
                            0.7
                        ],
                        [
                            16,
                            0.8
                        ],
                        [
                            18,
                            0.8
                        ],
                        [
                            20,
                            1
                        ]
                    ]
                },
                "icon-text-fit-padding": {
                    "stops": [
                        [
                            8,
                            [
                                0,
                                6,
                                0,
                                6
                            ]
                        ],
                        [
                            12,
                            [
                                0,
                                5,
                                0,
                                5
                            ]
                        ],
                        [
                            16,
                            [
                                0,
                                5,
                                0,
                                5
                            ]
                        ],
                        [
                            18,
                            [
                                1,
                                4,
                                1,
                                4
                            ]
                        ],
                        [
                            20,
                            [
                                1,
                                6,
                                1,
                                6
                            ]
                        ]
                    ]
                },
                "symbol-spacing": {
                    "stops": [
                        [
                            8,
                            100
                        ],
                        [
                            9,
                            150
                        ],
                        [
                            10,
                            200
                        ],
                        [
                            11,
                            300
                        ],
                        [
                            12,
                            400
                        ],
                        [
                            14,
                            500
                        ]
                    ]
                },
                "text-size": {
                    "stops": [
                        [
                            8,
                            9
                        ],
                        [
                            12,
                            10
                        ],
                        [
                            16,
                            11
                        ],
                        [
                            18,
                            12
                        ],
                        [
                            20,
                            14
                        ]
                    ]
                }
            },
            "source": "geodata",
            "source-layer": "transportation-name",
            "type": "symbol",
            "id": "highway-shield",
            "minzoom": 8,
            "filter": [
                "all",
                [
                    "all",
                    [
                        "<=",
                        "ref_length",
                        6
                    ],
                    [
                        "==",
                        "$type",
                        "LineString"
                    ],
                    [
                        "!in",
                        "network",
                        "us-interstate",
                        "us-highway",
                        "us-state"
                    ],
                    [
                        "!in",
                        "class",
                        "service"
                    ]
                ],
                [
                    "!=",
                    "ramp",
                    1
                ]
            ],
            "paint": {
                "text-color": "#FFFFFF"
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "text-font": [
                    "Noto_Sans_Bold"
                ],
                "text-field": "{ref}",
                "symbol-placement": "line",
                "text-rotation-alignment": "viewport",
                "text-pitch-alignment": "viewport",
                "text-letter-spacing": {
                    "stops": [
                        [
                            8,
                            0.03
                        ],
                        [
                            12,
                            0.05
                        ],
                        [
                            16,
                            0.05
                        ],
                        [
                            18,
                            0.07
                        ],
                        [
                            20,
                            0.09
                        ]
                    ]
                },
                "text-padding": 20,
                "text-line-height": 1.1,
                "icon-text-fit": "both",
                "icon-overlap": "always",
                "icon-rotation-alignment": "viewport",
                "icon-image": "shield_white",
                "icon-size": {
                    "stops": [
                        [
                            16,
                            0.6
                        ],
                        [
                            18,
                            0.8
                        ],
                        [
                            20,
                            0.9
                        ]
                    ]
                },
                "icon-text-fit-padding": {
                    "stops": [
                        [
                            16,
                            [
                                0,
                                3,
                                0,
                                3
                            ]
                        ],
                        [
                            18,
                            [
                                1,
                                4,
                                1,
                                4
                            ]
                        ],
                        [
                            20,
                            [
                                1,
                                6,
                                1,
                                6
                            ]
                        ]
                    ]
                },
                "symbol-spacing": {
                    "stops": [
                        [
                            14,
                            400
                        ],
                        [
                            16,
                            300
                        ]
                    ]
                },
                "text-size": {
                    "stops": [
                        [
                            14,
                            9
                        ],
                        [
                            16,
                            10
                        ],
                        [
                            18,
                            12
                        ],
                        [
                            20,
                            14
                        ]
                    ]
                }
            },
            "source": "geodata",
            "source-layer": "transportation-name",
            "type": "symbol",
            "id": "highway-shield-ramp",
            "minzoom": 14,
            "filter": [
                "all",
                [
                    "all",
                    [
                        "<=",
                        "ref_length",
                        6
                    ],
                    [
                        "==",
                        "$type",
                        "LineString"
                    ],
                    [
                        "!in",
                        "network",
                        "us-interstate",
                        "us-highway",
                        "us-state"
                    ],
                    [
                        "!in",
                        "class",
                        "service"
                    ]
                ],
                [
                    "==",
                    "ramp",
                    1
                ]
            ],
            "paint": {
                "text-color": "#232323"
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "text-field": "{name}",
                "text-transform": "uppercase",
                "text-rotation-alignment": "viewport",
                "text-pitch-alignment": "viewport",
                "text-max-width": 8,
                "text-justify": "auto",
                "symbol-sort-key": [
                    "get",
                    "weight"
                ],
                "text-font": [
                    "Noto_Sans_Bold"
                ],
                "text-size": {
                    "base": 1.5,
                    "stops": [
                        [
                            11,
                            11
                        ],
                        [
                            15,
                            16
                        ]
                    ]
                },
                "text-padding": 15,
                "text-line-height": 1.2,
                "text-letter-spacing": {
                    "stops": [
                        [
                            11,
                            0
                        ],
                        [
                            14,
                            0.03
                        ]
                    ]
                }
            },
            "source": "geodata",
            "source-layer": "place",
            "type": "symbol",
            "paint": {
                "text-color": "#bab6e1",
                "text-halo-color": "#FDFDFC",
                "text-halo-blur": 1,
                "text-halo-width": 2
            },
            "id": "place-suburb",
            "maxzoom": 15,
            "filter": [
                "all",
                [
                    "in",
                    "class",
                    "suburb"
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "text-field": "{name}",
                "text-rotation-alignment": "viewport",
                "text-pitch-alignment": "viewport",
                "text-max-width": 10,
                "text-justify": "auto",
                "symbol-sort-key": [
                    "get",
                    "rank"
                ],
                "text-padding": 4,
                "text-font": [
                    "Noto_Sans_Regular"
                ],
                "text-size": {
                    "stops": [
                        [
                            8,
                            10
                        ],
                        [
                            10,
                            11
                        ],
                        [
                            12,
                            14
                        ],
                        [
                            14,
                            14
                        ],
                        [
                            16,
                            16
                        ]
                    ]
                },
                "text-offset": {
                    "stops": [
                        [
                            10.99,
                            [
                                0,
                                0.2
                            ]
                        ],
                        [
                            11,
                            [
                                0,
                                0
                            ]
                        ]
                    ]
                },
                "text-line-height": 1.1,
                "text-anchor": {
                    "stops": [
                        [
                            6,
                            "top"
                        ],
                        [
                            11,
                            "center"
                        ]
                    ]
                },
                "icon-image": "city",
                "icon-size": {
                    "stops": [
                        [
                            10.99,
                            0.5
                        ],
                        [
                            11,
                            0
                        ]
                    ]
                },
                "icon-padding": 20
            },
            "source": "geodata",
            "source-layer": "place",
            "type": "symbol",
            "paint": {
                "text-color": "#3F3F3F",
                "text-halo-color": "#FDFDFC",
                "text-halo-blur": 2,
                "text-halo-width": 2
            },
            "id": "place-village",
            "maxzoom": 15,
            "filter": [
                "all",
                [
                    "in",
                    "class",
                    "village",
                    "hamlet"
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "text-field": "{name}",
                "text-rotation-alignment": "viewport",
                "text-pitch-alignment": "viewport",
                "text-max-width": 10,
                "text-justify": "auto",
                "symbol-sort-key": [
                    "get",
                    "rank"
                ],
                "text-padding": 4,
                "text-font": [
                    "Noto_Sans_Regular"
                ],
                "text-size": {
                    "stops": [
                        [
                            6,
                            11
                        ],
                        [
                            8,
                            12
                        ],
                        [
                            10,
                            14
                        ],
                        [
                            12,
                            17
                        ],
                        [
                            14,
                            18
                        ]
                    ]
                },
                "text-offset": {
                    "stops": [
                        [
                            8.99,
                            [
                                0,
                                0.2
                            ]
                        ],
                        [
                            9,
                            [
                                0,
                                0
                            ]
                        ]
                    ]
                },
                "text-line-height": 1.1,
                "text-anchor": {
                    "stops": [
                        [
                            6,
                            "top"
                        ],
                        [
                            9,
                            "center"
                        ]
                    ]
                },
                "icon-image": "city",
                "icon-size": {
                    "stops": [
                        [
                            8.99,
                            0.6
                        ],
                        [
                            9,
                            0
                        ]
                    ]
                },
                "icon-padding": 15
            },
            "source": "geodata",
            "source-layer": "place",
            "type": "symbol",
            "paint": {
                "text-color": "#3F3F3F",
                "text-halo-color": "#FDFDFC",
                "text-halo-blur": 2,
                "text-halo-width": 2
            },
            "id": "place-town",
            "minzoom": 6,
            "maxzoom": 14,
            "filter": [
                "all",
                [
                    "in",
                    "class",
                    "town"
                ],
                [
                    "!=",
                    "capital",
                    2
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "text-field": "{name}",
                "text-rotation-alignment": "viewport",
                "text-pitch-alignment": "viewport",
                "text-max-width": 10,
                "text-justify": "auto",
                "symbol-sort-key": [
                    "get",
                    "rank"
                ],
                "text-padding": 4,
                "text-font": {
                    "stops": [
                        [
                            5,
                            [
                                "Noto_Sans_Regular"
                            ]
                        ],
                        [
                            8,
                            [
                                "Noto_Sans_Bold"
                            ]
                        ]
                    ]
                },
                "text-size": {
                    "stops": [
                        [
                            6,
                            12
                        ],
                        [
                            8,
                            13
                        ],
                        [
                            10,
                            16
                        ],
                        [
                            12,
                            19
                        ]
                    ]
                },
                "text-offset": {
                    "stops": [
                        [
                            7.99,
                            [
                                0,
                                0.1
                            ]
                        ],
                        [
                            8,
                            [
                                0,
                                0
                            ]
                        ]
                    ]
                },
                "text-line-height": 1.1,
                "text-anchor": {
                    "stops": [
                        [
                            6,
                            "top"
                        ],
                        [
                            8,
                            "center"
                        ]
                    ]
                },
                "icon-image": "city",
                "icon-size": {
                    "stops": [
                        [
                            7.99,
                            0.6
                        ],
                        [
                            8,
                            0
                        ]
                    ]
                },
                "icon-padding": 15
            },
            "source": "geodata",
            "source-layer": "place",
            "type": "symbol",
            "paint": {
                "text-color": "#3F3F3F",
                "text-halo-color": "#FDFDFC",
                "text-halo-blur": 2,
                "text-halo-width": 2
            },
            "id": "place-city",
            "minzoom": 5,
            "maxzoom": 13,
            "filter": [
                "all",
                [
                    "in",
                    "class",
                    "city"
                ],
                [
                    "!has",
                    "capital"
                ],
                [
                    "any",
                    [
                        "!has",
                        "rank"
                    ],
                    [
                        ">",
                        "rank",
                        4
                    ]
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "text-font": [
                    "Noto_Sans_Bold"
                ],
                "icon-allow-overlap": false,
                "icon-ignore-placement": false,
                "icon-optional": false,
                "icon-size": 1,
                "text-allow-overlap": false,
                "text-ignore-placement": false,
                "text-optional": true,
                "text-padding": 2,
                "text-size": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    13,
                    12,
                    16,
                    14,
                    18,
                    16,
                    22,
                    22
                ],
                "text-variable-anchor": [
                    "left",
                    "right"
                ],
                "text-justify": "auto",
                "text-line-height": 1.05,
                "text-max-width": 10,
                "text-radial-offset": 0.9,
                "text-field": {
                    "stops": [
                        [
                            10,
                            ""
                        ],
                        [
                            11,
                            "{name}"
                        ]
                    ]
                },
                "icon-image": "railway_terminal"
            },
            "type": "symbol",
            "paint": {
                "text-color": "#4e91fd",
                "text-halo-color": "#FDFDFC",
                "text-halo-blur": 1,
                "text-halo-width": 2
            },
            "source": "geodata",
            "source-layer": "train-station",
            "minzoom": 10,
            "maxzoom": 20,
            "id": "poi-railway-terminals-tst",
            "filter": [
                "all",
                [
                    "has",
                    "name"
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "text-font": [
                    "Noto_Sans_Bold"
                ],
                "icon-allow-overlap": false,
                "icon-ignore-placement": false,
                "icon-optional": false,
                "icon-size": 1,
                "text-allow-overlap": false,
                "text-ignore-placement": false,
                "text-optional": true,
                "text-padding": 2,
                "text-size": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    13,
                    12,
                    16,
                    14,
                    18,
                    16,
                    22,
                    22
                ],
                "text-variable-anchor": [
                    "left",
                    "right"
                ],
                "text-justify": "auto",
                "text-line-height": 1.05,
                "text-max-width": 10,
                "text-radial-offset": 0.9,
                "text-field": {
                    "stops": [
                        [
                            6,
                            ""
                        ],
                        [
                            8,
                            "{iata}"
                        ],
                        [
                            10,
                            "{name}"
                        ]
                    ]
                },
                "icon-image": "airport"
            },
            "type": "symbol",
            "paint": {
                "text-color": "#4e91fd",
                "text-halo-color": "#FDFDFC",
                "text-halo-blur": 1,
                "text-halo-width": 2
            },
            "source": "geodata",
            "source-layer": "aerodrome",
            "minzoom": 10,
            "maxzoom": 16,
            "id": "poi-airport-regular-tst"
        },
        {
            "layout": {
                "visibility": "visible",
                "text-font": [
                    "Noto_Sans_Bold"
                ],
                "icon-allow-overlap": false,
                "icon-ignore-placement": false,
                "icon-optional": false,
                "icon-size": 1,
                "text-allow-overlap": false,
                "text-ignore-placement": false,
                "text-optional": true,
                "text-padding": 2,
                "text-size": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    13,
                    12,
                    16,
                    14,
                    18,
                    16,
                    22,
                    22
                ],
                "text-variable-anchor": [
                    "left",
                    "right"
                ],
                "text-justify": "auto",
                "text-line-height": 1.05,
                "text-max-width": 10,
                "text-radial-offset": 0.9,
                "text-field": {
                    "stops": [
                        [
                            6,
                            ""
                        ],
                        [
                            8,
                            "{iata}"
                        ],
                        [
                            10,
                            "{name}"
                        ]
                    ]
                },
                "icon-image": "airport"
            },
            "type": "symbol",
            "paint": {
                "text-color": "#4e91fd",
                "text-halo-color": "#FDFDFC",
                "text-halo-blur": 1,
                "text-halo-width": 2
            },
            "source": "geodata",
            "source-layer": "aerodrome",
            "minzoom": 8,
            "maxzoom": 16,
            "id": "poi-airport-minor-tst",
            "filter": [
                "has",
                "iata"
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "text-font": [
                    "Noto_Sans_Bold"
                ],
                "icon-allow-overlap": false,
                "icon-ignore-placement": false,
                "icon-optional": false,
                "icon-size": 1,
                "text-allow-overlap": false,
                "text-ignore-placement": false,
                "text-optional": true,
                "text-padding": 2,
                "text-size": [
                    "interpolate",
                    [
                        "linear"
                    ],
                    [
                        "zoom"
                    ],
                    13,
                    12,
                    16,
                    14,
                    18,
                    16,
                    22,
                    22
                ],
                "text-variable-anchor": [
                    "left",
                    "right"
                ],
                "text-justify": "auto",
                "text-line-height": 1.05,
                "text-max-width": 10,
                "text-radial-offset": 0.9,
                "text-field": {
                    "stops": [
                        [
                            6,
                            ""
                        ],
                        [
                            8,
                            "{iata}"
                        ],
                        [
                            10,
                            "{name}"
                        ]
                    ]
                },
                "icon-image": "airport"
            },
            "type": "symbol",
            "paint": {
                "text-color": "#4e91fd",
                "text-halo-color": "#FDFDFC",
                "text-halo-blur": 1,
                "text-halo-width": 2
            },
            "source": "geodata",
            "source-layer": "aerodrome",
            "minzoom": 6,
            "maxzoom": 16,
            "id": "poi-airport-major-tst",
            "filter": [
                "<=",
                "rank",
                4
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "text-field": "{name}",
                "text-rotation-alignment": "viewport",
                "text-pitch-alignment": "viewport",
                "text-max-width": 10,
                "text-justify": "auto",
                "symbol-sort-key": [
                    "get",
                    "rank"
                ],
                "text-padding": 4,
                "text-font": {
                    "stops": [
                        [
                            5,
                            [
                                "Noto_Sans_Regular"
                            ]
                        ],
                        [
                            7,
                            [
                                "Noto_Sans_Bold"
                            ]
                        ]
                    ]
                },
                "text-size": {
                    "stops": [
                        [
                            5,
                            11
                        ],
                        [
                            6,
                            12
                        ],
                        [
                            8,
                            14
                        ],
                        [
                            10,
                            17
                        ],
                        [
                            12,
                            20
                        ]
                    ]
                },
                "text-offset": {
                    "stops": [
                        [
                            6.99,
                            [
                                0,
                                0.1
                            ]
                        ],
                        [
                            7,
                            [
                                0,
                                0
                            ]
                        ]
                    ]
                },
                "text-line-height": 1.1,
                "text-anchor": {
                    "stops": [
                        [
                            6,
                            "top"
                        ],
                        [
                            7,
                            "center"
                        ]
                    ]
                },
                "icon-image": "city",
                "icon-size": {
                    "stops": [
                        [
                            6.99,
                            0.6
                        ],
                        [
                            7,
                            0
                        ]
                    ]
                },
                "icon-padding": 15
            },
            "source": "geodata",
            "source-layer": "place",
            "type": "symbol",
            "paint": {
                "text-color": "#3F3F3F",
                "text-halo-color": "#FDFDFC",
                "text-halo-blur": 2,
                "text-halo-width": 2
            },
            "id": "place-city-large",
            "minzoom": 5,
            "maxzoom": 13,
            "filter": [
                "all",
                [
                    "in",
                    "class",
                    "city"
                ],
                [
                    "!has",
                    "capital"
                ],
                [
                    "all",
                    [
                        ">",
                        "rank",
                        2
                    ],
                    [
                        "<=",
                        "rank",
                        4
                    ]
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "text-field": "{name}",
                "text-rotation-alignment": "viewport",
                "text-pitch-alignment": "viewport",
                "text-max-width": 10,
                "text-justify": "auto",
                "symbol-sort-key": [
                    "get",
                    "rank"
                ],
                "text-padding": 4,
                "text-font": [
                    "Noto_Sans_Bold"
                ],
                "text-size": {
                    "stops": [
                        [
                            6,
                            12
                        ],
                        [
                            8,
                            16
                        ],
                        [
                            10,
                            19
                        ],
                        [
                            12,
                            22
                        ]
                    ]
                },
                "text-offset": {
                    "stops": [
                        [
                            5,
                            [
                                0,
                                0.15
                            ]
                        ],
                        [
                            7,
                            [
                                0,
                                0
                            ]
                        ]
                    ]
                },
                "text-line-height": 1.1,
                "text-anchor": {
                    "stops": [
                        [
                            6.99,
                            "top"
                        ],
                        [
                            7,
                            "center"
                        ]
                    ]
                },
                "icon-image": "city",
                "icon-size": {
                    "stops": [
                        [
                            6.99,
                            0.6
                        ],
                        [
                            7,
                            0
                        ]
                    ]
                }
            },
            "source": "geodata",
            "source-layer": "place",
            "type": "symbol",
            "paint": {
                "text-color": "#3F3F3F",
                "text-halo-color": "#FDFDFC",
                "text-halo-blur": 2,
                "text-halo-width": 2
            },
            "id": "place-capital-region",
            "minzoom": 5,
            "maxzoom": 12,
            "filter": [
                "all",
                [
                    "in",
                    "class",
                    "city"
                ],
                [
                    "in",
                    "capital",
                    3,
                    4
                ],
                [
                    "any",
                    [
                        "!has",
                        "rank"
                    ],
                    [
                        ">",
                        "rank",
                        2
                    ]
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "text-field": "{name}",
                "text-rotation-alignment": "viewport",
                "text-pitch-alignment": "viewport",
                "text-max-width": 10,
                "text-justify": "auto",
                "symbol-sort-key": [
                    "get",
                    "rank"
                ],
                "text-padding": 4,
                "text-font": [
                    "Noto_Sans_Bold"
                ],
                "text-size": {
                    "stops": [
                        [
                            6,
                            12
                        ],
                        [
                            8,
                            16
                        ],
                        [
                            10,
                            19
                        ],
                        [
                            12,
                            22
                        ]
                    ]
                },
                "text-offset": {
                    "stops": [
                        [
                            5.99,
                            [
                                0,
                                0.15
                            ]
                        ],
                        [
                            6,
                            [
                                0,
                                0
                            ]
                        ]
                    ]
                },
                "text-line-height": 1.1,
                "text-anchor": {
                    "stops": [
                        [
                            5.99,
                            "top"
                        ],
                        [
                            6,
                            "center"
                        ]
                    ]
                },
                "icon-image": "city",
                "icon-size": {
                    "stops": [
                        [
                            5.99,
                            0.6
                        ],
                        [
                            6,
                            0
                        ]
                    ]
                }
            },
            "source": "geodata",
            "source-layer": "place",
            "type": "symbol",
            "paint": {
                "text-color": "#3F3F3F",
                "text-halo-color": "#FDFDFC",
                "text-halo-blur": 2,
                "text-halo-width": 2
            },
            "id": "place-city-major",
            "minzoom": 4,
            "maxzoom": 12,
            "filter": [
                "all",
                [
                    "==",
                    "class",
                    "city"
                ],
                [
                    "!=",
                    "capital",
                    2
                ],
                [
                    "<=",
                    "rank",
                    2
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "text-field": "{name}",
                "text-rotation-alignment": "viewport",
                "text-pitch-alignment": "viewport",
                "text-max-width": 10,
                "text-justify": "auto",
                "symbol-sort-key": [
                    "get",
                    "rank"
                ],
                "text-padding": 4,
                "text-font": [
                    "Noto_Sans_Bold"
                ],
                "text-size": {
                    "stops": [
                        [
                            8,
                            10
                        ],
                        [
                            10,
                            11
                        ],
                        [
                            12,
                            14
                        ],
                        [
                            14,
                            14
                        ],
                        [
                            16,
                            16
                        ]
                    ]
                },
                "text-offset": {
                    "stops": [
                        [
                            10.99,
                            [
                                0,
                                0.2
                            ]
                        ],
                        [
                            11,
                            [
                                0,
                                0
                            ]
                        ]
                    ]
                },
                "text-line-height": 1,
                "text-anchor": {
                    "stops": [
                        [
                            2,
                            "top"
                        ],
                        [
                            6,
                            "center"
                        ]
                    ]
                },
                "icon-image": "capital",
                "icon-size": {
                    "stops": [
                        [
                            5.99,
                            0.6
                        ],
                        [
                            6,
                            0
                        ]
                    ]
                }
            },
            "source": "geodata",
            "source-layer": "place",
            "type": "symbol",
            "paint": {
                "text-color": "#3F3F3F",
                "text-halo-color": "#FDFDFC",
                "text-halo-blur": 2,
                "text-halo-width": 2
            },
            "id": "place-capital-village-country",
            "maxzoom": 13,
            "filter": [
                "all",
                [
                    "==",
                    "class",
                    "village"
                ],
                [
                    "==",
                    "capital",
                    2
                ]
            ]
        },
        {
            "layout": {
                "visibility": "visible",
                "text-field": "{name}",
                "text-rotation-alignment": "viewport",
                "text-pitch-alignment": "viewport",
                "text-max-width": 10,
                "text-justify": "auto",
                "symbol-sort-key": [
                    "get",
                    "rank"
                ],
                "text-padding": 4,
                "text-font": [
                    "Noto_Sans_Bold"
                ],
                "text-size": {
                    "stops": [
                        [
                            2,
                            10
                        ],
                        [
                            4,
                            11
                        ],
                        [
                            6,
                            16
                        ],
                        [
                            8,
                            18
                        ],
                        [
                            10,
                            22
                        ],
                        [
                            12,
                            26
                        ]
                    ]
                },
                "text-offset": {
                    "stops": [
                        [
                            2,
                            [
                                0,
                                0.3
                            ]
                        ],
                        [
                            6,
                            [
                                0,
                                0
                            ]
                        ]
                    ]
                },
                "text-line-height": 1,
                "text-anchor": {
                    "stops": [
                        [
                            2,
                            "top"
                        ],
                        [
                            6,
                            "center"
                        ]
                    ]
                },
                "icon-image": "capital",
                "icon-size": {
                    "stops": [
                        [
                            5.99,
                            0.6
                        ],
                        [
                            6,
                            0
                        ]
                    ]
                }
            },
            "source": "geodata",
            "source-layer": "place",
            "type": "symbol",
            "paint": {
                "text-color": "#3F3F3F",
                "text-halo-color": "#FDFDFC",
                "text-halo-blur": 2,
                "text-halo-width": 2
            },
            "id": "place-capital-city-country",
            "maxzoom": 12,
            "filter": [
                "all",
                [
                    "in",
                    "class",
                    "city"
                ],
                [
                    "==",
                    "capital",
                    2
                ]
            ]
        },
        {
            "layout": {
                "visibility": "none",
                "text-font": [
                    "Noto_Sans_Bold"
                ],
                "text-field": "{name}",
                "text-letter-spacing": 0.1,
                "text-max-width": 9,
                "text-size": {
                    "base": 1.2,
                    "stops": [
                        [
                            12,
                            10
                        ],
                        [
                            15,
                            14
                        ]
                    ]
                }
            },
            "id": "place-state",
            "type": "symbol",
            "source": "geodata",
            "source-layer": "place",
            "minzoom": 5,
            "maxzoom": 10,
            "filter": [
                "all",
                [
                    "==",
                    "class",
                    "state"
                ]
            ],
            "paint": {
                "text-color": "#8a8aa8",
                "text-halo-blur": 1,
                "text-halo-color": "#FDFDFC",
                "text-halo-width": 1.2
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "text-font": [
                    "Noto_Sans_Bold"
                ],
                "text-field": "{name}",
                "text-size": 10,
                "text-max-width": 6.25,
                "symbol-sort-key": [
                    "get",
                    "rank"
                ]
            },
            "id": "place-country",
            "type": "symbol",
            "source": "geodata",
            "source-layer": "place",
            "minzoom": 2,
            "maxzoom": 4,
            "filter": [
                "all",
                [
                    "==",
                    "class",
                    "country"
                ],
                [
                    "has",
                    "iso_a2"
                ]
            ],
            "paint": {
                "text-color": "#8a8aa8",
                "text-halo-blur": 1,
                "text-halo-color": "#FDFDFC",
                "text-halo-width": 1
            }
        },
        {
            "layout": {
                "visibility": "visible",
                "text-font": [
                    "Noto_Sans_Bold"
                ],
                "text-field": "{name}",
                "text-size": 12,
                "text-max-width": 6.25,
                "text-transform": "uppercase"
            },
            "id": "place-continent",
            "type": "symbol",
            "source": "geodata",
            "source-layer": "place",
            "maxzoom": 2,
            "filter": [
                "all",
                [
                    "==",
                    "class",
                    "continent"
                ]
            ],
            "paint": {
                "text-color": "#8a8aa8",
                "text-halo-blur": 1,
                "text-halo-color": "#FDFDFC",
                "text-halo-width": 1,
                "text-opacity": 0.6
            }
        }
    ]
}