{
  "version": 8,
  "name": "icgc_mapa_base_gris_rebaixat",
  "metadata": {"maputnik:renderer": "mbgljs"},
  "center": [1.537786, 41.837539],
  "zoom": 12,
  "bearing": 0,
  "pitch": 0,
  "sources": {
    "ortoICGC": {
      "type": "raster",
      "tiles": [
        "https://geoserveis.icgc.cat/icc_mapesmultibase/noutm/wmts/orto/GRID3857/{z}/{x}/{y}.png"
      ],
      "tileSize": 256,
      "attribution": "<b>Ortofoto Catalunya</b>:<a href=\"https://www.icgc.cat/Aplicacions/Visors/ContextMaps\">Institut Cartogràfic i Geològic de Catalunya</a> |",
      "maxzoom": 20
    },
    "ortoEsri": {
      "type": "raster",
      "tiles": [
        "https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}"
      ],
      "tileSize": 256,
      "attribution": "<b>Ortofoto resta del món</b>:Esri, DigitalGlobe, USDA, USGS, GeoEye, Getmapping, AeroGRID, IGN, IGP, UPR-EGP, and the GIS community",
      "maxzoom": 20
    },
    "terrainMapZen": {
      "type": "raster-dem",
      "tiles": [
        "https://s3.amazonaws.com/elevation-tiles-prod/terrarium/{z}/{x}/{y}.png"
      ],
      "tileSize": 256,
      "encoding": "terrarium",
      "maxzoom": 15
    },
    "terrainICGC": {
      "type": "raster-dem",
      "tiles": [
        "https://geoserveis.icgc.cat/servei/catalunya/contextmaps-terreny-5m-rgb/wmts/{z}/{x}/{y}.png"
      ],
      "tileSize": 256,
      "bounds": [0, 40.5, 4.2, 42.86],
      "minzoom": 7,
      "maxzoom": 14
    },
    "terrainICGCR": {
      "type": "raster",
      "tiles": [
        "https://geoserveis.icgc.cat/servei/catalunya/contextmaps-terreny-5m-rgb/wmts/{z}/{x}/{y}.png"
      ],
      "tileSize": 256,
      "bounds": [0, 40.5, 4.2, 42.86],
      "minzoom": 7,
      "maxzoom": 14
    },
    "openmaptiles": {
      "type": "vector",
      "tiles": [
        "https://geoserveis.icgc.cat/servei/catalunya/contextmaps_v1/vt/{z}/{x}/{y}.pbf"
      ],
      "attribution": "<b>ContextMaps</b>:<a href=\"https://www.icgc.cat/Aplicacions/Visors/ContextMaps\">Institut Cartogràfic i Geològic de Catalunya</a>|<b>Mapa resta del món</b>:© OpenMapTiles © OpenStreetMap contributors",
      "maxzoom": 16
    },
    "contour": {
      "type": "vector",
      "tiles": [
        "https://geoserveis.icgc.cat/servei/catalunya/contextmaps-contorn/vt/{z}/{x}/{y}.pbf"
      ],
      "maxzoom": 16
    },
    "contextmapsadmpt": {
      "type": "vector",
      "tiles": [
        "https://geoserveis.icgc.cat/servei/catalunya/contextmaps-admpt_v1/vt/{z}/{x}/{y}.pbf"
      ],
      "maxzoom": 16
    },
    "contextmapsslope": {
      "type": "raster",
      "tiles": [
        "https://geoserveis.icgc.cat/servei/catalunya/contextmaps-slope/wmts/{z}/{x}/{y}.png"
      ],
      "tileSize": 256,
      "maxzoom": 16
    }
  },
  "sprite": "https://geoserveis.icgc.cat/vector-tiles/simbologia/sprites1/sprite",
	"glyphs": "https://geoserveis.icgc.cat/vector-tiles/simbologia/glyphs/{fontstack}/{range}.pbf",
  "layers": [
    {
      "id": "background",
      "type": "background",
      "maxzoom": 24,
      "layout": {"visibility": "visible"},
      "paint": {"background-color": "#f8f4f0"}
    },
    {
      "id": "terrainMapZen",
      "type": "hillshade",
      "source": "terrainMapZen",
      "minzoom": 0,
      "maxzoom": 18,
      "layout": {"visibility": "visible"},
      "paint": {
        "hillshade-illumination-anchor": "map",
        "hillshade-exaggeration": 1,
        "hillshade-highlight-color": "rgba(250, 250, 250, 1)",
        "hillshade-shadow-color": "rgba(200, 200, 200, 1)",
        "hillshade-accent-color": "rgba(250, 250, 250, 1)",
        "hillshade-illumination-direction": 345
      }
    },
    {
      "id": "terrainICGC",
      "type": "hillshade",
      "source": "terrainICGC",
      "minzoom": 7,
      "maxzoom": 18,
      "layout": {"visibility": "visible"},
      "paint": {
        "hillshade-illumination-anchor": "map",
        "hillshade-exaggeration": 1,
        "hillshade-highlight-color": "rgba(250, 250, 250, 1)",
        "hillshade-shadow-color": "rgba(200, 200, 200, 1)",
        "hillshade-accent-color": "rgba(250, 250, 250, 1)",
        "hillshade-illumination-direction": 345
      }
    },
    {
      "id": "landcover-ice-shelf",
      "type": "fill",
      "metadata": {"mapbox:group": "1444849382550.77"},
      "source": "openmaptiles",
      "source-layer": "landcover",
      "filter": ["==", "subclass", "ice_shelf"],
      "layout": {"visibility": "visible"},
      "paint": {
        "fill-color": "#fff",
        "fill-opacity": {"base": 1, "stops": [[0, 0.9], [10, 0.3]]}
      }
    },
    {
      "id": "water-ocean",
      "type": "fill",
      "metadata": {"mapbox:group": "1444849382550.77"},
      "source": "openmaptiles",
      "source-layer": "water",
      "maxzoom": 24,
      "filter": ["all", ["==", "class", "ocean"], ["==", "$type", "Polygon"]],
      "layout": {"visibility": "visible"},
      "paint": {"fill-opacity": 1, "fill-color": "rgba(220, 220, 220, 1)"}
    },
    {
      "id": "landcover-glacier",
      "type": "fill",
      "metadata": {"mapbox:group": "1444849388993.3071"},
      "source": "openmaptiles",
      "source-layer": "landcover",
      "filter": ["==", "subclass", "glacier"],
      "layout": {"visibility": "visible"},
      "paint": {
        "fill-color": "#fff",
        "fill-opacity": {"base": 1, "stops": [[0, 0.9], [10, 0.3]]}
      }
    },
    {
      "id": "landuse-residential",
      "type": "fill",
      "metadata": {"mapbox:group": "1444849388993.3071"},
      "source": "openmaptiles",
      "source-layer": "landuse",
      "filter": ["==", "class", "residential"],
      "layout": {"visibility": "visible"},
      "paint": {
        "fill-color": {
          "base": 1,
          "stops": [
            [12, "hsla(30, 19%, 90%, 0.4)"],
            [16, "hsla(30, 19%, 90%, 0.2)"]
          ]
        }
      }
    },
    {
      "id": "landuse-commercial",
      "type": "fill",
      "metadata": {"mapbox:group": "1444849388993.3071"},
      "source": "openmaptiles",
      "source-layer": "landuse",
      "filter": [
        "all",
        ["==", "$type", "Polygon"],
        ["==", "class", "commercial"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {"fill-color": "rgba(230, 230, 230, 0.23)"}
    },
    {
      "id": "landuse-industrial",
      "type": "fill",
      "metadata": {"mapbox:group": "1444849388993.3071"},
      "source": "openmaptiles",
      "source-layer": "landuse",
      "filter": [
        "all",
        ["==", "$type", "Polygon"],
        ["==", "class", "industrial"]
      ],
      "paint": {"fill-color": "hsla(30, 19%, 90%, 0.34)"}
    },
    {
      "id": "landcover-grass",
      "type": "fill",
      "metadata": {"mapbox:group": "1444849388993.3071"},
      "source": "openmaptiles",
      "source-layer": "landcover",
      "minzoom": 7,
      "maxzoom": 24,
      "filter": ["==", "class", "grass"],
      "layout": {"visibility": "visible"},
      "paint": {"fill-color": "rgba(198, 198, 198, 0.2)", "fill-opacity": 1}
    },
    {
      "id": "landcover-other",
      "type": "fill",
      "metadata": {"mapbox:group": "1444849388993.3071"},
      "source": "openmaptiles",
      "source-layer": "landcover",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": ["all", ["in", "class", "beach", "sand", "floodplain"]],
      "layout": {"visibility": "visible"},
      "paint": {"fill-color": "rgba(230, 230, 230, 1)", "fill-opacity": 1}
    },
    {
      "id": "landcover-bare-rock",
      "type": "fill",
      "metadata": {"mapbox:group": "1444849388993.3071"},
      "source": "openmaptiles",
      "source-layer": "landcover",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": ["all", ["in", "class", "bare_rock"]],
      "layout": {"visibility": "visible"},
      "paint": {"fill-color": "rgba(230, 230, 230, 0.5)", "fill-opacity": 1}
    },
    {
      "id": "landcover-wetland",
      "type": "fill",
      "metadata": {"mapbox:group": "1444849382550.77"},
      "source": "openmaptiles",
      "source-layer": "landcover",
      "filter": ["all", ["==", "class", "wetland"]],
      "layout": {"visibility": "visible"},
      "paint": {"fill-color": "rgba(230, 230, 230, 1)", "fill-opacity": 1}
    },
    {
      "id": "landcover-wetland-pattern",
      "type": "fill",
      "metadata": {"mapbox:group": "1444849382550.77"},
      "source": "openmaptiles",
      "source-layer": "landcover",
      "filter": ["all", ["==", "class", "wetland"]],
      "layout": {"visibility": "visible"},
      "paint": {"fill-translate": [0, 2.5], "fill-pattern": "wetland_bn"}
    },
    {
      "id": "landcover-tartera",
      "type": "line",
      "metadata": {"mapbox:group": "1444849382550.77"},
      "source": "contextmapsadmpt",
      "source-layer": "landcover",
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["==", "class", "Tartera"]
      ],
      "layout": {"line-cap": "round", "visibility": "visible"},
      "paint": {
        "line-color": "rgba(120, 120, 120, 1)",
        "line-width": {"base": 1.3, "stops": [[13, 0.5], [20, 2]]}
      }
    },
    {
      "id": "waterway-other",
      "type": "line",
      "metadata": {"mapbox:group": "1444849382550.77"},
      "source": "openmaptiles",
      "source-layer": "waterway",
      "minzoom": 12,
      "filter": ["!in", "class", "canal", "river", "stream"],
      "layout": {"line-cap": "round", "visibility": "visible"},
      "paint": {
        "line-color": "rgba(180, 180, 180, 1)",
        "line-width": {"base": 1.3, "stops": [[13, 0.5], [20, 2]]}
      }
    },
    {
      "id": "waterway-stream-canal",
      "type": "line",
      "metadata": {"mapbox:group": "1444849382550.77"},
      "source": "openmaptiles",
      "source-layer": "waterway",
      "minzoom": 12,
      "filter": ["all", ["in", "class", "canal", "stream"]],
      "layout": {"line-cap": "round", "visibility": "visible"},
      "paint": {
        "line-color": "rgba(180, 180, 180, 1)",
        "line-width": {"base": 1.3, "stops": [[13, 0.5], [20, 6]]}
      }
    },
    {
      "id": "waterway-canal-arrow",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "waterway",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": ["in", "class", "canal"],
      "layout": {
        "icon-image": "canal_bn",
        "icon-rotation-alignment": "map",
        "symbol-placement": "line",
        "symbol-spacing": 80,
        "visibility": "visible",
        "icon-size": 2
      }
    },
    {
      "id": "waterway-river",
      "type": "line",
      "metadata": {"mapbox:group": "1444849382550.77"},
      "source": "openmaptiles",
      "source-layer": "waterway",
      "minzoom": 7,
      "filter": ["all", ["in", "class", "river"]],
      "layout": {"line-cap": "round", "visibility": "visible"},
      "paint": {
        "line-color": "rgba(180, 180, 180, 1)",
        "line-width": {"base": 1.2, "stops": [[10, 0.8], [20, 6]]}
      }
    },
    {
      "id": "water",
      "type": "fill",
      "metadata": {"mapbox:group": "1444849382550.77"},
      "source": "openmaptiles",
      "source-layer": "water",
      "minzoom": 1,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "class", "sea", "river", "lake", "reservoir"],
        ["==", "$type", "Polygon"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {"fill-color": "rgba(220, 220, 220, 1)"}
    },
    {
      "id": "water-other",
      "type": "fill",
      "metadata": {"mapbox:group": "1444849382550.77"},
      "source": "openmaptiles",
      "source-layer": "water",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "class", "pool", "pond", "salt_pond", "resevoir"],
        ["==", "$type", "Polygon"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {"fill-color": "rgba(220, 220, 220, 1)"}
    },
    {
      "id": "water-dock",
      "type": "fill",
      "metadata": {"mapbox:group": "1444849382550.77"},
      "source": "openmaptiles",
      "source-layer": "water",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "class", "dock"],
        ["!in", "subclass", "breakwater"],
        ["==", "$type", "Polygon"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {"fill-color": "rgba(230, 230, 230, 1)"}
    },
    {
      "id": "water-dock-breakwater",
      "type": "fill",
      "metadata": {"mapbox:group": "1444849382550.77"},
      "source": "openmaptiles",
      "source-layer": "water",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "class", "dock"],
        ["in", "subclass", "breakwater"],
        ["==", "$type", "Polygon"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {"fill-color": "rgba(220, 220, 220, 1)"}
    },
    {
      "id": "building-industrial",
      "type": "fill",
      "metadata": {"mapbox:group": "1444849364238.8171"},
      "source": "openmaptiles",
      "source-layer": "building",
      "filter": ["all", ["==", "building", "industrial"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "fill-color": {
          "base": 1,
          "stops": [
            [15.5, "rgba(225, 225, 225, 1)"],
            [16, "rgba(215, 215, 215, 1)"]
          ]
        },
        "fill-antialias": true
      }
    },
    {
      "id": "building-top-industrial",
      "type": "fill",
      "metadata": {"mapbox:group": "1444849364238.8171"},
      "source": "openmaptiles",
      "source-layer": "building",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": ["all", ["==", "building", "industrial"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "fill-translate": {
          "base": 1,
          "stops": [[14, [0, 0]], [16, [-2.5, -2.5]]]
        },
        "fill-outline-color": "rgba(190, 190, 190, 1)",
        "fill-color": "rgba(240, 240, 240, 1)",
        "fill-opacity": {"base": 1, "stops": [[13, 0], [16, 0.8]]}
      }
    },
    {
      "id": "building",
      "type": "fill",
      "metadata": {"mapbox:group": "1444849364238.8171"},
      "source": "openmaptiles",
      "source-layer": "building",
      "minzoom": 7,
      "filter": ["all", ["in", "building", "residential", "yes"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "fill-color": {
          "base": 1,
          "stops": [
            [8, "rgba(224, 224, 224, 0.6)"],
            [16, "rgba(206, 206, 206, 1)"]
          ]
        },
        "fill-antialias": true
      }
    },
    {
      "id": "building-top",
      "type": "fill",
      "metadata": {"mapbox:group": "1444849364238.8171"},
      "source": "openmaptiles",
      "source-layer": "building",
      "minzoom": 11,
      "maxzoom": 24,
      "filter": ["all", ["in", "building", "residential", "yes"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "fill-translate": {
          "base": 1,
          "stops": [[15, [0, 0]], [16, [-2.5, -2.5]]]
        },
        "fill-outline-color": "rgba(216, 216, 216, 1)",
        "fill-color": "rgba(220, 220, 220, 1)",
        "fill-opacity": {"base": 1, "stops": [[12, 1], [16, 1]]}
      }
    },
    {
      "id": "building-elevator",
      "type": "fill",
      "metadata": {"mapbox:group": "1444849364238.8171"},
      "source": "openmaptiles",
      "source-layer": "building",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": ["all", ["==", "building", "elevator"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "fill-translate": {
          "base": 1,
          "stops": [[15, [0, 0]], [16, [-2.5, -2.5]]]
        },
        "fill-outline-color": "rgba(100, 100, 100, 1)",
        "fill-color": "rgba(124, 124, 124, 1)",
        "fill-opacity": {"base": 1, "stops": [[12, 1], [16, 1]]}
      }
    },
    {
      "id": "tunnel-trunk-casing",
      "type": "line",
      "metadata": {"mapbox:group": "1444849354174.1904"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        ["==", "brunnel", "tunnel"],
        ["in", "class", "trunk"],
        ["!has", "icgc_id"]
      ],
      "layout": {"line-join": "round", "visibility": "visible"},
      "paint": {
        "line-color": "rgba(61, 61, 61, 1)",
        "line-width": {
          "base": 1.2,
          "stops": [[5, 0.4], [6, 0.6], [7, 1.5], [20, 20]]
        },
        "line-dasharray": [0.5, 0.25]
      }
    },
    {
      "id": "tunnel-motorway-casing",
      "type": "line",
      "metadata": {"mapbox:group": "1444849354174.1904"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        ["==", "brunnel", "tunnel"],
        ["in", "class", "motorway", "motorway_link"]
      ],
      "layout": {"line-join": "round", "visibility": "visible"},
      "paint": {
        "line-color": "rgba(96, 96, 96, 1)",
        "line-dasharray": [1, 0.75],
        "line-width": {
          "base": 1.2,
          "stops": [[5, 0.4], [6, 0.6], [7, 1.5], [20, 20]]
        }
      }
    },
    {
      "id": "tunnel-path",
      "type": "line",
      "metadata": {"mapbox:group": "1444849354174.1904"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["all", ["==", "brunnel", "tunnel"], ["==", "class", "path"]]
      ],
      "layout": {"line-join": "round", "visibility": "visible"},
      "paint": {
        "line-color": "rgba(158, 158, 158, 1)",
        "line-dasharray": [1.5, 0.75],
        "line-width": {"base": 1.2, "stops": [[15, 1.2], [20, 4]]}
      }
    },
    {
      "id": "tunnel-service-track",
      "type": "line",
      "metadata": {"mapbox:group": "1444849354174.1904"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        ["==", "brunnel", "tunnel"],
        ["in", "class", "service", "track"]
      ],
      "layout": {"line-join": "round", "visibility": "visible"},
      "paint": {
        "line-color": "rgba(158, 158, 158, 1)",
        "line-width": {"base": 1.2, "stops": [[13, 0.1], [15, 1.2], [20, 4]]},
        "line-dasharray": [0.9, 1]
      }
    },
    {
      "id": "tunnel-pedestrian",
      "type": "line",
      "metadata": {"mapbox:group": "1444849354174.1904"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        ["==", "brunnel", "tunnel"],
        ["==", "class", "pedestrian"]
      ],
      "layout": {"line-join": "round", "visibility": "visible"},
      "paint": {
        "line-color": "rgba(190, 190, 190, 1)",
        "line-opacity": 1,
        "line-width": {"base": 1.2, "stops": [[13, 0.3], [14, 1], [20, 9]]},
        "line-dasharray": [0.6, 0.5]
      }
    },
    {
      "id": "tunnel-minor",
      "type": "line",
      "metadata": {"mapbox:group": "1444849354174.1904"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": ["all", ["==", "brunnel", "tunnel"], ["==", "class", "minor"]],
      "layout": {"line-join": "round", "visibility": "visible"},
      "paint": {
        "line-color": "rgba(216, 216, 216, 1)",
        "line-opacity": 1,
        "line-width": {"base": 1.2, "stops": [[13, 0], [14, 2.5], [20, 11.5]]},
        "line-dasharray": [0.6, 0.5]
      }
    },
    {
      "id": "tunnel-tertiary",
      "type": "line",
      "metadata": {"mapbox:group": "1444849354174.1904"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        ["==", "brunnel", "tunnel"],
        ["in", "class", "tertiary", "tertiary_link"]
      ],
      "layout": {"line-join": "round"},
      "paint": {
        "line-color": "rgba(201, 201, 201, 1)",
        "line-width": {"base": 1.2, "stops": [[6.5, 0], [7, 0.5], [20, 10]]},
        "line-dasharray": [0.6, 0.5]
      }
    },
    {
      "id": "tunnel-secondary",
      "type": "line",
      "metadata": {"mapbox:group": "1444849354174.1904"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        ["==", "brunnel", "tunnel"],
        ["in", "class", "secondary", "secondary_link"]
      ],
      "layout": {"line-join": "round"},
      "paint": {
        "line-color": "rgba(160, 160, 160, 1)",
        "line-width": {"base": 1.2, "stops": [[6.5, 0], [7, 0.5], [20, 10]]},
        "line-dasharray": [0.6, 0.5]
      }
    },
    {
      "id": "tunnel-primary",
      "type": "line",
      "metadata": {"mapbox:group": "1444849354174.1904"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 8.5,
      "filter": [
        "all",
        ["==", "brunnel", "tunnel"],
        ["in", "class", "primary", "trunk", "primary_link"]
      ],
      "layout": {"line-join": "round"},
      "paint": {
        "line-color": "rgba(140, 140, 140, 1)",
        "line-width": {"base": 1.2, "stops": [[7, 0.5], [20, 14]]},
        "line-dasharray": [0.6, 0.5]
      }
    },
    {
      "id": "tunnel-trunk",
      "type": "line",
      "metadata": {"mapbox:group": "1444849354174.1904"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": ["all", ["==", "brunnel", "tunnel"], ["in", "class", "trunk"]],
      "layout": {"line-join": "round"},
      "paint": {
        "line-color": "rgba(255, 255, 255, 1)",
        "line-width": {"base": 1.2, "stops": [[6.5, 0], [7, 0.2], [20, 6]]}
      }
    },
    {
      "id": "tunnel-motorway",
      "type": "line",
      "metadata": {"mapbox:group": "1444849354174.1904"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        ["==", "brunnel", "tunnel"],
        ["in", "class", "motorway", "motorway_link"]
      ],
      "layout": {"line-join": "round", "visibility": "visible"},
      "paint": {
        "line-color": "rgba(255, 255, 255, 1)",
        "line-width": {"base": 1.2, "stops": [[6.5, 0], [7, 0.3], [20, 8]]}
      }
    },
    {
      "id": "tunnel-railway",
      "type": "line",
      "metadata": {"mapbox:group": "1444849354174.1904"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 7,
      "filter": [
        "all",
        ["==", "brunnel", "tunnel"],
        ["==", "class", "rail"],
        ["!=", "highspeed", "yes"],
        ["!has", "subclass"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(70, 70, 70, 1)",
        "line-width": {"base": 1.4, "stops": [[14, 1], [15, 1.5], [20, 2]]},
        "line-dasharray": [6, 3]
      }
    },
    {
      "id": "tunnel-railway-highspeed",
      "type": "line",
      "metadata": {"mapbox:group": "1444849354174.1904"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 7,
      "filter": [
        "all",
        ["==", "brunnel", "tunnel"],
        ["==", "class", "rail"],
        ["==", "highspeed", "yes"],
        ["!has", "subclass"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(124, 124, 124, 1)",
        "line-width": {"base": 1.4, "stops": [[10, 2], [14, 4], [20, 6]]},
        "line-dasharray": [2, 2]
      }
    },
    {
      "id": "tunnel-railway-rack",
      "type": "line",
      "metadata": {"mapbox:group": "1444849354174.1904"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12.5,
      "filter": [
        "all",
        ["==", "brunnel", "tunnel"],
        ["==", "class", "rail"],
        ["!has", "highspeed"],
        ["in", "subclass", "rack"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(70, 70, 70, 1)",
        "line-width": {"base": 1.4, "stops": [[14, 1], [15, 1.5], [20, 2]]},
        "line-dasharray": [6, 3]
      }
    },
    {
      "id": "tunnel-railway-funicular",
      "type": "line",
      "metadata": {"mapbox:group": "1444849354174.1904"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12.5,
      "filter": [
        "all",
        ["==", "brunnel", "tunnel"],
        ["==", "class", "rail"],
        ["!has", "highspeed"],
        ["in", "subclass", "funicular"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(70, 70, 70, 1)",
        "line-width": {"base": 1.4, "stops": [[14, 1], [15, 1.5], [20, 2]]},
        "line-dasharray": [6, 3]
      }
    },
    {
      "id": "ferry",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": ["all", ["in", "class", "ferry"]],
      "layout": {"line-join": "round", "visibility": "visible"},
      "paint": {
        "line-color": "rgba(102, 102, 102, 1)",
        "line-width": 1.1,
        "line-dasharray": [2, 2]
      }
    },
    {
      "id": "aeroway-taxiway-casing",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "aeroway",
      "minzoom": 12,
      "filter": ["all", ["in", "class", "taxiway"]],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(109, 109, 109, 1)",
        "line-width": {"base": 1.5, "stops": [[11, 2], [17, 12]]},
        "line-opacity": 1
      }
    },
    {
      "id": "aeroway-runway-casing",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "aeroway",
      "minzoom": 12,
      "filter": ["all", ["in", "class", "runway"]],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(109, 109, 109, 1)",
        "line-width": {"base": 1.5, "stops": [[11, 5], [17, 55]]},
        "line-opacity": 1
      }
    },
    {
      "id": "aeroway-area",
      "type": "fill",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "aeroway",
      "minzoom": 4,
      "filter": [
        "all",
        ["==", "$type", "Polygon"],
        ["in", "class", "runway", "taxiway"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "fill-opacity": {"base": 1, "stops": [[13, 0], [14, 1]]},
        "fill-color": "rgba(255, 255, 255, 1)"
      }
    },
    {
      "id": "aeroway-taxiway",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "aeroway",
      "minzoom": 4,
      "filter": [
        "all",
        ["in", "class", "taxiway"],
        ["==", "$type", "LineString"]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(255, 255, 255, 1)",
        "line-width": {"base": 1.5, "stops": [[11, 1], [17, 10]]},
        "line-opacity": {"base": 1, "stops": [[11, 0], [12, 1]]}
      }
    },
    {
      "id": "aeroway-runway",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "aeroway",
      "minzoom": 4,
      "filter": [
        "all",
        ["in", "class", "runway"],
        ["==", "$type", "LineString"]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(255, 255, 255, 1)",
        "line-width": {"base": 1.5, "stops": [[11, 4], [17, 50]]},
        "line-opacity": {"base": 1, "stops": [[11, 0], [12, 1]]}
      }
    },
    {
      "id": "highway-area",
      "type": "fill",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": ["==", "$type", "Polygon"],
      "layout": {"visibility": "visible"},
      "paint": {
        "fill-color": "hsla(0, 0%, 89%, 0.56)",
        "fill-outline-color": "rgba(240, 240, 240, 1)",
        "fill-opacity": 0.9,
        "fill-antialias": false
      }
    },
    {
      "id": "highway-motorway-link-casing",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 8,
      "filter": [
        "all",
        ["!in", "brunnel", "bridge", "tunnel"],
        ["==", "class", "motorway_link"]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(96, 96, 96, 1)",
        "line-width": {
          "base": 1.2,
          "stops": [[4, 0], [5, 0.4], [6, 0.6], [7, 1.5], [20, 22]]
        },
        "line-opacity": {"stops": [[4, 0], [5, 1]]}
      }
    },
    {
      "id": "highway-motorway-casing",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 6,
      "maxzoom": 24,
      "filter": [
        "all",
        ["!in", "brunnel", "bridge", "tunnel"],
        ["in", "class", "motorway", "motorway_link"]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(96, 96, 96, 1)",
        "line-width": {
          "base": 1.2,
          "stops": [[4, 0], [5, 0.4], [6, 0.6], [7, 1.5], [20, 22]]
        },
        "line-opacity": {"stops": [[4, 0], [5, 1]]}
      }
    },
    {
      "id": "highway-path",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["all", ["!in", "brunnel", "bridge", "tunnel"], ["==", "class", "path"]]
      ],
      "paint": {
        "line-color": "rgba(158, 158, 158, 1)",
        "line-dasharray": [1.5, 0.5],
        "line-width": {"base": 1.2, "stops": [[13, 0.1], [15, 1.2], [20, 4]]}
      }
    },
    {
      "id": "highway-track-z11",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12,
      "filter": ["all", ["!=", "brunnel", "tunnel"], ["==", "class", "track"]],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(158, 158, 158, 1)",
        "line-opacity": 1,
        "line-width": {"base": 1.2, "stops": [[13, 0.1], [15, 1.2], [20, 4]]},
        "line-translate": [0, 0]
      }
    },
    {
      "id": "highway-link",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 8,
      "filter": [
        "all",
        ["!in", "brunnel", "bridge", "tunnel"],
        [
          "in",
          "class",
          "primary_link",
          "secondary_link",
          "tertiary_link",
          "trunk_link"
        ],
        ["!has", "icgc_id"]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(140, 140, 140, 1)",
        "line-width": {
          "base": 1.2,
          "stops": [[12.5, 0], [13, 1.5], [14, 2.5], [20, 11.5]]
        }
      }
    },
    {
      "id": "highway-service-parking_aisle",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        ["!=", "brunnel", "tunnel"],
        ["==", "class", "service"],
        ["==", "service", "parking_aisle"]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(190, 190, 190, 1)",
        "line-opacity": 1,
        "line-width": {
          "base": 1.2,
          "stops": [[13, 0.5], [14, 2.5], [20, 11.5]]
        },
        "line-translate": [0, 0]
      }
    },
    {
      "id": "highway-pedestrian",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        ["!=", "brunnel", "tunnel"],
        ["==", "class", "pedestrian"]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(190, 190, 190, 1)",
        "line-opacity": 1,
        "line-width": {"base": 1.2, "stops": [[13, 0.3], [14, 1], [20, 9]]},
        "line-translate": [0, 0]
      }
    },
    {
      "id": "highway-pedestrian-steps",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 16.5,
      "filter": [
        "all",
        ["in", "class", "pedestrian"],
        ["==", "subclass", "steps"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "miter",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(33, 33, 33, 1)",
        "line-width": {"base": 1.2, "stops": [[15, 0.2], [20, 8]]},
        "line-dasharray": [0.2, 1]
      }
    },
    {
      "id": "highway-busway",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 8,
      "filter": ["all", ["!=", "brunnel", "tunnel"], ["==", "class", "busway"]],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(193, 193, 193, 1)",
        "line-opacity": 1,
        "line-width": {
          "base": 1.2,
          "stops": [[13, 0.5], [14, 2.5], [20, 11.5]]
        },
        "line-translate": [0, 0]
      }
    },
    {
      "id": "highway-minor",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 8,
      "filter": ["all", ["!=", "brunnel", "tunnel"], ["==", "class", "minor"]],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(216, 216, 216, 1)",
        "line-opacity": 1,
        "line-width": {
          "base": 1.2,
          "stops": [[13, 0.5], [14, 2.5], [20, 11.5]]
        },
        "line-translate": [0, 0]
      }
    },
    {
      "id": "highway-tertiary",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 8,
      "filter": [
        "all",
        ["!in", "brunnel", "bridge", "tunnel"],
        ["in", "class", "tertiary", "tertiary_link"]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(201, 201, 201, 1)",
        "line-width": {"base": 1.2, "stops": [[6.5, 0], [8, 0.5], [20, 13]]}
      }
    },
    {
      "id": "highway-secondary",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 8,
      "filter": [
        "all",
        ["!in", "brunnel", "bridge", "tunnel"],
        ["in", "class", "secondary", "secondary_link"]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(160, 160, 160, 1)",
        "line-width": {"base": 1.2, "stops": [[6.5, 0], [8, 0.5], [20, 13]]}
      }
    },
    {
      "id": "highway-primary",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 7,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["!in", "brunnel", "bridge", "tunnel"],
        ["in", "class", "primary", "trunk", "primary_link"]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(140, 140, 140, 1)",
        "line-width": {"base": 1.2, "stops": [[8.5, 0.5], [9, 0.8], [20, 14]]}
      }
    },
    {
      "id": "highway-motorway",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 8,
      "filter": [
        "all",
        ["!in", "brunnel", "bridge", "tunnel"],
        ["in", "class", "motorway", "motorway_link"]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(255, 255, 255, 1)",
        "line-width": {"base": 1.2, "stops": [[6.5, 0], [7, 0.3], [20, 6]]}
      }
    },
    {
      "id": "highway-minor_limit",
      "type": "line",
      "metadata": {"mapbox:group": "1444849382550.77"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 15,
      "filter": ["all", ["==", "class", "minor_limit"]],
      "layout": {"line-cap": "round", "visibility": "visible"},
      "paint": {"line-color": "rgba(214, 214, 214, 1)", "line-width": 2}
    },
    {
      "id": "waterway-stream-canal-urba",
      "type": "line",
      "metadata": {"mapbox:group": "1444849382550.77"},
      "source": "openmaptiles",
      "source-layer": "waterway",
      "minzoom": 12,
      "filter": [
        "all",
        ["in", "class", "canal", "stream"],
        ["==", "entorn", "urba"]
      ],
      "layout": {"line-cap": "round", "visibility": "visible"},
      "paint": {
        "line-color": "rgba(180, 180, 180, 1)",
        "line-width": {"base": 1.3, "stops": [[13, 0.5], [20, 3]]},
        "line-dasharray": [2, 4]
      }
    },
    {
      "id": "railway-transit",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 7,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["all", ["==", "class", "transit"], ["!in", "brunnel", "tunnel"]]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(112, 112, 112, 1)",
        "line-width": {"base": 1.4, "stops": [[14, 0.4], [20, 1]]}
      }
    },
    {
      "id": "railway-transit-hatching",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 7,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["==", "class", "transit"],
        ["!in", "brunnel", "tunnel"],
        ["!has", "subclass"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(112, 112, 112, 1)",
        "line-dasharray": [0.2, 8],
        "line-width": {"base": 1.4, "stops": [[14.5, 0], [15, 2], [20, 6]]}
      }
    },
    {
      "id": "railway-service",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 6,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["!in", "brunnel", "tunnel", "brunnel"],
        ["==", "class", "rail"],
        ["!has", "highspeed"],
        ["has", "service"],
        ["!has", "subclass"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(147, 147, 147, 1)",
        "line-width": {"base": 1.4, "stops": [[14, 1], [15, 1.5], [20, 2]]}
      }
    },
    {
      "id": "railway-service-hatching",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 7,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["==", "class", "rail"],
        ["!=", "brunnel", "tunnel"],
        ["!has", "highspeed"],
        ["has", "service"],
        ["!has", "subclass"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(147, 147, 147, 1)",
        "line-width": {"base": 1.4, "stops": [[14.5, 2], [15, 4], [20, 14]]},
        "line-dasharray": [0.2, 8]
      }
    },
    {
      "id": "railway-highspeed",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 7,
      "filter": [
        "all",
        ["==", "highspeed", "yes"],
        ["!=", "brunnel", "tunnel"],
        ["!has", "subclass"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(124, 124, 124, 1)",
        "line-width": {"stops": [[10, 1], [14, 4], [20, 6]]}
      }
    },
    {
      "id": "railway-highspeed-hatching",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 7,
      "filter": [
        "all",
        ["==", "highspeed", "yes"],
        ["!=", "brunnel", "tunnel"],
        ["!has", "subclass"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(66, 66, 66, 1)",
        "line-dasharray": [0.2, 8],
        "line-width": {"stops": [[10, 2], [14, 4], [20, 6]]}
      }
    },
    {
      "id": "railway-rack",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12.5,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["!in", "brunnel", "tunnel", "bridge"],
        ["==", "class", "rail"],
        ["==", "subclass", "rack"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(70, 70, 70, 1)",
        "line-width": {"base": 1.4, "stops": [[14, 0.4], [15, 0.75], [20, 2]]}
      }
    },
    {
      "id": "railway-hatching-rack",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12.5,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["!in", "brunnel", "tunnel"],
        ["==", "class", "rail"],
        ["==", "subclass", "rack"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(70, 70, 70, 1)",
        "line-dasharray": [0.2, 8],
        "line-width": {"base": 1.4, "stops": [[14.5, 0], [15, 3], [20, 8]]}
      }
    },
    {
      "id": "railway-funicular",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12.5,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["!in", "brunnel", "tunnel", "bridge"],
        ["==", "class", "rail"],
        ["in", "subclass", "funicular"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(70, 70, 70, 1)",
        "line-width": {"base": 1.4, "stops": [[14, 0.4], [15, 0.75], [20, 2]]}
      }
    },
    {
      "id": "railway-hatching-funicular",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12.5,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["!in", "brunnel", "tunnel"],
        ["==", "class", "rail"],
        ["==", "subclass", "funicular"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(70, 70, 70, 1)",
        "line-dasharray": [0.2, 20],
        "line-width": {"base": 1.4, "stops": [[14.5, 0], [15, 5], [20, 12]]}
      }
    },
    {
      "id": "railway-hatching-other",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12.5,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["!in", "brunnel", "tunnel"],
        ["==", "class", "rail"],
        [
          "in",
          "subclass",
          "chair_lift",
          "drag_lift",
          "magicCarpet",
          "betline",
          "tram"
        ]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(70, 70, 70, 1)",
        "line-dasharray": [0.2, 20],
        "line-width": {"base": 1.4, "stops": [[14.5, 0], [15, 3], [20, 8]]}
      }
    },
    {
      "id": "railway-other",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12.5,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["!in", "brunnel", "tunnel", "bridge"],
        ["==", "class", "rail"],
        [
          "in",
          "subclass",
          "gondola",
          "chair_lift",
          "drag_lift",
          "magicCarpet",
          "betline",
          "tram"
        ]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(50, 50, 50, 1)",
        "line-width": {"base": 1.4, "stops": [[14, 0.4], [15, 0.75], [20, 2]]}
      }
    },
    {
      "id": "railway",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 7,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        [
          "all",
          ["!has", "service"],
          ["!in", "brunnel", "bridge", "tunnel"],
          ["==", "class", "rail"],
          ["!has", "highspeed"],
          [
            "!in",
            "subclass",
            "rack",
            "gondola",
            "chair_lift",
            "drag_lift",
            "cable_car",
            "magicCarpet",
            "betline",
            "tram",
            "funicular"
          ]
        ]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(112, 112, 112, 1)",
        "line-width": {"base": 1.4, "stops": [[14, 0.4], [15, 0.75], [20, 2]]}
      }
    },
    {
      "id": "railway-hatching",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 7,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["!has", "service"],
        ["!in", "brunnel", "bridge", "tunnel"],
        ["==", "class", "rail"],
        ["!has", "highspeed"],
        [
          "!in",
          "subclass",
          "rack",
          "gondola",
          "chair_lift",
          "drag_lift",
          "cable_car",
          "magicCarpet",
          "betline",
          "tram",
          "funicular"
        ]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(112, 112, 112, 1)",
        "line-dasharray": [0.2, 8],
        "line-width": {"base": 1.4, "stops": [[14.5, 0], [15, 3], [20, 8]]}
      }
    },
    {
      "id": "bridge-pedestrian-gray",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["in", "class", "pedestrian"]
      ],
      "layout": {"line-join": "round", "visibility": "visible"},
      "paint": {
        "line-color": "rgba(185, 185, 185, 1)",
        "line-opacity": 1,
        "line-width": {"base": 1.2, "stops": [[1, 0.8], [14, 3], [20, 16]]}
      }
    },
    {
      "id": "bridge-minor-gray",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": ["all", ["==", "brunnel", "bridge"], ["in", "class", "minor"]],
      "layout": {"line-join": "round", "visibility": "visible"},
      "paint": {
        "line-color": "rgba(204, 204, 204, 1)",
        "line-opacity": 1,
        "line-width": {"base": 1.2, "stops": [[1, 0.8], [14, 3], [20, 16]]}
      }
    },
    {
      "id": "bridge-motorway-casing",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 6,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["in", "class", "motorway", "motorway_link"]
      ],
      "layout": {"line-join": "round", "visibility": "visible"},
      "paint": {
        "line-color": "rgba(96, 96, 96, 1)",
        "line-width": {
          "base": 1.2,
          "stops": [[5, 0.4], [6, 0.6], [7, 1.5], [20, 22]]
        }
      }
    },
    {
      "id": "bridge-path-casing",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 6,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["all", ["==", "brunnel", "bridge"], ["==", "class", "path"]]
      ],
      "paint": {
        "line-color": "#f8f4f0",
        "line-width": {"base": 1.2, "stops": [[15, 1.2], [20, 18]]}
      }
    },
    {
      "id": "bridge-path",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 6,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["all", ["==", "brunnel", "bridge"], ["==", "class", "path"]]
      ],
      "paint": {
        "line-color": "#cba",
        "line-width": {"base": 1.2, "stops": [[15, 1.2], [20, 4]]},
        "line-dasharray": [1.5, 0.75]
      }
    },
    {
      "id": "bridge-track-casing",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["all", ["==", "brunnel", "bridge"], ["==", "class", "track"]]
      ],
      "layout": {"line-join": "round", "visibility": "visible"},
      "paint": {
        "line-color": "rgba(120, 120, 120, 1)",
        "line-opacity": 1,
        "line-width": {"base": 1.2, "stops": [[13, 0.1], [15, 1.2], [20, 6]]},
        "line-translate": [0, 0]
      }
    },
    {
      "id": "bridge-track",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["all", ["==", "brunnel", "bridge"], ["==", "class", "track"]]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(120, 120, 120, 1)",
        "line-opacity": 1,
        "line-width": {"base": 1.2, "stops": [[13, 0.1], [15, 1.2], [20, 4]]},
        "line-translate": [0, 0]
      }
    },
    {
      "id": "bridge-pedestrian",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 6,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["in", "class", "pedestrian"]
      ],
      "layout": {"line-join": "round", "visibility": "visible"},
      "paint": {
        "line-color": "rgba(190, 190, 190, 1)",
        "line-opacity": 1,
        "line-width": {"base": 1.2, "stops": [[13, 0.3], [14, 1], [20, 9]]}
      }
    },
    {
      "id": "bridge-minor",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "filter": ["all", ["==", "brunnel", "bridge"], ["in", "class", "minor"]],
      "layout": {"line-join": "round", "visibility": "visible"},
      "paint": {
        "line-color": "rgba(216, 216, 216, 1)",
        "line-opacity": 1,
        "line-width": {"base": 1.2, "stops": [[13, 0.5], [14, 2.5], [20, 11.5]]}
      }
    },
    {
      "id": "bridge-tertiary",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 6,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["in", "class", "tertiary", "tertiary_link"]
      ],
      "layout": {"line-join": "round"},
      "paint": {
        "line-color": "rgba(201, 201, 201, 1)",
        "line-width": {"base": 1.2, "stops": [[6.5, 0], [7, 0.5], [20, 13]]}
      }
    },
    {
      "id": "bridge-secondary",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 6,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["in", "class", "secondary", "secondary_link"]
      ],
      "layout": {"line-join": "round"},
      "paint": {
        "line-color": "rgba(160, 160, 160, 1)",
        "line-width": {"base": 1.2, "stops": [[6.5, 0], [7, 0.5], [20, 13]]}
      }
    },
    {
      "id": "bridge-primary",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 7,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["in", "class", "primary", "primary_link"]
      ],
      "layout": {"line-join": "round"},
      "paint": {
        "line-color": "rgba(140, 140, 140, 1)",
        "line-width": {"base": 1.2, "stops": [[6.5, 0], [7, 0.5], [20, 14]]}
      }
    },
    {
      "id": "bridge-motorway",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 6,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["in", "class", "motorway", "motorway_link"]
      ],
      "layout": {"line-join": "round", "visibility": "visible"},
      "paint": {
        "line-color": "rgba(255, 255, 255, 1)",
        "line-width": {"base": 1.2, "stops": [[6.5, 0], [7, 0.3], [20, 8]]}
      }
    },
    {
      "id": "bridge-railway",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 7,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["==", "class", "rail"],
        ["!has", "highspeed"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(147, 147, 147, 1)",
        "line-width": {"base": 1.4, "stops": [[1, 1], [15, 1.5], [20, 2]]}
      }
    },
    {
      "id": "bridge-railway-rack",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12.5,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["==", "class", "rail"],
        ["!has", "highspeed"],
        ["==", "subclass", "rack"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(70, 70, 70, 1)",
        "line-width": {"base": 1.4, "stops": [[1, 1], [15, 1.5], [20, 2]]}
      }
    },
    {
      "id": "bridge-railway-other",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12.5,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["==", "class", "rail"],
        ["!has", "highspeed"],
        [
          "in",
          "subclass",
          "gondola",
          "chair_lift",
          "drag_lift",
          "cable_car",
          "magicCarpet",
          "betline",
          "tram"
        ]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(70, 70, 70, 1)",
        "line-width": {"base": 1.4, "stops": [[1, 1], [15, 1.5], [20, 2]]}
      }
    },
    {
      "id": "bridge-railway-hatching-other",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12.5,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["==", "class", "rail"],
        ["!has", "highspeed"],
        [
          "in",
          "subclass",
          "gondola",
          "chair_lift",
          "drag_lift",
          "cable_car",
          "magicCarpet",
          "betline"
        ]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(70, 70, 70, 1)",
        "line-dasharray": [0.2, 8],
        "line-width": {"base": 1.4, "stops": [[14.5, 0], [15, 3], [20, 8]]}
      }
    },
    {
      "id": "bridge-railway-highspeed-casing",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12.5,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["==", "class", "rail"],
        ["==", "highspeed", "yes"],
        ["!has", "subclass"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(156, 156, 156, 1)",
        "line-width": {
          "base": 1.4,
          "stops": [[5, 0.4], [6, 0.6], [7, 1.5], [20, 16]]
        }
      }
    },
    {
      "id": "bridge-railway-highspeed",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 7,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["==", "class", "rail"],
        ["==", "highspeed", "yes"],
        ["!has", "subclass"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(124, 124, 124, 1)",
        "line-width": {"base": 1.4, "stops": [[10, 2], [14, 4], [20, 6]]}
      }
    },
    {
      "id": "bridge-railway-highspeed-hatching",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 7,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["==", "class", "rail"],
        ["==", "highspeed", "yes"],
        ["!has", "subclass"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(66, 66, 66, 1)",
        "line-dasharray": [0.2, 8],
        "line-width": {"base": 1.4, "stops": [[10, 2], [14, 4], [20, 6]]}
      }
    },
    {
      "id": "cablecar",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "filter": ["all", ["==", "class", "cable_car"], ["!has", "icgc_id"]],
      "layout": {"visibility": "visible", "line-cap": "round"},
      "paint": {
        "line-color": "hsl(0, 0%, 70%)",
        "line-width": {"base": 1, "stops": [[11, 1], [19, 2.5]]}
      }
    },
    {
      "id": "cablecar-dash",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "filter": [
        "all",
        ["==", "class", "cable_car"],
        ["==", "!has", "icgc_id"]
      ],
      "layout": {"visibility": "visible", "line-cap": "round"},
      "paint": {
        "line-color": "hsl(0, 0%, 70%)",
        "line-width": {"base": 1, "stops": [[11, 3], [19, 5.5]]},
        "line-dasharray": [2, 3]
      }
    },
    {
      "id": "railway-cable_car",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12.5,
      "filter": [
        "all",
        ["==", "class", "rail"],
        ["==", "subclass", "cable_car"],
        ["has", "icgc_id"]
      ],
      "layout": {"visibility": "visible", "line-cap": "round"},
      "paint": {
        "line-color": "rgba(70, 70, 70, 1)",
        "line-width": {"base": 1, "stops": [[11, 1], [19, 2.5]]}
      }
    },
    {
      "id": "boundary-land-municipis",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "boundary",
      "minzoom": 11,
      "filter": [
        "all",
        ["in", "admin_level", 8],
        ["==", "$type", "LineString"],
        ["!=", "maritime", 1],
        ["has", "mtc25"],
        ["has", "nommuni2"]
      ],
      "layout": {"line-join": "round", "visibility": "visible"},
      "paint": {
        "line-color": "rgba(200, 200, 200, 1)",
        "line-dasharray": [3, 1, 1, 1],
        "line-width": {"base": 1.4, "stops": [[4, 0.4], [5, 1], [12, 3]]}
      }
    },
    {
      "id": "boundary-land-level-other-3",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "boundary",
      "minzoom": 4,
      "filter": [
        "all",
        ["in", "admin_level", 4, 5, 6],
        ["==", "$type", "LineString"],
        ["!has", "minzoom"],
        [
          "in",
          "name",
          "Comunitat Autònoma de la Comunitat Valenciana",
          "Comunitat Autònoma d'Aragó"
        ],
        ["!=", "maritime", 1],
        ["in", "icgc_id", 47488, 11865, 11691, 11695]
      ],
      "layout": {"line-join": "round", "visibility": "visible"},
      "paint": {
        "line-color": "rgba(200, 200, 200, 1)",
        "line-dasharray": [3, 1, 1, 1],
        "line-width": {"base": 1.4, "stops": [[4, 0.4], [5, 1], [12, 3]]}
      }
    },
    {
      "id": "boundary-land-level-other-2",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "boundary",
      "minzoom": 4,
      "filter": [
        "all",
        ["in", "admin_level", 4, 5, 6],
        ["==", "$type", "LineString"],
        ["!has", "minzoom"],
        [
          "!in",
          "name",
          "Comunitat Autònoma de la Comunitat Valenciana",
          "Comunitat Autònoma d'Aragó",
          "Comunitat Autònoma de Catalunya"
        ],
        ["!=", "maritime", 1],
        ["!has", "mtc25"],
        ["==", "tipusua", "A"]
      ],
      "layout": {"line-join": "round", "visibility": "visible"},
      "paint": {
        "line-color": "rgba(200, 200, 200, 1)",
        "line-dasharray": [3, 1, 1, 1],
        "line-width": {"base": 1.4, "stops": [[4, 0.4], [5, 1], [12, 3]]}
      }
    },
    {
      "id": "boundary-land-level-other-cat-2",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "boundary",
      "minzoom": 4,
      "maxzoom": 6,
      "filter": [
        "all",
        ["in", "admin_level", 4, 5, 6],
        ["==", "$type", "LineString"],
        ["!has", "minzoom"],
        ["!in", "name", "Comunitat Autònoma de Catalunya"],
        ["!=", "maritime", 1],
        ["has", "name"]
      ],
      "layout": {"line-join": "round", "visibility": "visible"},
      "paint": {
        "line-color": "rgba(200, 200, 200, 1)",
        "line-dasharray": [3, 1, 1, 1],
        "line-width": {"base": 1.4, "stops": [[4, 0.4], [5, 1], [12, 3]]}
      }
    },
    {
      "id": "boundary-land-level-other-cat",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "boundary",
      "minzoom": 6,
      "filter": [
        "all",
        ["in", "admin_level", 4, 5, 6],
        ["==", "$type", "LineString"],
        ["!has", "minzoom"],
        [
          "!in",
          "name",
          "Comunitat Autònoma d'Aragó",
          "Comunitat Autònoma de Catalunya"
        ],
        ["!=", "maritime", 1],
        ["has", "mtc25"]
      ],
      "layout": {"line-join": "round", "visibility": "visible"},
      "paint": {
        "line-color": "rgba(200, 200, 200, 1)",
        "line-dasharray": [3, 1, 1, 1],
        "line-width": {"base": 1.4, "stops": [[4, 0.4], [5, 1], [12, 3]]}
      }
    },
    {
      "id": "boundary-land-level-2",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "boundary",
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["==", "admin_level", 2],
        ["!=", "maritime", 1],
        ["!=", "disputed", 1],
        ["!has", "minzoom"],
        ["has", "name"]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(200, 200, 200, 1)",
        "line-width": {
          "base": 1,
          "stops": [[0, 0.6], [4, 1.4], [5, 2], [12, 8]]
        }
      }
    },
    {
      "id": "boundary-land-disputed",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "boundary",
      "filter": ["all", ["!=", "maritime", 1], ["==", "disputed", 1]],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "hsl(248, 7%, 70%)",
        "line-dasharray": [1, 3],
        "line-width": {
          "base": 1,
          "stops": [[0, 0.6], [4, 1.4], [5, 2], [12, 8]]
        }
      }
    },
    {
      "id": "boundary-water-costa_cat",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "waterway",
      "minzoom": 14,
      "filter": ["all", ["==", "class", "coast-line"]],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(200, 200, 200, 1)",
        "line-width": {"base": 1, "stops": [[5, 0.5], [12, 1.5]]},
        "line-opacity": {"stops": [[5, 0.5], [10, 1]]}
      }
    },
    {
      "id": "transportation_name-square-z13",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "places de toponímia"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "codigeo", 10203],
        ["==", "capa", "tp025mp"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          13,
          ["*", 1.5, ["get", "fontsize"]],
          14,
          ["*", 2, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-ExtraLight"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-ExtraLight"]]}
        ],
        "text-transform": "none",
        "text-max-width": 7,
        "visibility": "visible",
        "text-justify": ["get", "justify"],
        "text-anchor": ["get", "anchor"],
        "icon-anchor": "bottom",
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-allow-overlap": false
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(83, 83, 83, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "transportation_name-square-z15",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "places del carrerer"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": ["all", ["==", "$type", "Point"], ["in", "class", "square"]],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": {"base": 1.2, "stops": [[14, 10], [17, 12], [18, 16]]},
        "text-font": ["FiraSans-ExtraLight"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-ExtraLight"]]}
        ],
        "text-transform": "none",
        "text-max-width": 7,
        "visibility": "visible",
        "text-justify": "center",
        "text-anchor": "center",
        "icon-anchor": "bottom",
        "symbol-spacing": 80,
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(83, 83, 83, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "transportation_name-street",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 15,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["in", "class", "minor"]
      ],
      "layout": {
        "text-letter-spacing": 0.05,
        "text-size": {
          "base": 1.5,
          "stops": [[15, 8], [16, 9], [17, 10], [18, 13]]
        },
        "text-font": ["FiraSans-Regular"],
        "text-field": "{name}{name:nonlatin}",
        "text-transform": "none",
        "visibility": "visible",
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-anchor": "center",
        "text-max-width": 40,
        "text-justify": "auto",
        "symbol-placement": "line",
        "symbol-spacing": {"stops": [[15, 300], [16, 400], [18, 500]]},
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(130, 130, 130, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "transportation_name-pedestrian",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 16,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["in", "class", "pedestrian"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": {
          "base": 1.5,
          "stops": [[15, 8], [16, 9], [17, 10], [18, 13]]
        },
        "text-font": ["FiraSans-Regular"],
        "text-field": "{name}{name:nonlatin}",
        "text-transform": "none",
        "visibility": "visible",
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-anchor": "center",
        "text-max-width": 40,
        "text-justify": "auto",
        "symbol-placement": "line",
        "symbol-spacing": 500,
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5
      }
    },
    {
      "id": "water-name-lakeline-z12",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["!in", "codigeo", 51008, 60109, 60301, 60302, 60303]
      ],
      "layout": {
        "text-font": ["FiraSans-Italic"],
        "text-size": {
          "stops": [[8, 9], [10, 11], [11, 12], [12, 10], [13, 12], [14, 12]]
        },
        "text-field": "{name:latin}{name:nonlatin}",
        "text-max-width": 0.1,
        "text-rotation-alignment": "map",
        "symbol-placement": "line",
        "symbol-spacing": 350,
        "text-letter-spacing": 0.1,
        "visibility": "visible",
        "text-anchor": "bottom",
        "text-allow-overlap": true,
        "text-offset": [0, 0]
      },
      "paint": {
        "text-color": "rgba(120, 120, 120, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255,0.7)"
      }
    },
    {
      "id": "water-name-lakeline-MM",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["==", "codigeo", 60109]
      ],
      "layout": {
        "text-font": ["FiraSans-Italic"],
        "text-size": {"stops": [[10, 13], [12, 10], [13, 12], [14, 12]]},
        "text-field": "{name:latin}{name:nonlatin}",
        "text-max-width": 0.1,
        "text-rotation-alignment": "map",
        "symbol-placement": "line",
        "symbol-spacing": 350,
        "text-letter-spacing": 2,
        "visibility": "visible",
        "text-anchor": "bottom",
        "text-allow-overlap": false
      },
      "paint": {
        "text-color": "rgba(63, 63, 63, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255,0.8)"
      }
    },
    {
      "id": "water-name-ocean_z3-top",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Oceà Àrtic"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 3,
      "maxzoom": 24,
      "filter": ["all", ["==", "class", "ocean"], ["in", "name", "Oceà Àrtic"]],
      "layout": {
        "symbol-placement": "point",
        "text-field": "{name:latin}",
        "text-font": ["FiraSans-Italic"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-size": {"stops": [[1, 12], [3, 16]]},
        "text-transform": "uppercase",
        "text-justify": "center",
        "text-line-height": 1.5,
        "text-max-width": 50,
        "text-letter-spacing": 1.5,
        "text-anchor": "top",
        "text-offset": [0, 5]
      },
      "paint": {
        "text-color": "rgba(120, 120, 120, 1)",
        "text-halo-color": "rgba(255, 255, 255,0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "airport-label-1",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "aerodrome_label",
      "minzoom": 10,
      "filter": ["all", ["has", "iata"]],
      "layout": {
        "text-padding": 2,
        "text-font": ["FiraSans-Italic"],
        "text-anchor": "top",
        "icon-image": "airport_11",
        "text-field": "{name:latin}{name:nonlatin}",
        "text-offset": [0, 0.6],
        "text-size": 10,
        "text-max-width": 9,
        "visibility": "visible",
        "icon-size": 1,
        "text-optional": true
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "#666",
        "text-halo-width": 1,
        "text-halo-color": "#ffffff"
      }
    },
    {
      "id": "airport-label-2",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "aerodrome_label",
      "minzoom": 13,
      "filter": ["all", ["!has", "iata"]],
      "layout": {
        "text-padding": 2,
        "text-font": ["FiraSans-Italic"],
        "text-anchor": "top",
        "icon-image": "{class}_11",
        "text-field": "{name:latin}{name:nonlatin}",
        "text-offset": [0, 0.6],
        "text-size": 10,
        "text-max-width": 9,
        "visibility": "visible",
        "icon-size": 1,
        "text-optional": true
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "#666",
        "text-halo-width": 1,
        "text-halo-color": "#ffffff"
      }
    },
    {
      "id": "poi-esqui-13",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 13,
      "maxzoom": 20,
      "filter": ["all", ["==", "classicgc", "estacio_esqui"]],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": 10,
        "text-font": ["FiraSans-Regular"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible",
        "text-justify": "center",
        "text-anchor": "top",
        "icon-anchor": "bottom",
        "icon-size": 0.8,
        "icon-image": "estacio_esqui_11"
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(80, 80, 80, 1)",
        "text-halo-width": 0.2,
        "text-halo-color": "rgba(255, 255, 255,0.7)"
      }
    },
    {
      "id": "poi-orography-altimetria-coll",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "capa", "place5m2"],
        ["==", "codigeo", 50302],
        [">", "fontsize", 6]
      ],
      "layout": {
        "text-padding": 2,
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-anchor": "right",
        "text-field": [
          "format",
          ["get", "name"],
          "\n",
          {"text-font": ["literal", ["FiraSans-SemiBold"]], "font-scale": 1},
          ["get", "ele"],
          {"text-font": ["literal", ["FiraSans-Regular"]], "font-scale": 0.9}
        ],
        "text-offset": [-0.5, 0],
        "text-max-width": 9,
        "visibility": "visible",
        "text-allow-overlap": false,
        "text-size": {"stops": [[13, 11], [15, 13], [17, 13]]},
        "icon-allow-overlap": true,
        "icon-size": {"stops": [[13, 0.8], [15, 1], [17, 1.1]]},
        "text-justify": "right"
      },
      "paint": {
        "text-halo-blur": 0.1,
        "text-halo-width": 0.2,
        "text-halo-color": "#ffffff",
        "text-color": "#777"
      }
    },
    {
      "id": "poi-orography-altimetria-peak",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "capa", "poi"],
        ["in", "codigeo", 50203, 50103],
        ["==", "class", "peak"],
        ["has", "ele"],
        ["!=", "icgc_id", 11450]
      ],
      "layout": {
        "text-padding": 2,
        "text-font": ["FiraSans-Regular"],
        "text-anchor": "right",
        "icon-image": "triangle_bn_11",
        "text-field": [
          "format",
          ["get", "name"],
          "\n",
          {"text-font": ["literal", ["FiraSans-SemiBold"]], "font-scale": 1},
          ["get", "ele"],
          {"text-font": ["literal", ["FiraSans-Regular"]], "font-scale": 0.9}
        ],
        "text-offset": [-0.5, 0],
        "text-max-width": 9,
        "visibility": "visible",
        "text-allow-overlap": false,
        "text-size": {"stops": [[13, 11], [15, 13], [17, 13]]},
        "icon-allow-overlap": true,
        "icon-size": {"stops": [[13, 0.8], [15, 1], [17, 1.1]]},
        "text-justify": "right"
      },
      "paint": {
        "text-halo-blur": 0.1,
        "text-halo-width": 0.2,
        "text-halo-color": "#ffffff",
        "text-color": "#666"
      }
    },
    {
      "id": "poi-orography-altimetria-geovertex",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "capa", "poi"],
        ["!=", "codigeo", 50203],
        ["==", "class", "geovertex"],
        [
          "!in",
          "name",
          "el Còdol Barret",
          "Cim de la Dou",
          "Roc de la Maula",
          "Cim de Finestrelles"
        ],
        ["has", "ele"]
      ],
      "layout": {
        "text-padding": 2,
        "text-font": ["FiraSans-Regular"],
        "text-anchor": "right",
        "icon-image": "triangle_bn_11",
        "text-field": [
          "format",
          ["get", "name"],
          "\n",
          {"text-font": ["literal", ["FiraSans-SemiBold"]], "font-scale": 1},
          ["get", "ele"],
          {"text-font": ["literal", ["FiraSans-Regular"]], "font-scale": 0.9}
        ],
        "text-offset": [-0.5, 0],
        "text-max-width": 9,
        "visibility": "visible",
        "text-allow-overlap": false,
        "text-size": {"stops": [[13, 11], [15, 13], [17, 13]]},
        "icon-allow-overlap": true,
        "icon-size": {"stops": [[13, 0.8], [15, 1], [17, 1.1]]},
        "text-justify": "right"
      },
      "paint": {
        "text-halo-blur": 0.1,
        "text-halo-width": 0.2,
        "text-halo-color": "#ffffff",
        "text-color": "#666"
      }
    },
    {
      "id": "poi-orography-altimetria-geovertex-doblet",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "capa", "poi"],
        ["==", "codigeo", 50203],
        ["==", "class", "geovertex"],
        ["has", "name2"],
        ["==", "icgc_id", 19047]
      ],
      "layout": {
        "text-padding": 2,
        "text-font": ["FiraSans-Regular"],
        "text-anchor": "right",
        "icon-image": "triangle_bn_11",
        "text-field": [
          "format",
          ["get", "name"],
          "\n",
          {"text-font": ["literal", ["FiraSans-SemiBold"]], "font-scale": 1},
          ["concat", "(", ["get", "name2"], ")", "\n"],
          {
            "text-font": ["literal", ["FiraSansCondensed-Italic"]],
            "font-scale": 0.9
          },
          ["get", "ele"],
          {"text-font": ["literal", ["FiraSans-Regular"]], "font-scale": 0.9}
        ],
        "text-offset": [-0.5, 0],
        "text-max-width": 9,
        "visibility": "visible",
        "text-allow-overlap": false,
        "text-size": {"stops": [[13, 11], [15, 13], [17, 13]]},
        "icon-allow-overlap": true,
        "icon-size": {"stops": [[13, 0.8], [15, 1], [17, 1.1]]},
        "text-justify": "right"
      },
      "paint": {
        "text-halo-blur": 0.1,
        "text-halo-width": 0.2,
        "text-halo-color": "#ffffff",
        "text-color": "#666"
      }
    },
    {
      "id": "poi-orography-altimetria-geovertex-copy",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "capa", "poi"],
        ["==", "codigeo", 50203],
        ["==", "class", "geovertex"],
        [
          "in",
          "name",
          "Pic de Costa Cabirolera",
          "Tuc de Pujastó",
          "Puigpedrós",
          "Puig de Dòrria",
          "Puigmal",
          "Puig Neulós",
          "Pic de Salòria",
          "Mont-roig",
          "Gran Tuc de Colomers",
          "Pic de Certascan",
          "Pic de Sanfonts"
        ],
        ["has", "ele"],
        ["!has", "name2"]
      ],
      "layout": {
        "text-padding": 2,
        "text-font": ["FiraSans-Regular"],
        "text-anchor": "right",
        "icon-image": "triangle_bn_11",
        "text-field": [
          "format",
          ["get", "name"],
          "\n",
          {"text-font": ["literal", ["FiraSans-SemiBold"]], "font-scale": 1},
          ["get", "ele"],
          {"text-font": ["literal", ["FiraSans-Regular"]], "font-scale": 0.9}
        ],
        "text-offset": [-0.5, 0],
        "text-max-width": 9,
        "visibility": "visible",
        "text-allow-overlap": false,
        "text-size": {"stops": [[13, 11], [15, 13], [17, 13]]},
        "icon-allow-overlap": true,
        "icon-size": {"stops": [[13, 0.8], [15, 1], [17, 1.1]]},
        "text-justify": "right"
      },
      "paint": {
        "text-halo-blur": 0.1,
        "text-halo-width": 0.2,
        "text-halo-color": "#ffffff",
        "text-color": "#666"
      }
    },
    {
      "id": "poi-level-3_icgc",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 16,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        [">=", "rank", 25],
        ["!=", "class", "library"],
        ["==", "icgc_id", 94795]
      ],
      "layout": {
        "text-padding": 2,
        "text-font": ["FiraSans-Regular"],
        "text-anchor": "top",
        "icon-image": "{class}_11",
        "text-field": "{name:latin}",
        "text-offset": [0, 0.6],
        "text-size": 12,
        "text-max-width": 9,
        "visibility": "visible"
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "#666",
        "text-halo-width": 1,
        "text-halo-color": "#ffffff"
      }
    },
    {
      "id": "poi-level-2-icgc",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["<=", "rank", 24],
        [">=", "rank", 15],
        [
          "!in",
          "classicgc",
          "circle_stroked",
          "circle",
          "vista_panoramica",
          "esglesia"
        ],
        ["!=", "class", "library"],
        ["==", "icgc_id", 94795]
      ],
      "layout": {
        "text-padding": 2,
        "text-font": ["FiraSans-Regular"],
        "text-anchor": "top",
        "icon-image": "{classicgc}_11",
        "text-field": "",
        "text-offset": [0, 0.6],
        "text-size": 12,
        "text-max-width": 9,
        "visibility": "visible",
        "symbol-spacing": 80
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "#666",
        "text-halo-width": 1,
        "text-halo-color": "#ffffff"
      }
    },
    {
      "id": "place-other-xarxa_viaria",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        [
          "in",
          "30507",
          "30508",
          "30509",
          "30510",
          "30511",
          "30512",
          "30513",
          "30509",
          "30700"
        ]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": {"base": 1.2, "stops": [[10, 8], [12, 11], [16, 12]]},
        "text-font": ["FiraSans-Regular"],
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-width": 1.2,
        "text-halo-color": "rgba(255, 255, 255,0.8)"
      }
    },
    {
      "id": "place-other-orography",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "zoom 11 a 15"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        [">", "codigeo", 51000],
        ["<", "codigeo", 60000],
        ["!has", "icgc_zoom"],
        ["has", "zoom"]
      ],
      "layout": {
        "text-letter-spacing": 0.1,
        "text-size": {"base": 1.2, "stops": [[12, 10], [13, 12], [16, 11]]},
        "text-font": ["FiraSans-Italic"],
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(28, 28, 28, 1)",
        "text-halo-width": 1.2,
        "text-halo-color": "rgba(255, 255, 255,0.8)"
      }
    },
    {
      "id": "place-coll",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "zoom 11 a 15"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        [">", "codigeo", 51000],
        ["<", "codigeo", 60000],
        ["!has", "icgc_zoom"],
        ["has", "zoom"]
      ],
      "layout": {
        "text-letter-spacing": 0.1,
        "text-size": {"base": 1.2, "stops": [[12, 10], [13, 12], [16, 11]]},
        "text-font": ["FiraSans-Italic"],
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(28, 28, 28, 1)",
        "text-halo-width": 1.2,
        "text-halo-color": "rgba(255, 255, 255,0.8)"
      }
    },
    {
      "id": "place-isolated",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "class", "isolated_dwelling"],
        ["!in", "codigeo", 40601, 40602, 40603, 40604, 40605, 40606, 40607],
        ["!has", "icgc_zoom"],
        ["has", "zoom"]
      ],
      "layout": {
        "text-letter-spacing": 0.1,
        "text-size": {"base": 1.2, "stops": [[13, 10], [14, 11], [16, 14]]},
        "text-font": ["FiraSans-Regular"],
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible",
        "symbol-spacing": 80
      },
      "paint": {
        "text-color": "rgba(81, 81, 81, 1)",
        "text-halo-width": 1.2,
        "text-halo-color": "rgba(255, 255, 255,0.8)"
      }
    },
    {
      "id": "place-isolated_dwelling",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "zooms 11 a 15"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "class", "isolated_dwelling"],
        ["==", "capa", "place5m2"]
      ],
      "layout": {
        "text-letter-spacing": 0.1,
        "text-size": {"base": 1.2, "stops": [[12, 10], [15, 11]]},
        "text-font": ["FiraSans-Regular"],
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(92, 92, 92, 1)",
        "text-halo-width": 1.2,
        "text-halo-color": "rgba(255, 255, 255,0.8)"
      }
    },
    {
      "id": "place-other",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "zooms 14 a 24"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "class", "other"],
        ["==", "capa", "place5m2"]
      ],
      "layout": {
        "text-letter-spacing": 0.1,
        "text-size": {"base": 1.2, "stops": [[12, 10], [15, 11]]},
        "text-font": ["FiraSans-Italic"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible"
      },
      "paint": {
        "text-color": "#666",
        "text-halo-width": 1.2,
        "text-halo-color": "rgba(255, 255, 255,0.8)"
      }
    },
    {
      "id": "place-other-neighbourhood",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "zooms 11 a 15"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "class", "neighbourhood"],
        ["==", "capa", "place5m2"]
      ],
      "layout": {
        "text-letter-spacing": 0.1,
        "text-size": {"base": 1.2, "stops": [[12, 9], [13, 10], [15, 11]]},
        "text-font": ["FiraSans-Regular"],
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(92, 92, 92, 1)",
        "text-halo-width": 1.2,
        "text-halo-color": "rgba(255, 255, 255,0.8)"
      }
    },
    {
      "id": "place-village",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": ["all", ["==", "class", "village"], ["has", "feature_id"]],
      "layout": {
        "text-font": ["FiraSans-Regular"],
        "text-size": {"base": 1.2, "stops": [[10, 12], [11, 12], [13, 14]]},
        "text-field": "{name:latin}",
        "text-max-width": 8,
        "visibility": "visible",
        "text-allow-overlap": {"stops": [[10, false], [13, false]]}
      },
      "paint": {
        "text-color": "rgba(43, 43, 43, 1)",
        "text-halo-width": 1.2,
        "text-halo-color": "rgba(255, 255, 255,0.8)"
      }
    },
    {
      "id": "place-village_icgc_z14",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "class", "village"],
        ["!=", "codigeo", 1],
        ["==", "capa", "place5m2"]
      ],
      "layout": {
        "text-font": ["FiraSans-Regular"],
        "text-size": {"base": 1.2, "stops": [[10, 12], [11, 12], [13, 14]]},
        "text-field": "{name}",
        "text-max-width": 8,
        "visibility": "visible",
        "text-allow-overlap": {"stops": [[10, false], [13, false]]}
      },
      "paint": {
        "text-color": "rgba(130, 130, 130, 1)",
        "text-halo-width": 1.2,
        "text-halo-color": "rgba(255, 255, 255,0.8)"
      }
    },
    {
      "id": "place-village_icgc_z12",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 12,
      "maxzoom": 14,
      "filter": [
        "all",
        ["==", "class", "village"],
        ["!=", "codigeo", 1],
        ["!=", "icgc_id", 61284],
        ["==", "capa", "place5m2"]
      ],
      "layout": {
        "text-font": ["FiraSans-Regular"],
        "text-size": {"base": 1.2, "stops": [[10, 12], [11, 12], [13, 12]]},
        "text-field": "{name}",
        "text-max-width": 8,
        "visibility": "visible",
        "text-allow-overlap": {"stops": [[10, false], [13, false]]}
      },
      "paint": {
        "text-color": "rgba(130, 130, 130, 1)",
        "text-halo-width": 1.2,
        "text-halo-color": "rgba(255, 255, 255,0.8)"
      }
    },
    {
      "id": "place-village_icgc_z10",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 10,
      "maxzoom": 12,
      "filter": [
        "all",
        ["==", "class", "village"],
        ["!=", "codigeo", 1],
        ["==", "capa", "tp050mp"]
      ],
      "layout": {
        "text-font": ["FiraSans-Regular"],
        "text-size": {"base": 1.2, "stops": [[11, 11], [13, 13]]},
        "text-field": "{name}",
        "text-max-width": 8,
        "visibility": "visible",
        "text-allow-overlap": {"stops": [[10, false], [13, false]]}
      },
      "paint": {
        "text-color": "rgba(130, 130, 130, 1)",
        "text-halo-width": 1.2,
        "text-halo-color": "rgba(255, 255, 255,0.8)"
      }
    },
    {
      "id": "place-town-250_ca_es",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "ciutat oms"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "outcat", 1],
        ["==", "codigeo", 10000],
        ["has", "name_ca"],
        ["has", "name_es"]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 1},
          "\n",
          "(",
          ["concat", ["get", "name_es"]],
          ")",
          {
            "font-scale": 0.8,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-SemiBold"]]
          }
        ],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[8, 11], [11, 14], [15, 20]]},
        "text-allow-overlap": false,
        "text-max-width": 8,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "left",
        "text-anchor": "left",
        "visibility": "visible",
        "text-offset": [0, 0],
        "text-font": ["FiraSans-Bold"],
        "text-line-height": 1.1
      },
      "paint": {
        "text-color": "rgba(130, 130, 130, 1)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5,
        "icon-opacity": 1,
        "text-opacity": 1,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "place-town-250_ca",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "ciutat oms"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "outcat", 1],
        ["==", "codigeo", 10000],
        ["has", "name_ca"],
        ["!has", "name_es"],
        ["!=", "icgc_id", 4217]
      ],
      "layout": {
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[8, 11], [11, 14], [15, 20]]},
        "text-allow-overlap": false,
        "text-max-width": 8,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "left",
        "text-anchor": "left",
        "visibility": "visible",
        "text-offset": [0, 0],
        "text-font": ["FiraSans-Bold"],
        "text-line-height": 1.1
      },
      "paint": {
        "text-color": "rgba(130, 130, 130, 1)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5,
        "icon-opacity": 1,
        "text-opacity": 1,
        "text-halo-color": "rgba(250, 250, 250, 0.8)"
      }
    },
    {
      "id": "place-city-z10-nomuni",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "class", "city"],
        ["==", "tipuscap", "M"],
        ["==", "muni", "NO"]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name"],
          "\n",
          {"text-font": ["literal", ["FiraSans-Bold"]], "font-scale": 1},
          ["concat", "(", ["get", "nommuni"], ")"],
          {
            "text-font": ["literal", ["FiraSans-Italic"]],
            "font-scale": 1,
            "text-transform": "none"
          }
        ],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[8, 11], [11, 14], [15, 20]]},
        "text-allow-overlap": false,
        "text-max-width": 15,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": {"stops": [[10, "left"], [17, "center"]]},
        "text-anchor": {"stops": [[10, "left"], [17, "center"]]},
        "visibility": "visible",
        "text-offset": [0.1, 0.1],
        "text-font": ["FiraSans-Bold"],
        "text-line-height": 1.1
      },
      "paint": {
        "text-color": "rgba(140, 140, 140, 1)",
        "text-halo-width": 1,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 1,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-city-z10-muni-SFB2",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": ["all", ["==", "capa", "place5m2"], ["==", "icgc_id", 166451]],
      "layout": {
        "text-field": "Sant Feliu de Buixalleu",
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[8, 11], [11, 14], [15, 20]]},
        "text-allow-overlap": false,
        "text-max-width": {"stops": [[10, 8], [17, 12]]},
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": {"stops": [[10, "left"], [17, "center"]]},
        "text-anchor": {"stops": [[10, "left"], [17, "center"]]},
        "visibility": "visible",
        "text-offset": [0.1, 0.1],
        "text-font": ["FiraSans-Bold"],
        "text-transform": "none",
        "text-line-height": 1.1
      },
      "paint": {
        "text-color": "rgba(140, 140, 140, 1)",
        "text-halo-width": 1,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 1,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-city-z10-muni-SFB",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 10,
      "maxzoom": 13,
      "filter": [
        "all",
        [
          "!in",
          "capa",
          "admin_1_p",
          "place_div_admin",
          "place_municipis_centroide"
        ],
        ["in", "name", "Sant Feliu de Buixalleu", "SANT FELIU DE BUIXALLEU"]
      ],
      "layout": {
        "text-field": "Sant Feliu de Buixalleu",
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[8, 11], [11, 14], [15, 20]]},
        "text-allow-overlap": false,
        "text-max-width": {"stops": [[10, 8], [17, 12]]},
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": {"stops": [[10, "left"], [17, "center"]]},
        "text-anchor": {"stops": [[10, "left"], [17, "center"]]},
        "visibility": "visible",
        "text-offset": [0.1, 0.1],
        "text-font": ["FiraSans-Bold"],
        "text-transform": "none",
        "text-line-height": 1.1
      },
      "paint": {
        "text-color": "rgba(140, 140, 140, 1)",
        "text-halo-width": 1,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 1,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-city-z10-muni",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "class", "city"],
        ["==", "tipuscap", "M"],
        ["==", "muni", "SI"],
        ["!=", "capa", "admin_1_p"],
        ["!=", "name", "Sant Feliu de Buixalleu"]
      ],
      "layout": {
        "text-field": "{name:latin}",
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[8, 11], [11, 14], [15, 20]]},
        "text-allow-overlap": false,
        "text-max-width": {"stops": [[10, 8], [17, 12]]},
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": {"stops": [[10, "left"], [17, "center"]]},
        "text-anchor": {"stops": [[10, "left"], [17, "center"]]},
        "visibility": "visible",
        "text-offset": [0.1, 0.1],
        "text-font": ["FiraSans-Bold"],
        "text-transform": "none",
        "text-line-height": 1.1
      },
      "paint": {
        "text-color": "rgba(140, 140, 140, 1)",
        "text-halo-width": 1,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 1,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-city-z10-outcat",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "capa", "toponimia250mp"],
        ["==", "outcat", 1],
        ["in", "codigeo", 10000, 10100],
        [
          "in",
          "name",
          "Sent Lari",
          "Sèish",
          "Banhères de Luishon",
          "Coflens",
          "Aulús",
          "Tarascon",
          "Acs",
          "Queragut",
          "Quilhan",
          "Atsat"
        ]
      ],
      "layout": {
        "text-field": "{name:latin}",
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[8, 11], [11, 14], [15, 20]]},
        "text-allow-overlap": false,
        "text-max-width": {"stops": [[10, 8], [17, 12]]},
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": {"stops": [[10, "left"], [17, "center"]]},
        "text-anchor": {"stops": [[10, "left"], [17, "center"]]},
        "visibility": "visible",
        "text-offset": [0.1, 0.1],
        "text-font": ["FiraSans-Bold"],
        "text-transform": "none",
        "text-line-height": 1.1
      },
      "paint": {
        "text-color": "rgba(140, 140, 140, 1)",
        "text-halo-width": 1,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 1,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-city-z8-capcomar-top-left",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 8,
      "maxzoom": 15,
      "filter": [
        "all",
        ["in", "class", "city"],
        ["==", "tipuscap", "C"],
        [
          "in",
          "name",
          "Vilanova i la Geltrú",
          "Móra d'Ebre",
          "Santa Coloma de Farners",
          "Sabadell"
        ],
        ["==", "capa", "place_div_admin"]
      ],
      "layout": {
        "text-field": "{name:latin}",
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[7, 12], [10, 13], [13, 24]]},
        "text-allow-overlap": false,
        "text-max-width": 6,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "left",
        "text-anchor": "top-left",
        "visibility": "visible",
        "text-offset": [0.2, 0.1],
        "text-font": {
          "base": 1.2,
          "stops": [[7, ["FiraSans-Regular"]], [8, ["FiraSans-Bold"]]]
        },
        "text-transform": "none",
        "icon-rotation-alignment": "auto",
        "icon-keep-upright": false,
        "icon-pitch-alignment": "auto",
        "text-line-height": 1.1
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-width": 1,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 1,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-city-z8-capcomar-top-right",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 8,
      "maxzoom": 15,
      "filter": [
        "all",
        ["in", "class", "city"],
        ["in", "name", "Valls", "Montblanc", "Igualada", "Gandesa"],
        ["==", "tipuscap", "C"],
        ["==", "capa", "place_div_admin"]
      ],
      "layout": {
        "text-field": "{name:latin}",
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[7, 12], [10, 13], [13, 24]]},
        "text-allow-overlap": false,
        "text-max-width": 5,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "right",
        "text-anchor": "top-right",
        "visibility": "visible",
        "text-font": {
          "base": 1.2,
          "stops": [[7, ["FiraSans-Regular"]], [8, ["FiraSans-Bold"]]]
        },
        "text-transform": "none",
        "icon-rotation-alignment": "auto",
        "icon-keep-upright": false,
        "icon-pitch-alignment": "auto",
        "text-line-height": 1.1,
        "text-offset": [-0.2, 0]
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-width": 1,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 1,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-city-z8-capcomar-bottom-right",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 8,
      "maxzoom": 15,
      "filter": [
        "all",
        ["in", "class", "city"],
        [
          "in",
          "name",
          "Vilafranca del Penedès",
          "Terrassa",
          "Sant Feliu de Llobregat",
          "Mollerussa",
          "el Vendrell",
          "Tàrrega"
        ],
        ["==", "tipuscap", "C"],
        ["==", "capa", "place_div_admin"]
      ],
      "layout": {
        "text-field": "{name:latin}",
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[7, 12], [10, 13], [13, 24]]},
        "text-allow-overlap": false,
        "text-max-width": 8,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "right",
        "text-anchor": "bottom-right",
        "visibility": "visible",
        "text-offset": [-0.3, 0.1],
        "text-font": {
          "base": 1.2,
          "stops": [[7, ["FiraSans-Regular"]], [8, ["FiraSans-Bold"]]]
        },
        "text-transform": "none",
        "icon-rotation-alignment": "auto",
        "icon-keep-upright": false,
        "icon-pitch-alignment": "auto",
        "text-line-height": 1.1
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-width": 1,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 1,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-city-z8-capcomar-bottom-left-Vielha",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 8,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "class", "city"],
        ["==", "name", "Vielha"],
        ["==", "tipuscap", "C"],
        ["==", "capa", "place_div_admin"]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name"],
          "\n",
          {"text-font": ["literal", ["FiraSans-Bold"]], "font-scale": 1},
          ["concat", "(", ["get", "nommuni"], ")"],
          {
            "text-font": ["literal", ["FiraSans-Italic"]],
            "font-scale": 0.9,
            "text-transform": "none"
          }
        ],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[7, 12], [10, 13], [13, 24]]},
        "text-allow-overlap": false,
        "text-max-width": 30,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "left",
        "text-anchor": "bottom-left",
        "visibility": "visible",
        "text-offset": [0.2, 0.1],
        "text-font": {
          "base": 1.2,
          "stops": [[7, ["FiraSans-Regular"]], [8, ["FiraSans-Bold"]]]
        },
        "text-transform": "none",
        "icon-rotation-alignment": "auto",
        "icon-keep-upright": false,
        "icon-pitch-alignment": "auto",
        "text-line-height": 1.1
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-city-z8-capcomar-outcat",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 8,
      "maxzoom": 24,
      "filter": [
        "all",
        [
          "!in",
          "name",
          "Lleida",
          "Tarragona",
          "Barcelona",
          "Girona",
          "Sabadell",
          "Santa Coloma de Farners",
          "Móra d'Ebre",
          "Gandesa",
          "Igualada",
          "Montblanc",
          "Vilafranca del Penedès",
          "Vilanova i la Geltrú",
          "Valls",
          "Terrassa",
          "Sant Feliu de Llobregat",
          "Mollerussa",
          "el Vendrell",
          "Tàrrega",
          "Vielha"
        ],
        ["==", "tipuscap", "C"],
        ["==", "capa", "toponimia250mp"],
        ["==", "outcat", 1]
      ],
      "layout": {
        "text-field": "{name:latin}",
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[7, 12], [10, 13], [13, 24]]},
        "text-allow-overlap": false,
        "text-max-width": 8,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "left",
        "text-anchor": "bottom-left",
        "visibility": "visible",
        "text-offset": [0.2, 0.1],
        "text-font": {
          "base": 1.2,
          "stops": [[7, ["FiraSans-Regular"]], [8, ["FiraSans-Bold"]]]
        },
        "text-transform": "none",
        "icon-rotation-alignment": "auto",
        "icon-keep-upright": false,
        "icon-pitch-alignment": "auto",
        "text-line-height": 1.1
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-city-z8-capcomar-bottom-left",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 8,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "class", "city"],
        [
          "!in",
          "name",
          "Lleida",
          "Tarragona",
          "Barcelona",
          "Girona",
          "Sabadell",
          "Santa Coloma de Farners",
          "Móra d'Ebre",
          "Gandesa",
          "Igualada",
          "Montblanc",
          "Vilafranca del Penedès",
          "Vilanova i la Geltrú",
          "Valls",
          "Terrassa",
          "Sant Feliu de Llobregat",
          "Mollerussa",
          "el Vendrell",
          "Tàrrega",
          "Vielha"
        ],
        ["==", "tipuscap", "C"],
        ["==", "capa", "place_div_admin"]
      ],
      "layout": {
        "text-field": "{name:latin}",
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[7, 12], [10, 13], [13, 24]]},
        "text-allow-overlap": false,
        "text-max-width": 8,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "left",
        "text-anchor": "bottom-left",
        "visibility": "visible",
        "text-offset": [0.2, 0.1],
        "text-font": {
          "base": 1.2,
          "stops": [[7, ["FiraSans-Regular"]], [8, ["FiraSans-Bold"]]]
        },
        "text-transform": "none",
        "icon-rotation-alignment": "auto",
        "icon-keep-upright": false,
        "icon-pitch-alignment": "auto",
        "text-line-height": 1.1
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-city-z7-capcomar-250-ca_oc",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "Capitals de comarca de fora de Catalunya."
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 8,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "class", "city"],
        ["==", "codigeo", 10100],
        ["==", "outcat", 1],
        ["has", "name_ca"],
        ["has", "name_oc"]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name_ca"],
          {"font-scale": 1},
          "\n",
          ["concat", ["get", "name_oc"]],
          {
            "font-scale": 1,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Bold"]]
          }
        ],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[7, 12], [10, 13], [13, 24]]},
        "text-allow-overlap": false,
        "text-max-width": 10,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "left",
        "text-anchor": "bottom-left",
        "visibility": "visible",
        "text-offset": [0, 0],
        "text-font": {
          "base": 1.2,
          "stops": [[7, ["FiraSans-Bold"]], [8, ["FiraSans-Bold"]]]
        },
        "text-transform": "none",
        "icon-rotation-alignment": "auto",
        "icon-keep-upright": false,
        "icon-pitch-alignment": "auto",
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5,
        "icon-opacity": 1,
        "text-opacity": 1,
        "text-color": "rgba(100, 100, 100, 1)"
      }
    },
    {
      "id": "place-city-z8_c_icgc",
      "type": "circle",
      "metadata": {"maputnik:comment": "Punt capital de comarca"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 8,
      "maxzoom": 9,
      "filter": [
        "all",
        ["in", "class", "city"],
        ["in", "rank", 4, 5, 6],
        ["!in", "name", "Lleida", "Tarragona", "Barcelona", "Girona"],
        ["==", "tipuscap", "C"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "circle-color": "rgba(86, 86, 86, 1)",
        "circle-radius": {"stops": [[6, 0.3], [16, 10]]},
        "circle-opacity": {"stops": [[6, 0.4], [10, 1]]},
        "circle-stroke-color": "rgba(0, 0, 0, 1)",
        "circle-blur": 0
      }
    },
    {
      "id": "place-city-z7_c_icgc",
      "type": "circle",
      "metadata": {"maputnik:comment": "Punt capital de província"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 7,
      "maxzoom": 9,
      "filter": [
        "all",
        ["in", "name", "Lleida", "Girona", "Tarragona"],
        ["==", "class", "city"],
        ["==", "capa", "place_div_admin"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "circle-color": "rgba(86, 86, 86, 1)",
        "circle-radius": {"stops": [[6, 1], [16, 10]]},
        "circle-opacity": {"stops": [[6, 0.4], [10, 1]]},
        "circle-stroke-color": "rgba(0, 0, 0, 1)",
        "circle-blur": 0
      }
    },
    {
      "id": "place-city-z7-pw-D-copy",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 7,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "class", "city"],
        ["!has", "name_nocat"],
        [
          "!in",
          "name",
          "Càceres",
          "Coïmbra",
          "la Corunya",
          "Lleó",
          "Cadis",
          "Màlaga",
          "Algesires",
          "Còrdova"
        ],
        ["in", "estat", "Espanya"],
        [
          "in",
          "name",
          "Bilbao",
          "Castelló de la Plana",
          "Alacant",
          "València",
          "Palma",
          "Eivissa",
          "Maó"
        ]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 1},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 1,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Bold"]]
          }
        ],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[6, 11], [9, 14]]},
        "text-allow-overlap": false,
        "text-max-width": 8,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "left",
        "text-anchor": "left",
        "visibility": "visible",
        "text-offset": [0, 0],
        "text-font": ["FiraSans-Bold"],
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(130, 130, 130, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-city-z7-pw-D",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 7,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "class", "city"],
        ["has", "name_nocat"],
        [
          "!in",
          "name",
          "Càceres",
          "Coïmbra",
          "la Corunya",
          "Lleó",
          "Cadis",
          "Màlaga",
          "Algesires",
          "Còrdova"
        ],
        ["in", "estat", "Espanya"]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 1},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 1,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Bold"]]
          }
        ],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[6, 11], [9, 14]]},
        "text-allow-overlap": false,
        "text-max-width": 8,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "left",
        "text-anchor": "left",
        "visibility": "visible",
        "text-offset": [0, 0],
        "text-font": ["FiraSans-Bold"],
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(130, 130, 130, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-city-z7_icgc-Vielha",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 7,
      "maxzoom": 10,
      "filter": [
        "all",
        ["in", "name", "Vielha"],
        ["==", "class", "city"],
        ["==", "capa", "place_div_admin"]
      ],
      "layout": {
        "text-field": "{name:latin}",
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[7, 12], [10, 13], [11, 24]]},
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "left",
        "text-anchor": "left",
        "visibility": "visible",
        "text-offset": [0.3, 0.3],
        "text-font": ["FiraSans-Bold"]
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-width": 1,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 1,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-city-z7_icgc",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 7,
      "maxzoom": 24,
      "filter": [
        "all",
        [
          "in",
          "name",
          "Lleida",
          "Girona",
          "Tarragona",
          "Manresa",
          "Figueres",
          "la Seu d'Urgell",
          "Tortosa",
          "Vic",
          "Mataró",
          "Cervera"
        ],
        ["==", "class", "city"],
        ["==", "capa", "place_div_admin"]
      ],
      "layout": {
        "text-field": "{name:latin}",
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[7, 12], [10, 13], [11, 24]]},
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "left",
        "text-anchor": "left",
        "visibility": "visible",
        "text-offset": [0.3, 0.3],
        "text-font": ["FiraSans-Bold"]
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-width": 1,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 1,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-city-z7-pw-D-F",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 7,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "class", "city"],
        ["has", "name_nocat"],
        ["in", "name", "Bordeus", "Montpeller", "Auix", "Besiers"]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 1},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 1,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Bold"]]
          }
        ],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[6, 11], [9, 14]]},
        "text-allow-overlap": false,
        "text-max-width": 8,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "left",
        "text-anchor": "left",
        "visibility": "visible",
        "text-offset": [0, 0],
        "text-font": ["FiraSans-Bold"],
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(130, 130, 130, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-city-z7-pw-D-F-3",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 7,
      "maxzoom": 9,
      "filter": ["all", ["==", "class", "city"], ["in", "name", "Perpinyà"]],
      "layout": {
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[6, 11], [9, 14]]},
        "text-allow-overlap": false,
        "text-max-width": 8,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "left",
        "text-anchor": "left",
        "visibility": "visible",
        "text-offset": [0, 0],
        "text-font": ["FiraSans-Bold"],
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(130, 130,  130, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-city-z7-pw-D-F-2",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 7,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "class", "city"],
        [
          "in",
          "name",
          "Tolosa",
          "Baiona",
          "Pau",
          "Tarba",
          "Orlhac",
          "Nimes",
          "Ais de Provença",
          "Sent Gironç",
          "Limós",
          "Carcassona",
          "Narbona",
          "Seta",
          "Albi",
          "Rodés",
          "Agen"
        ]
      ],
      "layout": {
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[6, 11], [9, 14]]},
        "text-allow-overlap": false,
        "text-max-width": 8,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "left",
        "text-anchor": "left",
        "visibility": "visible",
        "text-offset": [0, 0],
        "text-font": ["FiraSans-Bold"],
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(130, 130,  130, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-Barcelona_z6",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 6,
      "maxzoom": 7,
      "filter": [
        "all",
        ["==", "name", "Barcelona"],
        ["==", "codigeo", 10100],
        ["==", "capa", "place_div_admin"],
        ["==", "class", "city"]
      ],
      "layout": {
        "text-font": ["FiraSans-Bold"],
        "text-field": "{name}",
        "text-size": 11,
        "text-max-width": 6.25,
        "text-transform": "uppercase",
        "visibility": "visible",
        "text-allow-overlap": false,
        "text-anchor": "top-left",
        "text-offset": [-1, 0]
      },
      "paint": {
        "text-halo-blur": 1,
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-width": 2,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "place-Barcelona_z7",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 7,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "name", "Barcelona"],
        ["==", "class", "city"],
        ["!has", "mtc1m"],
        ["==", "capa", "place_div_admin"]
      ],
      "layout": {
        "text-font": ["FiraSans-Bold"],
        "text-field": "{name:latin}",
        "text-size": {"stops": [[7, 13], [8, 14], [10, 20], [11, 23]]},
        "text-max-width": 6.25,
        "text-transform": "none",
        "visibility": "visible",
        "text-allow-overlap": true,
        "text-justify": "left",
        "text-anchor": "top-left",
        "text-offset": {
          "stops": [
            [6, [0, 0]],
            [8, [1.25, 0]],
            [10, [3, 0]],
            [12, [7, 0]],
            [14, [20, 0]],
            [16, [30, 0]]
          ]
        },
        "text-letter-spacing": 0,
        "text-keep-upright": false
      },
      "paint": {
        "text-halo-blur": 1,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-width": 1
      }
    },
    {
      "id": "0UAES_z2-center7",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Nigèria"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 2,
      "maxzoom": 3,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["==", "capa", "planisferi"],
        ["==", "name", "Nigèria"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-line-height": 1.1,
        "text-anchor": "center",
        "symbol-avoid-edges": false,
        "text-max-width": 4,
        "text-offset": [0.5, 0],
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES_z2-center6",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Argentina"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 2,
      "maxzoom": 3,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["==", "name", "Argentina"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-line-height": 1.1,
        "text-anchor": "center",
        "symbol-avoid-edges": false,
        "text-max-width": 4,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES_z2-center5",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Estats Units"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 2,
      "maxzoom": 3,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["==", "name", "Estats Units"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": 15,
        "text-line-height": 1.1,
        "text-max-width": 20,
        "text-letter-spacing": 0.3,
        "text-offset": [1.2, 0],
        "text-anchor": "bottom",
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES_z2-center4",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Burkina Faso"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 2,
      "maxzoom": 3,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["==", "name", "Burkina Faso"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-line-height": 1.1,
        "text-anchor": "center",
        "symbol-avoid-edges": false,
        "text-max-width": 4,
        "text-offset": [0, -0.5],
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES_z2-center3",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Turquia"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 2,
      "maxzoom": 3,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["==", "name", "Turquia"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-line-height": 1.1,
        "text-anchor": "top",
        "symbol-avoid-edges": false,
        "text-max-width": 4,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES_z2-center2",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "Corea del Sud, República Centreafricana"
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 2,
      "maxzoom": 3,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["in", "name", "Corea del Sud", "República Centreafricana"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-line-height": 1.1,
        "text-max-width": 5,
        "text-anchor": "center",
        "symbol-avoid-edges": false,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES_z2-center",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Brasil, Austràlia"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 2,
      "maxzoom": 3,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["in", "name", "Brasil", "Austràlia"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["literal", 15],
        "text-line-height": 1.1,
        "text-max-width": 20,
        "text-letter-spacing": 0.3,
        "text-offset": [0, 0.35],
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES_z2-left4",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Rússia"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 2,
      "maxzoom": 3,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["==", "name", "Rússia"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["literal", 15],
        "text-line-height": 1.1,
        "text-max-width": 20,
        "text-offset": [3, 0.35],
        "text-letter-spacing": 2,
        "text-anchor": "left",
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES_z2-left3",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Sudan del Sud"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 2,
      "maxzoom": 3,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["==", "name", "Sudan del Sud"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-line-height": 1.1,
        "text-anchor": "left",
        "symbol-avoid-edges": false,
        "text-max-width": 4,
        "icon-offset": [0, 0],
        "text-offset": [-1, 0],
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES_z2-left2",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Vietnam, Bhutan, Lao"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 2,
      "maxzoom": 3,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["in", "name", "Vietnam", "Bhutan", "Lao"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-line-height": 1.1,
        "text-anchor": "left",
        "text-max-width": 5,
        "text-justify": "left",
        "text-offset": [0.2, -0.2],
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES_z2-left",
      "type": "symbol",
      "metadata": {"maputnik:comment": "República Dominicana"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 2,
      "maxzoom": 3,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["==", "name", "República Dominicana"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-line-height": 1.1,
        "text-anchor": "left",
        "text-max-width": 5,
        "text-justify": "left",
        "text-offset": [1.2, 0.5],
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES_z2-right7",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Canadà, Xina"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 2,
      "maxzoom": 3,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["in", "name", "Canadà", "Xina"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": 15,
        "text-line-height": 1.1,
        "text-max-width": 20,
        "text-letter-spacing": 0.5,
        "text-offset": [-0.5, 0],
        "text-anchor": "right",
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES_z2-right6",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Libèria"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 2,
      "maxzoom": 3,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["==", "name", "Libèria"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-line-height": 1.1,
        "text-anchor": "right",
        "symbol-avoid-edges": false,
        "text-max-width": 10,
        "text-offset": [-0.7, 1.1],
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES_z2-right5",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Sierra Leone"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 2,
      "maxzoom": 3,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["==", "name", "Sierra Leone"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-line-height": 1.1,
        "text-anchor": "right",
        "symbol-avoid-edges": false,
        "text-max-width": 10,
        "text-offset": [-1, 0.8],
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES_z2-right4",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Turkmenistan"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 2,
      "maxzoom": 3,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["==", "name", "Turkmenistan"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-line-height": 1.1,
        "text-anchor": "top",
        "text-max-width": 7,
        "text-offset": [1, 1.7],
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES_z2-right3",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Armènia"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 2,
      "maxzoom": 3,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["==", "name", "Armènia"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-line-height": 1.1,
        "text-max-width": 5,
        "text-anchor": "right",
        "symbol-avoid-edges": false,
        "text-offset": [-0.4, -0.4],
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES_z2-right2",
      "type": "symbol",
      "metadata": {"maputnik:comment": "L'Índia"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 2,
      "maxzoom": 3,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["==", "name", "l’Índia"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-line-height": 1.1,
        "text-max-width": 5,
        "text-anchor": "right",
        "symbol-avoid-edges": false,
        "text-offset": [1.2, 1],
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES_z2-right1",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Nicaragua, Zàmbia"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 2,
      "maxzoom": 3,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["in", "name", "Nicaragua", "Zàmbia"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-line-height": 1.1,
        "text-offset": [1.7, 0.5],
        "text-anchor": "right",
        "text-max-width": 7,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES_z2-right",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "Guatemala, Costa Rica, Gabon, Camerun, Angola, Guinea"
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 2,
      "maxzoom": 3,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [
          "in",
          "name",
          "Guatemala",
          "Costa Rica",
          "Gabon",
          "Camerun",
          "Angola",
          "Guinea"
        ],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-line-height": 1.1,
        "text-offset": [-0.2, 0.5],
        "text-anchor": "right",
        "text-max-width": 7,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES_z2-top5",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Costa d'Ivori"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 2,
      "maxzoom": 3,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["==", "name", "Costa d’Ivori"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-line-height": 1.1,
        "text-anchor": "top",
        "symbol-avoid-edges": false,
        "text-max-width": 4,
        "text-offset": [0, -1.1],
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES_z2-top4",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Ghana"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 2,
      "maxzoom": 3,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["==", "name", "Ghana"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-line-height": 1.1,
        "text-anchor": "top",
        "symbol-avoid-edges": false,
        "text-max-width": 4,
        "text-offset": [0, 1],
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES_z2-top3",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Jordània"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 2,
      "maxzoom": 3,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["==", "name", "Jordània"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-line-height": 1.1,
        "text-anchor": "top",
        "symbol-avoid-edges": false,
        "text-max-width": 4,
        "icon-offset": [0, 0],
        "text-offset": [1, 0.7],
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES_z2-top2",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "República Democràtica del Congo, Moldàvia"
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 2,
      "maxzoom": 3,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["in", "name", "República Democràtica del Congo", "Moldàvia"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-line-height": 1.1,
        "text-anchor": "top",
        "text-max-width": 5,
        "text-offset": [-0.5, -1.1],
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES_z2-top1",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Veneçuela"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 2,
      "maxzoom": 3,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["==", "name", "Veneçuela"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-line-height": 1.1,
        "text-anchor": "top",
        "text-max-width": 5,
        "text-offset": [-0.2, -2.6],
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES_z2-top",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Azerbaidjan, Kenya"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 2,
      "maxzoom": 3,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["in", "name", "Azerbaidjan", "Kenya"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-line-height": 1.1,
        "text-anchor": "top",
        "text-max-width": 5,
        "text-justify": "left",
        "text-offset": [0.7, 0],
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES_z2-bottom2",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "Xile, Namíbia, Regne Unit, Suècia, Suïssa, Geòrgia, el Sudan, Portugal, Etiòpia, Corea del Nord, Malawi, Guyana, Haití, Polònia, Ucraïna, Congo, Uganda"
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 2,
      "maxzoom": 3,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [
          "in",
          "name",
          "Xile",
          "Namíbia",
          "Regne Unit",
          "Suècia",
          "Suïssa",
          "Geòrgia",
          "el Sudan",
          "Portugal",
          "Etiòpia",
          "Corea del Nord",
          "Malawi",
          "Guyana",
          "Haití",
          "Polònia",
          "Ucraïna",
          "Congo",
          "Uganda"
        ],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-line-height": 1.1,
        "text-anchor": "bottom",
        "text-max-width": 5,
        "text-offset": [0, -0.5],
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES_z2-bottom1",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "Zimbàbue, Botswana, França, Espanya, Equador, Cambodja, Romania"
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 2,
      "maxzoom": 3,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [
          "in",
          "name",
          "Zimbàbue",
          "Botswana",
          "França",
          "Espanya",
          "Equador",
          "Cambodja",
          "Romania"
        ],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-line-height": 1.1,
        "text-anchor": "bottom",
        "text-max-width": 5,
        "text-offset": [0, 1],
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES_z2-bottom-left",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Moçambic"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 2,
      "maxzoom": 3,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["==", "name", "Moçambic"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-line-height": 1.1,
        "text-anchor": "bottom-left",
        "text-max-width": 5,
        "text-offset": [0, -0.5],
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES_z2",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Resta de països."},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 2,
      "maxzoom": 3,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [
          "!in",
          "name",
          "Nigèria",
          "Argentina",
          "Estats Units",
          "Burkina Faso",
          "Turquia",
          "Corea del Sud",
          "República Centreafricana",
          "Brasil",
          "Austràlia",
          "Rússia",
          "Sudan del Sud",
          "Vietnam",
          "Bhutan",
          "Lao",
          "República Dominicana",
          "Canadà",
          "Xina",
          "Libèria",
          "Sierra Leone",
          "Turkmenistan",
          "Armènia",
          "l’Índia",
          "Nicaragua",
          "Zàmbia",
          "Guatemala",
          "Costa Rica",
          "Gabon",
          "Camerun",
          "Angola",
          "Guinea",
          "Costa d’Ivori",
          "Ghana",
          "Jordània",
          "República Democràtica del Congo",
          "Moldàvia",
          "Veneçuela",
          "Azerbaidjan",
          "Kenya",
          "Moçambic",
          "Zimbàbue",
          "Botswana",
          "França",
          "Espanya",
          "Equador",
          "Cambodja",
          "Romania",
          "Xile",
          "Namíbia",
          "Regne Unit",
          "Suècia",
          "Suïssa",
          "Geòrgia",
          "el Sudan",
          "Portugal",
          "Etiòpia",
          "Corea del Nord",
          "Malawi",
          "Guyana",
          "Haití",
          "Polònia",
          "Ucraïna",
          "Congo",
          "Uganda"
        ]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-line-height": 1.1,
        "text-anchor": "center",
        "text-max-width": 5,
        "text-justify": "center",
        "text-offset": [0.7, 0],
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z3_center3",
      "type": "symbol",
      "metadata": {"maputnik:comment": "L'Índia"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 3,
      "maxzoom": 4,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["==", "name", "l’Índia"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-line-height": 1.1,
        "text-max-width": 5,
        "text-anchor": "center",
        "symbol-avoid-edges": false,
        "text-letter-spacing": 0.2,
        "text-offset": [-1.5, 1]
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z3_center2",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Corea del Sud"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 3,
      "maxzoom": 4,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["==", "name", "Corea del Sud"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-line-height": 1.1,
        "text-max-width": 5,
        "text-anchor": "center",
        "symbol-avoid-edges": false
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z3_center",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "Canadà, Brasil, Xina, Austràlia, Estats Units"
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 3,
      "maxzoom": 4,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["in", "name", "Canadà", "Brasil", "Xina", "Austràlia", "Estats Units"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["literal", 18],
        "text-max-width": 15,
        "text-anchor": "center",
        "text-letter-spacing": 0.5,
        "text-offset": [0, 0],
        "text-line-height": 1.2
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z3_left2",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Rússia"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 3,
      "maxzoom": 4,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["==", "name", "Rússia"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["literal", 18],
        "text-max-width": 15,
        "text-anchor": "left",
        "text-letter-spacing": 2,
        "text-offset": [2, 1],
        "text-line-height": 1.2
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z3_left",
      "type": "symbol",
      "metadata": {"maputnik:comment": "República Dominicana, Filipines"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 3,
      "maxzoom": 4,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["in", "name", "República Dominicana", "Filipines"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-max-width": 5,
        "text-anchor": "left",
        "text-justify": "left",
        "text-line-height": 1.1,
        "text-offset": [1, 0]
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z3_right",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Armènia, Etiòpia"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 3,
      "maxzoom": 4,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["in", "name", "Armènia", "Etiòpia"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-max-width": 7,
        "text-anchor": "right",
        "text-justify": "center",
        "text-line-height": 1.1,
        "text-offset": [0.5, 0]
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z3_top2",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Ghana, Azerbaidjan, Nova Zelanda"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 3,
      "maxzoom": 4,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["in", "name", "Ghana", "Azerbaidjan", "Nova Zelanda"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-anchor": "top",
        "text-offset": [0, 0.6],
        "text-max-width": 7
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z3_top",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Burundi, Zimbàue, Togo, Sudan del Sud"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 3,
      "maxzoom": 4,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["in", "name", "Burundi", "Zimbàue", "Togo", "Sudan del Sud"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": true,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-anchor": "top",
        "text-offset": [0, -0.5],
        "text-max-width": 7
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z3_bottom2",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Burkina Faso"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 3,
      "maxzoom": 4,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["==", "name", "Burkina Faso"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-anchor": "bottom",
        "text-offset": [0, 0.7]
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z3_bottom",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "Portugal, Guyana, Israel, Txèquia, Moçambic, Benín, Dinamarca, el Sudan, Colòmbia, Veneçuela, Polònia, Ucraïna, Iran, Noruega, Afganistan"
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 3,
      "maxzoom": 4,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [
          "in",
          "name",
          "Portugal",
          "Guyana",
          "Israel",
          "Txèquia",
          "Moçambic",
          "Benín",
          "Dinamarca",
          "el Sudan",
          "Colòmbia",
          "Veneçuela",
          "Polònia",
          "Ucraïna",
          "Iran",
          "Noruega",
          "Afganistan"
        ],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-offset": [0, -0.5],
        "text-anchor": "bottom"
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z3_bottom-left",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Islàndia, Pakistan"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 3,
      "maxzoom": 4,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["in", "name", "Islàndia", "Pakistan"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-offset": [-0.5, 0],
        "text-anchor": "bottom-left"
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z3-right",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Xile, Tuvalu"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 3,
      "maxzoom": 4,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["in", "name", "Xile", "Tuvalu"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-line-height": 1.1,
        "text-max-width": 6,
        "text-anchor": "right",
        "text-offset": [-1.5, 0]
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z3-center",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Bèlgica, Països Baixos"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 3,
      "maxzoom": 4,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["in", "name", "Bèlgica", "Països Baixos"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-line-height": 1.1,
        "text-max-width": 6
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z3",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Resta de països."},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 3,
      "maxzoom": 4,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [
          "!in",
          "name",
          "l’Índia",
          "Corea del Sud",
          "Canadà",
          "Brasil",
          "Xina",
          "Austràlia",
          "Estats Units",
          "Rússia",
          "República Dominicana",
          "Filipines",
          "Armènia",
          "Etiòpia",
          "Ghana",
          "Azerbaidjan",
          "Nova Zelanda",
          "Burundi",
          "Zimbàue",
          "Togo",
          "Sudan del Sud",
          "Burkina Faso",
          "Portugal",
          "Guyana",
          "Israel",
          "Txèquia",
          "Moçambic",
          "Benín",
          "Dinamarca",
          "el Sudan",
          "Colòmbia",
          "Veneçuela",
          "Polònia",
          "Ucraïna",
          "Iran",
          "Noruega",
          "Afganistan",
          "Islàndia",
          "Pakistan",
          "Xile",
          "Tuvalu",
          "Bèlgica",
          "Països Baixos"
        ]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-line-height": 1.1,
        "text-max-width": 6
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z4_bottom2",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Itàlia"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["==", "name", "Itàlia"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-max-width": 5,
        "text-anchor": "bottom",
        "text-offset": [-6, -6]
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z4_bottom",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "Hondures, Portugal, Uganda, Ruanda, Malawi, Moldàvia, Eslovàquia"
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [
          "in",
          "name",
          "Hondures",
          "Portugal",
          "Uganda",
          "Ruanda",
          "Malawi",
          "Moldàvia",
          "Eslovàquia"
        ],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-max-width": 10,
        "text-anchor": "bottom",
        "text-offset": [0, -0.9]
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z4_bottom-left2",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Guinea-Bissau, Islàndia"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["in", "name", "Guinea-Bissau", "Islàndia"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-max-width": 5,
        "text-anchor": "bottom-left",
        "text-justify": "left",
        "text-offset": [1.25, 0.5]
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z4_bottom-left",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Eritrea, Burkina Faso"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["in", "name", "Eritrea", "Burkina Faso"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-max-width": 10,
        "text-anchor": "bottom-left",
        "text-offset": [-2, -0.5],
        "text-justify": "center"
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z4_bottom-right",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "Montenegro, Haití, Costa Rica, Djibouti, Geòrgia"
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [
          "in",
          "name",
          "Montenegro",
          "Haití",
          "Costa Rica",
          "Djibouti",
          "Geòrgia"
        ],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-max-width": 7,
        "text-anchor": "bottom-right",
        "text-offset": [1, -0.35],
        "text-justify": "center"
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z4_top-right",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Israel"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["in", "name", "Israel"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-max-width": 7,
        "text-anchor": "center",
        "text-offset": [-0.5, 2.6]
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z4_top-left",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "Liechtenstein, Sudan del Sud, Jordània"
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["in", "name", "Liechtenstein", "Sudan del Sud", "Jordània"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-max-width": 7,
        "text-anchor": "top-left",
        "text-offset": [-1.3, 0]
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z4_top4",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Eslovènia"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["in", "name", "Eslovènia"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-max-width": 5,
        "text-anchor": "top",
        "text-offset": [-5, 1]
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z4_top3",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Bèlgica, Suïssa"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["in", "name", "Bèlgica", "Suïssa"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-max-width": 5,
        "text-anchor": "top",
        "text-offset": [1.5, 1]
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z4_top2",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "Singapur, el Marroc, Panamà, Iraq, Països Baixos, Bulgària"
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [
          "in",
          "name",
          "Singapur",
          "el Marroc",
          "Panamà",
          "Iraq",
          "Països Baixos",
          "Bulgària"
        ],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-max-width": 10,
        "text-anchor": "top",
        "text-offset": [0, 2.1],
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z4_top",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Azerbaidjan"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["in", "name", "Azerbaidjan"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-max-width": 5,
        "text-anchor": "top",
        "text-offset": [-3.5, 1]
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z4_right4",
      "type": "symbol",
      "metadata": {"maputnik:comment": "PALESTINA"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["in", "name", "PALESTINA"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-max-width": 5,
        "text-anchor": "right",
        "text-justify": "right",
        "text-padding": 1,
        "text-optional": false,
        "icon-optional": false,
        "text-offset": [0.3, 2.5]
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z4_right3",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Armènia"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["in", "name", "Armènia"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-max-width": 10,
        "text-anchor": "bottom",
        "text-offset": [-0.9, -0.6],
        "text-justify": "center",
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z4_right2",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "Saint Kitts i Nevis, Saint Vincent i les Grenadines, Jamaica, Zàmbia, Líban, Kuwait"
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [
          "in",
          "name",
          "Saint Kitts i Nevis",
          "Saint Vincent i les Grenadines",
          "Jamaica",
          "Zàmbia",
          "Líban",
          "Kuwait"
        ],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-max-width": 10,
        "text-anchor": "right",
        "text-offset": [-0.5, 0],
        "text-justify": "right",
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z4_right5",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Bahrain"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["in", "name", "Bahrain"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-max-width": 5,
        "text-anchor": "right",
        "text-offset": [-1.5, 0.3],
        "text-justify": "right",
        "text-padding": 1,
        "text-optional": false,
        "icon-optional": false
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z4_right",
      "type": "symbol",
      "metadata": {"maputnik:comment": "la Santa Seu, Líban"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["in", "name", "la Santa Seu", "Líban"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-max-width": 5,
        "text-anchor": "right",
        "text-offset": [-1.6, 1.5],
        "text-justify": "right",
        "text-padding": 1,
        "text-optional": false,
        "icon-optional": false
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z4_left3",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Trinidad i Tobago"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["in", "name", "Trinidad i Tobago"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-max-width": 5,
        "text-anchor": "top-right",
        "text-justify": "left",
        "text-offset": [3, 0]
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z4_left2",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "Antigua i Barbuda, Dominica, Saint Lucia, Barbados, Grenada, Letònia"
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [
          "in",
          "name",
          "Antigua i Barbuda",
          "Dominica",
          "Saint Lucia",
          "Barbados",
          "Grenada",
          "Letònia"
        ],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-max-width": 50,
        "text-anchor": "left",
        "text-offset": [1, 0],
        "text-justify": "center",
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z4_left4",
      "type": "symbol",
      "metadata": {"maputnik:comment": "República Dominicana"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["in", "name", "República Dominicana"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-max-width": 5,
        "text-anchor": "left",
        "text-offset": [0, -0.7],
        "text-justify": "center",
        "text-line-height": 1.1
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z4_left5",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Rússia"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["in", "name", "Rússia"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": 18,
        "text-max-width": 15,
        "text-anchor": "left",
        "text-letter-spacing": 4,
        "text-offset": [0, 2],
        "text-line-height": 1.2
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z4_left",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Ucraïna"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["in", "name", "Ucraïna"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-max-width": 5,
        "text-anchor": "left",
        "text-offset": [0, 0],
        "text-justify": "left"
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z4_center4",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Albània, Macedònia del Nord, Estònia"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["in", "name", "Albània", "Macedònia del Nord", "Estònia"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-max-width": 10,
        "text-anchor": "center",
        "text-offset": [0, 2.1],
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z4_center3",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "Canadà, Brasil, Xina, Austràlia, Estats Units"
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["in", "name", "Canadà", "Brasil", "Xina", "Austràlia", "Estats Units"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": 18,
        "text-max-width": 15,
        "text-anchor": "center",
        "text-letter-spacing": 0.5,
        "text-offset": [0, 0],
        "text-line-height": 1.2
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z4_center2",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Qatar"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["in", "name", "Qatar"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-max-width": 5,
        "text-anchor": "center",
        "text-offset": [-1, 2],
        "text-justify": "left"
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z4_center",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Eswatini, Níger, Irlanda"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["in", "name", "Eswatini", "Níger", "Irlanda"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-max-width": 5,
        "text-anchor": "center",
        "text-offset": [0, 0.4],
        "text-justify": "left"
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z4",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Resta de països."},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [
          "!in",
          "name",
          "Singapur",
          "el Marroc",
          "Panamà",
          "Iraq",
          "Països Baixos",
          "Bulgària",
          "Itàlia",
          "Hondures",
          "Portugal",
          "Uganda",
          "Ruanda",
          "Malawi",
          "Moldàvia",
          "Eslovàquia",
          "Guinea-Bissau",
          "Islàndia",
          "Eritrea",
          "Burkina Faso",
          "Montenegro",
          "Haití",
          "Costa Rica",
          "Djibouti",
          "Geòrgia",
          "Israel",
          "Liechtenstein",
          "Sudan del Sud",
          "Jordània",
          "Eslovènia",
          "Bèlgica",
          "Suïssa",
          "Azerbaidjan",
          "PALESTINA",
          "Armènia",
          "Saint Kitts i Nevis",
          "Saint Vincent i les Grenadines",
          "Jamaica",
          "Zàmbia",
          "Líban",
          "Kuwait",
          "Bahrain",
          "la Santa Seu",
          "Líban",
          "Trinidad i Tobago",
          "Antigua i Barbuda",
          "Dominica",
          "Saint Lucia",
          "Barbados",
          "Grenada",
          "Letònia",
          "República Dominicana",
          "Rússia",
          "Ucraïna",
          "Albània",
          " Macedònia del Nord",
          " Estònia",
          "Canadà",
          "Brasil",
          "Xina",
          "Austràlia",
          "Estats Units",
          "Qatar",
          "Eswatini",
          "Níger",
          "Irlanda"
        ],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-max-width": 6,
        "icon-offset": [0, 0]
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5,
        "icon-translate": [0, 0]
      }
    },
    {
      "id": "place-oceania",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 1,
      "maxzoom": 2,
      "filter": ["all", ["==", "name", "Australia"]],
      "layout": {
        "text-font": ["FiraSans-Bold"],
        "text-field": ["literal", "OCEANIA"],
        "text-size": 14,
        "text-max-width": 6,
        "text-transform": "uppercase",
        "visibility": "visible",
        "text-letter-spacing": 0.15,
        "text-offset": [0, 0.5]
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "place-africa",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 1,
      "maxzoom": 2,
      "filter": ["all", ["==", "icgc_id", 3426]],
      "layout": {
        "text-font": ["FiraSans-Bold"],
        "text-field": ["literal", "ÀFRICA"],
        "text-size": 14,
        "text-max-width": 6,
        "text-transform": "uppercase",
        "visibility": "visible",
        "text-letter-spacing": 0.15,
        "text-offset": [0, 0.5]
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "place-america-nord",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 1,
      "maxzoom": 2,
      "filter": ["all", ["==", "name", "United States of America"]],
      "layout": {
        "text-font": ["FiraSans-Bold"],
        "text-field": ["literal", "AMÈRICA DEL NORD"],
        "text-size": 14,
        "text-max-width": 6,
        "text-transform": "uppercase",
        "visibility": "visible",
        "text-letter-spacing": 0.15,
        "text-offset": [0, 0.5]
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "place-america-sud",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 1,
      "maxzoom": 2,
      "filter": ["all", ["==", "name", "Brasil"]],
      "layout": {
        "text-font": ["FiraSans-Bold"],
        "text-field": ["literal", "AMÈRICA DEL SUD"],
        "text-size": 14,
        "text-max-width": 6,
        "text-transform": "uppercase",
        "visibility": "visible",
        "text-letter-spacing": 0.15,
        "text-offset": [0, 0.5]
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "place-asia",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 1,
      "maxzoom": 2,
      "filter": ["all", ["==", "icgc_id", 1013]],
      "layout": {
        "text-font": ["FiraSans-Bold"],
        "text-field": ["literal", "ÀSIA"],
        "text-size": 14,
        "text-max-width": 6,
        "text-transform": "uppercase",
        "visibility": "visible",
        "text-letter-spacing": 0.15,
        "text-offset": [0, 0.5]
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "place-europa",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 1,
      "maxzoom": 2,
      "filter": ["all", ["==", "icgc_id", 234]],
      "layout": {
        "text-font": ["FiraSans-Bold"],
        "text-field": ["literal", "EUROPA"],
        "text-size": 14,
        "text-max-width": 6,
        "text-transform": "uppercase",
        "visibility": "visible",
        "text-letter-spacing": 0.15,
        "text-offset": [0, 0.5]
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "place-country-adm1_2-PV",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "PAÍS VALENCIÀ"
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "class", "admin_1_2"],
        ["==", "name", "País Valencià"]
      ],
      "layout": {
        "text-font": ["FiraSans-Bold"],
        "text-field": ["literal", "PAÍS VALENCIÀ"],
        "text-size": 12,
        "text-max-width": 6.25,
        "text-offset": [-1.2, 0],
        "text-transform": "uppercase",
        "visibility": "visible",
        "text-letter-spacing": 0.05,
        "icon-allow-overlap": true,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(120, 120, 120, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-country-adm1_2",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "class", "admin_1_2"],
        ["!in", "name", "Comunitat Valenciana"],
        ["<=", "rank", 6],
        ["in", "estat", "Espanya", "França"]
      ],
      "layout": {
        "text-font": ["FiraSans-Bold"],
        "text-field": "{name}",
        "text-size": 12,
        "text-max-width": 6.25,
        "text-offset": [0.4, 0],
        "text-transform": "uppercase",
        "visibility": "visible",
        "text-letter-spacing": 0.05,
        "icon-allow-overlap": true,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(120, 120, 120, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-country-adm1_2_CAT",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Catalunya"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 6,
      "maxzoom": 7,
      "filter": [
        "all",
        ["==", "class", "admin_1_2"],
        ["<=", "rank", 6],
        ["in", "name", "Catalunya"]
      ],
      "layout": {
        "text-font": ["FiraSans-Bold"],
        "text-field": "{name:latin}",
        "text-size": 12,
        "text-max-width": 10,
        "text-offset": [0.6, 0],
        "text-transform": "uppercase",
        "visibility": "visible",
        "text-letter-spacing": 0.4,
        "icon-allow-overlap": false
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(120, 120, 120, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "place-autonomous_community_admin_level_4-z7-copy",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 7,
      "maxzoom": 9,
      "filter": [
        "all",
        ["==", "class", "admin_1_2"],
        ["!=", "name", "PAÍS VALENCIÀ"],
        ["==", "capa", "tp1miliop"]
      ],
      "layout": {
        "text-font": ["FiraSansCondensed-Bold"],
        "text-field": "{name:latin}",
        "text-size": {"stops": [[7, 13], [9, 19]]},
        "text-offset": [-1.5, 0],
        "text-transform": "uppercase",
        "text-letter-spacing": 0.3,
        "icon-allow-overlap": false,
        "symbol-avoid-edges": false,
        "text-allow-overlap": false,
        "symbol-placement": "point",
        "icon-anchor": "center",
        "text-justify": "center",
        "text-anchor": "center",
        "text-max-width": 7,
        "visibility": "visible",
        "text-line-height": 1.2,
        "text-padding": 1
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(120, 120, 120, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-translate-anchor": "map",
        "text-translate": [-10, 2]
      }
    },
    {
      "id": "place-autonomous_community_admin_level_4-z7",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "CCAA: PAÍS VALENCIÀ"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 7,
      "maxzoom": 9,
      "filter": [
        "all",
        ["==", "class", "admin_1_2"],
        ["==", "name", "PAÍS VALENCIÀ"],
        ["==", "capa", "tp1miliop"]
      ],
      "layout": {
        "text-font": ["FiraSansCondensed-Bold"],
        "text-field": "{name:latin}",
        "text-size": {"stops": [[7, 13], [9, 19]]},
        "text-offset": [-1.5, 0],
        "text-transform": "uppercase",
        "text-letter-spacing": 0.3,
        "icon-allow-overlap": false,
        "symbol-avoid-edges": false,
        "text-allow-overlap": false,
        "symbol-placement": "point",
        "icon-anchor": "center",
        "text-justify": "center",
        "text-anchor": "center",
        "text-max-width": 7,
        "visibility": "visible",
        "text-line-height": 1.2,
        "text-padding": 1
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(120, 120, 120, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-translate-anchor": "map",
        "text-translate": [-10, 2]
      }
    },
    {
      "id": "place-continent_z1",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Antàrtida"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 1,
      "maxzoom": 2,
      "filter": [
        "all",
        ["==", "class", "continent"],
        ["has", "codi_geogr"],
        ["==", "name", "Antàrtida"]
      ],
      "layout": {
        "text-font": ["FiraSans-Bold"],
        "text-field": "{name:latin}",
        "text-size": 14,
        "text-max-width": 6,
        "text-transform": "uppercase",
        "visibility": "visible",
        "text-letter-spacing": 0.15,
        "text-anchor": "bottom",
        "text-offset": [0, -6]
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "place-continent_z2",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Antàrtida"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 2,
      "maxzoom": 3,
      "filter": [
        "all",
        ["==", "class", "continent"],
        ["has", "codi_geogr"],
        ["==", "name", "Antàrtida"]
      ],
      "layout": {
        "text-font": ["FiraSans-Bold"],
        "text-field": "{name:latin}",
        "text-size": 14,
        "text-max-width": 6,
        "text-transform": "uppercase",
        "visibility": "visible",
        "text-letter-spacing": 0.8,
        "text-anchor": "bottom",
        "text-offset": [0, -12]
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "place-continent_z3",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Antàrtida"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 3,
      "maxzoom": 4,
      "filter": [
        "all",
        ["==", "class", "continent"],
        ["has", "codi_geogr"],
        ["==", "name", "Antàrtida"]
      ],
      "layout": {
        "text-font": ["FiraSans-Bold"],
        "text-field": "{name:latin}",
        "text-size": 15,
        "text-max-width": 6,
        "text-transform": "uppercase",
        "visibility": "visible",
        "text-letter-spacing": 1.5,
        "text-anchor": "bottom",
        "text-offset": [0, -23]
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "place-continent_z4",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Antàrtida"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "class", "continent"],
        ["has", "codi_geogr"],
        ["==", "name", "Antàrtida"]
      ],
      "layout": {
        "text-font": ["FiraSans-Bold"],
        "text-field": "{name:latin}",
        "text-size": 17,
        "text-max-width": 6,
        "text-transform": "uppercase",
        "visibility": "visible",
        "text-anchor": "bottom",
        "text-offset": [0, -40],
        "text-letter-spacing": 5
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "place-continent",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 1,
      "maxzoom": 2,
      "filter": [
        "all",
        ["==", "class", "continent"],
        ["has", "codi_geogr"],
        ["!in", "name", "Antàrtida"]
      ],
      "layout": {
        "text-font": ["FiraSans-Bold"],
        "text-field": "{name:latin}",
        "text-size": 14,
        "text-max-width": 6,
        "text-transform": "uppercase",
        "visibility": "visible",
        "text-letter-spacing": 0.15,
        "text-offset": [0, 0.5]
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "waterwayname-other",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "waterway",
      "minzoom": 14,
      "filter": ["all", ["in", "class", "river", "stream", "canal"]],
      "layout": {
        "text-font": ["FiraSans-Italic"],
        "symbol-placement": "line",
        "text-field": "{name:latin}",
        "text-size": 10,
        "text-anchor": "bottom",
        "text-letter-spacing": 0.2,
        "visibility": "visible",
        "symbol-spacing": 6000
      },
      "paint": {
        "text-color": "#333",
        "text-halo-color": "rgba(255, 255, 255,0.8)",
        "text-halo-width": 1.2
      }
    },
    {
      "id": "watername-river-stream-z13-2",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 13,
      "maxzoom": 14,
      "filter": ["all", ["in", "codigeo", 60301, 60302]],
      "layout": {
        "text-font": ["FiraSans-Italic"],
        "symbol-placement": "line",
        "text-field": "{name}",
        "text-anchor": "bottom",
        "text-letter-spacing": 0.1,
        "visibility": "visible",
        "text-size": 9
      },
      "paint": {
        "text-color": "#333",
        "text-halo-color": "rgba(255, 255, 255,0.8)",
        "text-halo-width": 1.2
      }
    },
    {
      "id": "watername-river-stream-z13",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 13,
      "maxzoom": 14,
      "filter": [
        "all",
        ["in", "codigeo", 60301, 60302],
        ["==", "capa", "mtc50m_along"]
      ],
      "layout": {
        "text-font": ["FiraSans-Italic"],
        "symbol-placement": "line",
        "text-field": "{name}",
        "text-anchor": "bottom",
        "text-letter-spacing": 0.2,
        "visibility": "visible",
        "text-size": 10,
        "symbol-spacing": {"stops": [[13, 250], [14, 1000]]}
      },
      "paint": {
        "text-color": "#333",
        "text-halo-color": "rgba(255, 255, 255,0.8)",
        "text-halo-width": 1.2
      }
    },
    {
      "id": "watername-z14",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 14,
      "maxzoom": 15,
      "filter": [
        "all",
        ["in", "codigeo", 60301],
        ["==", "capa", "mtc25m_along"]
      ],
      "layout": {
        "text-font": ["FiraSans-Italic"],
        "symbol-placement": "line",
        "text-field": "{name:latin}",
        "text-anchor": "bottom",
        "symbol-spacing": {"stops": [[13, 250], [14, 1000]]},
        "visibility": "visible",
        "text-size": 10,
        "text-letter-spacing": 0.2
      },
      "paint": {
        "text-color": "#333",
        "text-halo-color": "rgba(255, 255, 255,0.8)",
        "text-halo-width": 1.2
      }
    },
    {
      "id": "watername-z15",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 15,
      "filter": [
        "all",
        ["==", "capa", "place5m2_along"],
        ["in", "codigeo", 60301, 60302, 60303],
        [">", "fontsize", 7]
      ],
      "layout": {
        "text-font": ["FiraSans-Italic"],
        "symbol-placement": "line",
        "text-field": "{name:latin}",
        "text-size": 12,
        "text-anchor": "bottom",
        "text-letter-spacing": 0.2,
        "symbol-spacing": {"stops": [[13, 250], [14, 1000]]},
        "visibility": "visible"
      },
      "paint": {
        "text-color": "#333",
        "text-halo-color": "rgba(255, 255, 255,0.8)",
        "text-halo-width": 1.2
      }
    },
    {
      "id": "1CEST_z5-bottom-right",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "1CEST"],
        ["==", "$type", "Point"],
        [
          "in",
          "id",
          718,
          1348,
          4417,
          6640,
          6233,
          5651,
          6310,
          753,
          799,
          3914,
          255,
          978,
          3813,
          1690,
          4726,
          3769,
          1319,
          5899,
          985,
          2317,
          2674,
          4394,
          641,
          134,
          1950,
          1905,
          2698,
          18,
          3935
        ]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "planisferi"],
          {"font-scale": 0.6, "text-transform": "Uppercase"}
        ],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-allow-overlap": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          6,
          ["get", "mida_z4"],
          12,
          ["get", "mida_z6"]
        ],
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-anchor": "bottom-right",
        "text-offset": [-0.3, -0.1],
        "text-justify": "center",
        "icon-image": "",
        "icon-size": 0.6,
        "text-max-width": 10,
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(255, 255, 255, 1)",
        "text-halo-color": "rgba(0, 0, 0, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "1CEST_z6-top",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 6,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "name", "Andorra la Vella"],
        ["==", "capa", "admin_1_p"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": "{name}",
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-allow-overlap": false,
        "text-size": {"stops": [[6, 11], [10, 16], [15, 20]]},
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-anchor": "top",
        "text-justify": "center",
        "icon-image": "",
        "icon-size": 1,
        "text-max-width": 5,
        "text-line-height": 1,
        "text-offset": [-0.5, 0],
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "1CEST_z6-right",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "codi_geogr", "1CEST"],
        ["==", "$type", "Point"],
        ["in", "id", 978, 2674, 2317, 641, 674, 985, 1319, 3638, 960, 3935]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "planisferi"],
          {"font-scale": 0.8, "text-transform": "Uppercase"},
          "\n",
          ["concat", ["get", "planisfe_1"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSansCondensed-SemiBold"]]
          }
        ],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-allow-overlap": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          6,
          ["get", "mida_z4"],
          12,
          ["get", "mida_z6"]
        ],
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-anchor": "right",
        "text-justify": "right",
        "icon-image": "",
        "icon-size": 0.7,
        "text-max-width": 10,
        "text-offset": [-0.4, -0.5],
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(255, 255, 255, 1)",
        "text-halo-color": "rgba(0, 0, 0, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "1CEST_z6-right_D",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "codi_geogr", "1CEST"],
        ["==", "$type", "Point"],
        ["in", "id", 3769, 5899, 4394, 5584, 1950, 1905, 1595, 2698, 18]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "planisferi"],
          {"font-scale": 0.8, "text-transform": "Uppercase"},
          "\n",
          ["concat", ["get", "planisfe_1"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSansCondensed-SemiBold"]]
          }
        ],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-allow-overlap": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          6,
          ["get", "mida_z4"],
          12,
          ["get", "mida_z6"]
        ],
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-anchor": "right",
        "text-justify": "right",
        "icon-image": "",
        "icon-size": 0.7,
        "text-max-width": 10,
        "text-offset": [-0.4, -0.1],
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(255, 255, 255, 1)",
        "text-halo-color": "rgba(0, 0, 0, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "1CEST_z6-top-left",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Santo Domingo"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "codi_geogr", "1CEST"],
        ["==", "$type", "Point"],
        ["in", "id", 134, 3369, 6305, 5663, 5906]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "planisferi"],
          {"font-scale": 0.8, "text-transform": "Uppercase"},
          "\n",
          ["concat", ["get", "planisfe_1"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSansCondensed-SemiBold"]]
          }
        ],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-allow-overlap": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          6,
          ["get", "mida_z4"],
          12,
          ["get", "mida_z6"]
        ],
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-anchor": "top-left",
        "text-justify": "left",
        "icon-image": "",
        "icon-size": 0.7,
        "text-offset": [0.3, 0],
        "text-line-height": 1.1,
        "text-max-width": 5,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(255, 255, 255, 1)",
        "text-halo-color": "rgba(0, 0, 0, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "1CEST_z6-top-right",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "codi_geogr", "1CEST"],
        ["==", "$type", "Point"],
        ["in", "id", 2670, 1532, 2296, 5663, 1907, 3201, 5428]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "planisferi"],
          {"font-scale": 0.8, "text-transform": "Uppercase"},
          "\n",
          ["concat", ["get", "planisfe_1"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSansCondensed-SemiBold"]]
          }
        ],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-allow-overlap": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          6,
          ["get", "mida_z4"],
          12,
          ["get", "mida_z6"]
        ],
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-anchor": "top-right",
        "text-justify": "right",
        "icon-image": "",
        "icon-size": 0.7,
        "text-offset": [-0.4, 0],
        "text-line-height": 1.1,
        "text-max-width": 5,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(255, 255, 255, 1)",
        "text-halo-color": "rgba(0, 0, 0, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "1CEST_z6-bottom-left2",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Dakar"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "codi_geogr", "1CEST"],
        ["==", "$type", "Point"],
        ["in", "id", 1690]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "planisferi"],
          {"font-scale": 0.8, "text-transform": "Uppercase"},
          "\n",
          ["concat", ["get", "planisfe_1"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSansCondensed-SemiBold"]]
          }
        ],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-allow-overlap": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          6,
          ["get", "mida_z4"],
          12,
          ["get", "mida_z6"]
        ],
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-anchor": "bottom-left",
        "text-justify": "left",
        "icon-image": "",
        "icon-size": 0.7,
        "text-offset": [0.3, 0],
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(255, 255, 255, 1)",
        "text-halo-color": " rgba(0, 0, 0, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "1CEST_z6-bottom-right",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Moroni, Tel Aviv, Beirut"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "codi_geogr", "1CEST"],
        ["==", "$type", "Point"],
        ["in", "id", 4490, 6310, 753, 655]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "planisferi"],
          {"font-scale": 0.8, "text-transform": "Uppercase"},
          "\n",
          ["concat", ["get", "planisfe_1"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSansCondensed-SemiBold"]]
          }
        ],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-allow-overlap": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          6,
          ["get", "mida_z4"],
          12,
          ["get", "mida_z6"]
        ],
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-anchor": "bottom-right",
        "text-justify": "right",
        "icon-image": "",
        "icon-size": 0.7,
        "text-offset": [-0.4, 0],
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(255, 255, 255, 1)",
        "text-halo-color": "rgba(0, 0, 0, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "1CEST_z6-bottom-left-z9",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 9,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "tipuscap", "E"],
        ["has", "idcol"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": "{name}",
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-allow-overlap": false,
        "text-size": {"stops": [[9, 13], [15, 20]]},
        "visibility": "none",
        "text-transform": "uppercase",
        "text-anchor": "bottom-left",
        "text-justify": "left",
        "icon-image": "",
        "icon-size": 0.7,
        "text-max-width": 5,
        "text-line-height": 1.1,
        "text-offset": [0.4, -0.2],
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "1CEST_z6-bottom-left",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "codi_geogr", "1CEST"],
        ["==", "$type", "Point"],
        [
          "!in",
          "id",
          978,
          393,
          2670,
          5428,
          5906,
          655,
          753,
          6310,
          4490,
          6305,
          3201,
          3369,
          1690,
          2296,
          1532,
          3769,
          5713,
          1319,
          3638,
          5899,
          985,
          2317,
          2674,
          4394,
          641,
          674,
          5584,
          134,
          6454,
          1950,
          3914,
          1905,
          1595,
          2698,
          5663,
          798,
          18,
          1835,
          162,
          43,
          960,
          3468,
          3935,
          1907
        ],
        ["==", "capa", "planisferi"],
        ["!in", "name", "Andorra la Vella"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8, "text-transform": "Uppercase"},
          "\n",
          ["concat", ["get", "planisfe_1"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSansCondensed-SemiBold"]]
          }
        ],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-allow-overlap": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          6,
          ["get", "mida_z4"]
        ],
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-anchor": "bottom-left",
        "text-justify": "left",
        "icon-image": "",
        "icon-size": 0.7,
        "text-max-width": 5,
        "text-line-height": 1.1,
        "text-offset": [0.4, -0.2],
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "1CEST_Roma_z4",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "1CEST"],
        ["==", "$type", "Point"],
        ["==", "id", 5713]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "planisferi"],
          {"font-scale": 1.2, "text-transform": "Uppercase"}
        ],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida"],
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-anchor": "bottom-left",
        "text-offset": [0.7, -0.1],
        "text-justify": "left",
        "icon-image": "",
        "icon-size": 0.6,
        "text-padding": 1,
        "icon-optional": false,
        "text-optional": false,
        "icon-offset": [0, 0]
      },
      "paint": {
        "text-color": "rgba(255, 255, 255, 1)",
        "text-halo-color": "rgba(0, 0, 0, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "1CEST_Roma-z5",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "1CEST"],
        ["==", "$type", "Point"],
        ["==", "id", 5713]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "planisferi"],
          {"font-scale": 0.6, "text-transform": "Uppercase"}
        ],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-allow-overlap": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          6,
          ["get", "mida_z4"],
          12,
          ["get", "mida_z6"]
        ],
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-anchor": "bottom-left",
        "text-offset": [0.2, -0.1],
        "text-justify": "left",
        "icon-image": "",
        "icon-size": 0.6
      },
      "paint": {
        "text-color": "rgba(255, 255, 255, 1)",
        "text-halo-color": "rgba(0, 0, 0, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "1CEST_Roma_z6",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 6,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "codi_geogr", "1CEST"],
        ["==", "$type", "Point"],
        ["==", "id", 5713]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "planisferi"],
          {"font-scale": 0.8, "text-transform": "Uppercase"}
        ],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-allow-overlap": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          6,
          ["get", "mida_z4"],
          12,
          ["get", "mida_z6"]
        ],
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-anchor": "bottom-left",
        "text-offset": [0.3, -0.1],
        "text-justify": "left",
        "icon-image": "",
        "icon-size": 0.7
      },
      "paint": {
        "text-color": "rgba(255, 255, 255, 1)",
        "text-halo-color": "rgba(0, 0, 0, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    }
  ],
  "id": "icgc_mapa_base_gris_rebaixat"
}