{
  "version": 8,
  "id": "osm-basic-gurs-off",
  "name": "Osm Basic + GURS (GURS Off)",
  "sources": {
    "maptiler_attribution": {
      "attribution": "<a href=\"https://www.maptiler.com/copyright/\" target=\"_blank\">&copy; MapTiler</a> <a href=\"https://www.openstreetmap.org/copyright\" target=\"_blank\">&copy; OpenStreetMap contributors</a>",
      "type": "vector"
    },
    "maptiler_world": {
      "tiles": [
        "https://tiles.kingprostor.si/world_20251015/{z}/{x}/{y}.mvt"
      ],
      "type": "vector",
      "maxzoom": 14
    },
    "gji": {
      "type": "vector",
      "tiles": [
        "https://tiles.kingprostor.si/gurs_gji_20260613/{z}/{x}/{y}.mvt"
      ],
      "attribution": "© GURS",
      "minzoom": 0,
      "maxzoom": 16
    },
    "stavbe": {
      "type": "vector",
      "tiles": [
        "https://tiles.kingprostor.si/gurs_ks_20260614/{z}/{x}/{y}.mvt"
      ],
      "attribution": "© GURS",
      "minzoom": 13,
      "maxzoom": 14
    },
    "naslovi": {
      "type": "vector",
      "tiles": [
        "https://tiles.kingprostor.si/gurs_rpe_20260614/{z}/{x}/{y}.mvt"
      ],
      "attribution": "© GURS",
      "minzoom": 0,
      "maxzoom": 16
    },
    "gurs_zk": {
      "type": "vector",
      "tiles": [
        "https://tiles.kingprostor.si/gurs_zk_20260614/{z}/{x}/{y}.mvt"
      ],
      "attribution": "© GURS",
      "minzoom": 14,
      "maxzoom": 16
    }
  },
  "layers": [
    {
      "id": "Background",
      "type": "background",
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "background-color": {
          "stops": [
            [
              6,
              "hsl(60,20%,85%)"
            ],
            [
              20,
              "hsl(60,24%,90%)"
            ]
          ]
        }
      },
      "metadata": {
        "gurs:order": 0
      }
    },
    {
      "id": "Residential",
      "type": "fill",
      "source": "maptiler_world",
      "source-layer": "landuse",
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-color": {
          "stops": [
            [
              2,
              "hsl(60,23%,81%)"
            ],
            [
              14,
              "hsl(60,21%,85%)"
            ]
          ]
        }
      },
      "filter": [
        "in",
        "class",
        "neighbourhood",
        "residential",
        "suburb"
      ],
      "metadata": {
        "gurs:order": 1
      }
    },
    {
      "id": "Glacier",
      "type": "fill",
      "source": "maptiler_world",
      "source-layer": "globallandcover",
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-color": "hsla(0, 0%, 100%, 0.7)"
      },
      "filter": [
        "==",
        "class",
        "snow"
      ],
      "metadata": {
        "gurs:order": 2
      }
    },
    {
      "id": "Forest",
      "type": "fill",
      "source": "maptiler_world",
      "source-layer": "globallandcover",
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-color": {
          "stops": [
            [
              1,
              "hsla(91,40%,70%,0.25)"
            ],
            [
              7,
              "hsla(91,40%,70%,0.6)"
            ]
          ]
        }
      },
      "filter": [
        "in",
        "class",
        "forest",
        "tree"
      ],
      "metadata": {
        "gurs:order": 3
      }
    },
    {
      "id": "Sand",
      "type": "fill",
      "source": "maptiler_world",
      "source-layer": "landcover",
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-antialias": false,
        "fill-color": "hsla(54,81%,53%,0.3)",
        "fill-opacity": {
          "stops": [
            [
              7,
              0.7
            ],
            [
              12,
              1
            ]
          ]
        }
      },
      "filter": [
        "==",
        "class",
        "sand"
      ],
      "metadata": {
        "gurs:order": 4
      }
    },
    {
      "id": "Grass",
      "type": "fill",
      "source": "maptiler_world",
      "source-layer": "landcover",
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-antialias": false,
        "fill-color": "hsla(89,40%,78%,0.8)",
        "fill-opacity": {
          "stops": [
            [
              7,
              0.7
            ],
            [
              12,
              1
            ]
          ]
        }
      },
      "filter": [
        "==",
        "class",
        "grass"
      ],
      "metadata": {
        "gurs:order": 5
      }
    },
    {
      "id": "Wood",
      "type": "fill",
      "source": "maptiler_world",
      "source-layer": "landcover",
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-antialias": false,
        "fill-color": "hsla(91,40%,70%,0.8)",
        "fill-opacity": {
          "stops": [
            [
              7,
              0.7
            ],
            [
              12,
              1
            ]
          ]
        }
      },
      "filter": [
        "==",
        "class",
        "wood"
      ],
      "metadata": {
        "gurs:order": 6
      }
    },
    {
      "id": "Water",
      "type": "fill",
      "source": "maptiler_world",
      "source-layer": "water",
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-color": "hsl(205,56%,73%)",
        "fill-opacity": [
          "match",
          [
            "get",
            "intermittent"
          ],
          1,
          0.7,
          1
        ]
      },
      "filter": [
        "!=",
        "brunnel",
        "tunnel"
      ],
      "metadata": {
        "gurs:order": 7
      }
    },
    {
      "id": "River",
      "type": "line",
      "source": "maptiler_world",
      "source-layer": "waterway",
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "line-color": "hsl(205,56%,73%)",
        "line-opacity": [
          "match",
          [
            "get",
            "brunnel"
          ],
          "tunnel",
          0.7,
          1
        ],
        "line-width": {
          "stops": [
            [
              9,
              1
            ],
            [
              18,
              3
            ]
          ]
        }
      },
      "filter": [
        "!=",
        "intermittent",
        1
      ],
      "metadata": {
        "gurs:order": 8
      }
    },
    {
      "id": "River intermittent",
      "type": "line",
      "source": "maptiler_world",
      "source-layer": "waterway",
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "line-color": "hsl(205,56%,73%)",
        "line-dasharray": [
          2,
          1
        ],
        "line-opacity": 1,
        "line-width": {
          "stops": [
            [
              9,
              1
            ],
            [
              18,
              3
            ]
          ]
        }
      },
      "filter": [
        "==",
        "intermittent",
        1
      ],
      "metadata": {
        "gurs:order": 9
      }
    },
    {
      "id": "Transit tunnel",
      "type": "line",
      "source": "maptiler_world",
      "source-layer": "transportation",
      "layout": {
        "line-cap": "butt",
        "line-join": "miter",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "hsl(34, 12%, 66%)",
        "line-dasharray": [
          3,
          3
        ],
        "line-opacity": 0.5,
        "line-width": {
          "stops": [
            [
              14,
              0.5
            ],
            [
              16,
              1.2
            ],
            [
              18,
              2
            ]
          ]
        }
      },
      "filter": [
        "all",
        [
          "==",
          "brunnel",
          "tunnel"
        ],
        [
          "==",
          "class",
          "transit"
        ]
      ],
      "metadata": {
        "gurs:order": 10
      }
    },
    {
      "id": "Bridge",
      "type": "fill",
      "source": "maptiler_world",
      "source-layer": "transportation",
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-color": "hsl(47, 26%, 88%)",
        "fill-opacity": 0.7
      },
      "filter": [
        "all",
        [
          "==",
          "$type",
          "Polygon"
        ],
        [
          "==",
          "brunnel",
          "bridge"
        ]
      ],
      "metadata": {
        "gurs:order": 11
      }
    },
    {
      "id": "Pier",
      "type": "fill",
      "source": "maptiler_world",
      "source-layer": "transportation",
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-antialias": true,
        "fill-color": "hsl(60,24%,88%)",
        "fill-opacity": 1
      },
      "metadata": {
        "gurs:order": 12
      },
      "filter": [
        "==",
        "class",
        "pier"
      ]
    },
    {
      "id": "Road network",
      "type": "line",
      "source": "maptiler_world",
      "source-layer": "transportation",
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "hsl(0, 0%, 100%)",
        "line-opacity": [
          "match",
          [
            "get",
            "brunnel"
          ],
          "tunnel",
          0.5,
          1
        ],
        "line-width": [
          "interpolate",
          [
            "linear",
            2
          ],
          [
            "zoom"
          ],
          4,
          0.5,
          5,
          0.75,
          6,
          1,
          10,
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "motorway"
            ],
            [
              "match",
              [
                "get",
                "brunnel"
              ],
              [
                "bridge"
              ],
              0,
              2.5
            ],
            [
              "trunk"
            ],
            1.5,
            1
          ],
          12,
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "motorway"
            ],
            [
              "match",
              [
                "get",
                "ramp"
              ],
              1,
              1,
              4
            ],
            [
              "trunk"
            ],
            2,
            [
              "primary"
            ],
            2.5,
            [
              "secondary",
              "tertiary"
            ],
            2,
            [
              "minor"
            ],
            1,
            [
              "pier",
              "service",
              "track"
            ],
            0.5,
            0.5
          ],
          14,
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "motorway"
            ],
            [
              "match",
              [
                "get",
                "ramp"
              ],
              1,
              5,
              6
            ],
            [
              "trunk"
            ],
            3,
            [
              "primary"
            ],
            5,
            [
              "secondary"
            ],
            4,
            [
              "tertiary"
            ],
            3,
            [
              "minor"
            ],
            2,
            [
              "pier",
              "service",
              "track"
            ],
            1,
            2
          ],
          16,
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "motorway",
              "trunk",
              "primary"
            ],
            8,
            [
              "secondary"
            ],
            7,
            [
              "tertiary"
            ],
            6,
            [
              "minor"
            ],
            4,
            [
              "pier",
              "service",
              "track"
            ],
            2,
            4
          ],
          20,
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "motorway",
              "trunk",
              "primary"
            ],
            28,
            [
              "secondary"
            ],
            24,
            [
              "tertiary"
            ],
            20,
            [
              "minor",
              "service",
              "track",
              "pier"
            ],
            16,
            16
          ]
        ]
      },
      "filter": [
        "!in",
        "class",
        "bridge",
        "ferry",
        "path",
        "rail",
        "transit"
      ],
      "metadata": {
        "gurs:order": 13
      }
    },
    {
      "id": "Path minor",
      "type": "line",
      "source": "maptiler_world",
      "source-layer": "transportation",
      "layout": {
        "line-cap": "square",
        "line-join": "bevel",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "hsl(0, 0%, 100%)",
        "line-dasharray": [
          1,
          1
        ],
        "line-width": {
          "base": 1.55,
          "stops": [
            [
              15,
              0.5
            ],
            [
              16,
              1
            ],
            [
              18,
              2
            ],
            [
              20,
              3
            ],
            [
              22,
              4
            ]
          ]
        }
      },
      "filter": [
        "==",
        "class",
        "path_pedestrian"
      ],
      "metadata": {
        "gurs:order": 14
      }
    },
    {
      "id": "Path",
      "type": "line",
      "source": "maptiler_world",
      "source-layer": "transportation",
      "layout": {
        "line-cap": "square",
        "line-join": "bevel",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "hsl(0, 0%, 100%)",
        "line-dasharray": [
          1,
          1
        ],
        "line-width": {
          "base": 1.55,
          "stops": [
            [
              15,
              0.5
            ],
            [
              16,
              1
            ],
            [
              18,
              2
            ],
            [
              20,
              3
            ],
            [
              22,
              4
            ]
          ]
        }
      },
      "filter": [
        "==",
        "class",
        "path"
      ],
      "metadata": {
        "gurs:order": 15
      }
    },
    {
      "id": "Building",
      "type": "fill",
      "source": "maptiler_world",
      "source-layer": "building",
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "fill-antialias": true,
        "fill-color": {
          "stops": [
            [
              13,
              "hsl(48,25%,73%)"
            ],
            [
              16,
              "hsl(47,32%,77%)"
            ]
          ]
        },
        "fill-opacity": 1
      },
      "metadata": {
        "gurs:order": 16
      }
    },
    {
      "id": "Railway",
      "type": "line",
      "source": "maptiler_world",
      "source-layer": "transportation",
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "line-color": "hsla(33,12%,67%,0.8)",
        "line-opacity": [
          "match",
          [
            "get",
            "brunnel"
          ],
          "tunnel",
          0.25,
          1
        ],
        "line-width": [
          "interpolate",
          [
            "linear",
            1
          ],
          [
            "zoom"
          ],
          9,
          [
            "match",
            [
              "get",
              "service"
            ],
            [
              "yard",
              "spur"
            ],
            0,
            0.5
          ],
          12,
          [
            "match",
            [
              "get",
              "service"
            ],
            [
              "yard",
              "spur"
            ],
            0,
            0.6
          ],
          16,
          [
            "match",
            [
              "get",
              "service"
            ],
            [
              "yard",
              "spur"
            ],
            0.75,
            2
          ],
          22,
          [
            "match",
            [
              "get",
              "service"
            ],
            [
              "yard",
              "spur"
            ],
            1.5,
            3
          ]
        ]
      },
      "filter": [
        "==",
        "class",
        "rail"
      ],
      "metadata": {
        "gurs:order": 17
      }
    },
    {
      "id": "Transit",
      "type": "line",
      "source": "maptiler_world",
      "source-layer": "transportation",
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "line-color": "hsl(34, 12%, 66%)",
        "line-opacity": 0.5,
        "line-width": {
          "stops": [
            [
              14,
              0.5
            ],
            [
              16,
              1.2
            ],
            [
              18,
              2
            ]
          ]
        }
      },
      "filter": [
        "all",
        [
          "==",
          "class",
          "transit"
        ],
        [
          "!=",
          "brunnel",
          "tunnel"
        ]
      ],
      "metadata": {
        "gurs:order": 18
      }
    },
    {
      "id": "Aeroway",
      "type": "line",
      "source": "maptiler_world",
      "source-layer": "aeroway",
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "hsl(0, 0%, 100%)",
        "line-opacity": 1,
        "line-width": [
          "interpolate",
          [
            "linear",
            2
          ],
          [
            "zoom"
          ],
          10,
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "runway"
            ],
            1,
            [
              "taxiway"
            ],
            0.5,
            0
          ],
          14,
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "runway"
            ],
            3,
            [
              "taxiway"
            ],
            2,
            0
          ],
          16,
          [
            "match",
            [
              "get",
              "class"
            ],
            [
              "runway"
            ],
            10,
            [
              "taxiway"
            ],
            6,
            0
          ]
        ]
      },
      "metadata": {
        "gurs:order": 19
      }
    },
    {
      "id": "Airport labels",
      "type": "symbol",
      "source": "maptiler_world",
      "source-layer": "aerodrome_label",
      "layout": {
        "text-anchor": "top",
        "text-field": [
          "coalesce",
          [
            "get",
            "name:en"
          ],
          [
            "get",
            "name"
          ]
        ],
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-max-width": 8,
        "text-offset": [
          0,
          0.5
        ],
        "text-size": {
          "stops": [
            [
              10,
              10
            ],
            [
              14,
              12
            ],
            [
              16,
              14
            ]
          ]
        },
        "visibility": "visible"
      },
      "paint": {
        "text-color": "hsl(0,0%,12%)",
        "text-halo-blur": 1,
        "text-halo-color": "hsl(0, 0%, 100%)",
        "text-halo-width": 1.4
      },
      "filter": [
        "has",
        "iata"
      ],
      "metadata": {
        "gurs:order": 20
      }
    },
    {
      "id": "Station labels",
      "type": "symbol",
      "source": "maptiler_world",
      "source-layer": "poi",
      "layout": {
        "text-anchor": "top",
        "text-field": [
          "coalesce",
          [
            "get",
            "name:en"
          ],
          [
            "get",
            "name"
          ]
        ],
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-max-width": 8,
        "text-offset": [
          0,
          0.5
        ],
        "text-size": {
          "stops": [
            [
              10,
              10
            ],
            [
              14,
              12
            ],
            [
              16,
              14
            ]
          ]
        },
        "visibility": "visible"
      },
      "paint": {
        "text-color": "hsl(0,0%,12%)",
        "text-halo-blur": 1,
        "text-halo-color": "hsl(0, 0%, 100%)",
        "text-halo-width": 1.4
      },
      "filter": [
        "all",
        [
          "==",
          "class",
          "railway"
        ],
        [
          "has",
          "subclass"
        ]
      ],
      "metadata": {
        "gurs:order": 21
      }
    },
    {
      "id": "Road labels",
      "type": "symbol",
      "source": "maptiler_world",
      "source-layer": "transportation_name",
      "layout": {
        "symbol-placement": "line",
        "symbol-spacing": {
          "stops": [
            [
              13,
              250
            ],
            [
              20,
              350
            ],
            [
              21,
              1000
            ]
          ]
        },
        "text-field": [
          "coalesce",
          [
            "get",
            "name:en"
          ],
          [
            "get",
            "name"
          ]
        ],
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-letter-spacing": 0.1,
        "text-rotation-alignment": "map",
        "text-size": {
          "base": 1.4,
          "stops": [
            [
              14,
              8
            ],
            [
              17,
              10
            ],
            [
              20,
              12
            ]
          ]
        },
        "text-transform": "uppercase",
        "visibility": "visible"
      },
      "paint": {
        "text-color": "hsl(0,0%,5%)",
        "text-halo-color": "hsl(0, 100%, 100%)",
        "text-halo-width": 1
      },
      "filter": [
        "all",
        [
          "==",
          "$type",
          "LineString"
        ],
        [
          "!in",
          "class",
          "aerialway",
          "ferry",
          "service"
        ]
      ],
      "metadata": {
        "gurs:order": 22
      }
    },
    {
      "id": "Other border",
      "type": "line",
      "source": "maptiler_world",
      "source-layer": "boundary",
      "layout": {
        "visibility": "visible"
      },
      "paint": {
        "line-color": "hsla(0,0%,60%,0.65)",
        "line-dasharray": [
          2,
          1
        ],
        "line-width": {
          "stops": [
            [
              4,
              0.8
            ],
            [
              11,
              1.75
            ],
            [
              18,
              2.5
            ]
          ]
        }
      },
      "filter": [
        "all",
        [
          "in",
          "admin_level",
          3,
          4,
          5,
          6,
          7,
          8,
          9,
          10
        ],
        [
          "==",
          "maritime",
          0
        ]
      ],
      "metadata": {
        "gurs:order": 23
      }
    },
    {
      "id": "Disputed border",
      "type": "line",
      "source": "maptiler_world",
      "source-layer": "boundary",
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "hsl(0,0%,64%)",
        "line-dasharray": [
          2,
          2
        ],
        "line-width": {
          "stops": [
            [
              1,
              1
            ],
            [
              5,
              1.5
            ],
            [
              10,
              2
            ]
          ]
        }
      },
      "filter": [
        "all",
        [
          "==",
          "admin_level",
          2
        ],
        [
          "==",
          "maritime",
          0
        ],
        [
          "==",
          "disputed",
          1
        ]
      ],
      "metadata": {
        "gurs:order": 24
      }
    },
    {
      "id": "Country border",
      "type": "line",
      "source": "maptiler_world",
      "source-layer": "boundary",
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-blur": {
          "stops": [
            [
              4,
              0.5
            ],
            [
              10,
              0
            ]
          ]
        },
        "line-color": "hsl(0,0%,64%)",
        "line-width": {
          "stops": [
            [
              1,
              1
            ],
            [
              5,
              1.5
            ],
            [
              10,
              2
            ]
          ]
        }
      },
      "filter": [
        "all",
        [
          "==",
          "admin_level",
          2
        ],
        [
          "==",
          "disputed",
          0
        ],
        [
          "==",
          "maritime",
          0
        ]
      ],
      "metadata": {
        "gurs:order": 25
      }
    },
    {
      "id": "Place labels",
      "type": "symbol",
      "source": "maptiler_world",
      "source-layer": "place",
      "layout": {
        "symbol-sort-key": [
          "to-number",
          [
            "get",
            "rank"
          ]
        ],
        "text-field": "{name}",
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-max-width": 10,
        "text-size": [
          "interpolate",
          [
            "linear",
            1
          ],
          [
            "zoom"
          ],
          3,
          11,
          8,
          [
            "match",
            [
              "get",
              "class"
            ],
            "city",
            15,
            13
          ],
          11,
          [
            "match",
            [
              "get",
              "class"
            ],
            "city",
            16,
            [
              "suburb",
              "neighbourhood",
              "quarter",
              "hamlet",
              "isolated_dwelling"
            ],
            10,
            13
          ],
          16,
          [
            "match",
            [
              "get",
              "class"
            ],
            "city",
            21,
            [
              "suburb",
              "neighbourhood",
              "quarter",
              "hamlet",
              "isolated_dwelling"
            ],
            14,
            16
          ]
        ],
        "visibility": "visible"
      },
      "paint": {
        "text-color": "hsl(0, 0%, 0%)",
        "text-halo-blur": 0,
        "text-halo-color": "hsla(0, 0%, 100%, 0.75)",
        "text-halo-width": 2
      },
      "filter": [
        "in",
        "class",
        "hamlet",
        "isolated_dwelling",
        "neighbourhood",
        "province",
        "quarter",
        "suburb",
        "town",
        "village",
        "place"
      ],
      "metadata": {
        "gurs:order": 26
      }
    },
    {
      "id": "City labels",
      "type": "symbol",
      "source": "maptiler_world",
      "source-layer": "place",
      "layout": {
        "symbol-sort-key": [
          "to-number",
          [
            "get",
            "rank"
          ]
        ],
        "text-field": "{name:en}",
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-max-width": 10,
        "text-size": [
          "interpolate",
          [
            "linear",
            1
          ],
          [
            "zoom"
          ],
          3,
          11,
          8,
          15,
          11,
          16,
          16,
          21
        ],
        "visibility": "visible"
      },
      "paint": {
        "text-color": "hsl(0, 0%, 0%)",
        "text-halo-blur": 0,
        "text-halo-color": "hsla(0, 0%, 100%, 0.75)",
        "text-halo-width": 2
      },
      "filter": [
        "==",
        "class",
        "city"
      ],
      "metadata": {
        "gurs:order": 27
      }
    },
    {
      "id": "Country labels",
      "type": "symbol",
      "source": "maptiler_world",
      "source-layer": "place",
      "layout": {
        "symbol-sort-key": [
          "to-number",
          [
            "get",
            "rank"
          ]
        ],
        "text-field": "{name:en}",
        "text-font": [
          "Noto Sans Bold"
        ],
        "text-max-width": 8,
        "text-padding": {
          "stops": [
            [
              1,
              0
            ],
            [
              4,
              2
            ]
          ]
        },
        "text-size": [
          "interpolate",
          [
            "linear",
            1
          ],
          [
            "zoom"
          ],
          0,
          8,
          1,
          10,
          4,
          [
            "case",
            [
              ">",
              [
                "get",
                "rank"
              ],
              2
            ],
            13,
            15
          ],
          8,
          [
            "case",
            [
              ">",
              [
                "get",
                "rank"
              ],
              2
            ],
            18,
            22
          ]
        ],
        "visibility": "visible"
      },
      "paint": {
        "text-color": "hsl(0, 0%, 13%)",
        "text-halo-blur": 1,
        "text-halo-color": "hsla(0, 0%, 100%, 0.75)",
        "text-halo-width": 2
      },
      "filter": [
        "all",
        [
          "==",
          "class",
          "country"
        ],
        [
          "!=",
          "iso_a2",
          "VA"
        ]
      ],
      "metadata": {
        "gurs:order": 28
      }
    },
    {
      "id": "Continent labels",
      "type": "symbol",
      "source": "maptiler_world",
      "source-layer": "place",
      "layout": {
        "text-field": "{name:en}",
        "text-font": [
          "Noto Sans Bold"
        ],
        "text-justify": "center",
        "text-size": {
          "stops": [
            [
              0,
              12
            ],
            [
              2,
              13
            ]
          ]
        },
        "text-transform": "uppercase",
        "visibility": "visible"
      },
      "paint": {
        "text-color": "hsl(0, 0%, 13%)",
        "text-halo-blur": 1,
        "text-halo-color": "hsla(0, 0%, 100%, 0.75)",
        "text-halo-width": 2
      },
      "metadata": {
        "gurs:order": 29
      },
      "filter": [
        "==",
        "class",
        "continent"
      ]
    },
    {
      "id": "KN_SLO_PARCELE_SLO_PARCELE_poligon_stroke",
      "type": "line",
      "source": "gurs_zk",
      "source-layer": "KN_SLO_PARCELE_SLO_PARCELE_poligon",
      "minzoom": 14,
      "paint": {
        "line-color": [
          "case",
          [
            "==",
            [
              "get",
              "JD"
            ],
            1
          ],
          "rgb(0,127,0)",
          [
            "==",
            [
              "get",
              "JD"
            ],
            2
          ],
          "rgb(0,165,124)",
          [
            "==",
            [
              "get",
              "JD"
            ],
            3
          ],
          "rgb(82,165,103)",
          [
            "==",
            [
              "get",
              "JD"
            ],
            4
          ],
          "rgb(63,127,79)",
          "rgb(102,102,102)"
        ],
        "line-width": 1.5,
        "line-opacity": 1
      },
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "none"
      },
      "metadata": {
        "gurs:order": 230,
        "gurs:category": "zkn"
      }
    },
    {
      "id": "KN_SLO_PARCELE_SLO_PARCELE_poligon_3D_stroke",
      "type": "line",
      "source": "gurs_zk",
      "source-layer": "KN_SLO_PARCELE_SLO_PARCELE_poligon",
      "minzoom": 14,
      "paint": {
        "line-color": [
          "case",
          [
            "==",
            [
              "get",
              "JD"
            ],
            1
          ],
          "rgb(0,127,0)",
          [
            "==",
            [
              "get",
              "JD"
            ],
            2
          ],
          "rgb(0,165,124)",
          [
            "==",
            [
              "get",
              "JD"
            ],
            3
          ],
          "rgb(82,165,103)",
          [
            "==",
            [
              "get",
              "JD"
            ],
            4
          ],
          "rgb(63,127,79)",
          "rgb(220,220,220)"
        ],
        "line-width": 2.5,
        "line-opacity": 1
      },
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "none"
      },
      "metadata": {
        "gurs:order": 230,
        "gurs:category": "zkn_3d"
      }
    },
    {
      "id": "parcele_upravni_status",
      "type": "line",
      "source": "gurs_zk",
      "source-layer": "KN_SLO_DALJICE_DALJICE_line",
      "paint": {
        "line-color": "rgb(255, 0, 255)",
        "line-width": [
          "case",
          [
            "==",
            [
              "get",
              "UPRAVNI_STATUS"
            ],
            "urejena"
          ],
          4,
          1
        ],
        "line-opacity": 1
      },
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "none"
      },
      "filter": [
        "==",
        [
          "geometry-type"
        ],
        "LineString"
      ],
      "metadata": {
        "gurs:order": 267,
        "gurs:category": "upravni_status"
      }
    },
    {
      "id": "KN_SLO_PARCELE_SLO_PARCELE_poligon_M2_fill",
      "type": "fill",
      "source": "gurs_zk",
      "source-layer": "KN_SLO_PARCELE_SLO_PARCELE_poligon",
      "minzoom": 14,
      "paint": {
        "fill-color": [
          "case",
          [
            "==",
            [
              "get",
              "POSPLOSENA_VREDNOST_AVG_RAZRED"
            ],
            1
          ],
          "rgb(173,216,230)",
          [
            "==",
            [
              "get",
              "POSPLOSENA_VREDNOST_AVG_RAZRED"
            ],
            2
          ],
          "rgb(142,184,227)",
          [
            "==",
            [
              "get",
              "POSPLOSENA_VREDNOST_AVG_RAZRED"
            ],
            3
          ],
          "rgb(111,152,224)",
          [
            "==",
            [
              "get",
              "POSPLOSENA_VREDNOST_AVG_RAZRED"
            ],
            4
          ],
          "rgb(97,117,215)",
          [
            "==",
            [
              "get",
              "POSPLOSENA_VREDNOST_AVG_RAZRED"
            ],
            5
          ],
          "rgb(86,80,197)",
          [
            "==",
            [
              "get",
              "POSPLOSENA_VREDNOST_AVG_RAZRED"
            ],
            6
          ],
          "rgb(75,0,130)",
          "rgb(102,102,102)"
        ],
        "fill-opacity": 0.6
      },
      "layout": {
        "visibility": "none"
      },
      "metadata": {
        "gurs:order": 278,
        "gurs:category": "zkn_m2"
      }
    },
    {
      "id": "KN_SLO_PARCELE_SLO_PARCELE_poligon_M2_stroke",
      "type": "line",
      "source": "gurs_zk",
      "source-layer": "KN_SLO_PARCELE_SLO_PARCELE_poligon",
      "minzoom": 14,
      "paint": {
        "line-color": "rgb(0, 0, 0)",
        "line-width": 1,
        "line-opacity": 1
      },
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "none"
      },
      "metadata": {
        "gurs:order": 278,
        "gurs:category": "zkn_m2"
      }
    },
    {
      "id": "RPE_SLO_ULICE_ULICE_line_stroke",
      "type": "line",
      "source": "naslovi",
      "source-layer": "RPE_SLO_ULICE_ULICE_line",
      "minzoom": 13,
      "paint": {
        "line-color": "rgb(102, 102, 102)",
        "line-width": 0.6,
        "line-opacity": 1
      },
      "layout": {
        "visibility": "none",
        "line-cap": "round",
        "line-join": "round"
      },
      "metadata": {
        "gurs:order": 320,
        "gurs:category": "ulice"
      }
    },
    {
      "id": "RPE_SLO_PROSTORSKE_ENOTE_OBCINE_poligon_stroke",
      "type": "line",
      "source": "naslovi",
      "source-layer": "RPE_SLO_PROSTORSKE_ENOTE_OBCINE_poligon",
      "paint": {
        "line-color": "rgb(255, 127, 191)",
        "line-width": 1,
        "line-opacity": 1
      },
      "layout": {
        "visibility": "none",
        "line-cap": "butt",
        "line-join": "miter"
      },
      "metadata": {
        "gurs:order": 330,
        "gurs:category": "rpe"
      }
    },
    {
      "id": "RPE_SLO_PROSTORSKE_ENOTE_NASELJA_poligon_stroke",
      "type": "line",
      "source": "naslovi",
      "source-layer": "RPE_SLO_PROSTORSKE_ENOTE_NASELJA_poligon",
      "minzoom": 11,
      "paint": {
        "line-color": "rgb(165, 82, 124)",
        "line-width": 0.8,
        "line-opacity": 1
      },
      "layout": {
        "visibility": "none",
        "line-cap": "round",
        "line-join": "round"
      },
      "metadata": {
        "gurs:order": 331,
        "gurs:category": "naselja"
      }
    },
    {
      "id": "KN_SLO_KAT_OBCINE_KATASTRSKE_OBCINE_poligon_stroke",
      "type": "line",
      "source": "naslovi",
      "source-layer": "KN_SLO_KAT_OBCINE_KATASTRSKE_OBCINE_poligon",
      "minzoom": 11,
      "paint": {
        "line-color": "rgb(127, 0, 63)",
        "line-width": 1.5,
        "line-opacity": 1
      },
      "layout": {
        "visibility": "none",
        "line-cap": "round",
        "line-join": "round"
      },
      "metadata": {
        "gurs:order": 332,
        "gurs:category": "ko"
      }
    },
    {
      "id": "KN_SLO_STAVBE_SLO_STAVBE_PODZEMNI_TLORIS_poligon_fill",
      "type": "fill",
      "source": "stavbe",
      "source-layer": "KN_SLO_STAVBE_SLO_STAVBE_PODZEMNI_TLORIS_poligon",
      "paint": {
        "fill-color": "rgba(255,159,127,0.2)",
        "fill-opacity": 1
      },
      "layout": {
        "visibility": "none"
      },
      "metadata": {
        "gurs:order": 430,
        "gurs:category": "ks"
      }
    },
    {
      "id": "KN_SLO_STAVBE_SLO_STAVBE_PODZEMNI_TLORIS_poligon_stroke",
      "type": "line",
      "source": "stavbe",
      "source-layer": "KN_SLO_STAVBE_SLO_STAVBE_PODZEMNI_TLORIS_poligon",
      "paint": {
        "line-color": "rgb(102,102,102)",
        "line-width": 1.5,
        "line-opacity": 1
      },
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "none"
      },
      "metadata": {
        "gurs:order": 430,
        "gurs:category": "ks"
      }
    },
    {
      "id": "KN_SLO_STAVBE_SLO_STAVBE_TLORIS_web_fill",
      "type": "fill",
      "source": "stavbe",
      "source-layer": "KN_SLO_STAVBE_SLO_STAVBE_TLORIS_web",
      "paint": {
        "fill-color": "rgba(255,159,127,0.2)",
        "fill-opacity": 1
      },
      "layout": {
        "visibility": "none"
      },
      "metadata": {
        "gurs:order": 431,
        "gurs:category": "ks"
      }
    },
    {
      "id": "KN_SLO_STAVBE_SLO_STAVBE_TLORIS_web_stroke",
      "type": "line",
      "source": "stavbe",
      "source-layer": "KN_SLO_STAVBE_SLO_STAVBE_TLORIS_web",
      "paint": {
        "line-color": "rgb(102,102,102)",
        "line-width": 1.5,
        "line-opacity": 1
      },
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "none"
      },
      "metadata": {
        "gurs:order": 431,
        "gurs:category": "ks"
      }
    },
    {
      "id": "KN_SLO_STAVBE_SLO_STAVBE_NADZEMNI_TLORIS_poligon_fill",
      "type": "fill",
      "source": "stavbe",
      "source-layer": "KN_SLO_STAVBE_SLO_STAVBE_NADZEMNI_TLORIS_poligon",
      "paint": {
        "fill-color": "rgba(255,159,127,0.2)",
        "fill-opacity": 1
      },
      "layout": {
        "visibility": "none"
      },
      "metadata": {
        "gurs:order": 432,
        "gurs:category": "ks"
      }
    },
    {
      "id": "KN_SLO_STAVBE_SLO_STAVBE_NADZEMNI_TLORIS_poligon_stroke",
      "type": "line",
      "source": "stavbe",
      "source-layer": "KN_SLO_STAVBE_SLO_STAVBE_NADZEMNI_TLORIS_poligon",
      "paint": {
        "line-color": "rgb(102,102,102)",
        "line-width": 1.5,
        "line-opacity": 1
      },
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "none"
      },
      "metadata": {
        "gurs:order": 432,
        "gurs:category": "ks"
      }
    },
    {
      "id": "KN_SLO_STAVBE_SLO_STAVBE_PODZEMNI_TLORIS_poligon_komunalni_fill",
      "type": "fill",
      "source": "stavbe",
      "source-layer": "KN_SLO_STAVBE_SLO_STAVBE_PODZEMNI_TLORIS_poligon",
      "minzoom": 16,
      "paint": {
        "fill-color": [
          "case",
          [
            "all",
            [
              "==",
              [
                "get",
                "ELEKTRIKA"
              ],
              1
            ],
            [
              "==",
              [
                "get",
                "VODOVOD"
              ],
              1
            ],
            [
              "==",
              [
                "get",
                "KANALIZACIJA"
              ],
              1
            ]
          ],
          "rgb(0,127,0)",
          [
            "all",
            [
              "==",
              [
                "get",
                "ELEKTRIKA"
              ],
              2
            ],
            [
              "==",
              [
                "get",
                "VODOVOD"
              ],
              2
            ],
            [
              "==",
              [
                "get",
                "KANALIZACIJA"
              ],
              2
            ]
          ],
          "rgb(255,0,0)",
          [
            "any",
            [
              "==",
              [
                "get",
                "ELEKTRIKA"
              ],
              1
            ],
            [
              "==",
              [
                "get",
                "VODOVOD"
              ],
              1
            ],
            [
              "==",
              [
                "get",
                "KANALIZACIJA"
              ],
              1
            ]
          ],
          "rgb(255,127,0)",
          "rgb(102,102,102)"
        ],
        "fill-opacity": 0.6
      },
      "layout": {
        "visibility": "none"
      },
      "metadata": {
        "gurs:order": 470,
        "gurs:category": "ks_komunalni"
      }
    },
    {
      "id": "KN_SLO_STAVBE_SLO_STAVBE_PODZEMNI_TLORIS_poligon_komunalni_stroke",
      "type": "line",
      "source": "stavbe",
      "source-layer": "KN_SLO_STAVBE_SLO_STAVBE_PODZEMNI_TLORIS_poligon",
      "minzoom": 16,
      "paint": {
        "line-color": "rgb(102,102,102)",
        "line-width": 1,
        "line-opacity": 1
      },
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "none"
      },
      "metadata": {
        "gurs:order": 470,
        "gurs:category": "ks_komunalni"
      }
    },
    {
      "id": "KN_SLO_STAVBE_SLO_STAVBE_TLORIS_web_komunalni_fill",
      "type": "fill",
      "source": "stavbe",
      "source-layer": "KN_SLO_STAVBE_SLO_STAVBE_TLORIS_web",
      "minzoom": 16,
      "paint": {
        "fill-color": [
          "case",
          [
            "all",
            [
              "==",
              [
                "get",
                "ELEKTRIKA"
              ],
              1
            ],
            [
              "==",
              [
                "get",
                "VODOVOD"
              ],
              1
            ],
            [
              "==",
              [
                "get",
                "KANALIZACIJA"
              ],
              1
            ]
          ],
          "rgb(0,127,0)",
          [
            "all",
            [
              "==",
              [
                "get",
                "ELEKTRIKA"
              ],
              2
            ],
            [
              "==",
              [
                "get",
                "VODOVOD"
              ],
              2
            ],
            [
              "==",
              [
                "get",
                "KANALIZACIJA"
              ],
              2
            ]
          ],
          "rgb(255,0,0)",
          [
            "any",
            [
              "==",
              [
                "get",
                "ELEKTRIKA"
              ],
              1
            ],
            [
              "==",
              [
                "get",
                "VODOVOD"
              ],
              1
            ],
            [
              "==",
              [
                "get",
                "KANALIZACIJA"
              ],
              1
            ]
          ],
          "rgb(255,127,0)",
          "rgb(102,102,102)"
        ],
        "fill-opacity": 0.6
      },
      "layout": {
        "visibility": "none"
      },
      "metadata": {
        "gurs:order": 471,
        "gurs:category": "ks_komunalni"
      }
    },
    {
      "id": "KN_SLO_STAVBE_SLO_STAVBE_TLORIS_web_komunalni_stroke",
      "type": "line",
      "source": "stavbe",
      "source-layer": "KN_SLO_STAVBE_SLO_STAVBE_TLORIS_web",
      "minzoom": 16,
      "paint": {
        "line-color": "rgb(102,102,102)",
        "line-width": 1,
        "line-opacity": 1
      },
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "none"
      },
      "metadata": {
        "gurs:order": 471,
        "gurs:category": "ks_komunalni"
      }
    },
    {
      "id": "KN_SLO_STAVBE_SLO_STAVBE_NADZEMNI_TLORIS_poligon_komunalni_fill",
      "type": "fill",
      "source": "stavbe",
      "source-layer": "KN_SLO_STAVBE_SLO_STAVBE_NADZEMNI_TLORIS_poligon",
      "minzoom": 16,
      "paint": {
        "fill-color": [
          "case",
          [
            "all",
            [
              "==",
              [
                "get",
                "ELEKTRIKA"
              ],
              1
            ],
            [
              "==",
              [
                "get",
                "VODOVOD"
              ],
              1
            ],
            [
              "==",
              [
                "get",
                "KANALIZACIJA"
              ],
              1
            ]
          ],
          "rgb(0,127,0)",
          [
            "all",
            [
              "==",
              [
                "get",
                "ELEKTRIKA"
              ],
              2
            ],
            [
              "==",
              [
                "get",
                "VODOVOD"
              ],
              2
            ],
            [
              "==",
              [
                "get",
                "KANALIZACIJA"
              ],
              2
            ]
          ],
          "rgb(255,0,0)",
          [
            "any",
            [
              "==",
              [
                "get",
                "ELEKTRIKA"
              ],
              1
            ],
            [
              "==",
              [
                "get",
                "VODOVOD"
              ],
              1
            ],
            [
              "==",
              [
                "get",
                "KANALIZACIJA"
              ],
              1
            ]
          ],
          "rgb(255,127,0)",
          "rgb(102,102,102)"
        ],
        "fill-opacity": 0.6
      },
      "layout": {
        "visibility": "none"
      },
      "metadata": {
        "gurs:order": 472,
        "gurs:category": "ks_komunalni"
      }
    },
    {
      "id": "KN_SLO_STAVBE_SLO_STAVBE_NADZEMNI_TLORIS_poligon_komunalni_stroke",
      "type": "line",
      "source": "stavbe",
      "source-layer": "KN_SLO_STAVBE_SLO_STAVBE_NADZEMNI_TLORIS_poligon",
      "minzoom": 16,
      "paint": {
        "line-color": "rgb(102,102,102)",
        "line-width": 1,
        "line-opacity": 1
      },
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "none"
      },
      "metadata": {
        "gurs:order": 472,
        "gurs:category": "ks_komunalni"
      }
    },
    {
      "id": "KN_SLO_STAVBE_SLO_STAVBE_PODZEMNI_TLORIS_poligon_leto_izgradnje_fill",
      "type": "fill",
      "source": "stavbe",
      "source-layer": "KN_SLO_STAVBE_SLO_STAVBE_PODZEMNI_TLORIS_poligon",
      "minzoom": 17,
      "paint": {
        "fill-color": [
          "case",
          [
            "all",
            [
              ">=",
              [
                "to-number",
                [
                  "get",
                  "LETO_IZGRADNJE"
                ]
              ],
              1800
            ],
            [
              "<",
              [
                "to-number",
                [
                  "get",
                  "LETO_IZGRADNJE"
                ]
              ],
              1850
            ]
          ],
          "rgb(127,255,255)",
          [
            "all",
            [
              ">=",
              [
                "to-number",
                [
                  "get",
                  "LETO_IZGRADNJE"
                ]
              ],
              1850
            ],
            [
              "<",
              [
                "to-number",
                [
                  "get",
                  "LETO_IZGRADNJE"
                ]
              ],
              1900
            ]
          ],
          "rgb(191,255,0)",
          [
            "all",
            [
              ">=",
              [
                "to-number",
                [
                  "get",
                  "LETO_IZGRADNJE"
                ]
              ],
              1900
            ],
            [
              "<",
              [
                "to-number",
                [
                  "get",
                  "LETO_IZGRADNJE"
                ]
              ],
              1950
            ]
          ],
          "rgb(0,255,127)",
          [
            "all",
            [
              ">=",
              [
                "to-number",
                [
                  "get",
                  "LETO_IZGRADNJE"
                ]
              ],
              1950
            ],
            [
              "<",
              [
                "to-number",
                [
                  "get",
                  "LETO_IZGRADNJE"
                ]
              ],
              1975
            ]
          ],
          "rgb(102,204,102)",
          [
            "all",
            [
              ">=",
              [
                "to-number",
                [
                  "get",
                  "LETO_IZGRADNJE"
                ]
              ],
              1975
            ],
            [
              "<",
              [
                "to-number",
                [
                  "get",
                  "LETO_IZGRADNJE"
                ]
              ],
              1990
            ]
          ],
          "rgb(255,191,127)",
          [
            "all",
            [
              ">=",
              [
                "to-number",
                [
                  "get",
                  "LETO_IZGRADNJE"
                ]
              ],
              1990
            ],
            [
              "<",
              [
                "to-number",
                [
                  "get",
                  "LETO_IZGRADNJE"
                ]
              ],
              2000
            ]
          ],
          "rgb(255,127,127)",
          [
            "all",
            [
              ">=",
              [
                "to-number",
                [
                  "get",
                  "LETO_IZGRADNJE"
                ]
              ],
              2000
            ],
            [
              "<",
              [
                "to-number",
                [
                  "get",
                  "LETO_IZGRADNJE"
                ]
              ],
              2010
            ]
          ],
          "rgb(255,127,255)",
          [
            ">=",
            [
              "to-number",
              [
                "get",
                "LETO_IZGRADNJE"
              ]
            ],
            2010
          ],
          "rgb(159,127,255)",
          "rgb(132,132,132)"
        ],
        "fill-opacity": 0.6
      },
      "layout": {
        "visibility": "none"
      },
      "metadata": {
        "gurs:order": 475,
        "gurs:category": "ks_leto_izgradnje"
      }
    },
    {
      "id": "KN_SLO_STAVBE_SLO_STAVBE_PODZEMNI_TLORIS_poligon_leto_izgradnje_stroke",
      "type": "line",
      "source": "stavbe",
      "source-layer": "KN_SLO_STAVBE_SLO_STAVBE_PODZEMNI_TLORIS_poligon",
      "minzoom": 17,
      "paint": {
        "line-color": "rgb(102,102,102)",
        "line-width": 1,
        "line-opacity": 1
      },
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "none"
      },
      "metadata": {
        "gurs:order": 475,
        "gurs:category": "ks_leto_izgradnje"
      }
    },
    {
      "id": "KN_SLO_STAVBE_SLO_STAVBE_TLORIS_web_leto_izgradnje_fill",
      "type": "fill",
      "source": "stavbe",
      "source-layer": "KN_SLO_STAVBE_SLO_STAVBE_TLORIS_web",
      "minzoom": 17,
      "paint": {
        "fill-color": [
          "case",
          [
            "all",
            [
              ">=",
              [
                "to-number",
                [
                  "get",
                  "LETO_IZGRADNJE"
                ]
              ],
              1800
            ],
            [
              "<",
              [
                "to-number",
                [
                  "get",
                  "LETO_IZGRADNJE"
                ]
              ],
              1850
            ]
          ],
          "rgb(127,255,255)",
          [
            "all",
            [
              ">=",
              [
                "to-number",
                [
                  "get",
                  "LETO_IZGRADNJE"
                ]
              ],
              1850
            ],
            [
              "<",
              [
                "to-number",
                [
                  "get",
                  "LETO_IZGRADNJE"
                ]
              ],
              1900
            ]
          ],
          "rgb(191,255,0)",
          [
            "all",
            [
              ">=",
              [
                "to-number",
                [
                  "get",
                  "LETO_IZGRADNJE"
                ]
              ],
              1900
            ],
            [
              "<",
              [
                "to-number",
                [
                  "get",
                  "LETO_IZGRADNJE"
                ]
              ],
              1950
            ]
          ],
          "rgb(0,255,127)",
          [
            "all",
            [
              ">=",
              [
                "to-number",
                [
                  "get",
                  "LETO_IZGRADNJE"
                ]
              ],
              1950
            ],
            [
              "<",
              [
                "to-number",
                [
                  "get",
                  "LETO_IZGRADNJE"
                ]
              ],
              1975
            ]
          ],
          "rgb(102,204,102)",
          [
            "all",
            [
              ">=",
              [
                "to-number",
                [
                  "get",
                  "LETO_IZGRADNJE"
                ]
              ],
              1975
            ],
            [
              "<",
              [
                "to-number",
                [
                  "get",
                  "LETO_IZGRADNJE"
                ]
              ],
              1990
            ]
          ],
          "rgb(255,191,127)",
          [
            "all",
            [
              ">=",
              [
                "to-number",
                [
                  "get",
                  "LETO_IZGRADNJE"
                ]
              ],
              1990
            ],
            [
              "<",
              [
                "to-number",
                [
                  "get",
                  "LETO_IZGRADNJE"
                ]
              ],
              2000
            ]
          ],
          "rgb(255,127,127)",
          [
            "all",
            [
              ">=",
              [
                "to-number",
                [
                  "get",
                  "LETO_IZGRADNJE"
                ]
              ],
              2000
            ],
            [
              "<",
              [
                "to-number",
                [
                  "get",
                  "LETO_IZGRADNJE"
                ]
              ],
              2010
            ]
          ],
          "rgb(255,127,255)",
          [
            ">=",
            [
              "to-number",
              [
                "get",
                "LETO_IZGRADNJE"
              ]
            ],
            2010
          ],
          "rgb(159,127,255)",
          "rgb(132,132,132)"
        ],
        "fill-opacity": 0.6
      },
      "layout": {
        "visibility": "none"
      },
      "metadata": {
        "gurs:order": 476,
        "gurs:category": "ks_leto_izgradnje"
      }
    },
    {
      "id": "KN_SLO_STAVBE_SLO_STAVBE_TLORIS_web_leto_izgradnje_stroke",
      "type": "line",
      "source": "stavbe",
      "source-layer": "KN_SLO_STAVBE_SLO_STAVBE_TLORIS_web",
      "minzoom": 17,
      "paint": {
        "line-color": "rgb(102,102,102)",
        "line-width": 1,
        "line-opacity": 1
      },
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "none"
      },
      "metadata": {
        "gurs:order": 476,
        "gurs:category": "ks_leto_izgradnje"
      }
    },
    {
      "id": "KN_SLO_STAVBE_SLO_STAVBE_NADZEMNI_TLORIS_poligon_leto_izgradnje_fill",
      "type": "fill",
      "source": "stavbe",
      "source-layer": "KN_SLO_STAVBE_SLO_STAVBE_NADZEMNI_TLORIS_poligon",
      "minzoom": 17,
      "paint": {
        "fill-color": [
          "case",
          [
            "all",
            [
              ">=",
              [
                "to-number",
                [
                  "get",
                  "LETO_IZGRADNJE"
                ]
              ],
              1800
            ],
            [
              "<",
              [
                "to-number",
                [
                  "get",
                  "LETO_IZGRADNJE"
                ]
              ],
              1850
            ]
          ],
          "rgb(127,255,255)",
          [
            "all",
            [
              ">=",
              [
                "to-number",
                [
                  "get",
                  "LETO_IZGRADNJE"
                ]
              ],
              1850
            ],
            [
              "<",
              [
                "to-number",
                [
                  "get",
                  "LETO_IZGRADNJE"
                ]
              ],
              1900
            ]
          ],
          "rgb(191,255,0)",
          [
            "all",
            [
              ">=",
              [
                "to-number",
                [
                  "get",
                  "LETO_IZGRADNJE"
                ]
              ],
              1900
            ],
            [
              "<",
              [
                "to-number",
                [
                  "get",
                  "LETO_IZGRADNJE"
                ]
              ],
              1950
            ]
          ],
          "rgb(0,255,127)",
          [
            "all",
            [
              ">=",
              [
                "to-number",
                [
                  "get",
                  "LETO_IZGRADNJE"
                ]
              ],
              1950
            ],
            [
              "<",
              [
                "to-number",
                [
                  "get",
                  "LETO_IZGRADNJE"
                ]
              ],
              1975
            ]
          ],
          "rgb(102,204,102)",
          [
            "all",
            [
              ">=",
              [
                "to-number",
                [
                  "get",
                  "LETO_IZGRADNJE"
                ]
              ],
              1975
            ],
            [
              "<",
              [
                "to-number",
                [
                  "get",
                  "LETO_IZGRADNJE"
                ]
              ],
              1990
            ]
          ],
          "rgb(255,191,127)",
          [
            "all",
            [
              ">=",
              [
                "to-number",
                [
                  "get",
                  "LETO_IZGRADNJE"
                ]
              ],
              1990
            ],
            [
              "<",
              [
                "to-number",
                [
                  "get",
                  "LETO_IZGRADNJE"
                ]
              ],
              2000
            ]
          ],
          "rgb(255,127,127)",
          [
            "all",
            [
              ">=",
              [
                "to-number",
                [
                  "get",
                  "LETO_IZGRADNJE"
                ]
              ],
              2000
            ],
            [
              "<",
              [
                "to-number",
                [
                  "get",
                  "LETO_IZGRADNJE"
                ]
              ],
              2010
            ]
          ],
          "rgb(255,127,255)",
          [
            ">=",
            [
              "to-number",
              [
                "get",
                "LETO_IZGRADNJE"
              ]
            ],
            2010
          ],
          "rgb(159,127,255)",
          "rgb(132,132,132)"
        ],
        "fill-opacity": 0.6
      },
      "layout": {
        "visibility": "none"
      },
      "metadata": {
        "gurs:order": 477,
        "gurs:category": "ks_leto_izgradnje"
      }
    },
    {
      "id": "KN_SLO_STAVBE_SLO_STAVBE_NADZEMNI_TLORIS_poligon_leto_izgradnje_stroke",
      "type": "line",
      "source": "stavbe",
      "source-layer": "KN_SLO_STAVBE_SLO_STAVBE_NADZEMNI_TLORIS_poligon",
      "minzoom": 17,
      "paint": {
        "line-color": "rgb(102,102,102)",
        "line-width": 1,
        "line-opacity": 1
      },
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "none"
      },
      "metadata": {
        "gurs:order": 477,
        "gurs:category": "ks_leto_izgradnje"
      }
    },
    {
      "id": "gji_vse_web_point",
      "type": "circle",
      "source": "gji",
      "source-layer": "gsx8_default",
      "minzoom": 17,
      "paint": {
        "circle-color": "rgba(255,255,255,0.6)",
        "circle-radius": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          17,
          1.5,
          18,
          2,
          19,
          2.5
        ],
        "circle-stroke-color": [
          "case",
          [
            "==",
            [
              "get",
              "SIF_VRSTE"
            ],
            1101
          ],
          "rgb(0,127,127)",
          [
            "==",
            [
              "get",
              "SIF_VRSTE"
            ],
            1201
          ],
          "rgb(0,0,0)",
          [
            "==",
            [
              "get",
              "SIF_VRSTE"
            ],
            2106
          ],
          "rgb(191,0,255)",
          [
            "==",
            [
              "get",
              "SIF_VRSTE"
            ],
            2111
          ],
          "rgb(191,0,255)",
          [
            "==",
            [
              "get",
              "SIF_VRSTE"
            ],
            2201
          ],
          "rgb(31,127,0)",
          [
            "==",
            [
              "get",
              "SIF_VRSTE"
            ],
            6121
          ],
          "rgb(255,127,0)",
          [
            "in",
            [
              "get",
              "SIF_VRSTE"
            ],
            [
              "literal",
              [
                2202,
                2203,
                2204,
                2205,
                2206,
                2207,
                2208,
                2209,
                2210,
                2211,
                2212,
                2213,
                2214,
                2299
              ]
            ]
          ],
          "rgb(31,127,0)",
          [
            "in",
            [
              "get",
              "SIF_VRSTE"
            ],
            [
              "literal",
              [
                2101,
                2102,
                2103,
                2104,
                2105
              ]
            ]
          ],
          "rgb(255,0,0)",
          [
            "in",
            [
              "get",
              "SIF_VRSTE"
            ],
            [
              "literal",
              [
                2107,
                2108,
                2109,
                2110,
                2112,
                2113,
                2114,
                2115,
                2199
              ]
            ]
          ],
          "rgb(255,0,0)",
          [
            "in",
            [
              "get",
              "SIF_VRSTE"
            ],
            [
              "literal",
              [
                3101,
                3102,
                3103,
                3104,
                3105,
                3106,
                3107,
                3108,
                3109,
                3110,
                3111,
                3112,
                3199
              ]
            ]
          ],
          "rgb(0,63,255)",
          [
            "in",
            [
              "get",
              "SIF_VRSTE"
            ],
            [
              "literal",
              [
                3201,
                3202,
                3203,
                3204,
                3205,
                3206,
                3207,
                3208,
                3209,
                3210,
                3299
              ]
            ]
          ],
          "rgb(127,127,0)",
          [
            "in",
            [
              "get",
              "SIF_VRSTE"
            ],
            [
              "literal",
              [
                2301,
                2302,
                2303,
                2304,
                2305,
                2306,
                2307,
                2308,
                2309,
                2399
              ]
            ]
          ],
          "rgb(127,31,0)",
          "rgb(102,102,102)"
        ],
        "circle-stroke-width": 2,
        "circle-opacity": 1
      },
      "layout": {
        "visibility": "none"
      },
      "filter": [
        "==",
        [
          "geometry-type"
        ],
        "Point"
      ],
      "metadata": {
        "gurs:order": 510,
        "gurs:category": "gji"
      }
    },
    {
      "id": "gsx8_elektricna_energija_point_solid",
      "type": "circle",
      "source": "gji",
      "source-layer": "gsx8_elektricna_energija",
      "minzoom": 10,
      "paint": {
        "circle-color": "rgba(255,255,255,0.6)",
        "circle-radius": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          17,
          1.5,
          18,
          2,
          19,
          2.5
        ],
        "circle-stroke-color": "rgb(204,0,0)",
        "circle-stroke-width": 2
      },
      "layout": {
        "visibility": "none"
      },
      "filter": [
        "all",
        [
          "==",
          [
            "geometry-type"
          ],
          "Point"
        ],
        [
          "==",
          [
            "get",
            "SIF_VRSTE"
          ],
          2108
        ],
        [
          ">",
          [
            "get",
            "ATR1"
          ],
          4
        ]
      ],
      "metadata": {
        "gurs:order": 513,
        "gurs:category": "gji"
      }
    },
    {
      "id": "gsx8_elektricna_energija_point",
      "type": "circle",
      "source": "gji",
      "source-layer": "gsx8_elektricna_energija",
      "minzoom": 10,
      "paint": {
        "circle-color": "rgba(255,255,255,0.6)",
        "circle-radius": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          17,
          1.5,
          18,
          2,
          19,
          2.5
        ],
        "circle-stroke-color": "rgb(204,0,0)",
        "circle-stroke-width": 2
      },
      "layout": {
        "visibility": "none"
      },
      "filter": [
        "all",
        [
          "==",
          [
            "geometry-type"
          ],
          "Point"
        ],
        [
          "!",
          [
            "all",
            [
              "==",
              [
                "get",
                "SIF_VRSTE"
              ],
              2108
            ],
            [
              ">",
              [
                "get",
                "ATR1"
              ],
              4
            ]
          ]
        ]
      ],
      "metadata": {
        "gurs:order": 514,
        "gurs:category": "gji"
      }
    },
    {
      "id": "gji_vse_web_line_solid",
      "type": "line",
      "source": "gji",
      "source-layer": "gsx8_default",
      "paint": {
        "line-color": [
          "case",
          [
            "==",
            [
              "get",
              "SIF_VRSTE"
            ],
            1101
          ],
          "rgb(0,127,127)",
          [
            "==",
            [
              "get",
              "SIF_VRSTE"
            ],
            1201
          ],
          "rgb(0,0,0)",
          [
            "==",
            [
              "get",
              "SIF_VRSTE"
            ],
            2111
          ],
          "rgb(191,0,255)",
          [
            "in",
            [
              "get",
              "SIF_VRSTE"
            ],
            [
              "literal",
              [
                2202,
                2203,
                2204,
                2205,
                2206,
                2207,
                2208,
                2209,
                2210,
                2211,
                2212,
                2213,
                2214,
                2299
              ]
            ]
          ],
          "rgb(31,127,0)",
          [
            "in",
            [
              "get",
              "SIF_VRSTE"
            ],
            [
              "literal",
              [
                2107,
                2108,
                2109,
                2110,
                2112,
                2113,
                2114,
                2115,
                2199
              ]
            ]
          ],
          "rgb(255,0,0)",
          [
            "in",
            [
              "get",
              "SIF_VRSTE"
            ],
            [
              "literal",
              [
                3201,
                3202,
                3203,
                3204,
                3205,
                3206,
                3207,
                3208,
                3209,
                3210,
                3299
              ]
            ]
          ],
          "rgb(127,127,0)",
          [
            "in",
            [
              "get",
              "SIF_VRSTE"
            ],
            [
              "literal",
              [
                2301,
                2302,
                2303,
                2304,
                2305,
                2306,
                2307,
                2308,
                2309,
                2399
              ]
            ]
          ],
          "rgb(127,31,0)",
          "rgb(102,102,102)"
        ],
        "line-width": 1,
        "line-opacity": 1
      },
      "layout": {
        "line-cap": "butt",
        "line-join": "miter",
        "visibility": "none"
      },
      "filter": [
        "in",
        [
          "get",
          "SIF_VRSTE"
        ],
        [
          "literal",
          [
            1101,
            1201,
            2111,
            2202,
            2203,
            2204,
            2205,
            2206,
            2207,
            2208,
            2209,
            2210,
            2211,
            2212,
            2213,
            2214,
            2299,
            2107,
            2108,
            2109,
            2110,
            2112,
            2113,
            2114,
            2115,
            2199,
            3201,
            3202,
            3203,
            3204,
            3205,
            3206,
            3207,
            3208,
            3209,
            3210,
            3299,
            2301,
            2302,
            2303,
            2304,
            2305,
            2306,
            2307,
            2308,
            2309,
            2399
          ]
        ]
      ],
      "metadata": {
        "gurs:order": 520,
        "gurs:category": "gji"
      }
    },
    {
      "id": "gji_vse_web_line_dash_0",
      "type": "line",
      "source": "gji",
      "source-layer": "gsx8_default",
      "paint": {
        "line-color": [
          "case",
          [
            "==",
            [
              "get",
              "SIF_VRSTE"
            ],
            2106
          ],
          "rgb(191,0,255)",
          [
            "==",
            [
              "get",
              "SIF_VRSTE"
            ],
            6121
          ],
          "rgb(255,127,0)",
          "rgb(102,102,102)"
        ],
        "line-width": 1,
        "line-opacity": 1,
        "line-dasharray": [
          12,
          14,
          1.5,
          5,
          1.5,
          14
        ]
      },
      "layout": {
        "line-cap": "butt",
        "line-join": "miter",
        "visibility": "none"
      },
      "filter": [
        "in",
        [
          "get",
          "SIF_VRSTE"
        ],
        [
          "literal",
          [
            2106,
            6121
          ]
        ]
      ],
      "metadata": {
        "gurs:order": 520,
        "gurs:category": "gji"
      }
    },
    {
      "id": "gji_vse_web_line_dash_1",
      "type": "line",
      "source": "gji",
      "source-layer": "gsx8_default",
      "paint": {
        "line-color": [
          "case",
          [
            "==",
            [
              "get",
              "SIF_VRSTE"
            ],
            2201
          ],
          "rgb(31,127,0)",
          "rgb(102,102,102)"
        ],
        "line-width": 1,
        "line-opacity": 1,
        "line-dasharray": [
          12,
          16
        ]
      },
      "layout": {
        "line-cap": "butt",
        "line-join": "miter",
        "visibility": "none"
      },
      "filter": [
        "==",
        [
          "get",
          "SIF_VRSTE"
        ],
        2201
      ],
      "metadata": {
        "gurs:order": 520,
        "gurs:category": "gji"
      }
    },
    {
      "id": "gji_vse_web_line_dash_2",
      "type": "line",
      "source": "gji",
      "source-layer": "gsx8_default",
      "paint": {
        "line-color": [
          "case",
          [
            "in",
            [
              "get",
              "SIF_VRSTE"
            ],
            [
              "literal",
              [
                2101,
                2102,
                2103,
                2104,
                2105
              ]
            ]
          ],
          "rgb(255,0,0)",
          "rgb(102,102,102)"
        ],
        "line-width": 1,
        "line-opacity": 1,
        "line-dasharray": [
          12,
          14,
          1.5,
          5,
          1.5,
          5,
          1.5,
          14
        ]
      },
      "layout": {
        "line-cap": "butt",
        "line-join": "miter",
        "visibility": "none"
      },
      "filter": [
        "in",
        [
          "get",
          "SIF_VRSTE"
        ],
        [
          "literal",
          [
            2101,
            2102,
            2103,
            2104,
            2105
          ]
        ]
      ],
      "metadata": {
        "gurs:order": 520,
        "gurs:category": "gji"
      }
    },
    {
      "id": "gji_vse_web_line_dash_3",
      "type": "line",
      "source": "gji",
      "source-layer": "gsx8_default",
      "paint": {
        "line-color": [
          "case",
          [
            "in",
            [
              "get",
              "SIF_VRSTE"
            ],
            [
              "literal",
              [
                3101,
                3102,
                3103,
                3104,
                3105,
                3106,
                3107,
                3108,
                3109,
                3110,
                3111,
                3112,
                3199
              ]
            ]
          ],
          "rgb(0,63,255)",
          "rgb(102,102,102)"
        ],
        "line-width": 1,
        "line-opacity": 1,
        "line-dasharray": [
          12,
          14,
          1.5,
          14
        ]
      },
      "layout": {
        "line-cap": "butt",
        "line-join": "miter",
        "visibility": "none"
      },
      "filter": [
        "in",
        [
          "get",
          "SIF_VRSTE"
        ],
        [
          "literal",
          [
            3101,
            3102,
            3103,
            3104,
            3105,
            3106,
            3107,
            3108,
            3109,
            3110,
            3111,
            3112,
            3199
          ]
        ]
      ],
      "metadata": {
        "gurs:order": 520,
        "gurs:category": "gji"
      }
    },
    {
      "id": "gji_vse_web_highways",
      "type": "line",
      "source": "gji",
      "source-layer": "gsx8_ceste",
      "paint": {
        "line-color": "rgb(0,127,127)",
        "line-width": 2.5,
        "line-opacity": 1
      },
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "none"
      },
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "SIF_VRSTE"
          ],
          1101
        ],
        [
          "in",
          [
            "get",
            "ATR1"
          ],
          [
            "literal",
            [
              1,
              2
            ]
          ]
        ]
      ],
      "metadata": {
        "gurs:order": 521,
        "gurs:category": "gji"
      }
    },
    {
      "id": "gji_vse_web_railways_main",
      "type": "line",
      "source": "gji",
      "source-layer": "gsx8_zeleznice",
      "paint": {
        "line-color": "rgb(64,64,64)",
        "line-width": 2,
        "line-opacity": 1
      },
      "layout": {
        "line-cap": "butt",
        "line-join": "miter",
        "visibility": "none"
      },
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "SIF_VRSTE"
          ],
          1201
        ],
        [
          "==",
          [
            "get",
            "ATR2"
          ],
          1
        ]
      ],
      "metadata": {
        "gurs:order": 522,
        "gurs:category": "gji"
      }
    },
    {
      "id": "gji_vse_web_electricity_hv",
      "type": "line",
      "source": "gji",
      "source-layer": "gsx8_elektricna_energija",
      "paint": {
        "line-color": "rgb(204,0,0)",
        "line-width": 2,
        "line-opacity": 1,
        "line-dasharray": [
          "step",
          [
            "zoom"
          ],
          [
            "literal",
            [
              0.5,
              0.75,
              0.5,
              0.75,
              0.5,
              0.75,
              0.15,
              0.75,
              0.15,
              0.75,
              0.15,
              1.5
            ]
          ],
          10,
          [
            "literal",
            [
              2,
              3,
              2,
              3,
              2,
              3,
              0.5,
              3,
              0.5,
              3,
              0.5,
              6
            ]
          ],
          14,
          [
            "literal",
            [
              4,
              6,
              4,
              6,
              4,
              6,
              1,
              6,
              1,
              6,
              1,
              12
            ]
          ],
          17,
          [
            "literal",
            [
              8,
              8,
              8,
              8,
              8,
              8,
              1.5,
              8,
              1.5,
              8,
              1.5,
              16
            ]
          ]
        ]
      },
      "layout": {
        "line-cap": "butt",
        "line-join": "miter",
        "visibility": "none"
      },
      "filter": [
        "all",
        [
          "==",
          [
            "geometry-type"
          ],
          "LineString"
        ],
        [
          "in",
          [
            "get",
            "SIF_VRSTE"
          ],
          [
            "literal",
            [
              2101,
              2102,
              2103,
              2104
            ]
          ]
        ],
        [
          "in",
          [
            "get",
            "ATR2"
          ],
          [
            "literal",
            [
              1,
              2,
              3
            ]
          ]
        ]
      ],
      "metadata": {
        "gurs:order": 523,
        "gurs:category": "gji"
      }
    },
    {
      "id": "gsx8_elektricna_energija_line_solid",
      "type": "line",
      "source": "gji",
      "source-layer": "gsx8_elektricna_energija",
      "paint": {
        "line-color": "rgb(204,0,0)",
        "line-width": 2,
        "line-opacity": 1
      },
      "layout": {
        "line-cap": "butt",
        "line-join": "miter",
        "visibility": "none"
      },
      "filter": [
        "all",
        [
          "==",
          [
            "geometry-type"
          ],
          "LineString"
        ],
        [
          "==",
          [
            "get",
            "SIF_VRSTE"
          ],
          2108
        ],
        [
          ">",
          [
            "get",
            "ATR1"
          ],
          4
        ]
      ],
      "metadata": {
        "gurs:order": 524,
        "gurs:category": "gji"
      }
    },
    {
      "id": "gji_vse_web_gas_large",
      "type": "line",
      "source": "gji",
      "source-layer": "gsx8_zemeljski_plin_1",
      "paint": {
        "line-color": "rgb(38,153,0)",
        "line-width": 2,
        "line-opacity": 1
      },
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "none"
      },
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "SIF_VRSTE"
          ],
          2201
        ],
        [
          ">",
          [
            "to-number",
            [
              "get",
              "ATR5"
            ]
          ],
          10
        ],
        [
          ">",
          [
            "get",
            "DIM_YX"
          ],
          0.19
        ]
      ],
      "metadata": {
        "gurs:order": 524,
        "gurs:category": "gji"
      }
    },
    {
      "id": "gsx8_elektricna_energija_line",
      "type": "line",
      "source": "gji",
      "source-layer": "gsx8_elektricna_energija",
      "paint": {
        "line-color": "rgb(204,0,0)",
        "line-width": 2,
        "line-opacity": 1
      },
      "layout": {
        "line-cap": "butt",
        "line-join": "miter",
        "visibility": "none"
      },
      "filter": [
        "all",
        [
          "==",
          [
            "geometry-type"
          ],
          "LineString"
        ],
        [
          "!",
          [
            "any",
            [
              "all",
              [
                "in",
                [
                  "get",
                  "SIF_VRSTE"
                ],
                [
                  "literal",
                  [
                    2101,
                    2102,
                    2103,
                    2104
                  ]
                ]
              ],
              [
                "in",
                [
                  "get",
                  "ATR2"
                ],
                [
                  "literal",
                  [
                    1,
                    2,
                    3
                  ]
                ]
              ]
            ],
            [
              "all",
              [
                "==",
                [
                  "get",
                  "SIF_VRSTE"
                ],
                2108
              ],
              [
                ">",
                [
                  "get",
                  "ATR1"
                ],
                4
              ]
            ]
          ]
        ]
      ],
      "metadata": {
        "gurs:order": 525,
        "gurs:category": "gji"
      }
    },
    {
      "id": "gji_vse_web_gas_medium",
      "type": "line",
      "source": "gji",
      "source-layer": "gsx8_zemeljski_plin_1",
      "paint": {
        "line-color": "rgb(38,153,0)",
        "line-width": 1.5,
        "line-opacity": 1
      },
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "none"
      },
      "filter": [
        "all",
        [
          "==",
          [
            "get",
            "SIF_VRSTE"
          ],
          2201
        ],
        [
          ">",
          [
            "to-number",
            [
              "get",
              "ATR5"
            ]
          ],
          4
        ],
        [
          ">",
          [
            "get",
            "DIM_YX"
          ],
          0.1
        ]
      ],
      "metadata": {
        "gurs:order": 525,
        "gurs:category": "gji"
      }
    },
    {
      "id": "gji_vse_web_polygon_stroke",
      "type": "line",
      "source": "gji",
      "source-layer": "gsx8_default",
      "paint": {
        "line-color": [
          "case",
          [
            "==",
            [
              "get",
              "SIF_VRSTE"
            ],
            1101
          ],
          "rgb(0,127,127)",
          [
            "==",
            [
              "get",
              "SIF_VRSTE"
            ],
            1201
          ],
          "rgb(0,0,0)",
          [
            "==",
            [
              "get",
              "SIF_VRSTE"
            ],
            2106
          ],
          "rgb(191,0,255)",
          [
            "==",
            [
              "get",
              "SIF_VRSTE"
            ],
            2111
          ],
          "rgb(191,0,255)",
          [
            "==",
            [
              "get",
              "SIF_VRSTE"
            ],
            2201
          ],
          "rgb(31,127,0)",
          [
            "==",
            [
              "get",
              "SIF_VRSTE"
            ],
            6121
          ],
          "rgb(255,127,0)",
          [
            "in",
            [
              "get",
              "SIF_VRSTE"
            ],
            [
              "literal",
              [
                2202,
                2203,
                2204,
                2205,
                2206,
                2207,
                2208,
                2209,
                2210,
                2211,
                2212,
                2213,
                2214,
                2299
              ]
            ]
          ],
          "rgb(31,127,0)",
          [
            "in",
            [
              "get",
              "SIF_VRSTE"
            ],
            [
              "literal",
              [
                2101,
                2102,
                2103,
                2104,
                2105
              ]
            ]
          ],
          "rgb(255,0,0)",
          [
            "in",
            [
              "get",
              "SIF_VRSTE"
            ],
            [
              "literal",
              [
                2107,
                2108,
                2109,
                2110,
                2112,
                2113,
                2114,
                2115,
                2199
              ]
            ]
          ],
          "rgb(255,0,0)",
          [
            "in",
            [
              "get",
              "SIF_VRSTE"
            ],
            [
              "literal",
              [
                3101,
                3102,
                3103,
                3104,
                3105,
                3106,
                3107,
                3108,
                3109,
                3110,
                3111,
                3112,
                3199
              ]
            ]
          ],
          "rgb(0,63,255)",
          [
            "in",
            [
              "get",
              "SIF_VRSTE"
            ],
            [
              "literal",
              [
                3201,
                3202,
                3203,
                3204,
                3205,
                3206,
                3207,
                3208,
                3209,
                3210,
                3299
              ]
            ]
          ],
          "rgb(127,127,0)",
          [
            "in",
            [
              "get",
              "SIF_VRSTE"
            ],
            [
              "literal",
              [
                2301,
                2302,
                2303,
                2304,
                2305,
                2306,
                2307,
                2308,
                2309,
                2399
              ]
            ]
          ],
          "rgb(127,31,0)",
          "rgb(102,102,102)"
        ],
        "line-width": 1,
        "line-opacity": 1
      },
      "layout": {
        "line-cap": "butt",
        "line-join": "miter",
        "visibility": "none"
      },
      "filter": [
        "==",
        [
          "geometry-type"
        ],
        "Polygon"
      ],
      "metadata": {
        "gurs:order": 530,
        "gurs:category": "gji"
      }
    },
    {
      "id": "gsx8_elektricna_energija_polygon_fill",
      "type": "fill",
      "source": "gji",
      "source-layer": "gsx8_elektricna_energija",
      "paint": {
        "fill-color": "rgb(204,0,0)",
        "fill-opacity": 0.3
      },
      "layout": {
        "visibility": "none"
      },
      "filter": [
        "==",
        [
          "geometry-type"
        ],
        "Polygon"
      ],
      "metadata": {
        "gurs:order": 533,
        "gurs:category": "gji"
      }
    },
    {
      "id": "gsx8_elektricna_energija_polygon_stroke",
      "type": "line",
      "source": "gji",
      "source-layer": "gsx8_elektricna_energija",
      "paint": {
        "line-color": "rgb(204,0,0)",
        "line-width": 2,
        "line-opacity": 1
      },
      "layout": {
        "line-cap": "butt",
        "line-join": "miter",
        "visibility": "none"
      },
      "filter": [
        "==",
        [
          "geometry-type"
        ],
        "Polygon"
      ],
      "metadata": {
        "gurs:order": 534,
        "gurs:category": "gji"
      }
    },
    {
      "id": "KN_SLO_PARCELE_SLO_PARCELE_poligon_label",
      "type": "symbol",
      "source": "gurs_zk",
      "source-layer": "KN_SLO_PARCELE_SLO_PARCELE_poligon",
      "minzoom": 14,
      "paint": {
        "text-color": [
          "case",
          [
            "==",
            [
              "get",
              "JD"
            ],
            1
          ],
          "rgb(0,127,0)",
          [
            "==",
            [
              "get",
              "JD"
            ],
            2
          ],
          "rgb(0,165,124)",
          [
            "==",
            [
              "get",
              "JD"
            ],
            3
          ],
          "rgb(82,165,103)",
          [
            "==",
            [
              "get",
              "JD"
            ],
            4
          ],
          "rgb(63,127,79)",
          "rgb(102,102,102)"
        ],
        "text-opacity": 1
      },
      "layout": {
        "text-field": [
          "get",
          "ST_PARCELE"
        ],
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          17,
          14,
          18,
          18,
          19,
          22,
          20,
          28,
          21,
          36,
          22,
          48
        ],
        "text-variable-anchor": [
          "center",
          "top",
          "bottom",
          "left",
          "right",
          "top-left",
          "top-right",
          "bottom-left",
          "bottom-right"
        ],
        "text-radial-offset": 0.5,
        "text-justify": "auto",
        "text-allow-overlap": [
          "step",
          [
            "zoom"
          ],
          false,
          18,
          false
        ],
        "text-optional": true,
        "text-padding": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          16,
          20,
          17,
          10,
          18,
          2
        ],
        "symbol-avoid-edges": true,
        "symbol-sort-key": 1,
        "visibility": "none"
      },
      "metadata": {
        "gurs:order": 1230,
        "gurs:category": "zkn"
      }
    },
    {
      "id": "KN_SLO_PARCELE_SLO_PARCELE_poligon_3D_label",
      "type": "symbol",
      "source": "gurs_zk",
      "source-layer": "KN_SLO_PARCELE_SLO_PARCELE_poligon",
      "minzoom": 14,
      "paint": {
        "text-color": "rgb(0,0,0)",
        "text-opacity": 1
      },
      "layout": {
        "text-field": [
          "get",
          "ST_PARCELE"
        ],
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          17,
          14,
          18,
          18,
          19,
          22,
          20,
          28,
          21,
          36,
          22,
          48
        ],
        "text-variable-anchor": [
          "center",
          "top",
          "bottom",
          "left",
          "right",
          "top-left",
          "top-right",
          "bottom-left",
          "bottom-right"
        ],
        "text-radial-offset": 0.5,
        "text-justify": "auto",
        "text-allow-overlap": [
          "step",
          [
            "zoom"
          ],
          false,
          18,
          false
        ],
        "text-optional": true,
        "text-padding": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          16,
          20,
          17,
          10,
          18,
          2
        ],
        "symbol-avoid-edges": true,
        "symbol-sort-key": 1,
        "visibility": "none"
      },
      "metadata": {
        "gurs:order": 1230,
        "gurs:category": "zkn_3d"
      }
    },
    {
      "id": "KN_SLO_PARCELE_SLO_PARCELE_poligon_M2_label",
      "type": "symbol",
      "source": "gurs_zk",
      "source-layer": "KN_SLO_PARCELE_SLO_PARCELE_poligon",
      "minzoom": 14,
      "paint": {
        "text-color": "rgb(0,0,0)",
        "text-halo-color": "rgb(255,255,255)",
        "text-halo-width": 0.5,
        "text-opacity": 1
      },
      "layout": {
        "text-field": [
          "case",
          [
            "all",
            [
              "has",
              "POSPLOSENA_VREDNOST_AVG_M2"
            ],
            [
              "!=",
              [
                "get",
                "POSPLOSENA_VREDNOST_AVG_M2"
              ],
              null
            ],
            [
              ">",
              [
                "get",
                "POSPLOSENA_VREDNOST_AVG_M2"
              ],
              0
            ]
          ],
          [
            "format",
            [
              "coalesce",
              [
                "get",
                "ST_PARCELE"
              ],
              ""
            ],
            {
              "font-scale": 0.7
            },
            "\n",
            {},
            [
              "to-string",
              [
                "round",
                [
                  "get",
                  "POSPLOSENA_VREDNOST_AVG_M2"
                ]
              ]
            ],
            {},
            " EUR/m²",
            {}
          ],
          [
            "format",
            [
              "coalesce",
              [
                "get",
                "ST_PARCELE"
              ],
              ""
            ],
            {
              "font-scale": 0.7
            }
          ]
        ],
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          17,
          14,
          18,
          18,
          19,
          22,
          20,
          28,
          21,
          36,
          22,
          48
        ],
        "text-variable-anchor": [
          "center",
          "top",
          "bottom",
          "left",
          "right",
          "top-left",
          "top-right",
          "bottom-left",
          "bottom-right"
        ],
        "text-radial-offset": 0.5,
        "text-justify": "auto",
        "text-allow-overlap": false,
        "text-optional": true,
        "text-padding": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          16,
          10,
          17,
          5,
          18,
          2
        ],
        "symbol-avoid-edges": true,
        "symbol-sort-key": 1,
        "visibility": "none"
      },
      "metadata": {
        "gurs:order": 1278,
        "gurs:category": "zkn_m2"
      }
    },
    {
      "id": "RPE_SLO_PROSTORSKE_ENOTE_OBCINE_poligon_label",
      "type": "symbol",
      "source": "naslovi",
      "source-layer": "RPE_SLO_PROSTORSKE_ENOTE_OBCINE_poligon",
      "minzoom": 7,
      "maxzoom": 11,
      "paint": {
        "text-color": "rgb(140, 63, 95)",
        "text-halo-color": "rgb(255, 255, 255)",
        "text-halo-width": 1.2
      },
      "layout": {
        "visibility": "none",
        "text-field": [
          "get",
          "NAZIV"
        ],
        "text-font": [
          "Noto Sans Bold"
        ],
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          7,
          11,
          11,
          14
        ],
        "text-allow-overlap": false,
        "text-optional": true,
        "symbol-avoid-edges": true
      },
      "metadata": {
        "gurs:order": 1330,
        "gurs:category": "rpe"
      }
    },
    {
      "id": "KN_SLO_KAT_OBCINE_KATASTRSKE_OBCINE_poligon_label",
      "type": "symbol",
      "source": "naslovi",
      "source-layer": "KN_SLO_KAT_OBCINE_KATASTRSKE_OBCINE_poligon",
      "minzoom": 11,
      "maxzoom": 15,
      "paint": {
        "text-color": "rgb(127, 0, 63)",
        "text-halo-color": "rgb(255, 255, 255)",
        "text-halo-width": 1.2
      },
      "layout": {
        "visibility": "none",
        "text-field": [
          "get",
          "SIFKO_IMEKO"
        ],
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          11,
          11,
          14,
          13
        ],
        "text-allow-overlap": false,
        "text-optional": true,
        "symbol-avoid-edges": true
      },
      "metadata": {
        "gurs:order": 1332,
        "gurs:category": "ko"
      }
    },
    {
      "id": "KN_SLO_STAVBE_SLO_STAVBE_PODZEMNI_TLORIS_poligon_komunalni_label",
      "type": "symbol",
      "source": "stavbe",
      "source-layer": "KN_SLO_STAVBE_SLO_STAVBE_PODZEMNI_TLORIS_poligon",
      "minzoom": 16,
      "paint": {
        "text-color": "rgb(0,0,0)",
        "text-opacity": 1
      },
      "layout": {
        "text-field": [
          "step",
          [
            "zoom"
          ],
          [
            "concat",
            [
              "to-string",
              [
                "+",
                [
                  "case",
                  [
                    "==",
                    [
                      "get",
                      "ELEKTRIKA"
                    ],
                    1
                  ],
                  1,
                  0
                ],
                [
                  "case",
                  [
                    "==",
                    [
                      "get",
                      "VODOVOD"
                    ],
                    1
                  ],
                  1,
                  0
                ],
                [
                  "case",
                  [
                    "==",
                    [
                      "get",
                      "KANALIZACIJA"
                    ],
                    1
                  ],
                  1,
                  0
                ],
                [
                  "case",
                  [
                    "==",
                    [
                      "get",
                      "PLIN"
                    ],
                    1
                  ],
                  1,
                  0
                ]
              ]
            ],
            "/4"
          ],
          18,
          [
            "concat",
            [
              "case",
              [
                "==",
                [
                  "get",
                  "ELEKTRIKA"
                ],
                1
              ],
              "E",
              "-"
            ],
            "·",
            [
              "case",
              [
                "==",
                [
                  "get",
                  "VODOVOD"
                ],
                1
              ],
              "V",
              "-"
            ],
            "·",
            [
              "case",
              [
                "==",
                [
                  "get",
                  "KANALIZACIJA"
                ],
                1
              ],
              "K",
              "-"
            ],
            "·",
            [
              "case",
              [
                "==",
                [
                  "get",
                  "PLIN"
                ],
                1
              ],
              "P",
              "-"
            ]
          ]
        ],
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          17,
          14,
          18,
          18,
          19,
          22,
          20,
          28,
          21,
          36,
          22,
          48
        ],
        "text-variable-anchor": [
          "center",
          "top",
          "bottom",
          "left",
          "right",
          "top-left",
          "top-right",
          "bottom-left",
          "bottom-right"
        ],
        "text-radial-offset": 0.5,
        "text-justify": "auto",
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-optional": true,
        "text-padding": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          16,
          20,
          17,
          10,
          18,
          5,
          19,
          2
        ],
        "symbol-avoid-edges": true,
        "symbol-sort-key": 1,
        "visibility": "none"
      },
      "metadata": {
        "gurs:order": 1470,
        "gurs:category": "ks_komunalni"
      }
    },
    {
      "id": "KN_SLO_STAVBE_SLO_STAVBE_TLORIS_web_komunalni_label",
      "type": "symbol",
      "source": "stavbe",
      "source-layer": "KN_SLO_STAVBE_SLO_STAVBE_TLORIS_web",
      "minzoom": 16,
      "paint": {
        "text-color": "rgb(0,0,0)",
        "text-opacity": 1
      },
      "layout": {
        "text-field": [
          "step",
          [
            "zoom"
          ],
          [
            "concat",
            [
              "to-string",
              [
                "+",
                [
                  "case",
                  [
                    "==",
                    [
                      "get",
                      "ELEKTRIKA"
                    ],
                    1
                  ],
                  1,
                  0
                ],
                [
                  "case",
                  [
                    "==",
                    [
                      "get",
                      "VODOVOD"
                    ],
                    1
                  ],
                  1,
                  0
                ],
                [
                  "case",
                  [
                    "==",
                    [
                      "get",
                      "KANALIZACIJA"
                    ],
                    1
                  ],
                  1,
                  0
                ],
                [
                  "case",
                  [
                    "==",
                    [
                      "get",
                      "PLIN"
                    ],
                    1
                  ],
                  1,
                  0
                ]
              ]
            ],
            "/4"
          ],
          18,
          [
            "concat",
            [
              "case",
              [
                "==",
                [
                  "get",
                  "ELEKTRIKA"
                ],
                1
              ],
              "E",
              "-"
            ],
            "·",
            [
              "case",
              [
                "==",
                [
                  "get",
                  "VODOVOD"
                ],
                1
              ],
              "V",
              "-"
            ],
            "·",
            [
              "case",
              [
                "==",
                [
                  "get",
                  "KANALIZACIJA"
                ],
                1
              ],
              "K",
              "-"
            ],
            "·",
            [
              "case",
              [
                "==",
                [
                  "get",
                  "PLIN"
                ],
                1
              ],
              "P",
              "-"
            ]
          ]
        ],
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          17,
          14,
          18,
          18,
          19,
          22,
          20,
          28,
          21,
          36,
          22,
          48
        ],
        "text-variable-anchor": [
          "center",
          "top",
          "bottom",
          "left",
          "right",
          "top-left",
          "top-right",
          "bottom-left",
          "bottom-right"
        ],
        "text-radial-offset": 0.5,
        "text-justify": "auto",
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-optional": true,
        "text-padding": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          16,
          20,
          17,
          10,
          18,
          5,
          19,
          2
        ],
        "symbol-avoid-edges": true,
        "symbol-sort-key": 1,
        "visibility": "none"
      },
      "metadata": {
        "gurs:order": 1471,
        "gurs:category": "ks_komunalni"
      }
    },
    {
      "id": "KN_SLO_STAVBE_SLO_STAVBE_NADZEMNI_TLORIS_poligon_komunalni_label",
      "type": "symbol",
      "source": "stavbe",
      "source-layer": "KN_SLO_STAVBE_SLO_STAVBE_NADZEMNI_TLORIS_poligon",
      "minzoom": 16,
      "paint": {
        "text-color": "rgb(0,0,0)",
        "text-opacity": 1
      },
      "layout": {
        "text-field": [
          "step",
          [
            "zoom"
          ],
          [
            "concat",
            [
              "to-string",
              [
                "+",
                [
                  "case",
                  [
                    "==",
                    [
                      "get",
                      "ELEKTRIKA"
                    ],
                    1
                  ],
                  1,
                  0
                ],
                [
                  "case",
                  [
                    "==",
                    [
                      "get",
                      "VODOVOD"
                    ],
                    1
                  ],
                  1,
                  0
                ],
                [
                  "case",
                  [
                    "==",
                    [
                      "get",
                      "KANALIZACIJA"
                    ],
                    1
                  ],
                  1,
                  0
                ],
                [
                  "case",
                  [
                    "==",
                    [
                      "get",
                      "PLIN"
                    ],
                    1
                  ],
                  1,
                  0
                ]
              ]
            ],
            "/4"
          ],
          18,
          [
            "concat",
            [
              "case",
              [
                "==",
                [
                  "get",
                  "ELEKTRIKA"
                ],
                1
              ],
              "E",
              "-"
            ],
            "·",
            [
              "case",
              [
                "==",
                [
                  "get",
                  "VODOVOD"
                ],
                1
              ],
              "V",
              "-"
            ],
            "·",
            [
              "case",
              [
                "==",
                [
                  "get",
                  "KANALIZACIJA"
                ],
                1
              ],
              "K",
              "-"
            ],
            "·",
            [
              "case",
              [
                "==",
                [
                  "get",
                  "PLIN"
                ],
                1
              ],
              "P",
              "-"
            ]
          ]
        ],
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          17,
          14,
          18,
          18,
          19,
          22,
          20,
          28,
          21,
          36,
          22,
          48
        ],
        "text-variable-anchor": [
          "center",
          "top",
          "bottom",
          "left",
          "right",
          "top-left",
          "top-right",
          "bottom-left",
          "bottom-right"
        ],
        "text-radial-offset": 0.5,
        "text-justify": "auto",
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-optional": true,
        "text-padding": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          16,
          20,
          17,
          10,
          18,
          5,
          19,
          2
        ],
        "symbol-avoid-edges": true,
        "symbol-sort-key": 1,
        "visibility": "none"
      },
      "metadata": {
        "gurs:order": 1472,
        "gurs:category": "ks_komunalni"
      }
    },
    {
      "id": "KN_SLO_STAVBE_SLO_STAVBE_PODZEMNI_TLORIS_poligon_leto_izgradnje_label",
      "type": "symbol",
      "source": "stavbe",
      "source-layer": "KN_SLO_STAVBE_SLO_STAVBE_PODZEMNI_TLORIS_poligon",
      "minzoom": 17,
      "paint": {
        "text-color": "rgb(0,0,0)",
        "text-opacity": 1
      },
      "layout": {
        "text-field": [
          "to-string",
          [
            "get",
            "LETO_IZGRADNJE"
          ]
        ],
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          17,
          14,
          18,
          18,
          19,
          22,
          20,
          28,
          21,
          36,
          22,
          48
        ],
        "text-anchor": "center",
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-optional": true,
        "symbol-avoid-edges": true,
        "symbol-sort-key": 1,
        "visibility": "none"
      },
      "metadata": {
        "gurs:order": 1475,
        "gurs:category": "ks_leto_izgradnje"
      }
    },
    {
      "id": "KN_SLO_STAVBE_SLO_STAVBE_TLORIS_web_leto_izgradnje_label",
      "type": "symbol",
      "source": "stavbe",
      "source-layer": "KN_SLO_STAVBE_SLO_STAVBE_TLORIS_web",
      "minzoom": 17,
      "paint": {
        "text-color": "rgb(0,0,0)",
        "text-opacity": 1
      },
      "layout": {
        "text-field": [
          "to-string",
          [
            "get",
            "LETO_IZGRADNJE"
          ]
        ],
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          17,
          14,
          18,
          18,
          19,
          22,
          20,
          28,
          21,
          36,
          22,
          48
        ],
        "text-anchor": "center",
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-optional": true,
        "symbol-avoid-edges": true,
        "symbol-sort-key": 1,
        "visibility": "none"
      },
      "metadata": {
        "gurs:order": 1476,
        "gurs:category": "ks_leto_izgradnje"
      }
    },
    {
      "id": "KN_SLO_STAVBE_SLO_STAVBE_NADZEMNI_TLORIS_poligon_leto_izgradnje_label",
      "type": "symbol",
      "source": "stavbe",
      "source-layer": "KN_SLO_STAVBE_SLO_STAVBE_NADZEMNI_TLORIS_poligon",
      "minzoom": 17,
      "paint": {
        "text-color": "rgb(0,0,0)",
        "text-opacity": 1
      },
      "layout": {
        "text-field": [
          "to-string",
          [
            "get",
            "LETO_IZGRADNJE"
          ]
        ],
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          17,
          14,
          18,
          18,
          19,
          22,
          20,
          28,
          21,
          36,
          22,
          48
        ],
        "text-anchor": "center",
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-optional": true,
        "symbol-avoid-edges": true,
        "symbol-sort-key": 1,
        "visibility": "none"
      },
      "metadata": {
        "gurs:order": 1477,
        "gurs:category": "ks_leto_izgradnje"
      }
    },
    {
      "id": "KN_SLO_NASLOVI_HS_label",
      "type": "symbol",
      "source": "naslovi",
      "source-layer": "KN_SLO_NASLOVI_HS",
      "minzoom": 16,
      "paint": {
        "text-color": "rgb(0,0,0)",
        "text-opacity": 1
      },
      "layout": {
        "text-field": [
          "step",
          [
            "zoom"
          ],
          [
            "get",
            "LABELA"
          ],
          18,
          [
            "concat",
            [
              "coalesce",
              [
                "get",
                "ULICA_NAZIV"
              ],
              [
                "get",
                "NASELJE_NAZIV"
              ],
              "--"
            ],
            "\n",
            [
              "coalesce",
              [
                "get",
                "LABELA"
              ],
              ""
            ]
          ]
        ],
        "text-font": [
          "Noto Sans Regular"
        ],
        "text-size": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          17,
          10,
          18,
          12,
          19,
          14,
          20,
          18,
          21,
          22,
          22,
          28
        ],
        "text-anchor": "center",
        "text-allow-overlap": false,
        "text-optional": true,
        "text-padding": [
          "interpolate",
          [
            "linear"
          ],
          [
            "zoom"
          ],
          16,
          20,
          17,
          10,
          18,
          2
        ],
        "symbol-avoid-edges": true,
        "symbol-sort-key": 0,
        "visibility": "none"
      },
      "metadata": {
        "gurs:order": 1600,
        "gurs:category": "naslovi"
      }
    },
    {
      "id": "KN_SLO_STAVBE_SLO_STAVBE_PODZEMNI_TLORIS_poligon_3D",
      "type": "fill-extrusion",
      "source": "stavbe",
      "source-layer": "KN_SLO_STAVBE_SLO_STAVBE_PODZEMNI_TLORIS_poligon",
      "minzoom": 14,
      "maxzoom": 20,
      "paint": {
        "fill-extrusion-color": [
          "interpolate",
          [
            "linear"
          ],
          [
            "case",
            [
              "any",
              [
                "==",
                [
                  "get",
                  "VISINA_H2"
                ],
                null
              ],
              [
                "==",
                [
                  "get",
                  "VISINA_H2"
                ],
                0
              ]
            ],
            0.3,
            [
              "all",
              [
                "==",
                [
                  "get",
                  "VISINA_H1"
                ],
                null
              ],
              [
                "==",
                [
                  "get",
                  "VISINA_H3"
                ],
                null
              ]
            ],
            0.3,
            [
              "==",
              [
                "get",
                "VISINA_H1"
              ],
              null
            ],
            [
              "-",
              [
                "to-number",
                [
                  "get",
                  "VISINA_H2"
                ]
              ],
              [
                "to-number",
                [
                  "get",
                  "VISINA_H3"
                ]
              ]
            ],
            [
              "==",
              [
                "get",
                "VISINA_H3"
              ],
              null
            ],
            [
              "-",
              [
                "to-number",
                [
                  "get",
                  "VISINA_H2"
                ]
              ],
              [
                "to-number",
                [
                  "get",
                  "VISINA_H1"
                ]
              ]
            ],
            [
              "case",
              [
                ">",
                [
                  "to-number",
                  [
                    "get",
                    "VISINA_H1"
                  ]
                ],
                [
                  "to-number",
                  [
                    "get",
                    "VISINA_H3"
                  ]
                ]
              ],
              [
                "-",
                [
                  "to-number",
                  [
                    "get",
                    "VISINA_H2"
                  ]
                ],
                [
                  "to-number",
                  [
                    "get",
                    "VISINA_H1"
                  ]
                ]
              ],
              [
                "-",
                [
                  "to-number",
                  [
                    "get",
                    "VISINA_H2"
                  ]
                ],
                [
                  "to-number",
                  [
                    "get",
                    "VISINA_H3"
                  ]
                ]
              ]
            ]
          ],
          0,
          "rgb(0,63,127)",
          10,
          "rgb(0,95,159)",
          20,
          "rgb(0,127,191)",
          30,
          "rgb(64,159,207)",
          50,
          "rgb(127,191,223)"
        ],
        "fill-extrusion-height": [
          "case",
          [
            "any",
            [
              "==",
              [
                "get",
                "VISINA_H2"
              ],
              null
            ],
            [
              "==",
              [
                "get",
                "VISINA_H2"
              ],
              0
            ]
          ],
          0.3,
          [
            "all",
            [
              "==",
              [
                "get",
                "VISINA_H1"
              ],
              null
            ],
            [
              "==",
              [
                "get",
                "VISINA_H3"
              ],
              null
            ]
          ],
          0.3,
          [
            "==",
            [
              "get",
              "VISINA_H1"
            ],
            null
          ],
          [
            "-",
            [
              "to-number",
              [
                "get",
                "VISINA_H2"
              ]
            ],
            [
              "to-number",
              [
                "get",
                "VISINA_H3"
              ]
            ]
          ],
          [
            "==",
            [
              "get",
              "VISINA_H3"
            ],
            null
          ],
          [
            "-",
            [
              "to-number",
              [
                "get",
                "VISINA_H2"
              ]
            ],
            [
              "to-number",
              [
                "get",
                "VISINA_H1"
              ]
            ]
          ],
          [
            "case",
            [
              ">",
              [
                "to-number",
                [
                  "get",
                  "VISINA_H1"
                ]
              ],
              [
                "to-number",
                [
                  "get",
                  "VISINA_H3"
                ]
              ]
            ],
            [
              "-",
              [
                "to-number",
                [
                  "get",
                  "VISINA_H2"
                ]
              ],
              [
                "to-number",
                [
                  "get",
                  "VISINA_H1"
                ]
              ]
            ],
            [
              "-",
              [
                "to-number",
                [
                  "get",
                  "VISINA_H2"
                ]
              ],
              [
                "to-number",
                [
                  "get",
                  "VISINA_H3"
                ]
              ]
            ]
          ]
        ],
        "fill-extrusion-base": 0,
        "fill-extrusion-opacity": 1
      },
      "layout": {
        "visibility": "none"
      },
      "metadata": {
        "gurs:order": 2430,
        "gurs:category": "ks3d"
      }
    },
    {
      "id": "KN_SLO_STAVBE_SLO_STAVBE_TLORIS_web_3D",
      "type": "fill-extrusion",
      "source": "stavbe",
      "source-layer": "KN_SLO_STAVBE_SLO_STAVBE_TLORIS_web",
      "minzoom": 14,
      "maxzoom": 20,
      "paint": {
        "fill-extrusion-color": [
          "interpolate",
          [
            "linear"
          ],
          [
            "case",
            [
              "any",
              [
                "==",
                [
                  "get",
                  "VISINA_H2"
                ],
                null
              ],
              [
                "==",
                [
                  "get",
                  "VISINA_H2"
                ],
                0
              ]
            ],
            0.3,
            [
              "all",
              [
                "==",
                [
                  "get",
                  "VISINA_H1"
                ],
                null
              ],
              [
                "==",
                [
                  "get",
                  "VISINA_H3"
                ],
                null
              ]
            ],
            0.3,
            [
              "==",
              [
                "get",
                "VISINA_H1"
              ],
              null
            ],
            [
              "-",
              [
                "to-number",
                [
                  "get",
                  "VISINA_H2"
                ]
              ],
              [
                "to-number",
                [
                  "get",
                  "VISINA_H3"
                ]
              ]
            ],
            [
              "==",
              [
                "get",
                "VISINA_H3"
              ],
              null
            ],
            [
              "-",
              [
                "to-number",
                [
                  "get",
                  "VISINA_H2"
                ]
              ],
              [
                "to-number",
                [
                  "get",
                  "VISINA_H1"
                ]
              ]
            ],
            [
              "case",
              [
                ">",
                [
                  "to-number",
                  [
                    "get",
                    "VISINA_H1"
                  ]
                ],
                [
                  "to-number",
                  [
                    "get",
                    "VISINA_H3"
                  ]
                ]
              ],
              [
                "-",
                [
                  "to-number",
                  [
                    "get",
                    "VISINA_H2"
                  ]
                ],
                [
                  "to-number",
                  [
                    "get",
                    "VISINA_H1"
                  ]
                ]
              ],
              [
                "-",
                [
                  "to-number",
                  [
                    "get",
                    "VISINA_H2"
                  ]
                ],
                [
                  "to-number",
                  [
                    "get",
                    "VISINA_H3"
                  ]
                ]
              ]
            ]
          ],
          0,
          "rgb(0,63,127)",
          10,
          "rgb(0,95,159)",
          20,
          "rgb(0,127,191)",
          30,
          "rgb(64,159,207)",
          50,
          "rgb(127,191,223)"
        ],
        "fill-extrusion-height": [
          "case",
          [
            "any",
            [
              "==",
              [
                "get",
                "VISINA_H2"
              ],
              null
            ],
            [
              "==",
              [
                "get",
                "VISINA_H2"
              ],
              0
            ]
          ],
          0.3,
          [
            "all",
            [
              "==",
              [
                "get",
                "VISINA_H1"
              ],
              null
            ],
            [
              "==",
              [
                "get",
                "VISINA_H3"
              ],
              null
            ]
          ],
          0.3,
          [
            "==",
            [
              "get",
              "VISINA_H1"
            ],
            null
          ],
          [
            "-",
            [
              "to-number",
              [
                "get",
                "VISINA_H2"
              ]
            ],
            [
              "to-number",
              [
                "get",
                "VISINA_H3"
              ]
            ]
          ],
          [
            "==",
            [
              "get",
              "VISINA_H3"
            ],
            null
          ],
          [
            "-",
            [
              "to-number",
              [
                "get",
                "VISINA_H2"
              ]
            ],
            [
              "to-number",
              [
                "get",
                "VISINA_H1"
              ]
            ]
          ],
          [
            "case",
            [
              ">",
              [
                "to-number",
                [
                  "get",
                  "VISINA_H1"
                ]
              ],
              [
                "to-number",
                [
                  "get",
                  "VISINA_H3"
                ]
              ]
            ],
            [
              "-",
              [
                "to-number",
                [
                  "get",
                  "VISINA_H2"
                ]
              ],
              [
                "to-number",
                [
                  "get",
                  "VISINA_H1"
                ]
              ]
            ],
            [
              "-",
              [
                "to-number",
                [
                  "get",
                  "VISINA_H2"
                ]
              ],
              [
                "to-number",
                [
                  "get",
                  "VISINA_H3"
                ]
              ]
            ]
          ]
        ],
        "fill-extrusion-base": 0,
        "fill-extrusion-opacity": 1
      },
      "layout": {
        "visibility": "none"
      },
      "metadata": {
        "gurs:order": 2431,
        "gurs:category": "ks3d"
      }
    },
    {
      "id": "KN_SLO_STAVBE_SLO_STAVBE_NADZEMNI_TLORIS_poligon_3D",
      "type": "fill-extrusion",
      "source": "stavbe",
      "source-layer": "KN_SLO_STAVBE_SLO_STAVBE_NADZEMNI_TLORIS_poligon",
      "minzoom": 14,
      "maxzoom": 20,
      "paint": {
        "fill-extrusion-color": [
          "interpolate",
          [
            "linear"
          ],
          [
            "case",
            [
              "any",
              [
                "==",
                [
                  "get",
                  "VISINA_H2"
                ],
                null
              ],
              [
                "==",
                [
                  "get",
                  "VISINA_H2"
                ],
                0
              ]
            ],
            0.3,
            [
              "all",
              [
                "==",
                [
                  "get",
                  "VISINA_H1"
                ],
                null
              ],
              [
                "==",
                [
                  "get",
                  "VISINA_H3"
                ],
                null
              ]
            ],
            0.3,
            [
              "==",
              [
                "get",
                "VISINA_H1"
              ],
              null
            ],
            [
              "-",
              [
                "to-number",
                [
                  "get",
                  "VISINA_H2"
                ]
              ],
              [
                "to-number",
                [
                  "get",
                  "VISINA_H3"
                ]
              ]
            ],
            [
              "==",
              [
                "get",
                "VISINA_H3"
              ],
              null
            ],
            [
              "-",
              [
                "to-number",
                [
                  "get",
                  "VISINA_H2"
                ]
              ],
              [
                "to-number",
                [
                  "get",
                  "VISINA_H1"
                ]
              ]
            ],
            [
              "case",
              [
                ">",
                [
                  "to-number",
                  [
                    "get",
                    "VISINA_H1"
                  ]
                ],
                [
                  "to-number",
                  [
                    "get",
                    "VISINA_H3"
                  ]
                ]
              ],
              [
                "-",
                [
                  "to-number",
                  [
                    "get",
                    "VISINA_H2"
                  ]
                ],
                [
                  "to-number",
                  [
                    "get",
                    "VISINA_H1"
                  ]
                ]
              ],
              [
                "-",
                [
                  "to-number",
                  [
                    "get",
                    "VISINA_H2"
                  ]
                ],
                [
                  "to-number",
                  [
                    "get",
                    "VISINA_H3"
                  ]
                ]
              ]
            ]
          ],
          0,
          "rgb(0,63,127)",
          10,
          "rgb(0,95,159)",
          20,
          "rgb(0,127,191)",
          30,
          "rgb(64,159,207)",
          50,
          "rgb(127,191,223)"
        ],
        "fill-extrusion-height": [
          "case",
          [
            "any",
            [
              "==",
              [
                "get",
                "VISINA_H2"
              ],
              null
            ],
            [
              "==",
              [
                "get",
                "VISINA_H2"
              ],
              0
            ]
          ],
          0.3,
          [
            "all",
            [
              "==",
              [
                "get",
                "VISINA_H1"
              ],
              null
            ],
            [
              "==",
              [
                "get",
                "VISINA_H3"
              ],
              null
            ]
          ],
          0.3,
          [
            "==",
            [
              "get",
              "VISINA_H1"
            ],
            null
          ],
          [
            "-",
            [
              "to-number",
              [
                "get",
                "VISINA_H2"
              ]
            ],
            [
              "to-number",
              [
                "get",
                "VISINA_H3"
              ]
            ]
          ],
          [
            "==",
            [
              "get",
              "VISINA_H3"
            ],
            null
          ],
          [
            "-",
            [
              "to-number",
              [
                "get",
                "VISINA_H2"
              ]
            ],
            [
              "to-number",
              [
                "get",
                "VISINA_H1"
              ]
            ]
          ],
          [
            "case",
            [
              ">",
              [
                "to-number",
                [
                  "get",
                  "VISINA_H1"
                ]
              ],
              [
                "to-number",
                [
                  "get",
                  "VISINA_H3"
                ]
              ]
            ],
            [
              "-",
              [
                "to-number",
                [
                  "get",
                  "VISINA_H2"
                ]
              ],
              [
                "to-number",
                [
                  "get",
                  "VISINA_H1"
                ]
              ]
            ],
            [
              "-",
              [
                "to-number",
                [
                  "get",
                  "VISINA_H2"
                ]
              ],
              [
                "to-number",
                [
                  "get",
                  "VISINA_H3"
                ]
              ]
            ]
          ]
        ],
        "fill-extrusion-base": 0,
        "fill-extrusion-opacity": 1
      },
      "layout": {
        "visibility": "none"
      },
      "metadata": {
        "gurs:order": 2432,
        "gurs:category": "ks3d"
      }
    }
  ],
  "glyphs": "https://tiles.kingprostor.si/assets/fonts/{fontstack}/{range}.pbf",
  "sprite": "https://tiles.kingprostor.si/assets/sprites/osm-basic/sprite",
  "bearing": 0,
  "pitch": 0,
  "center": [
    0,
    0
  ],
  "zoom": 1
}