{
  "version": 8,
  "name": "Default",
  "metadata": {"maputnik:renderer": "mlgljs"},
  "sources": {
    "osm": {
      "type": "vector",
      "tiles": ["https://test.osmand.net/vector/{z}/{x}/{y}.mvt"],
      "minzoom": 0,
      "maxzoom": 20
    }
  },
  "sprite": "./sprites/sprite",
  "glyphs": "https://fonts.openmaptiles.org/{fontstack}/{range}.pbf",
  "layers": [
    {
      "id": "background",
      "type": "background",
      "maxzoom": 24,
      "paint": {"background-color": "rgba(255, 255, 255, 1)"}
    },
    {
      "id": "landuse-residential",
      "type": "fill",
      "source": "osm",
      "source-layer": "ground_layer",
      "filter": ["all", ["==", "landuse", "residential"]],
      "paint": {"fill-color": "#e0d8d0"}
    },
    {
      "id": "landuse-commercial",
      "type": "fill",
      "source": "osm",
      "source-layer": "ground_layer",
      "filter": ["all", ["in", "landuse", "commercial", "retail"]],
      "paint": {"fill-color": "#f0d8c8"}
    },
    {
      "id": "landuse-industrial",
      "type": "fill",
      "source": "osm",
      "source-layer": "ground_layer",
      "filter": ["all", ["==", "landuse", "industrial"]],
      "paint": {"fill-color": "#d8d0c8"}
    },
    {
      "id": "natural-wood",
      "type": "fill",
      "source": "osm",
      "source-layer": "ground_layer",
      "filter": ["all", ["in", "natural", "wood", "forest"]],
      "paint": {"fill-color": "#a0d090"}
    },
    {
      "id": "natural-coastline-line",
      "type": "fill",
      "source": "osm",
      "source-layer": "ground_layer",
      "filter": ["all", ["==", "natural", "coastline_line"]],
      "paint": {"fill-color": "#80c0ff"}
    },
    {
      "id": "natural-water",
      "type": "fill",
      "source": "osm",
      "source-layer": "ground_layer",
      "filter": ["all", ["==", "natural", "water"]],
      "paint": {"fill-color": "#80c0ff"}
    },
    {
      "id": "buildings",
      "type": "fill",
      "source": "osm",
      "source-layer": "ground_layer",
      "filter": ["all", ["has", "building"]],
      "paint": {"fill-color": "#c8c8c8", "fill-outline-color": "#b0b0b0"}
    },
    {
      "id": "highway-motorway",
      "type": "line",
      "source": "osm",
      "source-layer": "ground_layer",
      "filter": ["all", ["==", "highway", "motorway"]],
      "paint": {"line-color": "#e66", "line-width": 5}
    },
    {
      "id": "highway-trunk-primary",
      "type": "line",
      "source": "osm",
      "source-layer": "ground_layer",
      "filter": ["all", ["in", "highway", "trunk", "primary"]],
      "paint": {"line-color": "#fc8", "line-width": 4}
    },
    {
      "id": "highway-secondary-tertiary",
      "type": "line",
      "source": "osm",
      "source-layer": "ground_layer",
      "filter": ["all", ["in", "highway", "secondary", "tertiary"]],
      "paint": {"line-color": "#ffdd99", "line-width": 3.5}
    },
    {
      "id": "highway-residential",
      "type": "line",
      "source": "osm",
      "source-layer": "ground_layer",
      "filter": [
        "all",
        ["in", "highway", "residential", "unclassified", "living_street"]
      ],
      "paint": {"line-color": "#ffffff", "line-width": 2.5, "line-opacity": 0.9}
    },
    {
      "id": "highway-path",
      "type": "line",
      "source": "osm",
      "source-layer": "ground_layer",
      "filter": [
        "all",
        ["in", "highway", "path", "footway", "cycleway", "track"]
      ],
      "paint": {
        "line-color": "#886",
        "line-width": 1.5,
        "line-dasharray": [2, 2]
      }
    },
    {
      "id": "bridge",
      "type": "line",
      "source": "osm",
      "source-layer": "bridge_layer",
      "paint": {"line-color": "#e66", "line-width": 5, "line-opacity": 0.9}
    },
    {
      "id": "tunnel",
      "type": "line",
      "source": "osm",
      "source-layer": "tunnel_layer",
      "paint": {"line-color": "#888", "line-width": 3, "line-dasharray": [3, 2]}
    },
    {
      "id": "place-labels",
      "type": "symbol",
      "source": "osm",
      "source-layer": "ground_layer",
      "filter": ["all", ["has", "name"], ["==", "$type", "Point"]],
      "layout": {
        "text-field": "{name}",
        "text-font": ["Noto Sans Regular"],
        "text-size": 13,
        "text-max-width": 8
      },
      "paint": {
        "text-color": "#333",
        "text-halo-color": "#fff",
        "text-halo-width": 2
      }
    },
    {
      "id": "road-labels",
      "type": "symbol",
      "source": "osm",
      "source-layer": "ground_layer",
      "filter": ["all", ["has", "name"], ["has", "highway"]],
      "layout": {
        "text-field": "{name}",
        "text-font": ["Noto Sans Regular"],
        "text-size": 11,
        "symbol-placement": "line",
        "text-max-angle": 30
      },
      "paint": {
        "text-color": "#222",
        "text-halo-color": "#fff",
        "text-halo-width": 2
      }
    }
  ],
  "id": "pdulf5d"
}