{
    "version": 8,
    "name": "Dark Matter",
    "metadata": {
        "mapbox:autocomposite": false,
        "mapbox:groups": {
            "101da9f13b64a08fa4b6ac1168e89e5f": {
                "collapsed": false,
                "name": "Places"
            },
            "a14c9607bc7954ba1df7205bf660433f": {
                "name": "Boundaries"
            },
            "b6371a3f2f5a9932464fa3867530a2e5": {
                "collapsed": false,
                "name": "Transportation"
            }
        },
        "mapbox:type": "template",
        "openmaptiles:mapbox:owner": "openmaptiles",
        "openmaptiles:mapbox:source:url": "mapbox://openmaptiles.4qljc88t",
        "openmaptiles:version": "3.x"
    },
    "sources": {
        "openmaptiles": {
            "type": "vector",
            "url": "http://172.20.32.161:8070/data/v3.json"
        },
        "raster-tiles": {
            "type": "raster",
            "tiles": [
                "http://172.20.32.161:8070/styles/dark-matter-gl-style/{z}/{x}/{y}.png"
            ],
            "tileSize": 256
        }
    },
    "sprite": "https://openmaptiles.github.io/dark-matter-gl-style/sprite",
    "glyphs": "http://172.20.32.161:8070/fonts/{fontstack}/{range}.pbf",
    "layers": [{
            "id": "water_name",
            "type": "symbol",
            "source": "openmaptiles",
            "source-layer": "water_name",
            "filter": [
                "==",
                "$type",
                "LineString"
            ],
            "layout": {
                "symbol-placement": "line",
                "symbol-spacing": 500,
                "text-field": "{name:nonlatin}",
                "text-font": [
                    "Noto Sans Regular"
                ],
                "text-rotation-alignment": "map",
                "text-size": 12
            },
            "paint": {
                "text-color": "hsla(0, 0%, 0%, 0.7)",
                "text-halo-color": "hsl(0, 0%, 27%)"
            }
        },
        {
            "id": "poi-level-3",
            "type": "symbol",
            "source": "openmaptiles",
            "source-layer": "poi",
            "minzoom": 16,
            "filter": [
                "all", [
                    "==",
                    "$type",
                    "Point"
                ],
                [
                    ">=",
                    "rank",
                    25
                ],
                [
                    "any", [
                        "!has",
                        "level"
                    ],
                    [
                        "==",
                        "level",
                        0
                    ]
                ]
            ],
            "layout": {
                "icon-image": "{class}_11",
                "text-anchor": "top",
                "text-field": "{name:nonlatin}",
                "text-font": [
                    "Noto Sans Regular"
                ],
                "text-max-width": 9,
                "text-offset": [
                    0,
                    0.6
                ],
                "text-padding": 2,
                "text-size": 12,
                "visibility": "visible"
            },
            "paint": {
                "text-color": "rgba(45, 196, 187, 1)",
                "text-halo-blur": 0.5,
                "text-halo-color": "rgba(0,0,0,0.7)",
                "text-halo-width": 1
            }
        },
        {
            "id": "poi-level-2",
            "type": "symbol",
            "source": "openmaptiles",
            "source-layer": "poi",
            "minzoom": 15,
            "filter": [
                "all", [
                    "==",
                    "$type",
                    "Point"
                ],
                [
                    "<=",
                    "rank",
                    24
                ],
                [
                    ">=",
                    "rank",
                    15
                ],
                [
                    "any", [
                        "!has",
                        "level"
                    ],
                    [
                        "==",
                        "level",
                        0
                    ]
                ]
            ],
            "layout": {
                "icon-image": "{class}_11",
                "text-anchor": "top",
                "text-field": "{name:nonlatin}",
                "text-font": [
                    "Noto Sans Regular"
                ],
                "text-max-width": 9,
                "text-offset": [
                    0,
                    0.6
                ],
                "text-padding": 2,
                "text-size": 12,
                "visibility": "visible"
            },
            "paint": {
                "text-color": "rgba(45, 196, 187, 1)",
                "text-halo-blur": 0.5,
                "text-halo-color": "rgba(0,0,0,0.7)",
                "text-halo-width": 1
            }
        },
        {
            "id": "poi-level-1",
            "type": "symbol",
            "source": "openmaptiles",
            "source-layer": "poi",
            "minzoom": 14,
            "filter": [
                "all", [
                    "==",
                    "$type",
                    "Point"
                ],
                [
                    "<=",
                    "rank",
                    14
                ],
                [
                    "has",
                    "name"
                ],
                [
                    "any", [
                        "!has",
                        "level"
                    ],
                    [
                        "==",
                        "level",
                        0
                    ]
                ]
            ],
            "layout": {
                "icon-image": "{class}_11",
                "text-anchor": "top",
                "text-field": "{name:nonlatin}",
                "text-font": [
                    "Noto Sans Regular"
                ],
                "text-max-width": 9,
                "text-offset": [
                    0,
                    0.6
                ],
                "text-padding": 2,
                "text-size": 12,
                "visibility": "visible"
            },
            "paint": {
                "text-color": "rgba(45, 196, 187, 1)",
                "text-halo-blur": 0.5,
                "text-halo-color": "rgba(0,0,0,0.7)",
                "text-halo-width": 1
            }
        },
        {
            "id": "poi-railway",
            "type": "symbol",
            "source": "openmaptiles",
            "source-layer": "poi",
            "minzoom": 13,
            "filter": [
                "all", [
                    "==",
                    "$type",
                    "Point"
                ],
                [
                    "has",
                    "name"
                ],
                [
                    "==",
                    "class",
                    "railway"
                ],
                [
                    "==",
                    "subclass",
                    "station"
                ]
            ],
            "layout": {
                "icon-allow-overlap": false,
                "icon-ignore-placement": false,
                "icon-image": "{class}_11",
                "icon-optional": false,
                "text-allow-overlap": false,
                "text-anchor": "top",
                "text-field": "{name:nonlatin}",
                "text-font": [
                    "Noto Sans Regular"
                ],
                "text-ignore-placement": false,
                "text-max-width": 9,
                "text-offset": [
                    0,
                    0.6
                ],
                "text-optional": true,
                "text-padding": 2,
                "text-size": 12,
                "visibility": "visible"
            },
            "paint": {
                "text-color": "rgba(45, 196, 187, 1)",
                "text-halo-blur": 0.5,
                "text-halo-color": "rgba(0,0,0,0.7)",
                "text-halo-width": 1
            }
        },
        {
            "id": "highway_name_other",
            "type": "symbol",
            "metadata": {
                "mapbox:group": "b6371a3f2f5a9932464fa3867530a2e5"
            },
            "source": "openmaptiles",
            "source-layer": "transportation_name",
            "filter": [
                "all", [
                    "!=",
                    "class",
                    "motorway"
                ],
                [
                    "==",
                    "$type",
                    "LineString"
                ]
            ],
            "layout": {
                "symbol-placement": "line",
                "symbol-spacing": 350,
                "text-field": "{name:nonlatin}",
                "text-font": [
                    "Noto Sans Regular"
                ],
                "text-max-angle": 30,
                "text-pitch-alignment": "viewport",
                "text-rotation-alignment": "map",
                "text-size": 10,
                "text-transform": "uppercase",
                "visibility": "visible"
            },
            "paint": {
                "text-color": "rgba(45, 196, 187, 1)",
                "text-halo-blur": 0,
                "text-halo-color": "rgba(0, 0, 0, 1)",
                "text-halo-width": 1,
                "text-translate": [
                    0,
                    0
                ]
            }
        },
        {
            "id": "highway_name_motorway",
            "type": "symbol",
            "metadata": {
                "mapbox:group": "b6371a3f2f5a9932464fa3867530a2e5"
            },
            "source": "openmaptiles",
            "source-layer": "transportation_name",
            "filter": [
                "all", [
                    "==",
                    "$type",
                    "LineString"
                ],
                [
                    "==",
                    "class",
                    "motorway"
                ]
            ],
            "layout": {
                "symbol-placement": "line",
                "symbol-spacing": 350,
                "text-field": "{ref}",
                "text-font": [
                    "Noto Sans Regular"
                ],
                "text-pitch-alignment": "viewport",
                "text-rotation-alignment": "viewport",
                "text-size": 10,
                "visibility": "visible"
            },
            "paint": {
                "text-color": "rgba(45, 196, 187, 1)",
                "text-translate": [
                    0,
                    2
                ]
            }
        },
        {
            "id": "place_other",
            "type": "symbol",
            "metadata": {
                "mapbox:group": "101da9f13b64a08fa4b6ac1168e89e5f"
            },
            "source": "openmaptiles",
            "source-layer": "place",
            "maxzoom": 14,
            "filter": [
                "all", [
                    "==",
                    "$type",
                    "Point"
                ],
                [
                    "in",
                    "class",
                    "hamlet",
                    "isolated_dwelling",
                    "neighbourhood"
                ]
            ],
            "layout": {
                "text-anchor": "center",
                "text-field": "{name:nonlatin}",
                "text-font": [
                    "Noto Sans Regular"
                ],
                "text-justify": "center",
                "text-offset": [
                    0.5,
                    0
                ],
                "text-size": 10,
                "text-transform": "uppercase",
                "visibility": "visible"
            },
            "paint": {
                "text-color": "rgba(45, 196, 187, 1)",
                "text-halo-blur": 1,
                "text-halo-color": "rgba(0,0,0,0.7)",
                "text-halo-width": 1
            }
        },
        {
            "id": "place_suburb",
            "type": "symbol",
            "metadata": {
                "mapbox:group": "101da9f13b64a08fa4b6ac1168e89e5f"
            },
            "source": "openmaptiles",
            "source-layer": "place",
            "maxzoom": 15,
            "filter": [
                "all", [
                    "==",
                    "$type",
                    "Point"
                ],
                [
                    "==",
                    "class",
                    "suburb"
                ]
            ],
            "layout": {
                "text-anchor": "center",
                "text-field": "{name:nonlatin}",
                "text-font": [
                    "Noto Sans Regular"
                ],
                "text-justify": "center",
                "text-offset": [
                    0.5,
                    0
                ],
                "text-size": 10,
                "text-transform": "uppercase",
                "visibility": "visible"
            },
            "paint": {
                "text-color": "rgba(45, 196, 187, 1)",
                "text-halo-blur": 1,
                "text-halo-color": "rgba(0,0,0,0.7)",
                "text-halo-width": 1
            }
        },
        {
            "id": "place_village",
            "type": "symbol",
            "metadata": {
                "mapbox:group": "101da9f13b64a08fa4b6ac1168e89e5f"
            },
            "source": "openmaptiles",
            "source-layer": "place",
            "maxzoom": 14,
            "filter": [
                "all", [
                    "==",
                    "$type",
                    "Point"
                ],
                [
                    "==",
                    "class",
                    "village"
                ]
            ],
            "layout": {
                "icon-size": 0.4,
                "text-anchor": "left",
                "text-field": "{name:nonlatin}",
                "text-font": [
                    "Noto Sans Regular"
                ],
                "text-justify": "left",
                "text-offset": [
                    0.5,
                    0.2
                ],
                "text-size": 10,
                "text-transform": "uppercase",
                "visibility": "visible"
            },
            "paint": {
                "icon-opacity": 0.7,
                "text-color": "rgba(45, 196, 187, 1)",
                "text-halo-blur": 1,
                "text-halo-color": "rgba(0,0,0,0.7)",
                "text-halo-width": 1
            }
        },
        {
            "id": "place_town",
            "type": "symbol",
            "metadata": {
                "mapbox:group": "101da9f13b64a08fa4b6ac1168e89e5f"
            },
            "source": "openmaptiles",
            "source-layer": "place",
            "maxzoom": 15,
            "filter": [
                "all", [
                    "==",
                    "$type",
                    "Point"
                ],
                [
                    "==",
                    "class",
                    "town"
                ]
            ],
            "layout": {
                "icon-image": {
                    "base": 1,
                    "stops": [
                        [
                            0,
                            "circle-11"
                        ],
                        [
                            9,
                            ""
                        ]
                    ]
                },
                "icon-size": 0.4,
                "text-anchor": {
                    "base": 1,
                    "stops": [
                        [
                            0,
                            "left"
                        ],
                        [
                            8,
                            "center"
                        ]
                    ]
                },
                "text-field": "{name:nonlatin}",
                "text-font": [
                    "Noto Sans Regular"
                ],
                "text-justify": "left",
                "text-offset": [
                    0.5,
                    0.2
                ],
                "text-size": 10,
                "text-transform": "uppercase",
                "visibility": "visible"
            },
            "paint": {
                "icon-opacity": 0.7,
                "text-color": "rgba(45, 196, 187, 1)",
                "text-halo-blur": 1,
                "text-halo-color": "rgba(0,0,0,0.7)",
                "text-halo-width": 1
            }
        },
        {
            "id": "place_city",
            "type": "symbol",
            "metadata": {
                "mapbox:group": "101da9f13b64a08fa4b6ac1168e89e5f"
            },
            "source": "openmaptiles",
            "source-layer": "place",
            "maxzoom": 14,
            "filter": [
                "all", [
                    "==",
                    "$type",
                    "Point"
                ],
                [
                    "==",
                    "class",
                    "city"
                ],
                [
                    ">",
                    "rank",
                    3
                ]
            ],
            "layout": {
                "icon-image": {
                    "base": 1,
                    "stops": [
                        [
                            0,
                            "circle-11"
                        ],
                        [
                            9,
                            ""
                        ]
                    ]
                },
                "icon-size": 0.4,
                "text-anchor": {
                    "base": 1,
                    "stops": [
                        [
                            0,
                            "left"
                        ],
                        [
                            8,
                            "center"
                        ]
                    ]
                },
                "text-field": "{name:nonlatin}",
                "text-font": [
                    "Noto Sans Regular"
                ],
                "text-justify": "left",
                "text-offset": [
                    0.5,
                    0.2
                ],
                "text-size": 10,
                "text-transform": "uppercase",
                "visibility": "visible"
            },
            "paint": {
                "icon-opacity": 0.7,
                "text-color": "rgba(45, 196, 187, 1)",
                "text-halo-blur": 1,
                "text-halo-color": "rgba(0,0,0,0.7)",
                "text-halo-width": 1
            }
        },
        {
            "id": "place_city_large",
            "type": "symbol",
            "metadata": {
                "mapbox:group": "101da9f13b64a08fa4b6ac1168e89e5f"
            },
            "source": "openmaptiles",
            "source-layer": "place",
            "maxzoom": 12,
            "filter": [
                "all", [
                    "==",
                    "$type",
                    "Point"
                ],
                [
                    "<=",
                    "rank",
                    3
                ],
                [
                    "==",
                    "class",
                    "city"
                ]
            ],
            "layout": {
                "icon-image": {
                    "base": 1,
                    "stops": [
                        [
                            0,
                            "circle-11"
                        ],
                        [
                            9,
                            ""
                        ]
                    ]
                },
                "icon-size": 0.4,
                "text-anchor": {
                    "base": 1,
                    "stops": [
                        [
                            0,
                            "left"
                        ],
                        [
                            8,
                            "center"
                        ]
                    ]
                },
                "text-field": "{name:nonlatin}",
                "text-font": [
                    "Noto Sans Regular"
                ],
                "text-justify": "left",
                "text-offset": [
                    0.5,
                    0.2
                ],
                "text-size": 14,
                "text-transform": "uppercase",
                "visibility": "visible"
            },
            "paint": {
                "icon-opacity": 0.7,
                "text-color": "rgba(45, 196, 187, 1)",
                "text-halo-blur": 1,
                "text-halo-color": "rgba(0,0,0,0.7)",
                "text-halo-width": 1
            }
        },
        {
            "id": "place_state",
            "type": "symbol",
            "metadata": {
                "mapbox:group": "101da9f13b64a08fa4b6ac1168e89e5f"
            },
            "source": "openmaptiles",
            "source-layer": "place",
            "maxzoom": 12,
            "filter": [
                "all", [
                    "==",
                    "$type",
                    "Point"
                ],
                [
                    "==",
                    "class",
                    "state"
                ]
            ],
            "layout": {
                "text-field": "{name:nonlatin}",
                "text-font": [
                    "Noto Sans Regular"
                ],
                "text-size": 10,
                "text-transform": "uppercase",
                "visibility": "visible"
            },
            "paint": {
                "text-color": "rgba(45, 196, 187, 1)",
                "text-halo-blur": 1,
                "text-halo-color": "rgba(0,0,0,0.7)",
                "text-halo-width": 1
            }
        },
        {
            "id": "place_country_other",
            "type": "symbol",
            "metadata": {
                "mapbox:group": "101da9f13b64a08fa4b6ac1168e89e5f"
            },
            "source": "openmaptiles",
            "source-layer": "place",
            "maxzoom": 8,
            "filter": [
                "all", [
                    "==",
                    "$type",
                    "Point"
                ],
                [
                    "==",
                    "class",
                    "country"
                ],
                [
                    "!has",
                    "iso_a2"
                ]
            ],
            "layout": {
                "text-field": "{name:nonlatin}",
                "text-font": [
                    "Noto Sans Regular"
                ],
                "text-size": {
                    "base": 1,
                    "stops": [
                        [
                            0,
                            9
                        ],
                        [
                            1,
                            11
                        ]
                    ]
                },
                "text-transform": "uppercase",
                "visibility": "visible"
            },
            "paint": {
                "text-color": "rgba(45, 196, 187, 1)",
                "text-halo-color": "rgba(0,0,0,0.7)",
                "text-halo-width": 1.4
            }
        },
        {
            "id": "place_country_minor",
            "type": "symbol",
            "metadata": {
                "mapbox:group": "101da9f13b64a08fa4b6ac1168e89e5f"
            },
            "source": "openmaptiles",
            "source-layer": "place",
            "maxzoom": 8,
            "filter": [
                "all", [
                    "==",
                    "$type",
                    "Point"
                ],
                [
                    "==",
                    "class",
                    "country"
                ],
                [
                    ">=",
                    "rank",
                    2
                ],
                [
                    "has",
                    "iso_a2"
                ]
            ],
            "layout": {
                "text-field": "{name:nonlatin}",
                "text-font": [
                    "Noto Sans Regular"
                ],
                "text-size": {
                    "base": 1,
                    "stops": [
                        [
                            0,
                            10
                        ],
                        [
                            6,
                            12
                        ]
                    ]
                },
                "text-transform": "uppercase",
                "visibility": "visible"
            },
            "paint": {
                "text-color": "rgba(45, 196, 187, 1)",
                "text-halo-color": "rgba(0,0,0,0.7)",
                "text-halo-width": 1.4
            }
        },
        {
            "id": "place_country_major",
            "type": "symbol",
            "metadata": {
                "mapbox:group": "101da9f13b64a08fa4b6ac1168e89e5f"
            },
            "source": "openmaptiles",
            "source-layer": "place",
            "maxzoom": 6,
            "filter": [
                "all", [
                    "==",
                    "$type",
                    "Point"
                ],
                [
                    "<=",
                    "rank",
                    1
                ],
                [
                    "==",
                    "class",
                    "country"
                ],
                [
                    "has",
                    "iso_a2"
                ]
            ],
            "layout": {
                "text-anchor": "center",
                "text-field": "{name:nonlatin}",
                "text-font": [
                    "Noto Sans Regular"
                ],
                "text-size": {
                    "base": 1.4,
                    "stops": [
                        [
                            0,
                            10
                        ],
                        [
                            3,
                            12
                        ],
                        [
                            4,
                            14
                        ]
                    ]
                },
                "text-transform": "uppercase",
                "visibility": "visible"
            },
            "paint": {
                "text-color": "rgba(45, 196, 187, 1)",
                "text-halo-color": "rgba(0,0,0,0.7)",
                "text-halo-width": 1.4
            }
        }
    ],
    "id": "dark-matter"
}