{
  "version": 8,
  "name": "basemap-at-isolinien",
  "center": [
    13.4,
    52.5
  ],
  "zoom": 11,
  "sources": {
    "basemap-iso-source": {
      "type": "vector",
      "url": "https://basemap.bergwerk-gis.at/basemap-download/webapp/api/tilesets/basemap-at-isolines/tile.json"
    }
  },
  "sprite": "https://basemap.bergwerk-gis.at/basemap-download/webapp/api/sprites/spritesheet",
  "glyphs": "https://basemap.bergwerk-gis.at/basemap-download/webapp/fonts/{fontstack}/{range}.pbf",
  "layers": [
    {
      "id": "iso_l",
      "type": "line",
      "source": "basemap-iso-source",
      "source-layer": "iso_l",
      "paint": {
        "line-color": "rgba(128,102,89,0.5)",
        "line-width": [
          "match",
          [
            "get",
            "level"
          ],
          10,
          0.4,
          20,
          0.6,
          50,
          1.0,
          100,
          1.8,
          200,
          1.8,
          1
        ]
      }
    },
    {
      "id": "label_iso_l",
      "type": "symbol",
      "source": "basemap-iso-source",
      "source-layer": "iso_l",
      "layout": {
        "text-font": [
          "Roboto-BoldItalic"
        ],
        "text-field": "{elev}",
        "text-size": [
          "match",
          [
            "get",
            "level"
          ],
          10,
          9,
          20,
          10,
          50,
          10,
          100,
          12,
          200,
          12,
          10
        ],
        "text-allow-overlap": true,
        "text-ignore-placement": true,
        "symbol-placement": "line",
        "symbol-spacing": 500,
        "text-rotation-alignment": "map"
      },
      "paint": {
        "text-color": "#806659",
        "text-halo-color": "#dddddd",
        "text-halo-width": 2
      }
    }
  ]
}