{
  "version": 8,
  "name": "icgc_mapa_vissir",
  "metadata": {"maputnik:renderer": "mbgljs"},
  "center": [1.537786, 41.837539],
  "zoom": 12,
  "bearing": 0,
  "pitch": 0,
  "sources": {
    "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
    },
    "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
    },
    "contextmapsadmpt": {
      "type": "vector",
      "tiles": [
        "https://geoserveis.icgc.cat/servei/catalunya/contextmaps-admpt_v1/vt/{z}/{x}/{y}.pbf"
      ],
      "minZoom": 0,
      "maxzoom": 14
    },
    "terrainMapZen": {
      "type": "raster-dem",
      "tiles": [
        "https://s3.amazonaws.com/elevation-tiles-prod/terrarium/{z}/{x}/{y}.png"
      ],
      "minzoom": 0,
      "maxzoom": 15,
      "encoding": "terrarium"
    }
  },
  "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": 24,
      "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": 24,
      "layout": {"visibility": "visible"},
      "paint": {
        "hillshade-illumination-anchor": "map",
        "hillshade-exaggeration": 1,
        "hillshade-highlight-color": "rgba(230, 230, 230, 1)",
        "hillshade-shadow-color": {
          "stops": [
            [6, "rgba(130, 130, 130, 1)"],
            [14, "rgba(190, 190, 190, 1)"]
          ]
        },
        "hillshade-accent-color": "rgba(230, 230, 230, 1)",
        "hillshade-illumination-direction": 345
      }
    },
    {
      "id": "water-ocean",
      "type": "fill",
      "metadata": {"mapbox:group": "1444849382550.77"},
      "source": "openmaptiles",
      "source-layer": "water",
      "minzoom": 0,
      "maxzoom": 24,
      "filter": ["all", ["==", "class", "ocean"], ["==", "$type", "Polygon"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "fill-color": "rgba(229, 255, 254, 1)",
        "fill-antialias": false,
        "fill-opacity": 0.85
      }
    },
    {
      "id": "landuse-copy",
      "type": "fill",
      "metadata": {"mapbox:group": "1444849382550.77"},
      "source": "openmaptiles",
      "source-layer": "landuse",
      "minzoom": 10,
      "maxzoom": 13,
      "filter": ["all", ["==", "class", "industrial"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "fill-color": "rgba(224, 206, 229, 1)",
        "fill-antialias": true,
        "fill-outline-color": "rgba(224, 206, 229, 1)"
      }
    },
    {
      "id": "landuse",
      "type": "fill",
      "metadata": {"mapbox:group": "1444849382550.77"},
      "source": "openmaptiles",
      "source-layer": "landuse",
      "minzoom": 10,
      "maxzoom": 13,
      "filter": ["all", ["==", "class", "residential"]],
      "layout": {"visibility": "visible"},
      "paint": {"fill-color": "rgba(220, 220, 220, 0.8)"}
    },
    {
      "id": "landuse-landfill",
      "type": "fill",
      "metadata": {"mapbox:group": "1444849382550.77"},
      "source": "openmaptiles",
      "source-layer": "landuse",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": ["all", ["==", "class", "landfill"]],
      "layout": {"visibility": "visible"},
      "paint": {"fill-color": "rgba(209, 195, 142, 0.6)"}
    },
    {
      "id": "landuse-landfill-line",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "landuse",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Polygon"],
        ["==", "class", "landfill"]
      ],
      "layout": {"line-join": "round", "visibility": "visible"},
      "paint": {
        "line-color": "rgba(50, 50, 50, 0.6)",
        "line-width": {"stops": [[4, 0.4], [8, 0.6]]},
        "line-opacity": {"stops": [[4, 0.3], [6, 0.5], [8, 1]]}
      }
    },
    {
      "id": "landuse-quarry",
      "type": "fill",
      "metadata": {"mapbox:group": "1444849382550.77"},
      "source": "openmaptiles",
      "source-layer": "landuse",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": ["all", ["==", "class", "quarry"]],
      "layout": {"visibility": "visible"},
      "paint": {"fill-color": "rgba(220, 220, 220, 0.8)"}
    },
    {
      "id": "landuse-quarry-line",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "landuse",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": ["all", ["==", "$type", "Polygon"], ["==", "class", "quarry"]],
      "layout": {"line-join": "round", "visibility": "visible"},
      "paint": {
        "line-color": "rgba(50, 50, 50, 0.6)",
        "line-width": {"stops": [[4, 0.4], [8, 0.6]]},
        "line-opacity": {"stops": [[4, 0.3], [6, 0.5], [8, 1]]}
      }
    },
    {
      "id": "contour-ordinary",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "contour",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": ["all", ["==", "class", "sen"]],
      "layout": {"line-join": "round", "visibility": "visible"},
      "paint": {
        "line-color": "rgba(125, 154, 191, 0.5)",
        "line-opacity": 0.8,
        "line-width": 0.7
      }
    },
    {
      "id": "contour-principal",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "contour",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": ["all", ["==", "class", "mes"]],
      "layout": {"line-join": "round", "visibility": "visible"},
      "paint": {"line-color": "rgba(125, 154, 191, 0.7)", "line-opacity": 0.8}
    },
    {
      "id": "contour-cota-alt-z15",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Cotes"},
      "source": "openmaptiles",
      "source-layer": "contour",
      "minzoom": 16,
      "maxzoom": 24,
      "filter": ["all", ["==", "$type", "Point"], ["==", "class", "cota"]],
      "layout": {
        "text-field": "{height}",
        "text-font": ["FiraSans-Bold"],
        "text-size": 9,
        "symbol-placement": "point",
        "symbol-spacing": 500,
        "visibility": "visible",
        "text-allow-overlap": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-line-height": 1.1,
        "text-padding": 1,
        "icon-image": "circle_blue_5",
        "icon-size": 0.2,
        "icon-anchor": "center",
        "text-anchor": "bottom-left"
      },
      "paint": {
        "text-color": "rgba(125, 154, 191, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "contour-cota-alt-z14",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Cotes"},
      "source": "contextmapsadmpt",
      "source-layer": "contour",
      "minzoom": 14,
      "maxzoom": 16,
      "filter": ["all", ["==", "class", "height"]],
      "layout": {
        "text-field": "{height}",
        "text-font": ["FiraSans-Bold"],
        "text-size": 9,
        "symbol-placement": "point",
        "symbol-spacing": 500,
        "visibility": "visible",
        "text-allow-overlap": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-line-height": 1.1,
        "text-padding": 1,
        "icon-image": "circle_blue_5",
        "icon-size": 0.2,
        "text-anchor": "bottom-left"
      },
      "paint": {
        "text-color": "rgba(125, 154, 191, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "contour-height",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Cotes"},
      "source": "openmaptiles",
      "source-layer": "contour",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": ["all", ["==", "class", "mes"]],
      "layout": {
        "text-field": "{height}",
        "text-font": ["FiraSans-Bold"],
        "text-size": 9,
        "symbol-placement": "line",
        "symbol-spacing": 500,
        "text-allow-overlap": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "visibility": "visible",
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(125, 154, 191, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "contour-height_z15",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "contour",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": ["all", ["==", "class", "mes"]],
      "layout": {
        "text-field": "{height}",
        "text-font": ["FiraSans-Bold"],
        "text-size": 9,
        "symbol-placement": "line",
        "symbol-spacing": 500,
        "visibility": "visible",
        "text-allow-overlap": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(125, 154, 191, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "park-natural_reserve-maritime",
      "type": "line",
      "metadata": {"mapbox:group": "1444849388993.3071"},
      "source": "contextmapsadmpt",
      "source-layer": "park",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Polygon"],
        ["==", "ambit", "Marí"],
        ["==", "class", "pein"],
        ["!=", "class", "xarxa_natura"],
        ["in", "icgc_id", 662, 580]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(67, 198, 244, 0.8)",
        "line-width": {"stops": [[10, 1.5], [11, 3], [14, 7], [18, 8]]},
        "line-opacity": {
          "stops": [[10, 0.7], [11, 0.5], [11.7, 0.6], [12, 0.8], [14, 0.9]]
        },
        "line-dasharray": [1000, 1000]
      }
    },
    {
      "id": "park-national_interest-maritime",
      "type": "line",
      "metadata": {"mapbox:group": "1444849388993.3071"},
      "source": "contextmapsadmpt",
      "source-layer": "park",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Polygon"],
        ["==", "ambit", "Marí"],
        ["!=", "class", "pnat"],
        ["!=", "class", "xarxa_natura"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(67, 198, 244, 0.7)",
        "line-width": {"stops": [[11, 1], [14, 2.5]]},
        "line-opacity": 0.7
      }
    },
    {
      "id": "landcover-wood",
      "type": "fill",
      "metadata": {"mapbox:group": "1444849388993.3071"},
      "source": "openmaptiles",
      "source-layer": "landcover",
      "minzoom": 7,
      "maxzoom": 24,
      "filter": ["==", "class", "wood"],
      "layout": {"visibility": "visible"},
      "paint": {
        "fill-color": "rgba(55, 219, 116, 1)",
        "fill-outline-color": "hsla(0, 0%, 0%, 0.03)",
        "fill-antialias": {"base": 1, "stops": [[0, false], [9, true]]},
        "fill-opacity": 0.15
      }
    },
    {
      "id": "landcover-grass",
      "type": "fill",
      "metadata": {"mapbox:group": "1444849388993.3071"},
      "source": "openmaptiles",
      "source-layer": "landcover",
      "minzoom": 7,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "class", "grass"],
        ["!in", "icgc_id", 4945, 7442, 6196, 6198]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "fill-color": "rgba(124, 219, 97, 1)",
        "fill-opacity": 0.15,
        "fill-outline-color": "hsla(0, 0%, 0%, 0.03)",
        "fill-antialias": {"base": 1, "stops": [[0, false], [9, true]]}
      }
    },
    {
      "id": "landcover-wetland",
      "type": "fill",
      "metadata": {"mapbox:group": "1444849388993.3071"},
      "source": "openmaptiles",
      "source-layer": "landcover",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": ["all", ["==", "class", "wetland"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "fill-color": "rgba(198, 233, 249, 0.3)",
        "fill-opacity": 1,
        "fill-outline-color": "rgba(114, 170, 193, 1)",
        "fill-antialias": false
      }
    },
    {
      "id": "landcover-bare_rock",
      "type": "fill",
      "metadata": {"mapbox:group": "1444849388993.3071"},
      "source": "openmaptiles",
      "source-layer": "landcover",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": ["all", ["==", "class", "bare_rock"]],
      "layout": {"visibility": "visible"},
      "paint": {"fill-color": "rgba(209, 194, 181, 0.4)", "fill-opacity": 1}
    },
    {
      "id": "landcover-scree",
      "type": "fill",
      "metadata": {"maputnik:comment": "Tartera"},
      "source": "openmaptiles",
      "source-layer": "landcover",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": ["all", ["==", "class", "Tartera"]],
      "layout": {"visibility": "visible"},
      "paint": {"fill-color": "rgba(217,215,215,0.4)"}
    },
    {
      "id": "landcover-scree_pattern",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849382550.77",
        "maputnik:comment": "Tartera"
      },
      "source": "openmaptiles",
      "source-layer": "landcover",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["==", "class", "Tartera"]
      ],
      "layout": {"line-cap": "round", "visibility": "visible"},
      "paint": {
        "line-color": "rgba(120, 120, 120, 1)",
        "line-width": 1,
        "line-opacity": 0.7
      }
    },
    {
      "id": "landcover-beach",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landcover",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": ["all", ["in", "class", "beach", "floodplain"]],
      "layout": {"visibility": "visible"},
      "paint": {"fill-color": "rgba(254, 235, 179, 1)", "fill-opacity": 0.4}
    },
    {
      "id": "landcover-beach-pattern",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landcover",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": ["all", ["in", "class", "beach", "floodplain"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "fill-color": "rgba(82, 67, 22, 1)",
        "fill-opacity": 1,
        "fill-pattern": "platja",
        "fill-translate-anchor": "map",
        "fill-antialias": true
      }
    },
    {
      "id": "landcover-parterre",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landcover",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "class", "parterre"],
        [
          "!in",
          "icgc_id",
          80682,
          80680,
          80077,
          80681,
          96318,
          96161,
          96163,
          96317,
          96316,
          96323,
          96322,
          38735,
          38738,
          38734,
          95946,
          95944
        ]
      ],
      "layout": {"visibility": "visible"},
      "paint": {"fill-color": "rgba(209, 250, 182, 1)", "fill-opacity": 0.5}
    },
    {
      "id": "landcover-parterre_outline",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "landcover",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "class", "parterre"],
        [
          "!in",
          "icgc_id",
          80680,
          80682,
          80077,
          80681,
          96318,
          96161,
          96163,
          96317,
          96316,
          96323,
          96322,
          38735,
          38738,
          38734,
          95946,
          95944
        ]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-width": 0.5,
        "line-color": "rgba(120, 120, 120, 1)",
        "line-opacity": 0.5
      }
    },
    {
      "id": "landcover-golf_course",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landuse",
      "minzoom": 11,
      "maxzoom": 24,
      "filter": ["all", ["==", "class", "golf"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "fill-color": "rgba(131, 205, 103, 1)",
        "fill-outline-color": "rgba(121, 121, 121, 0.4)"
      }
    },
    {
      "id": "landcover-sand",
      "type": "fill",
      "metadata": {"maputnik:comment": "Golf course sand"},
      "source": "openmaptiles",
      "source-layer": "landcover",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": ["all", ["==", "class", "sand"]],
      "layout": {"visibility": "visible"},
      "paint": {"fill-color": "rgba(254, 235, 179, 1)", "fill-opacity": 1}
    },
    {
      "id": "landuse-footprint",
      "type": "fill",
      "metadata": {"mapbox:group": "1444849364238.8171"},
      "source": "openmaptiles",
      "source-layer": "building",
      "minzoom": 7.5,
      "maxzoom": 11,
      "filter": ["all", ["==", "building", "footprint"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "fill-color": "rgba(190, 190, 190, 1)",
        "fill-antialias": true,
        "fill-opacity": {"stops": [[7, 0.5], [10, 0.7]]}
      }
    },
    {
      "id": "water-lake_outline_river_end_z7",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849382550.77",
        "maputnik:comment": "Línia rius a la desembocadura"
      },
      "source": "openmaptiles",
      "source-layer": "water",
      "minzoom": 7,
      "maxzoom": 12,
      "filter": [
        "all",
        ["in", "class", "river", "lake", "reservoir"],
        ["==", "escala", "250m-linia"],
        ["!in", "icgc_id", 726, 727, 729, 595, 594, 593]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(50, 178, 255, 1)",
        "line-opacity": 1,
        "line-width": {"stops": [[13, 2.5], [15, 2]]}
      }
    },
    {
      "id": "water-lake_outline_river_end_z12",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849382550.77",
        "maputnik:comment": "Línia rius a la desembocadura"
      },
      "source": "openmaptiles",
      "source-layer": "water",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "class", "river", "lake", "reservoir", "canal"],
        ["==", "escala", "5m-linia"],
        ["has", "mar"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(50, 178, 255, 0.8)",
        "line-opacity": 1,
        "line-width": {"stops": [[13, 2.5], [15, 2]]}
      }
    },
    {
      "id": "water-lake_outline_z6",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849382550.77",
        "maputnik:comment": "Línia pantans i estanys creada a partir del polígon"
      },
      "source": "openmaptiles",
      "source-layer": "water",
      "minzoom": 6,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "class", "river", "lake", "reservoir"],
        ["==", "escala", "1M"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(50, 178, 255, 1)",
        "line-opacity": 1,
        "line-width": 2
      }
    },
    {
      "id": "water-canal_outline_z12",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849382550.77",
        "maputnik:comment": "Línia pantans i estanys creada a partir del polígon"
      },
      "source": "openmaptiles",
      "source-layer": "water",
      "minzoom": 12,
      "maxzoom": 13,
      "filter": [
        "all",
        ["in", "class", "canal"],
        ["==", "escala", "5m"],
        ["!has", "mar"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(50, 178, 255, 1)",
        "line-opacity": 1,
        "line-width": {"stops": [[7, 0.5], [11, 0.8], [14, 0.9]]}
      }
    },
    {
      "id": "water-lake_outline_z12",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849382550.77",
        "maputnik:comment": "Línia pantans i estanys creada a partir del polígon"
      },
      "source": "openmaptiles",
      "source-layer": "water",
      "minzoom": 12,
      "maxzoom": 13,
      "filter": [
        "all",
        ["in", "class", "river", "lake", "reservoir"],
        ["==", "escala", "5m"],
        ["!has", "mar"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(50, 178, 255, 1)",
        "line-opacity": 1,
        "line-width": {"stops": [[13, 2.5], [15, 1.75]]}
      }
    },
    {
      "id": "water-canal_outline_z13",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849382550.77",
        "maputnik:comment": "Línia pantans i estanys creada a partir del polígon"
      },
      "source": "openmaptiles",
      "source-layer": "water",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "class", "canal"],
        ["==", "escala", "5m"],
        ["!has", "mar"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(50, 178, 255, 1)",
        "line-opacity": 1,
        "line-width": {"stops": [[7, 0.5], [11, 0.8], [14, 0.9]]}
      }
    },
    {
      "id": "water-lake_outline_z13",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849382550.77",
        "maputnik:comment": "Línia pantans i estanys creada a partir del polígon"
      },
      "source": "openmaptiles",
      "source-layer": "water",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "class", "river", "lake", "reservoir"],
        ["==", "escala", "5m"],
        ["!has", "mar"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(50, 178, 255, 1)",
        "line-opacity": 1,
        "line-width": {"stops": [[13, 2.5], [15, 2]]}
      }
    },
    {
      "id": "water-pond",
      "type": "fill",
      "metadata": {"mapbox:group": "1444849382550.77"},
      "source": "openmaptiles",
      "source-layer": "water",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": ["all", ["in", "class", "pond", "salt_pond"]],
      "layout": {"visibility": "visible"},
      "paint": {"fill-color": "rgba(229, 255, 254, 1)"}
    },
    {
      "id": "water-pond_outline",
      "type": "line",
      "metadata": {"mapbox:group": "1444849382550.77"},
      "source": "openmaptiles",
      "source-layer": "water",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": ["all", ["in", "class", "pond", "salt_pond"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(0, 137, 208, 0.8)",
        "line-opacity": 0.7,
        "line-width": {"stops": [[13, 0.7], [15, 0.9]]}
      }
    },
    {
      "id": "water-swimming_pool",
      "type": "fill",
      "metadata": {"mapbox:group": "1444849382550.77"},
      "source": "openmaptiles",
      "source-layer": "water",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": ["all", ["==", "class", "pool"]],
      "layout": {"visibility": "visible"},
      "paint": {"fill-color": "rgba(229, 255, 254, 1)"}
    },
    {
      "id": "water-swimming_pool_outline",
      "type": "line",
      "metadata": {"mapbox:group": "1444849382550.77"},
      "source": "openmaptiles",
      "source-layer": "water",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": ["all", ["==", "class", "pool"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(0, 137, 208, 0.8)",
        "line-opacity": 0.7,
        "line-width": {"stops": [[13, 0.7], [14, 0.9]]}
      }
    },
    {
      "id": "waterway-river-tunnel",
      "type": "line",
      "metadata": {"mapbox:group": "1444849382550.77"},
      "source": "openmaptiles",
      "source-layer": "waterway",
      "minzoom": 6,
      "maxzoom": 24,
      "filter": ["all", ["==", "brunnel", "tunnel"]],
      "layout": {"line-cap": "round", "visibility": "visible"},
      "paint": {
        "line-color": "rgba(50, 178, 255, 1)",
        "line-width": {"stops": [[7, 0.5], [11, 0.8], [14, 0.9]]},
        "line-opacity": {"stops": [[7, 0.7], [10, 0.8], [14, 1]]},
        "line-dasharray": [2, 4]
      }
    },
    {
      "id": "waterway-river",
      "type": "line",
      "metadata": {"mapbox:group": "1444849382550.77"},
      "source": "openmaptiles",
      "source-layer": "waterway",
      "minzoom": 6,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "class", "river", "stream", "canal"],
        ["!in", "brunnel", "tunnel"],
        ["!=", "outcat", "S"]
      ],
      "layout": {"line-cap": "round", "visibility": "visible"},
      "paint": {
        "line-color": "rgba(50, 178, 255, 1)",
        "line-width": {"stops": [[7, 0.5], [11, 0.8], [14, 0.9]]},
        "line-opacity": {"stops": [[7, 0.7], [10, 0.8], [14, 1]]}
      }
    },
    {
      "id": "land-coast",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "boundary",
      "minzoom": 6,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["==", "maritime", 1],
        ["==", "name", "costa"],
        ["has", "icgc_id"]
      ],
      "layout": {"line-join": "round", "visibility": "visible"},
      "paint": {
        "line-color": "rgba(0, 137, 208, 0.5)",
        "line-width": {"stops": [[4, 0.4], [8, 0.6]]},
        "line-opacity": {"stops": [[4, 0.3], [6, 0.5], [8, 1]]}
      }
    },
    {
      "id": "water-sm-outline",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849382550.77",
        "maputnik:comment": "Línia pantans i estanys creada a partir del polígon"
      },
      "source": "openmaptiles",
      "source-layer": "water",
      "minzoom": 1,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "class", "river", "reservoir"],
        ["!has", "icgc_id"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(50, 178, 255, 1)",
        "line-opacity": 1,
        "line-width": 2
      }
    },
    {
      "id": "water-sm",
      "type": "fill",
      "metadata": {"mapbox:group": "1444849382550.77"},
      "source": "openmaptiles",
      "source-layer": "water",
      "minzoom": 1,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "class", "sea", "river", "reservoir", "lake"],
        ["in", "$type", "Polygon"],
        ["!has", "icgc_id"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {"fill-color": "rgba(229, 255, 254, 0.7)"}
    },
    {
      "id": "water",
      "type": "fill",
      "metadata": {"mapbox:group": "1444849382550.77"},
      "source": "openmaptiles",
      "source-layer": "water",
      "minzoom": 6,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "class", "sea", "river", "lake", "reservoir"],
        ["in", "$type", "Polygon"],
        ["has", "escala"],
        ["!in", "icgc_id", 595, 594, 593]
      ],
      "layout": {"visibility": "visible"},
      "paint": {"fill-color": "rgba(229, 255, 254, 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"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {"fill-color": "rgba(230, 230, 230, 1)"}
    },
    {
      "id": "outdoor_poi-water_pipeline",
      "type": "line",
      "metadata": {"mapbox:group": "1444849382550.77"},
      "source": "openmaptiles",
      "source-layer": "waterway",
      "minzoom": 10,
      "maxzoom": 11,
      "filter": [
        "all",
        ["==", "escala", "250m"],
        ["in", "class", "Conducció subterrània", "Conducció aigua"]
      ],
      "layout": {"line-cap": "round", "visibility": "visible"},
      "paint": {
        "line-color": "rgba(0, 137, 208, 0.8)",
        "line-width": {"stops": [[10, 0.7], [11, 0.9]]},
        "line-opacity": 0.8
      }
    },
    {
      "id": "outdoor_poi-water_pipeline_hatching",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "waterway",
      "minzoom": 10,
      "maxzoom": 11,
      "filter": [
        "all",
        ["in", "class", "Conducció subterrània", "Conducció aigua"],
        ["==", "escala", "250m"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(0, 137, 208, 0.8)",
        "line-width": 4,
        "line-dasharray": [0.2, 4],
        "line-opacity": 0.6
      }
    },
    {
      "id": "outdoor_poi-cutline",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "landuse",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": ["all", ["==", "class", "tallafocs"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(185, 184, 184, 0.6)",
        "line-width": 2.5,
        "line-opacity": 1
      }
    },
    {
      "id": "outdoor_poi-breakwater",
      "type": "fill",
      "metadata": {
        "mapbox:group": "1444849382550.77",
        "maputnik:comment": "Espigons"
      },
      "source": "openmaptiles",
      "source-layer": "water",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "class", "dock"],
        ["in", "subclass", "breakwater"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {"fill-color": "rgba(220, 220, 220, 1)"}
    },
    {
      "id": "waterway-dock_line",
      "type": "line",
      "metadata": {"mapbox:group": "1444849382550.77"},
      "source": "openmaptiles",
      "source-layer": "waterway",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": ["all", ["==", "class", "dock"]],
      "layout": {"line-cap": "round", "visibility": "visible"},
      "paint": {
        "line-color": "rgba(0, 0, 0, 1)",
        "line-width": {"stops": [[11, 0.8], [13, 0.9]]},
        "line-opacity": 0.7
      }
    },
    {
      "id": "landuse-residential_insideline",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "building",
      "minzoom": 11,
      "maxzoom": 24,
      "filter": ["all", ["==", "building", "divisio-illa"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-width": {"stops": [[11, 0.2], [14, 0.4]]},
        "line-color": "rgba(111, 111, 111, 1)",
        "line-opacity": 0.9
      }
    },
    {
      "id": "landuse-residential_outline",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "building",
      "minzoom": 11,
      "maxzoom": 24,
      "filter": ["all", ["==", "building", "illa"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(111, 111, 111, 1)",
        "line-opacity": 0.8,
        "line-width": {"stops": [[11, 0.2], [14, 0.4]]}
      }
    },
    {
      "id": "highway-trunk-tunnel_casing",
      "type": "line",
      "metadata": {"mapbox:group": "1444849354174.1904"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 6,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "tunnel"],
        ["in", "class", "trunk"],
        ["!has", "icgc_id"]
      ],
      "layout": {"line-join": "round", "visibility": "visible"},
      "paint": {
        "line-color": "rgba(166, 38, 25, 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": "highway-path-tunnel",
      "type": "line",
      "metadata": {"mapbox:group": "1444849354174.1904"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["all", ["==", "brunnel", "tunnel"], ["==", "class", "path"]]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(204, 157, 170, 1)",
        "line-dasharray": [2.5, 1.5],
        "line-width": {"base": 1.2, "stops": [[13, 0.1], [15, 1.2], [20, 4]]},
        "line-opacity": 0.6
      }
    },
    {
      "id": "highway-path_2.5-tunnel",
      "type": "line",
      "metadata": {"mapbox:group": "1444849354174.1904"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "tunnel"],
        ["in", "class", "service", "track"]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(204, 157, 170, 1)",
        "line-width": {"base": 1.2, "stops": [[13, 1.5], [15, 1.5], [20, 4]]},
        "line-translate": [0, 0],
        "line-opacity": 0.5
      }
    },
    {
      "id": "highway-pedestrian-tunnel",
      "type": "line",
      "metadata": {"mapbox:group": "1444849354174.1904"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "tunnel"],
        ["==", "class", "pedestrian"]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(166, 203, 108, 1)",
        "line-opacity": 1,
        "line-width": {"base": 1.2, "stops": [[13, 0.3], [14, 1], [20, 9]]},
        "line-translate": [0, 0],
        "line-dasharray": [1, 2]
      }
    },
    {
      "id": "highway-path_4-tunnel_casing",
      "type": "line",
      "metadata": {"mapbox:group": "1444849354174.1904"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": ["all", ["==", "brunnel", "tunnel"], ["==", "class", "minor"]],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(130, 130, 130, 1)",
        "line-width": {"base": 1, "stops": [[10, 0.43], [13, 2.5]]},
        "line-translate": [0, 0],
        "line-opacity": 1,
        "line-dasharray": [0, 1, 3, 1]
      }
    },
    {
      "id": "highway-path_4-tunnel",
      "type": "line",
      "metadata": {"mapbox:group": "1444849354174.1904"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": ["all", ["==", "brunnel", "tunnel"], ["==", "class", "minor"]],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(235, 235, 235, 1)",
        "line-opacity": 1,
        "line-width": {"base": 1, "stops": [[10, 0.26], [13, 1.89]]},
        "line-translate": [0, 0]
      }
    },
    {
      "id": "highway-tertiary_link-tunnel",
      "type": "line",
      "metadata": {"mapbox:group": "1444849354174.1904"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 9,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "tunnel"],
        ["in", "class", "tertiary_link"]
      ],
      "layout": {"line-join": "round"},
      "paint": {
        "line-color": "rgba(130, 130, 130, 1)",
        "line-width": {
          "base": 1,
          "stops": [
            [7, 0.07],
            [8, 0.16],
            [9, 0.25],
            [10, 0.34],
            [11, 0.43],
            [12, 0.52],
            [13, 0.61],
            [14, 0.7],
            [15, 0.79]
          ]
        },
        "line-dasharray": [0, 1, 3, 1],
        "line-gap-width": 3
      }
    },
    {
      "id": "highway-secondary_link-tunnel",
      "type": "line",
      "metadata": {"mapbox:group": "1444849354174.1904"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 8,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "tunnel"],
        ["in", "class", "secondary_link"]
      ],
      "layout": {"line-join": "round"},
      "paint": {
        "line-width": {
          "base": 1,
          "stops": [
            [7, 0.07],
            [8, 0.16],
            [9, 0.25],
            [10, 0.34],
            [11, 0.43],
            [12, 0.52],
            [13, 0.61],
            [14, 0.7],
            [15, 0.79]
          ]
        },
        "line-dasharray": [0, 1, 3, 1],
        "line-color": "rgba(61, 204, 50, 1)",
        "line-gap-width": 3
      }
    },
    {
      "id": "highway-primary_link-tunnel",
      "type": "line",
      "metadata": {"mapbox:group": "1444849354174.1904"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 7,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "tunnel"],
        ["in", "class", "primary_link"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(255, 0, 0, 1)",
        "line-width": {
          "base": 1,
          "stops": [
            [7, 0.07],
            [8, 0.16],
            [9, 0.25],
            [10, 0.34],
            [11, 0.43],
            [12, 0.52],
            [13, 0.61],
            [14, 0.7],
            [15, 0.79]
          ]
        },
        "line-dasharray": [0, 2, 4, 1],
        "line-gap-width": 3
      }
    },
    {
      "id": "highway-motorway_link-tunnel",
      "type": "line",
      "metadata": {"mapbox:group": "1444849354174.1904"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 6,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "tunnel"],
        ["==", "class", "motorway_link"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(114, 148, 193, 1)",
        "line-width": {"base": 1, "stops": [[7, 0.13], [15, 1.2]]},
        "line-dasharray": [0, 2, 4, 1],
        "line-gap-width": 3
      }
    },
    {
      "id": "highway-tertiary-tunnel",
      "type": "line",
      "metadata": {"mapbox:group": "1444849354174.1904"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 9,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "tunnel"],
        ["in", "class", "tertiary"]
      ],
      "layout": {"line-join": "round"},
      "paint": {
        "line-color": "rgba(130, 130, 130, 1)",
        "line-width": {
          "base": 1,
          "stops": [
            [7, 0.07],
            [8, 0.16],
            [9, 0.25],
            [10, 0.34],
            [11, 0.43],
            [12, 0.52],
            [13, 0.61],
            [14, 0.7],
            [15, 0.79]
          ]
        },
        "line-dasharray": [0, 1, 3, 1],
        "line-gap-width": 3
      }
    },
    {
      "id": "highway-secondary-tunnel",
      "type": "line",
      "metadata": {"mapbox:group": "1444849354174.1904"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 8,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "tunnel"],
        ["in", "class", "secondary"]
      ],
      "layout": {"line-join": "round"},
      "paint": {
        "line-width": {
          "base": 1,
          "stops": [
            [7, 0.07],
            [8, 0.16],
            [9, 0.25],
            [10, 0.34],
            [11, 0.43],
            [12, 0.52],
            [13, 0.61],
            [14, 0.7],
            [15, 0.79]
          ]
        },
        "line-dasharray": [0, 1, 3, 1],
        "line-color": "rgba(61, 204, 50, 1)",
        "line-gap-width": 3
      }
    },
    {
      "id": "highway-primary-tunnel",
      "type": "line",
      "metadata": {"mapbox:group": "1444849354174.1904"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 7,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "tunnel"],
        ["in", "class", "primary", "trunk"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(255, 0, 0, 1)",
        "line-width": {
          "base": 1,
          "stops": [
            [7, 0.07],
            [8, 0.16],
            [9, 0.25],
            [10, 0.34],
            [11, 0.43],
            [12, 0.52],
            [13, 0.61],
            [14, 0.7],
            [15, 0.79]
          ]
        },
        "line-dasharray": [0, 2, 4, 1],
        "line-gap-width": 3
      }
    },
    {
      "id": "highway-motorway-tunnel",
      "type": "line",
      "metadata": {"mapbox:group": "1444849354174.1904"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 6,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "tunnel"],
        ["==", "class", "motorway"],
        ["!in", "tram", "connexio", "servei"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(114, 148, 193, 1)",
        "line-width": {"base": 1, "stops": [[7, 0.13], [15, 1.15]]},
        "line-dasharray": [0, 2, 4, 1],
        "line-gap-width": 3
      }
    },
    {
      "id": "railway-tunnel_z8",
      "type": "line",
      "metadata": {"mapbox:group": "1444849354174.1904"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 8,
      "maxzoom": 12,
      "filter": [
        "all",
        ["==", "brunnel", "tunnel"],
        ["==", "class", "rail"],
        ["!has", "subclass"],
        ["!has", "highspeed"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(13, 13, 13, 1)",
        "line-width": {"base": 1.4, "stops": [[14, 0.4], [15, 0.75], [20, 2]]},
        "line-dasharray": [6, 9],
        "line-opacity": 0.6
      }
    },
    {
      "id": "railway-tunnel_z12",
      "type": "line",
      "metadata": {"mapbox:group": "1444849354174.1904"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "tunnel"],
        ["==", "class", "rail"],
        ["!has", "subclass"],
        ["!has", "highspeed"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(160, 110, 174, 1)",
        "line-width": {"base": 1.4, "stops": [[14, 1.3], [15, 2], [20, 5]]},
        "line-dasharray": [3, 3],
        "line-opacity": 0.6
      }
    },
    {
      "id": "railway-highspeed-tunnel_z7",
      "type": "line",
      "metadata": {"mapbox:group": "1444849354174.1904"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 7,
      "maxzoom": 12,
      "filter": [
        "all",
        ["==", "brunnel", "tunnel"],
        ["==", "class", "rail"],
        ["==", "highspeed", "yes"],
        ["!has", "subclass"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(98, 41, 66, 1)",
        "line-width": {"base": 1.4, "stops": [[10, 1], [14, 3], [20, 6]]},
        "line-dasharray": [1.5, 1.5],
        "line-opacity": 0.6
      }
    },
    {
      "id": "railway-highspeed-tunnel_casing",
      "type": "line",
      "metadata": {"mapbox:group": "1444849354174.1904"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "tunnel"],
        ["==", "class", "rail"],
        ["==", "highspeed", "yes"],
        ["!has", "subclass"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(233,150,192, 1)",
        "line-width": {"stops": [[10, 1], [14, 4], [20, 6]]},
        "line-opacity": 0.6
      }
    },
    {
      "id": "railway-highspeed-tunnel_z12",
      "type": "line",
      "metadata": {"mapbox:group": "1444849354174.1904"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "tunnel"],
        ["==", "class", "rail"],
        ["==", "highspeed", "yes"],
        ["!has", "subclass"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(5, 5, 5, 1)",
        "line-width": {"stops": [[10, 1], [14, 0.75], [20, 2]]},
        "line-opacity": 0.6,
        "line-dasharray": [2.5, 2]
      }
    },
    {
      "id": "railway-rail-tunnel",
      "type": "line",
      "metadata": {"mapbox:group": "1444849354174.1904"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12.5,
      "maxzoom": 24,
      "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": "railway-funicular-tunnel",
      "type": "line",
      "metadata": {"mapbox:group": "1444849354174.1904"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 10,
      "maxzoom": 24,
      "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],
        "line-opacity": 0.6
      }
    },
    {
      "id": "building",
      "type": "fill",
      "metadata": {"mapbox:group": "1444849364238.8171"},
      "source": "openmaptiles",
      "source-layer": "building",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": ["all", ["!has", "building"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "fill-color": {
          "stops": [
            [7, "rgba(120, 120, 120, 1)"],
            [15, "rgba(190, 190, 190, 1)"]
          ]
        },
        "fill-antialias": true,
        "fill-opacity": 1,
        "fill-outline-color": "rgba(170, 170, 170, 1)"
      }
    },
    {
      "id": "building-energy_production_center",
      "type": "line",
      "metadata": {"mapbox:group": "1444849364238.8171"},
      "source": "openmaptiles",
      "source-layer": "building",
      "minzoom": 10,
      "maxzoom": 15,
      "filter": [
        "all",
        ["==", "building", "Centre productor i transformador energia"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {"line-color": "rgba(218, 45, 144, 1)", "line-opacity": 0.8}
    },
    {
      "id": "building-greenhouse",
      "type": "fill",
      "metadata": {"mapbox:group": "1444849364238.8171"},
      "source": "openmaptiles",
      "source-layer": "building",
      "minzoom": 11,
      "maxzoom": 24,
      "filter": ["all", ["==", "building", "greenhouse"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "fill-color": "rgba(226, 228, 226, 1)",
        "fill-antialias": true,
        "fill-opacity": 0.8
      }
    },
    {
      "id": "building-industrial",
      "type": "fill",
      "metadata": {"mapbox:group": "1444849364238.8171"},
      "source": "openmaptiles",
      "source-layer": "building",
      "minzoom": 11,
      "maxzoom": 24,
      "filter": ["all", ["==", "building", "industrial"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "fill-color": "rgba(224, 206, 229, 1)",
        "fill-antialias": true,
        "fill-opacity": 1,
        "fill-outline-color": "rgba(224, 206, 229, 1)"
      }
    },
    {
      "id": "building-residential",
      "type": "fill",
      "metadata": {"mapbox:group": "1444849364238.8171"},
      "source": "openmaptiles",
      "source-layer": "building",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": ["all", ["in", "building", "residential", "yes"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "fill-color": {
          "stops": [
            [7, "rgba(120, 120, 120, 1)"],
            [15, "rgba(190, 190, 190, 1)"]
          ]
        },
        "fill-antialias": true,
        "fill-opacity": 1,
        "fill-outline-color": "rgba(170, 170, 170, 1)"
      }
    },
    {
      "id": "building-ruins",
      "type": "fill",
      "metadata": {"mapbox:group": "1444849364238.8171"},
      "source": "openmaptiles",
      "source-layer": "building",
      "minzoom": 11,
      "maxzoom": 24,
      "filter": ["all", ["==", "building", "ruins"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "fill-color": "rgba(167, 168, 162, 0)",
        "fill-antialias": true,
        "fill-opacity": {"stops": [[10, 0.2], [12, 0.3]]},
        "fill-outline-color": "rgba(237, 2, 140, 1)"
      }
    },
    {
      "id": "landuse-salt_pond",
      "type": "fill",
      "metadata": {"mapbox:group": "1444849382550.77"},
      "source": "openmaptiles",
      "source-layer": "water",
      "minzoom": 10,
      "maxzoom": 12,
      "filter": ["all", ["in", "class", "salines", "Salines"]],
      "layout": {"visibility": "visible"},
      "paint": {"fill-color": "rgba(3, 134, 214, 0.75)"}
    },
    {
      "id": "landuse-pitch",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landuse",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "class", "futbol", "tennis", "athletics", "multisport"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "fill-color": "rgba(209, 250, 182, 1)",
        "fill-opacity": {"stops": [[12, 0.3], [16, 0.6]]},
        "fill-outline-color": "rgba(120, 120, 120, 1)"
      }
    },
    {
      "id": "landuse-solar-plant",
      "type": "line",
      "source": "contextmapsadmpt",
      "source-layer": "landuse",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": ["all", ["==", "class", "solar_plant"]],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(100, 100, 100, 1)",
        "line-width": 0.8,
        "line-opacity": 0.8
      }
    },
    {
      "id": "landuse-fuel-line",
      "type": "line",
      "source": "contextmapsadmpt",
      "source-layer": "landuse",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": ["all", ["==", "class", "fuel_line"]],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(100, 100, 100, 1)",
        "line-width": 0.8,
        "line-opacity": 0.8
      }
    },
    {
      "id": "landuse-power-line",
      "type": "line",
      "source": "contextmapsadmpt",
      "source-layer": "landuse",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": ["all", ["==", "class", "power_line"]],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(248, 97, 197, 1)",
        "line-width": 0.8,
        "line-opacity": 0.5
      }
    },
    {
      "id": "landuse-energy-center",
      "type": "line",
      "source": "contextmapsadmpt",
      "source-layer": "landuse",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": ["all", ["==", "class", "energy_production_center"]],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(248, 97, 197, 1)",
        "line-width": 0.8,
        "line-opacity": 0.8
      }
    },
    {
      "id": "landuse-pitch_insideline",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "landuse",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": ["==", "class", "sport_field_line"],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(120, 120, 120, 1)",
        "line-width": 0.302362,
        "line-opacity": {"stops": [[10, 0.6], [15, 0.9]]}
      }
    },
    {
      "id": "landuse-wind_farm",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849364238.8171",
        "maputnik:comment": "Parcs eòlics"
      },
      "source": "openmaptiles",
      "source-layer": "building",
      "minzoom": 10,
      "maxzoom": 15,
      "filter": ["all", ["==", "building", "Parc eòlic"]],
      "layout": {"visibility": "visible"},
      "paint": {"line-color": "rgba(225, 136, 187, 1)", "line-opacity": 0.8}
    },
    {
      "id": "landuse-volcano",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "landuse",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": ["all", ["in", "class", "cone", "contour_line", "volcano"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-opacity": 0.5,
        "line-color": "rgba(26, 26, 26, 1)",
        "line-width": 1
      }
    },
    {
      "id": "landuse-mine",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "landuse",
      "minzoom": 10,
      "maxzoom": 11,
      "filter": ["all", ["==", "class", "perimetre mina"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-opacity": 0.5,
        "line-color": "rgba(26, 26, 26, 1)",
        "line-width": 1
      }
    },
    {
      "id": "park-special_protected_area",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849388993.3071",
        "maputnik:comment": "Zona perifèrica del PNac i del PNat de la Muntanya de Montserrat"
      },
      "source": "contextmapsadmpt",
      "source-layer": "park",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Polygon"],
        ["==", "ambit", "Terrestre"],
        ["in", "class", "zpnac", "zpnat"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(146, 196, 61, 1)",
        "line-width": {"stops": [[11, 1], [12, 2], [14, 3]]},
        "line-opacity": 1,
        "line-dasharray": [1.5, 0.5]
      }
    },
    {
      "id": "park-national_interest",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849388993.3071",
        "maputnik:comment": "Paratge Natural d'Interès Nacional"
      },
      "source": "contextmapsadmpt",
      "source-layer": "park",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": ["all", ["==", "ambit", "Terrestre"], ["in", "class", "pnin"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(182, 209, 130, 1)",
        "line-width": {"stops": [[11, 1], [12, 2], [14, 3]]},
        "line-opacity": 1,
        "line-dasharray": [1.5, 0.5]
      }
    },
    {
      "id": "park-natural_park_2",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849388993.3071",
        "maputnik:comment": "Espais Naturals de la DIBA"
      },
      "source": "contextmapsadmpt",
      "source-layer": "park",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Polygon"],
        ["==", "class", "park-diba"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(140, 181, 144, 1)",
        "line-width": {"stops": [[11, 1], [12, 2], [14, 3]]},
        "line-opacity": 1,
        "line-dasharray": [1.5, 0.5]
      }
    },
    {
      "id": "park-natural_park",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849388993.3071",
        "maputnik:comment": "Parc Natural"
      },
      "source": "contextmapsadmpt",
      "source-layer": "park",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": ["all", ["==", "ambit", "Terrestre"], ["in", "class", "pnat"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(84, 134, 11, 1)",
        "line-width": {"stops": [[10, 1], [11, 2], [14, 3]]},
        "line-opacity": 1,
        "line-dasharray": [2, 0.5]
      }
    },
    {
      "id": "park-national_park",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849388993.3071",
        "maputnik:comment": "Parc Nacional"
      },
      "source": "contextmapsadmpt",
      "source-layer": "park",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Polygon"],
        ["==", "ambit", "Terrestre"],
        ["==", "class", "pnac"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(84, 134, 11, 1)",
        "line-width": {"stops": [[10, 1], [11, 2], [14, 3.5]]},
        "line-opacity": 1,
        "line-dasharray": [2, 1]
      }
    },
    {
      "id": "highway-elevator",
      "type": "fill",
      "metadata": {"mapbox:group": "1444849364238.8171"},
      "source": "openmaptiles",
      "source-layer": "building",
      "minzoom": 13,
      "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(0, 0, 0, 1)",
        "fill-color": "rgba(226, 135, 17, 1)",
        "fill-opacity": 1
      }
    },
    {
      "id": "highway-service-parking_aisle-15",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": [
        "all",
        ["!=", "brunnel", "tunnel"],
        ["==", "class", "service"],
        ["==", "service", "parking_aisle"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(124, 168,190, 1)",
        "line-opacity": 1,
        "line-width": {"base": 1.2, "stops": [[13, 0.5], [14, 2], [20, 4]]},
        "line-translate": [0, 0],
        "line-gap-width": 0
      }
    },
    {
      "id": "highway-sidewalk",
      "type": "line",
      "metadata": {"mapbox:group": "1444849382550.77"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "class", "minor_limit"],
        [
          "!in",
          "icgc_id",
          8681,
          8704,
          8695,
          8694,
          8698,
          8697,
          8701,
          8703,
          8702,
          8696,
          8500,
          8504
        ]
      ],
      "layout": {"line-cap": "round", "visibility": "visible"},
      "paint": {
        "line-color": {
          "stops": [
            [12, "rgba(225, 225, 225, 1)"],
            [13, "rgba(200, 200, 200, 1)"],
            [14, "rgba(175, 175, 175, 1)"]
          ]
        },
        "line-width": {"stops": [[12, 0.1], [13, 0.5], [14, 1]]}
      }
    },
    {
      "id": "highway-path-osm",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": [
        "all",
        ["!=", "brunnel", "tunnel"],
        ["==", "class", "path"],
        ["!has", "icgc_id"]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(219, 219, 219, 1)",
        "line-opacity": 1,
        "line-width": {"base": 1.2, "stops": [[13, 0.3], [14, 1], [20, 9]]},
        "line-translate": [0, 0]
      }
    },
    {
      "id": "highway-pedestrian",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": [
        "all",
        ["!=", "brunnel", "tunnel"],
        ["==", "class", "pedestrian"]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(166, 203, 108, 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": 14,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "class", "pedestrian"],
        ["==", "subclass", "steps"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "miter",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(76, 76, 76, 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": 14,
      "maxzoom": 24,
      "filter": ["all", ["!=", "brunnel", "tunnel"], ["==", "class", "busway"]],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(230, 204, 128, 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-track_unpaved",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13.5,
      "maxzoom": 24,
      "filter": [
        "all",
        ["!=", "brunnel", "tunnel"],
        ["==", "class", "path"],
        ["==", "surface", "unpaved"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(180, 122, 106, 1)",
        "line-width": {"base": 1, "stops": [[10, 0.17], [15, 1.5]]},
        "line-translate": [0, 0],
        "line-opacity": 1,
        "line-dasharray": [2, 1]
      }
    },
    {
      "id": "highway-track_paved",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["!=", "brunnel", "tunnel"],
        ["==", "class", "path"],
        ["==", "surface", "paved"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(110, 110, 110, 1)",
        "line-width": {"base": 1, "stops": [[10, 0.17], [15, 1.5]]},
        "line-translate": [0, 0],
        "line-opacity": 1,
        "line-dasharray": [2, 2, 2, 2]
      }
    },
    {
      "id": "highway-path_2.5-unpaved",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": ["all", ["==", "class", "track"], ["!=", "brunnel", "tunnel"]],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(180, 122, 106, 1)",
        "line-width": {"base": 1, "stops": [[10, 0.15], [15, 1.5]]},
        "line-translate": [0, 0],
        "line-opacity": 1
      }
    },
    {
      "id": "highway-path_2.5-paved",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["!=", "brunnel", "tunnel"],
        ["==", "class", "minor"],
        ["!has", "name"],
        ["in", "oneway", 0, 1],
        ["==", "surface", "paved"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(110, 110, 110, 1)",
        "line-width": {"base": 1, "stops": [[10, 0.17], [15, 1.5]]},
        "line-translate": [0, 0],
        "line-opacity": 1
      }
    },
    {
      "id": "highway-minor-unpaved_casing",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["!in", "brunnel", "tunnel", "bridge"],
        ["==", "class", "minor"],
        ["==", "surface", "unpaved"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-width": {
          "base": 1,
          "stops": [
            [10, 0.34],
            [11, 1.07],
            [12, 1.79],
            [13, 2.52],
            [14, 3.24],
            [15, 3.5]
          ]
        },
        "line-translate": [0, 0],
        "line-opacity": 1,
        "line-color": "rgba(180, 122, 106, 1)"
      }
    },
    {
      "id": "highway-minor-unpaved-copy",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["!in", "brunnel", "tunnel", "bridge"],
        ["==", "class", "minor"],
        ["==", "surface", "unpaved"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(232, 232, 232, 1)",
        "line-width": {"base": 1, "stops": [[10, 0.15], [15, 1.9]]},
        "line-translate": [0, 0],
        "line-opacity": 1
      }
    },
    {
      "id": "highway-path-casing",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": ["all", ["==", "class", "minor"], ["!has", "icgc_id"]],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(90, 90, 90, 1)",
        "line-width": {"stops": [[10, 0.43], [13, 2.5]]},
        "line-translate": [0, 0],
        "line-opacity": 1
      }
    },
    {
      "id": "highway-path",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": ["all", ["==", "class", "minor"], ["!has", "icgc_id"]],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(235, 235, 235, 1)",
        "line-opacity": 1,
        "line-width": {"base": 1, "stops": [[10, 0.26], [13, 1.89]]},
        "line-translate": [0, 0]
      }
    },
    {
      "id": "highway-path_4-unpaved_casing",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["!in", "brunnel", "tunnel", "bridge"],
        ["==", "class", "minor"],
        ["!has", "name"],
        ["==", "oneway", 0],
        ["==", "surface", "unpaved"],
        ["!=", "width", 2.5]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-width": {
          "base": 1,
          "stops": [
            [10, 0.34],
            [11, 1.07],
            [12, 1.79],
            [13, 2.52],
            [14, 3.24],
            [15, 3.5]
          ]
        },
        "line-translate": [0, 0],
        "line-opacity": 1,
        "line-color": "rgba(179, 64, 114, 1)"
      }
    },
    {
      "id": "highway-path_4-unpaved",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["!in", "brunnel", "tunnel", "bridge"],
        ["==", "class", "minor"],
        ["!has", "name"],
        ["==", "oneway", 0],
        ["==", "surface", "unpaved"],
        ["!=", "width", 2.5]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(232, 232, 232, 1)",
        "line-width": {
          "base": 1,
          "stops": [
            [10, 0.17],
            [11, 0.53],
            [12, 0.9],
            [13, 1.26],
            [14, 1.62],
            [15, 1.98]
          ]
        },
        "line-translate": [0, 0],
        "line-opacity": 1
      }
    },
    {
      "id": "highway-path_4-paved_casing",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["!in", "brunnel", "tunnel", "bridge"],
        ["==", "class", "minor"],
        ["!=", "width", 2.5],
        ["==", "surface", "paved"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(90, 90, 90, 1)",
        "line-width": {"stops": [[10, 0.43], [13, 2.5]]},
        "line-translate": [0, 0],
        "line-opacity": 1
      }
    },
    {
      "id": "highway-path_4-paved",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["!in", "brunnel", "tunnel", "bridge"],
        ["==", "class", "minor"],
        ["!=", "width", 2.5],
        ["==", "surface", "paved"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(235, 235, 235, 1)",
        "line-opacity": 1,
        "line-width": {"base": 1, "stops": [[10, 0.26], [13, 1.89]]},
        "line-translate": [0, 0]
      }
    },
    {
      "id": "highway-minor-paved_casing",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 11,
      "maxzoom": 24,
      "filter": [
        "all",
        ["!in", "brunnel", "tunnel", "bridge"],
        ["==", "class", "minor"],
        ["==", "surface", "paved"],
        ["has", "name"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(90, 90, 90, 1)",
        "line-width": {"stops": [[10, 0.43], [13, 2.5]]},
        "line-translate": [0, 0],
        "line-opacity": 1
      }
    },
    {
      "id": "highway-minor-paved",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 9.5,
      "maxzoom": 24,
      "filter": [
        "all",
        ["!in", "brunnel", "tunnel"],
        ["==", "class", "minor"],
        ["==", "surface", "paved"],
        ["has", "name"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(235, 235, 235, 1)",
        "line-opacity": 1,
        "line-width": {"base": 1, "stops": [[10, 0.26], [13, 1.89]]},
        "line-translate": [0, 0]
      }
    },
    {
      "id": "highway-tertiary_link_casing",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 7,
      "maxzoom": 24,
      "filter": [
        "all",
        ["!in", "brunnel", "bridge", "tunnel"],
        ["in", "class", "tertiary_link"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(110, 110, 110, 1)",
        "line-width": {"base": 1, "stops": [[7, 0.2], [15, 4]]},
        "line-opacity": 1
      }
    },
    {
      "id": "highway-secondary_link_casing",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 7,
      "maxzoom": 24,
      "filter": [
        "all",
        ["!in", "brunnel", "bridge", "tunnel"],
        ["in", "class", "secondary_link"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(110, 110, 110, 1)",
        "line-width": {"base": 1, "stops": [[7, 0.2], [15, 4]]}
      }
    },
    {
      "id": "highway-primary_link_casing",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 7,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["!in", "brunnel", "bridge", "tunnel"],
        ["in", "class", "primary_link"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(110, 110, 110, 1)",
        "line-width": {"base": 1, "stops": [[7, 0.2], [15, 4]]}
      }
    },
    {
      "id": "highway-motorway_link-casing-copy",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": [
        "all",
        ["!in", "brunnel", "bridge", "tunnel"],
        ["in", "tram", "connexio", "servei"],
        ["==", "class", "motorway"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(108, 146, 199, 1)",
        "line-width": {"stops": [[7, 3], [15, 4]]},
        "line-opacity": 1
      }
    },
    {
      "id": "highway-motorway_link-casing",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": [
        "all",
        ["!in", "brunnel", "bridge", "tunnel"],
        ["==", "class", "motorway_link"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(108, 146, 199, 1)",
        "line-width": {"stops": [[7, 3], [15, 4]]},
        "line-opacity": 1
      }
    },
    {
      "id": "highway-tertiary_casing",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 7,
      "maxzoom": 24,
      "filter": [
        "all",
        ["!in", "brunnel", "bridge", "tunnel"],
        ["in", "class", "tertiary"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(130, 130, 130, 1)",
        "line-width": {"base": 1, "stops": [[7, 0.43], [15, 4]]},
        "line-opacity": 1
      }
    },
    {
      "id": "highway-secondary_casing",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 7,
      "maxzoom": 24,
      "filter": [
        "all",
        ["!in", "brunnel", "bridge", "tunnel"],
        ["in", "class", "secondary"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(110, 110, 110, 1)",
        "line-width": {"base": 1, "stops": [[7, 0.43], [15, 4]]}
      }
    },
    {
      "id": "highway-primary_casing",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 7,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["!in", "brunnel", "bridge", "tunnel"],
        ["in", "class", "primary", "trunk"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(110, 110, 110, 1)",
        "line-width": {"base": 1, "stops": [[7, 0.43], [15, 4]]}
      }
    },
    {
      "id": "highway-motorway_casing-escape",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 6,
      "maxzoom": 24,
      "filter": [
        "all",
        ["!in", "brunnel", "bridge", "tunnel"],
        ["==", "class", "motorway"],
        ["==", "tram", "frenadaEmergencia"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(79, 178, 188, 1)",
        "line-width": {"base": 1, "stops": [[7, 1.43], [15, 7]]},
        "line-offset": 0
      }
    },
    {
      "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"],
        ["==", "class", "motorway"],
        ["!in", "tram", "connexio", "servei", "frenadaEmergencia"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(108, 146, 199, 1)",
        "line-width": {"base": 1, "stops": [[7, 1.43], [15, 7]]},
        "line-offset": 0
      }
    },
    {
      "id": "highway-tertiary_link",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 7,
      "maxzoom": 24,
      "filter": [
        "all",
        ["!in", "brunnel", "bridge", "tunnel"],
        ["in", "class", "tertiary_link"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(255, 205, 0, 1)",
        "line-width": {"base": 1, "stops": [[7, 0.15], [15, 1.98]]}
      }
    },
    {
      "id": "highway-secondary_link",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 7,
      "maxzoom": 24,
      "filter": [
        "all",
        ["!in", "brunnel", "bridge", "tunnel"],
        ["in", "class", "secondary_link"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(61, 204, 50, 1)",
        "line-width": {"base": 1, "stops": [[7, 0.15], [15, 1.98]]}
      }
    },
    {
      "id": "highway-primary_link",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 7,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["!in", "brunnel", "bridge", "tunnel"],
        ["in", "class", "primary_link"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(255, 0, 0, 1)",
        "line-width": {"base": 1, "stops": [[7, 0.15], [15, 1.98]]}
      }
    },
    {
      "id": "highway-motorway_link-copy",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": [
        "all",
        ["!in", "brunnel", "bridge", "tunnel"],
        ["in", "tram", "connexio", "servei"],
        ["==", "class", "motorway"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(255, 255, 255, 1)",
        "line-width": {"stops": [[7, 0.5], [15, 1.5]]},
        "line-opacity": 1
      }
    },
    {
      "id": "highway-motorway_link",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": [
        "all",
        ["!in", "brunnel", "bridge", "tunnel"],
        ["==", "class", "motorway_link"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(255, 255, 255, 1)",
        "line-width": {"stops": [[7, 0.5], [15, 1.5]]},
        "line-opacity": 1
      }
    },
    {
      "id": "highway-tertiary",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 7,
      "maxzoom": 24,
      "filter": [
        "all",
        ["!in", "brunnel", "bridge", "tunnel"],
        ["in", "class", "tertiary"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(255, 205, 0, 1)",
        "line-width": {"base": 1, "stops": [[7, 0.17], [15, 2]]}
      }
    },
    {
      "id": "highway-secondary",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 7,
      "maxzoom": 24,
      "filter": [
        "all",
        ["!in", "brunnel", "bridge", "tunnel"],
        ["in", "class", "secondary"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(61, 204, 50, 1)",
        "line-width": {"base": 1, "stops": [[7, 0.17], [15, 2]]}
      }
    },
    {
      "id": "highway-primary",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 7,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["!in", "brunnel", "bridge", "tunnel"],
        ["in", "class", "primary", "trunk"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(255, 0, 0, 1)",
        "line-width": {"base": 1, "stops": [[7, 0.17], [15, 2]]}
      }
    },
    {
      "id": "highway-motorway-escape",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": [
        "all",
        ["!in", "brunnel", "bridge", "tunnel"],
        ["==", "class", "motorway"],
        ["==", "tram", "frenadaEmergencia"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(164, 240, 240, 0.74)",
        "line-width": {"base": 1, "stops": [[7, 0.17], [15, 1.2]]},
        "line-opacity": 1
      }
    },
    {
      "id": "highway-motorway",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": [
        "all",
        ["!in", "brunnel", "bridge", "tunnel"],
        ["==", "class", "motorway"],
        ["!in", "tram", "connexio", "servei", "frenadaEmergencia"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(255, 255, 255, 1)",
        "line-width": {"base": 1, "stops": [[7, 0.17], [15, 1.2]]},
        "line-opacity": 1
      }
    },
    {
      "id": "railway-rail",
      "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"],
        ["==", "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-rail_hatching",
      "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_casing",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 11,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["!in", "brunnel", "tunnel", "bridge"],
        ["==", "class", "rail"],
        ["in", "subclass", "funicular"],
        [
          "!in",
          "icgc_id",
          1106190,
          1106152,
          1106164,
          1106147,
          1106154,
          1106192,
          1106189
        ]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(70, 70, 70, 1)",
        "line-width": {"base": 1.4, "stops": [[14, 0.8], [15, 1], [20, 3]]},
        "line-gap-width": 1,
        "line-opacity": 0.7
      }
    },
    {
      "id": "railway-funicular",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 11,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["!in", "brunnel", "tunnel"],
        ["==", "class", "rail"],
        ["==", "subclass", "funicular"],
        [
          "!in",
          "icgc_id",
          1113594,
          1113595,
          1113597,
          6103711,
          6103712,
          6103714,
          1106190,
          1106152,
          1106164,
          1106147,
          1106154,
          1106192,
          1106189
        ]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(70, 70, 70, 1)",
        "line-dasharray": [2, 2],
        "line-width": {"base": 1.4, "stops": [[14, 0.8], [15, 1], [20, 3]]},
        "line-opacity": 0.7
      }
    },
    {
      "id": "railway-funicular-conduccioaigua-pedestrian",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 11,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["!in", "brunnel", "tunnel"],
        ["==", "class", "rail"],
        ["==", "subclass", "funicular"],
        ["in", "icgc_id", 1113594, 1113595, 1113597, 6103711, 6103712, 6103714]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(166, 203, 108, 1)",
        "line-width": {"base": 1.4, "stops": [[13, 1.5], [14, 2], [20, 10]]},
        "line-opacity": 1,
        "line-offset": -6
      }
    },
    {
      "id": "railway-funicular-conduccioaigua-steps",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 11,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["!in", "brunnel", "tunnel"],
        ["==", "class", "rail"],
        ["==", "subclass", "funicular"],
        ["in", "icgc_id", 1113594, 1113595, 1113597, 6103711, 6103712, 6103714]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(112, 114, 110, 1)",
        "line-width": {"base": 1.4, "stops": [[13, 1], [14, 1.5], [20, 10]]},
        "line-opacity": 1,
        "line-offset": -6,
        "line-dasharray": [0.4, 4]
      }
    },
    {
      "id": "railway-funicular-conduccioaigua",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 11,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["!in", "brunnel", "tunnel"],
        ["==", "class", "rail"],
        ["==", "subclass", "funicular"],
        ["in", "icgc_id", 1113594, 1113595, 1113597, 6103711, 6103712, 6103714]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(129, 206, 237, 1)",
        "line-width": {"base": 1.4, "stops": [[14, 1], [15, 1.2], [20, 3.2]]},
        "line-opacity": 1
      }
    },
    {
      "id": "railway-funicular_hatching",
      "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", "funicular"],
        [
          "!in",
          "icgc_id",
          1106190,
          1106152,
          1106164,
          1106147,
          1106154,
          1106192,
          1106189
        ]
      ],
      "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-tram",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["!in", "brunnel", "tunnel", "bridge"],
        ["==", "class", "rail"],
        ["==", "subclass", "tram"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(70, 70, 70, 1)",
        "line-width": {"base": 1.4, "stops": [[14, 0.8], [15, 1], [20, 3]]},
        "line-opacity": 0.7
      }
    },
    {
      "id": "railway-tram_hatching",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["!in", "brunnel", "tunnel"],
        ["==", "class", "rail"],
        ["==", "subclass", "tram"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(70, 70, 70, 1)",
        "line-dasharray": [0.1, 0.3, 0.1, 3],
        "line-width": {"base": 1.4, "stops": [[14.5, 4], [15, 5], [20, 12]]},
        "line-opacity": 0.7
      }
    },
    {
      "id": "railway-hatching-other",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["!in", "brunnel", "tunnel"],
        ["==", "class", "rail"],
        ["in", "subclass", "chair_lift", "drag_lift", "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, 4], [15, 5], [20, 12]]},
        "line-opacity": 0.7
      }
    },
    {
      "id": "railway-attraction",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["!in", "brunnel", "tunnel", "bridge"],
        ["==", "class", "rail"],
        ["in", "subclass", "attraction"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(70, 70, 70, 1)",
        "line-width": {
          "base": 1.4,
          "stops": [[12, 0.2], [14, 0.5], [15, 1], [20, 3]]
        },
        "line-opacity": 0.7
      }
    },
    {
      "id": "railway-other",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["!in", "brunnel", "tunnel", "bridge"],
        ["==", "class", "rail"],
        [
          "in",
          "subclass",
          "gondola",
          "chair_lift",
          "drag_lift",
          "magicCarpet",
          "betline"
        ]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(70, 70, 70, 1)",
        "line-width": {"base": 1.4, "stops": [[14, 0.8], [15, 1], [20, 3]]},
        "line-opacity": 0.7
      }
    },
    {
      "id": "railway-industrial_usage",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["!in", "brunnel", "tunnel", "brunnel"],
        ["==", "class", "rail"],
        ["!has", "highspeed"],
        ["has", "service"],
        ["!has", "subclass"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(160, 110, 174, 1)",
        "line-width": {"base": 1.4, "stops": [[14, 1.3], [15, 2], [20, 5]]},
        "line-opacity": 0.6
      }
    },
    {
      "id": "railway-industrial_usage_hatching",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["==", "class", "rail"],
        ["!=", "brunnel", "tunnel"],
        ["!has", "highspeed"],
        ["has", "service"],
        ["!has", "subclass"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(160, 110, 174, 1)",
        "line-dasharray": [0.1, 0.3, 0.1, 3],
        "line-width": {"base": 1.4, "stops": [[12.5, 5], [15, 6], [20, 7]]},
        "line-offset": 0,
        "line-translate": [0, 0],
        "line-opacity": 0.6
      }
    },
    {
      "id": "railway_z8",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 8,
      "maxzoom": 12,
      "filter": [
        "all",
        ["==", ["geometry-type"], "LineString"],
        [
          "all",
          ["!", ["has", "service"]],
          ["match", ["get", "brunnel"], ["bridge", "tunnel"], false, true],
          ["==", ["get", "class"], "rail"],
          ["!", ["has", "highspeed"]],
          ["!", ["has", "highspeed"]],
          [
            "match",
            ["get", "subclass"],
            [
              "attraction",
              "betline",
              "cable_car",
              "chair_lift",
              "drag_lift",
              "funicular",
              "gondola",
              "magicCarpet",
              "rack",
              "tram"
            ],
            false,
            true
          ]
        ]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(13, 13, 13, 1)",
        "line-width": {"base": 1.4, "stops": [[14, 0.6], [15, 0.75], [20, 2]]},
        "line-opacity": 0.8
      }
    },
    {
      "id": "railway_hatching_z8",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 8,
      "maxzoom": 12,
      "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",
          "attraction"
        ]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(4, 4, 4, 1)",
        "line-dasharray": [0.2, 8],
        "line-width": {"base": 1.4, "stops": [[14.5, 2], [15, 3], [20, 8]]},
        "line-opacity": 0.6
      }
    },
    {
      "id": "railway_z12_no_subclass",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", ["geometry-type"], "LineString"],
        [
          "all",
          ["==", ["get", "class"], "rail"],
          ["!", ["has", "subclass"]],
          ["!", ["has", "codigeo"]]
        ]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(160, 110, 174, 1)",
        "line-width": {"base": 1.4, "stops": [[14, 1.3], [15, 2], [20, 5]]},
        "line-opacity": 0.6
      }
    },
    {
      "id": "railway_hatching_z12_nosubclass",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", ["geometry-type"], "LineString"],
        [
          "all",
          ["==", ["get", "class"], "rail"],
          ["!", ["has", "subclass"]],
          ["!", ["has", "codigeo"]]
        ]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(160, 110, 174, 1)",
        "line-dasharray": [0.1, 0.3, 0.1, 3.5],
        "line-width": {"base": 1.4, "stops": [[12.5, 5], [15, 6], [20, 8.5]]},
        "line-offset": 0,
        "line-translate": [0, 0],
        "line-opacity": 0.6
      }
    },
    {
      "id": "railway_z12",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        [
          "all",
          ["!has", "service"],
          ["==", "brunnel", "tunnel"],
          ["==", "class", "rail"],
          ["!has", "highspeed"],
          [
            "!in",
            "subclass",
            "betline",
            "cable_car",
            "chair_lift",
            "drag_lift",
            "funicular",
            "gondola",
            "magicCarpet",
            "rack",
            "tram"
          ]
        ]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(160, 110, 174, 1)",
        "line-width": {"base": 1.4, "stops": [[14, 1.3], [15, 2], [20, 5]]},
        "line-opacity": 0.6
      }
    },
    {
      "id": "railway_hatching_z12",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12,
      "maxzoom": 24,
      "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",
          "attraction"
        ],
        ["!has", "codigeo"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(160, 110, 174, 1)",
        "line-dasharray": [0.1, 0.3, 0.1, 3.5],
        "line-width": {"base": 1.4, "stops": [[12.5, 5], [15, 6], [20, 8.5]]},
        "line-offset": 0,
        "line-translate": [0, 0],
        "line-opacity": 0.6
      }
    },
    {
      "id": "railway-highspeed_z7",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 7,
      "maxzoom": 12,
      "filter": [
        "all",
        ["==", "highspeed", "yes"],
        ["!in", "brunnel", "tunnel", "bridge"],
        ["!has", "subclass"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(98, 41, 66, 1)",
        "line-width": {"stops": [[10, 1], [14, 3], [20, 6]]},
        "line-opacity": 0.5
      }
    },
    {
      "id": "railway-highspeed_hatching_z7",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 7,
      "maxzoom": 12,
      "filter": [
        "all",
        ["==", "highspeed", "yes"],
        ["!=", "brunnel", "tunnel"],
        ["!has", "subclass"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(98, 41, 66, 1)",
        "line-dasharray": [0.2, 8],
        "line-width": {"stops": [[7, 1], [10, 3], [12, 6]]},
        "line-translate-anchor": "map",
        "line-opacity": 0.5
      }
    },
    {
      "id": "railway-highspeed_casing_z12",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "highspeed", "yes"],
        ["!in", "brunnel", "tunnel", "bridge"],
        ["!has", "subclass"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(233,150,192, 1)",
        "line-width": {"stops": [[10, 1], [14, 4], [20, 6]]},
        "line-opacity": 0.6
      }
    },
    {
      "id": "railway-highspeed_z12",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "highspeed", "yes"],
        ["!in", "brunnel", "tunnel", "bridge"],
        ["!has", "subclass"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(5, 5, 5, 1)",
        "line-width": {"stops": [[10, 1], [14, 0.75], [20, 2]]},
        "line-opacity": 0.6
      }
    },
    {
      "id": "railway-highspeed_hatching_z12",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "highspeed", "yes"],
        ["!in", "brunnel", "tunnel", "bridge"],
        ["!has", "subclass"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(11, 11, 11, 1)",
        "line-dasharray": [0.2, 4],
        "line-width": {"stops": [[7, 1], [10, 3], [12, 4]]},
        "line-translate-anchor": "map",
        "line-opacity": 0.6
      }
    },
    {
      "id": "highway-pedestrian-bridge",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 11,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["in", "class", "pedestrian"]
      ],
      "layout": {"line-join": "round", "visibility": "visible"},
      "paint": {
        "line-color": "rgba(120, 120, 120, 1)",
        "line-width": {"base": 1.2, "stops": [[12, 0.5], [20, 12]]},
        "line-opacity": 0.7
      }
    },
    {
      "id": "highway-track-bridge_casing",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["all", ["==", "brunnel", "bridge"], ["==", "class", "path"]]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(120, 120, 120, 1)",
        "line-width": {"base": 1.2, "stops": [[15, 1.2], [20, 16]]}
      }
    },
    {
      "id": "highway-track-bridge",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["all", ["==", "brunnel", "bridge"], ["==", "class", "path"]]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(204, 157, 170, 1)",
        "line-dasharray": [2.5, 1.5],
        "line-width": {"base": 1.2, "stops": [[13, 0.1], [15, 1.2], [20, 4]]}
      }
    },
    {
      "id": "highway-path_2.5-bridge",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 11,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["in", "class", "minor"],
        ["==", "width", 2.5]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(62, 62, 62, 1)",
        "line-width": {"base": 1.2, "stops": [[13, 0.3], [14, 0.5], [20, 4]]},
        "line-translate": [0, 0],
        "line-opacity": 0.5,
        "line-gap-width": {"stops": [[11, 0.5], [15, 2.5]]}
      }
    },
    {
      "id": "highway-path_4-bridge_casing",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["in", "class", "minor"],
        ["!=", "width", 2.5]
      ],
      "layout": {"line-join": "round", "visibility": "visible"},
      "paint": {
        "line-color": "rgba(130, 130, 130, 1)",
        "line-opacity": 1,
        "line-width": {"base": 1, "stops": [[10, 0.43], [13, 4.5]]}
      }
    },
    {
      "id": "highway-path_4-bridge",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["in", "class", "minor"],
        ["!=", "width", 2.5]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-opacity": 1,
        "line-width": {"base": 1.2, "stops": [[10, 0.26], [13, 1.89]]},
        "line-translate": [0, 0],
        "line-color": "rgba(235, 235, 235, 1)"
      }
    },
    {
      "id": "highway-tertiary_link-bridge_casing",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 9,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["in", "class", "tertiary_link"]
      ],
      "layout": {
        "line-join": "round",
        "line-cap": "butt",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(110, 110, 110, 1)",
        "line-width": {"base": 1, "stops": [[7, 0.2], [15, 5]]}
      }
    },
    {
      "id": "highway-secondary_link-bridge_casing",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 8,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["in", "class", "secondary_link"]
      ],
      "layout": {"line-join": "round", "line-cap": "butt"},
      "paint": {
        "line-color": "rgba(110, 110, 110, 1)",
        "line-width": {"base": 1, "stops": [[7, 0.2], [15, 5]]}
      }
    },
    {
      "id": "highway-primary_link-bridge_casing",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 7,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["in", "class", "primary_link"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(110, 110, 110, 1)",
        "line-width": {"base": 1, "stops": [[7, 0.2], [15, 5]]}
      }
    },
    {
      "id": "highway-motorway_link-bridge_casing",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 6,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["==", "class", "motorway_link"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(108, 146, 199, 1)",
        "line-width": {"base": 1, "stops": [[7, 3], [15, 5]]},
        "line-offset": 0
      }
    },
    {
      "id": "highway-tertiary-bridge_casing",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 9,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["in", "class", "tertiary"]
      ],
      "layout": {
        "line-join": "round",
        "line-cap": "butt",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(110, 110, 110, 1)",
        "line-width": {"base": 1, "stops": [[10, 0.43], [15, 5]]}
      }
    },
    {
      "id": "highway-secondary-bridge_casing",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 8,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["in", "class", "secondary"]
      ],
      "layout": {"line-join": "round", "line-cap": "butt"},
      "paint": {
        "line-color": "rgba(110, 110, 110, 1)",
        "line-width": {"base": 1, "stops": [[10, 0.43], [15, 5]]}
      }
    },
    {
      "id": "highway-primary-bridge_casing",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 7,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["in", "class", "primary"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(110, 110, 110, 1)",
        "line-width": {"base": 1, "stops": [[10, 0.43], [15, 5]]}
      }
    },
    {
      "id": "highway-motorway-bridge_casing",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 6,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["==", "class", "motorway"],
        ["!in", "tram", "connexio", "servei"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(108, 146, 199, 1)",
        "line-width": {"base": 1, "stops": [[7, 1.43], [15, 8]]},
        "line-offset": 0
      }
    },
    {
      "id": "highway-tertiary_link-bridge",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 9,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["in", "class", "tertiary_link"]
      ],
      "layout": {
        "line-join": "round",
        "line-cap": "butt",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(255, 205, 0, 1)",
        "line-opacity": 1,
        "line-width": {"base": 1, "stops": [[7, 0.15], [15, 1.98]]}
      }
    },
    {
      "id": "highway-secondary_link-bridge",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 8,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["in", "class", "secondary_link"]
      ],
      "layout": {"line-join": "round", "line-cap": "butt"},
      "paint": {
        "line-color": "rgba(61, 204, 50, 1)",
        "line-opacity": 1,
        "line-width": {"base": 1, "stops": [[7, 0.15], [15, 1.98]]}
      }
    },
    {
      "id": "highway-primary_link-bridge",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 7,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["in", "class", "primary_link"]
      ],
      "layout": {"line-join": "round", "line-cap": "butt"},
      "paint": {
        "line-color": "rgba(255, 0, 0, 1)",
        "line-width": {"base": 1, "stops": [[7, 0.15], [15, 1.98]]}
      }
    },
    {
      "id": "highway-motorway_link-bridge",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["==", "class", "motorway_link"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(255, 255, 255, 1)",
        "line-width": {"base": 1, "stops": [[7, 0.5], [15, 1.5]]},
        "line-opacity": 1
      }
    },
    {
      "id": "highway-tertiary-bridge",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 9,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["in", "class", "tertiary"]
      ],
      "layout": {
        "line-join": "round",
        "line-cap": "butt",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(255, 205, 0, 1)",
        "line-opacity": 1,
        "line-width": {"base": 1, "stops": [[7, 0.17], [15, 2]]}
      }
    },
    {
      "id": "highway-secondary-bridge",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 8,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["in", "class", "secondary"]
      ],
      "layout": {"line-join": "round", "line-cap": "butt"},
      "paint": {
        "line-color": "rgba(61, 204, 50, 1)",
        "line-opacity": 1,
        "line-width": {"base": 1, "stops": [[7, 0.17], [15, 2]]}
      }
    },
    {
      "id": "highway-primary-bridge",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 7,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["in", "class", "primary", "trunk"]
      ],
      "layout": {"line-join": "round", "line-cap": "butt"},
      "paint": {
        "line-color": "rgba(255, 0, 0, 1)",
        "line-width": {"base": 1, "stops": [[7, 0.17], [15, 2]]}
      }
    },
    {
      "id": "highway-motorway-bridge",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["==", "class", "motorway"],
        ["!in", "tram", "connexio", "servei"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(255, 255, 255, 1)",
        "line-width": {"base": 1, "stops": [[7, 0.17], [15, 1.2]]},
        "line-opacity": 1
      }
    },
    {
      "id": "railway-rail-bridge",
      "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": "railway-bridge_z8",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 8,
      "maxzoom": 12,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["==", "class", "rail"],
        ["!has", "highspeed"],
        ["!has", "subclass"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(13, 13, 13, 1)",
        "line-width": {"base": 1.4, "stops": [[14, 0.4], [15, 0.75], [20, 2]]},
        "line-opacity": 0.6
      }
    },
    {
      "id": "railway-bridge_casing_z12",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["==", "class", "rail"],
        ["!has", "highspeed"],
        ["!has", "subclass"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(0, 0, 0, 1)",
        "line-width": {"base": 1.4, "stops": [[12.5, 1], [15, 1], [20, 1]]},
        "line-offset": 0,
        "line-translate": [0, 0],
        "line-gap-width": {"stops": [[10, 0.2], [15, 3.5]]},
        "line-opacity": {"stops": [[12, 0.2], [15, 0.3]]}
      }
    },
    {
      "id": "railway-bridge_z12",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["==", "class", "rail"],
        ["!has", "highspeed"],
        ["!has", "subclass"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(160, 110, 174, 1)",
        "line-width": {"base": 1.4, "stops": [[14, 1.3], [15, 2], [20, 5]]},
        "line-opacity": 0.6
      }
    },
    {
      "id": "railway-bridge_hatching_z12",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["==", "class", "rail"],
        ["!has", "highspeed"],
        ["!has", "subclass"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(160, 110, 174, 1)",
        "line-dasharray": [0.1, 0.3, 0.1, 3],
        "line-width": {"base": 1.4, "stops": [[12.5, 5], [15, 6], [20, 7]]},
        "line-offset": 0,
        "line-translate": [0, 0],
        "line-opacity": 0.6
      }
    },
    {
      "id": "railway-highspeed-bridge_z7",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 7,
      "maxzoom": 12,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["==", "class", "rail"],
        ["==", "highspeed", "yes"],
        ["!has", "subclass"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(98, 41, 66, 1)",
        "line-width": {"stops": [[10, 1], [14, 4], [20, 6]]},
        "line-opacity": 0.6
      }
    },
    {
      "id": "railway-highspeed-bridge_hatching_z7",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 7,
      "maxzoom": 12,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["==", "class", "rail"],
        ["==", "highspeed", "yes"],
        ["!has", "subclass"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(98, 41, 66, 1)",
        "line-dasharray": [0.2, 8],
        "line-width": {"stops": [[7, 1], [10, 3], [12, 7]]},
        "line-translate-anchor": "map",
        "line-opacity": 0.6
      }
    },
    {
      "id": "railway-highspeed-bridge_casing_1",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["==", "class", "rail"],
        ["==", "highspeed", "yes"],
        ["!has", "subclass"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(233,150,192, 1)",
        "line-width": {"stops": [[10, 1], [14, 4], [20, 6]]},
        "line-offset": 0,
        "line-translate": [0, 0],
        "line-gap-width": 0,
        "line-opacity": 0.6
      }
    },
    {
      "id": "railway-highspeed-bridge_casing_2",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["==", "class", "rail"],
        ["==", "highspeed", "yes"],
        ["!has", "subclass"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(0, 0, 0, 1)",
        "line-width": {"base": 1.4, "stops": [[12.5, 1], [15, 1], [20, 1]]},
        "line-offset": 0,
        "line-translate": [0, 0],
        "line-gap-width": {"stops": [[12, 3], [14, 4.5], [15, 6.5]]},
        "line-opacity": {"stops": [[12, 0.2], [15, 0.4]]}
      }
    },
    {
      "id": "railway-highspeed-bridge_z12",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["==", "class", "rail"],
        ["==", "highspeed", "yes"],
        ["!has", "subclass"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(5, 5, 5, 1)",
        "line-width": {"stops": [[10, 1], [14, 0.75], [20, 2]]},
        "line-opacity": 0.6
      }
    },
    {
      "id": "aerialway-cable_car",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12.5,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "class", "rail"],
        ["==", "subclass", "cable_car"],
        ["has", "icgc_id"]
      ],
      "layout": {"line-cap": "round", "visibility": "visible"},
      "paint": {
        "line-color": "rgba(100, 100, 100, 1)",
        "line-width": {"base": 1, "stops": [[11, 1], [19, 2.5]]}
      }
    },
    {
      "id": "aerialway-cable_car_dash",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12.5,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "class", "rail"],
        ["==", "subclass", "cable_car"],
        ["has", "icgc_id"]
      ],
      "layout": {"line-cap": "round", "visibility": "visible"},
      "paint": {
        "line-color": "rgba(100, 100, 100, 1)",
        "line-width": {"base": 1, "stops": [[11, 3], [19, 5.5]]},
        "line-dasharray": [0.03, 7]
      }
    },
    {
      "id": "boundary-admin_level_7_2_casing",
      "type": "line",
      "metadata": {"maputnik:comment": "Límit comarcal.\nLínia grisa."},
      "source": "openmaptiles",
      "source-layer": "boundary",
      "minzoom": 9,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "admin_level", 7],
        ["==", "$type", "LineString"],
        ["!=", "maritime", 1],
        ["has", "name"]
      ],
      "layout": {"line-join": "round", "visibility": "visible"},
      "paint": {
        "line-color": "rgba(190, 190, 190, 0.7)",
        "line-width": {"stops": [[8.5, 2.5], [14, 4.5]]},
        "line-opacity": 1
      }
    },
    {
      "id": "boundary-admin_level_7_casing",
      "type": "line",
      "metadata": {"maputnik:comment": "Límit comarcal\nLínia groga"},
      "source": "openmaptiles",
      "source-layer": "boundary",
      "minzoom": 9,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["==", "admin_level", 7],
        ["!in", "maritime", 1],
        ["has", "icgc_id"],
        ["==", "tipusua", "C"]
      ],
      "layout": {"line-join": "round", "visibility": "visible"},
      "paint": {
        "line-color": "rgba(190, 190, 190, 1)",
        "line-width": {"stops": [[8.5, 2.5], [14, 4.5]]},
        "line-opacity": 1
      }
    },
    {
      "id": "boundary-admin_level_8",
      "type": "line",
      "metadata": {"maputnik:comment": "Límit municipal"},
      "source": "openmaptiles",
      "source-layer": "boundary",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "admin_level", 8],
        ["==", "$type", "LineString"],
        ["!=", "maritime", 1],
        ["has", "icgc_id"],
        ["has", "nommuni1"]
      ],
      "layout": {"line-join": "round", "visibility": "visible"},
      "paint": {
        "line-color": "rgba(120, 120, 120, 1)",
        "line-dasharray": [5, 1.4, 0.8, 1.4, 0.8, 1.4],
        "line-opacity": 1,
        "line-width": 1
      }
    },
    {
      "id": "boundary-admin_level_7_2",
      "type": "line",
      "metadata": {"maputnik:comment": "Límit parròquies."},
      "source": "openmaptiles",
      "source-layer": "boundary",
      "minzoom": 9,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "admin_level", 7],
        ["==", "$type", "LineString"],
        ["!=", "maritime", 1],
        ["has", "name"]
      ],
      "layout": {"line-join": "round", "visibility": "visible"},
      "paint": {
        "line-color": "rgba(120, 120, 120, 1)",
        "line-dasharray": [5, 1.4, 0.8, 1.4, 0.8, 1.4],
        "line-width": 1,
        "line-opacity": 1
      }
    },
    {
      "id": "boundary-admin_level_7",
      "type": "line",
      "metadata": {"maputnik:comment": "Límit comarcal."},
      "source": "openmaptiles",
      "source-layer": "boundary",
      "minzoom": 9,
      "maxzoom": 10,
      "filter": [
        "all",
        ["!=", "maritime", 1],
        ["==", "$type", "LineString"],
        ["==", "admin_level", 7],
        ["has", "icgc_id"],
        ["==", "tipusua", "C"]
      ],
      "layout": {"line-join": "round", "visibility": "visible"},
      "paint": {
        "line-color": "rgba(120, 120, 120, 1)",
        "line-dasharray": [5, 1.4, 0.8, 1.4, 0.8, 1.4],
        "line-width": 1,
        "line-opacity": 1
      }
    },
    {
      "id": "boundary-admin_level_4_cat_casing",
      "type": "line",
      "metadata": {
        "maputnik:comment": "Límit comunitat autònoma.\nLínia groga."
      },
      "source": "openmaptiles",
      "source-layer": "boundary",
      "minzoom": 7,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["!has", "minzoom"],
        ["!in", "name", "Comunitat Autònoma de Catalunya", "Regió d'Occitània"],
        ["!=", "maritime", 1],
        ["in", "admin_level", 4, 5, 6],
        ["!in", "icgc_id", 12843, 12713, 12711, 12708, 51542],
        ["has", "icgc_id"],
        ["has", "nommuni2"]
      ],
      "layout": {"line-join": "round", "visibility": "visible"},
      "paint": {
        "line-color": "rgba(190, 190, 190, 0.7)",
        "line-width": {
          "base": 1.4,
          "stops": [[7, 3.5], [9, 5], [10, 6], [12, 8]]
        },
        "line-opacity": {"stops": [[7, 0.3], [9, 0.4], [10, 0.6]]}
      }
    },
    {
      "id": "boundary-admin_level_4-2_casing",
      "type": "line",
      "metadata": {
        "maputnik:comment": "Límit comunitat autònoma.\nLínia groga."
      },
      "source": "openmaptiles",
      "source-layer": "boundary",
      "minzoom": 7,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["!has", "minzoom"],
        ["!in", "name", "Comunitat Autònoma de Catalunya", "Regió d'Occitània"],
        ["!=", "maritime", 1],
        ["in", "admin_level", 4, 5, 6],
        ["in", "icgc_id", 47488, 11865, 11691, 11695],
        ["has", "icgc_id"]
      ],
      "layout": {"line-join": "round", "visibility": "visible"},
      "paint": {
        "line-color": "rgba(190, 190, 190, 0.7)",
        "line-width": {
          "base": 1.4,
          "stops": [[7, 3.5], [9, 5], [10, 6], [12, 8]]
        },
        "line-opacity": {"stops": [[7, 0.3], [9, 0.4], [10, 0.6]]}
      }
    },
    {
      "id": "boundary-admin_level_4_casing",
      "type": "line",
      "metadata": {
        "maputnik:comment": "Límit comunitat autònoma.\nLínia groga."
      },
      "source": "openmaptiles",
      "source-layer": "boundary",
      "minzoom": 7,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["!has", "minzoom"],
        [
          "!in",
          "name",
          "Comunitat Autònoma d'Aragó",
          "Comunitat Autònoma de la Comunitat Valenciana",
          "Comunitat Autònoma de Catalunya",
          "Regió d'Occitània"
        ],
        ["!=", "maritime", 1],
        ["in", "admin_level", 4, 5, 6],
        ["!in", "icgc_id", 53667, 53673, 12843, 12713, 12711, 12708, 51542],
        ["has", "icgc_id"],
        ["!has", "nommuni2"]
      ],
      "layout": {"line-join": "round", "visibility": "visible"},
      "paint": {
        "line-color": "rgba(190, 190, 190, 0.7)",
        "line-width": {
          "base": 1.4,
          "stops": [[7, 3.5], [9, 5], [10, 6], [12, 8]]
        },
        "line-opacity": {"stops": [[7, 0.3], [9, 0.4], [10, 0.6]]}
      }
    },
    {
      "id": "boundary-admin_level_4-2",
      "type": "line",
      "metadata": {
        "maputnik:comment": "Límit comunitat autònoma.\nTram de la Com. Valenciana a la zona del Rincón de Ademuz."
      },
      "source": "openmaptiles",
      "source-layer": "boundary",
      "minzoom": 4,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["!has", "minzoom"],
        ["!in", "name", "Comunitat Autònoma de Catalunya", "Regió d'Occitània"],
        ["!=", "maritime", 1],
        ["in", "admin_level", 4, 5, 6],
        ["has", "icgc_id"],
        ["in", "icgc_id", 47488, 11865, 11691, 11695]
      ],
      "layout": {"line-join": "round", "visibility": "visible"},
      "paint": {
        "line-color": {
          "stops": [
            [8, "rgba(150, 150, 150, 1)"],
            [11, "rgba(170, 170, 170, 1)"]
          ]
        },
        "line-dasharray": [4.5, 1.7, 0.8, 1.7, 0.8, 1.7],
        "line-width": {
          "base": 1.4,
          "stops": [[7, 0.5], [8, 0.8], [10, 1], [11, 1.6]]
        }
      }
    },
    {
      "id": "boundary-admin_level_4-cat-z4",
      "type": "line",
      "metadata": {"maputnik:comment": "Límit comunitat autònoma."},
      "source": "openmaptiles",
      "source-layer": "boundary",
      "minzoom": 4,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["!has", "minzoom"],
        ["!=", "maritime", 1],
        ["in", "admin_level", 4, 5, 6],
        ["!in", "icgc_id", 53667, 53673, 12843, 12713, 12711, 12708, 51542],
        ["has", "icgc_id"]
      ],
      "layout": {"line-join": "round", "visibility": "visible"},
      "paint": {
        "line-color": {
          "stops": [
            [8, "rgba(150, 150, 150, 1)"],
            [11, "rgba(170, 170, 170, 1)"]
          ]
        },
        "line-dasharray": [4.5, 1.7, 0.8, 1.7, 0.8, 1.7],
        "line-width": {
          "base": 1.4,
          "stops": [[7, 0.5], [8, 0.8], [10, 1], [11, 1.6]]
        }
      }
    },
    {
      "id": "boundary-admin_level_4-cat-z6",
      "type": "line",
      "metadata": {"maputnik:comment": "Límit comunitat autònoma."},
      "source": "openmaptiles",
      "source-layer": "boundary",
      "minzoom": 6,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["!has", "minzoom"],
        ["!in", "name", "Comunitat Autònoma de Catalunya", "Regió d'Occitània"],
        ["!=", "maritime", 1],
        ["in", "admin_level", 4, 5, 6],
        ["!in", "icgc_id", 12843, 12713, 12711, 12708, 51542],
        ["has", "icgc_id"],
        ["has", "nommuni2"]
      ],
      "layout": {"line-join": "round", "visibility": "visible"},
      "paint": {
        "line-color": {
          "stops": [
            [8, "rgba(150, 150, 150, 1)"],
            [11, "rgba(170, 170, 170, 1)"]
          ]
        },
        "line-dasharray": [4.5, 1.7, 0.8, 1.7, 0.8, 1.7],
        "line-width": {
          "base": 1.4,
          "stops": [[7, 0.5], [8, 0.8], [10, 1], [11, 1.6]]
        }
      }
    },
    {
      "id": "boundary-admin_level_4",
      "type": "line",
      "metadata": {"maputnik:comment": "Límit comunitat autònoma."},
      "source": "openmaptiles",
      "source-layer": "boundary",
      "minzoom": 6,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["!has", "minzoom"],
        [
          "!in",
          "name",
          "Comunitat Autònoma d'Aragó",
          "Comunitat Autònoma de la Comunitat Valenciana",
          "Comunitat Autònoma de Catalunya",
          "Regió d'Occitània"
        ],
        ["!=", "maritime", 1],
        ["in", "admin_level", 4, 5, 6],
        ["!in", "icgc_id", 53667, 53673, 12843, 12713, 12711, 12708, 51542],
        ["has", "icgc_id"],
        ["!has", "nommuni2"]
      ],
      "layout": {"line-join": "round", "visibility": "visible"},
      "paint": {
        "line-color": {
          "stops": [
            [8, "rgba(150, 150, 150, 1)"],
            [11, "rgba(170, 170, 170, 1)"]
          ]
        },
        "line-dasharray": [4.5, 1.7, 0.8, 1.7, 0.8, 1.7],
        "line-width": {
          "base": 1.4,
          "stops": [[7, 0.5], [8, 0.8], [10, 1], [11, 1.6]]
        }
      }
    },
    {
      "id": "boundary-admin_level_2_casing",
      "type": "line",
      "metadata": {"maputnik:comment": "Límit internacional.\nLínia grisa."},
      "source": "openmaptiles",
      "source-layer": "boundary",
      "minzoom": 7,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "admin_level", 2],
        ["==", "$type", "LineString"],
        ["!has", "minzoom"],
        ["!=", "maritime", 1],
        ["has", "icgc_id"],
        ["!in", "icgc_id", 341350, 340532]
      ],
      "layout": {"line-join": "round", "visibility": "visible"},
      "paint": {
        "line-color": "rgba(190, 190, 190, 0.7)",
        "line-width": {
          "base": 1.4,
          "stops": [[7, 3.5], [9, 5], [10, 7], [12, 10]]
        },
        "line-opacity": {"stops": [[7, 0.3], [9, 0.4], [10, 0.5]]}
      }
    },
    {
      "id": "boundary-admin_level_2",
      "type": "line",
      "metadata": {"maputnik:comment": "Límit internacional."},
      "source": "openmaptiles",
      "source-layer": "boundary",
      "minzoom": 0,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "admin_level", 2],
        ["==", "$type", "LineString"],
        ["!has", "minzoom"],
        ["!=", "maritime", 1],
        ["has", "icgc_id"],
        ["!in", "icgc_id", 341350, 340532]
      ],
      "layout": {"line-join": "round", "visibility": "visible"},
      "paint": {
        "line-color": "rgba(140, 140, 140, 0.8)",
        "line-dasharray": [7, 2, 1, 2, 1, 2],
        "line-width": {
          "base": 1.4,
          "stops": [[7, 0.5], [8, 0.8], [10, 1.2], [11, 1.8]]
        }
      }
    },
    {
      "id": "aeroway-heliport",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "landuse",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": ["all", ["==", "class", "heliport"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "fill-color": "rgba(137, 137, 132, 1)",
        "fill-antialias": true,
        "fill-opacity": {"stops": [[9, 0.2], [12, 0.3]]},
        "fill-outline-color": "rgba(130, 130, 130, 1)"
      }
    },
    {
      "id": "aeroway-runway",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "aeroway",
      "minzoom": 9,
      "maxzoom": 24,
      "filter": ["all", ["in", "class", "taxiway"]],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(120, 120, 120, 0.4)",
        "line-width": {"base": 1.5, "stops": [[11, 0.75], [17, 2]]},
        "line-opacity": 1
      }
    },
    {
      "id": "water-dam-weir",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Preses,rescloses,assuts"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "codigeo", 60501, 60502, 60503],
        ["==", "capa", "place5m2"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": 11,
        "text-font": ["FiraSansCondensed-Regular"],
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible",
        "icon-anchor": "center",
        "symbol-spacing": 80,
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(41, 41, 41, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "waterway-canal_arrow",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "waterway",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": ["all", ["in", "class", "canal"]],
      "layout": {
        "icon-image": "canal",
        "icon-rotation-alignment": "map",
        "symbol-placement": "line",
        "symbol-spacing": 80,
        "visibility": "visible",
        "icon-size": 2,
        "text-line-height": 1.1,
        "text-padding": 1
      }
    },
    {
      "id": "transportation_name-street-osm",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "places de toponímia"
      },
      "source": "openmaptiles",
      "source-layer": "transportation_name",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["!in", "class", "motorway", "primary", "secondary", "tertiary"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": 11,
        "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,
        "symbol-placement": "line"
      },
      "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-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(66, 66, 66, 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(66, 66, 66, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5
      }
    },
    {
      "id": "transportation_name-tertiary",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 11,
      "maxzoom": 24,
      "filter": [
        "all",
        ["!in", "network", "us-interstate", "us-highway", "us-state"],
        ["==", "class", "tertiary"],
        ["has", "icgc_id"],
        ["==", "tram", "troncal"],
        [">=", "codi_via", "'a'"]
      ],
      "layout": {
        "text-size": 10,
        "icon-image": "road_4_21",
        "icon-rotation-alignment": "viewport",
        "symbol-spacing": 400,
        "text-font": ["FiraSans-Regular"],
        "symbol-placement": "line",
        "text-rotation-alignment": "viewport",
        "icon-size": 1,
        "text-field": "{name}",
        "visibility": "visible",
        "icon-text-fit": "both",
        "icon-text-fit-padding": [2, 2, 2, 2],
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "icon-color": "#000000",
        "icon-halo-color": "rgba(0, 0, 0, 0)",
        "text-color": "rgba(35, 35, 35, 1)"
      }
    },
    {
      "id": "transportation_name-es-tertiary",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "transportation_name",
      "minzoom": 11,
      "maxzoom": 24,
      "filter": [
        "all",
        ["!in", "network", "us-interstate", "us-highway", "us-state"],
        ["==", "class", "tertiary"],
        ["!has", "caixes"],
        ["!has", "icgc_id"],
        ["has", "href"]
      ],
      "layout": {
        "text-size": 10,
        "icon-image": "road_4_21",
        "icon-rotation-alignment": "viewport",
        "symbol-spacing": 400,
        "text-font": ["FiraSans-Regular"],
        "symbol-placement": "line",
        "text-rotation-alignment": "viewport",
        "icon-size": 1,
        "text-field": "{ref}",
        "visibility": "visible",
        "icon-text-fit": "both",
        "icon-text-fit-padding": [2, 2, 2, 2],
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "icon-color": "#000000",
        "icon-halo-color": "rgba(0, 0, 0, 0)",
        "text-color": "rgba(35, 35, 35, 1)"
      }
    },
    {
      "id": "transportation_name-secondary",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 11,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["!in", "network", "us-interstate", "us-highway", "us-state"],
        ["==", "class", "secondary"],
        ["has", "icgc_id"],
        ["==", "tram", "troncal"],
        [">=", "codi_via", "'a'"]
      ],
      "layout": {
        "text-size": 10,
        "icon-image": "road_4_25",
        "icon-rotation-alignment": "viewport",
        "symbol-spacing": 400,
        "text-font": ["FiraSans-Regular"],
        "symbol-placement": "line",
        "text-rotation-alignment": "viewport",
        "icon-size": 1,
        "text-field": "{name}",
        "visibility": "visible",
        "icon-text-fit": "both",
        "icon-text-fit-padding": [2, 2.5, 1, 3],
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "icon-color": "#000000",
        "icon-halo-color": "rgba(0, 0, 0, 0)",
        "text-color": "rgba(250, 250, 250, 1)"
      }
    },
    {
      "id": "transportation_name-es-secondary",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "transportation_name",
      "minzoom": 11,
      "maxzoom": 24,
      "filter": [
        "all",
        ["<=", "ref_length", 7],
        ["==", "$type", "LineString"],
        ["!in", "network", "us-interstate", "us-highway", "us-state"],
        [">", "ref_length", 2],
        ["==", "class", "secondary"],
        ["!has", "caixes"],
        ["!has", "icgc_id"]
      ],
      "layout": {
        "text-size": 10,
        "icon-image": "road_4_25",
        "icon-rotation-alignment": "viewport",
        "symbol-spacing": 400,
        "text-font": ["FiraSans-Regular"],
        "symbol-placement": "line",
        "text-rotation-alignment": "viewport",
        "icon-size": 1,
        "text-field": "{ref}",
        "visibility": "visible",
        "icon-text-fit": "both",
        "icon-text-fit-padding": [2, 2.5, 1, 3],
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "icon-color": "#000000",
        "icon-halo-color": "rgba(0, 0, 0, 0)",
        "text-color": "rgba(250, 250, 250, 1)"
      }
    },
    {
      "id": "transportation_name-primary",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 11,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["!in", "network", "us-interstate", "us-highway", "us-state"],
        ["in", "class", "primary", "trunk"],
        ["has", "name"],
        ["!has", "caixes"],
        ["has", "icgc_id"],
        [">=", "codi_via", "'a'"]
      ],
      "layout": {
        "text-size": 10,
        "icon-image": "road_4_22",
        "icon-rotation-alignment": "viewport",
        "symbol-spacing": {
          "stops": [[6, 300], [10, 300], [11, 600], [16, 900]]
        },
        "text-font": ["FiraSans-Regular"],
        "symbol-placement": "line",
        "text-rotation-alignment": "viewport",
        "icon-size": 1,
        "text-field": "{name}",
        "visibility": "visible",
        "icon-text-fit": "both",
        "icon-text-fit-padding": [1.5, 3, 1, 3],
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "icon-color": "#000000",
        "icon-halo-color": "rgba(0, 0, 0, 0)",
        "text-color": "rgba(250, 250, 250, 1)"
      }
    },
    {
      "id": "transportation_name-es-primary",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "transportation_name",
      "minzoom": 11,
      "maxzoom": 24,
      "filter": [
        "all",
        ["<=", "ref_length", 7],
        ["==", "$type", "LineString"],
        ["!in", "network", "us-interstate", "us-highway", "us-state"],
        [">", "ref_length", 2],
        ["in", "class", "primary", "trunk"],
        ["has", "name"],
        ["!has", "caixes"],
        ["!has", "icgc_id"],
        ["has", "href"]
      ],
      "layout": {
        "text-size": 10,
        "icon-image": "road_4_22",
        "icon-rotation-alignment": "viewport",
        "symbol-spacing": 300,
        "text-font": ["FiraSans-Regular"],
        "symbol-placement": "line",
        "text-rotation-alignment": "viewport",
        "icon-size": 1,
        "text-field": "{ref}",
        "visibility": "visible",
        "icon-text-fit": "both",
        "icon-text-fit-padding": [1.5, 3, 1, 3],
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "icon-color": "#000000",
        "icon-halo-color": "rgba(0, 0, 0, 0)",
        "text-color": "rgba(250, 250, 250, 1)"
      }
    },
    {
      "id": "transportation_name-motorway",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["!in", "network", "us-interstate", "us-highway", "us-state"],
        ["==", "class", "motorway"],
        ["!has", "caixes"],
        ["!=", "name", "S/N"],
        ["has", "icgc_id"],
        ["has", "codi_via"],
        [">=", "codi_via", "'a'"],
        ["!in", "tram", "servei"],
        ["!in", "codi_via", "N-II/5850-DB"]
      ],
      "layout": {
        "text-size": 10,
        "icon-image": "road_4_20",
        "icon-rotation-alignment": "viewport",
        "text-font": ["FiraSans-Regular"],
        "symbol-placement": "line",
        "text-rotation-alignment": "viewport",
        "icon-size": 0.95,
        "text-field": "{name}",
        "visibility": "visible",
        "icon-text-fit": "both",
        "icon-pitch-alignment": "map",
        "icon-text-fit-padding": [2, 3, 2, 3],
        "symbol-spacing": {
          "stops": [[6, 300], [10, 300], [11, 600], [16, 900]]
        },
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "icon-color": "rgba(255, 255, 255, 1)",
        "text-halo-width": 0.1,
        "text-color": "rgba(255, 255, 255, 1)",
        "text-opacity": 1
      }
    },
    {
      "id": "transportation_name-es-motorway",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "transportation_name",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": [
        "all",
        ["<=", "ref_length", 6],
        ["==", "$type", "LineString"],
        ["!in", "network", "us-interstate", "us-highway", "us-state"],
        [">", "ref_length", 2],
        ["==", "class", "motorway"],
        ["!has", "caixes"],
        ["!has", "icgc_id"],
        ["has", "href"]
      ],
      "layout": {
        "text-size": 10,
        "icon-image": "road_4_20",
        "icon-rotation-alignment": "viewport",
        "symbol-spacing": {"stops": [[6, 300], [11, 500], [15, 900]]},
        "text-font": ["FiraSans-Regular"],
        "symbol-placement": "line",
        "text-rotation-alignment": "viewport",
        "icon-size": 0.95,
        "text-field": {"stops": [[6, "{ref}"], [10, "{ref}"]]},
        "visibility": "visible",
        "icon-text-fit": "both",
        "icon-text-fit-padding": [2, 3, 2, 3],
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "icon-color": "rgba(179, 255, 255, 0.1)",
        "text-halo-width": 0.1,
        "text-color": "rgba(252, 250, 250, 1)"
      }
    },
    {
      "id": "transportation_name-exit-z12",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Text sortides autopista i autovia."},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 14,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "class", "service"],
        ["==", "subclass", "text"],
        ["in", "tipus", "autopista", "autovia"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": 10,
        "text-font": ["FiraSans-SemiBold"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible",
        "icon-allow-overlap": true,
        "text-anchor": "center",
        "icon-size": 1,
        "text-offset": [0, 0],
        "icon-text-fit": "none",
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-allow-overlap": true,
        "icon-image": "circle_blau_23"
      },
      "paint": {
        "text-color": "rgba(255, 255, 255, 1)",
        "text-halo-width": 1.5,
        "text-opacity": 1,
        "icon-opacity": 1,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "transportation_name-milestone",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 11,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "class", "punt-kilometric"],
        ["!=", "valor_pkm", 0],
        ["==", "$type", "Point"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": {"base": 1.2, "stops": [[11, 8], [16, 10]]},
        "text-font": ["FiraSans-Regular"],
        "text-field": {"stops": [[6, "K.{valor_pkm}"], [15, "km {valor_pkm}"]]},
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible",
        "icon-image": "circle_11",
        "icon-allow-overlap": false,
        "text-anchor": "left",
        "icon-size": {"stops": [[10, 0.1], [13, 0.3], [15, 0.5]]},
        "text-offset": [0.3, -0.5],
        "icon-text-fit": "none",
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(25, 25, 25, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-opacity": 0.8,
        "icon-opacity": 0.8,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "transportation_name-rail",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["in", "codigeo", 30401, 30402, 30403, 30404, 30405, 30406]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": {"stops": [[13, 9], [15, 10], [18, 11]]},
        "text-font": ["FiraSans-Italic"],
        "text-field": "{name}{name:nonlatin}",
        "text-transform": "none",
        "text-max-width": 15,
        "visibility": "visible",
        "text-padding": 1,
        "symbol-placement": "line",
        "text-line-height": 1.1
      },
      "paint": {
        "text-color": "rgba(51, 51, 51, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "transportation_name-man_made_z10",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Ponts, túnels, passarel·les"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 10,
      "maxzoom": 11,
      "filter": [
        "all",
        ["in", "codigeo", 30509, 30510],
        ["==", "capa", "toponimia250mp"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": ["*", 1.6, ["get", "fontsize"]],
        "text-font": ["FiraSans-Light"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Light"]]}
        ],
        "text-transform": "none",
        "visibility": "visible",
        "symbol-spacing": 80,
        "symbol-placement": "point",
        "text-allow-overlap": false,
        "text-justify": ["get", "justify"],
        "text-anchor": ["get", "anchor"],
        "text-offset": [0, 0],
        "text-padding": 1,
        "text-line-height": 1.1,
        "text-max-width": 10
      },
      "paint": {
        "text-color": {
          "stops": [
            [9, "rgba(20, 20, 20, 1)"],
            [12, "rgba(20, 20, 20, 1)"],
            [14, "rgba(75, 75, 75, 1)"]
          ]
        },
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "transportation_name-man_made_z11",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Ponts, túnels, passarel·les"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 11,
      "maxzoom": 12,
      "filter": [
        "all",
        ["in", "codigeo", 30509, 30510],
        ["in", "capa", "tp050mp", "tp025mp"],
        [">=", "fontsize", 6]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": ["*", 1.4, ["get", "fontsize"]],
        "text-font": ["FiraSans-Light"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Light"]]}
        ],
        "text-transform": "none",
        "visibility": "visible",
        "symbol-spacing": 80,
        "symbol-placement": "point",
        "text-allow-overlap": false,
        "text-justify": ["get", "justify"],
        "text-anchor": ["get", "anchor"],
        "text-offset": [0, 0],
        "text-padding": 1,
        "text-line-height": 1.1,
        "text-max-width": 10
      },
      "paint": {
        "text-color": {
          "stops": [
            [9, "rgba(20, 20, 20, 1)"],
            [12, "rgba(20, 20, 20, 1)"],
            [14, "rgba(75, 75, 75, 1)"]
          ]
        },
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "transportation_name-man_made_z12",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Ponts, túnels, passarel·les"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 12,
      "maxzoom": 13,
      "filter": [
        "all",
        ["in", "codigeo", 30509, 30510],
        ["in", "capa", "tp050mp", "tp025mp"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": ["*", 1.35, ["get", "fontsize"]],
        "text-font": ["FiraSans-Light"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Light"]]}
        ],
        "text-transform": "none",
        "text-max-width": 8,
        "visibility": "visible",
        "symbol-spacing": 80,
        "symbol-placement": "point",
        "text-allow-overlap": false,
        "text-justify": ["get", "justify"],
        "text-anchor": ["get", "anchor"],
        "text-offset": [1, 1],
        "text-padding": 1,
        "text-line-height": 1.1
      },
      "paint": {
        "text-color": {
          "stops": [
            [9, "rgba(20, 20, 20, 1)"],
            [12, "rgba(20, 20, 20, 1)"],
            [14, "rgba(75, 75, 75, 1)"]
          ]
        },
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "transportation_name-man_made_z14",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Ponts, túnels, passarel·les"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "codigeo", 30509, 30510],
        ["==", "capa", "place5m2"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": ["*", 1.8, ["get", "fontsize"]],
        "text-font": ["FiraSans-Light"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Light"]]}
        ],
        "text-transform": "none",
        "text-max-width": 8,
        "visibility": "visible",
        "symbol-spacing": 80,
        "symbol-placement": "point",
        "text-allow-overlap": false,
        "text-justify": ["get", "justify"],
        "text-anchor": ["get", "anchor"],
        "text-offset": [1, 1],
        "text-padding": 1,
        "text-line-height": 1.1
      },
      "paint": {
        "text-color": {
          "stops": [
            [9, "rgba(20, 20, 20, 1)"],
            [12, "rgba(20, 20, 20, 1)"],
            [14, "rgba(75, 75, 75, 1)"]
          ]
        },
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "transportation_name-man_made_z15",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Est. metro i tren, aeròdrom, heliport, dàrsena, pont, túnel, viaducte"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        [
          "in",
          "codigeo",
          30103,
          30104,
          30105,
          30106,
          30202,
          30301,
          30503,
          30507,
          30509,
          30510,
          30512,
          30513
        ]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": {"stops": [[15, 11], [17, 12], [18, 15]]},
        "text-font": ["FiraSans-Light"],
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible",
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(48, 48, 48, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "watername-lake-z11",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "Pantans, basses, ... + Estany d'Ivars - Vila-sana"
      },
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 11,
      "maxzoom": 15,
      "filter": [
        "all",
        ["in", "class", "lake"],
        ["in", "capa", "tp050mp", "tp025mp"]
      ],
      "layout": {
        "text-font": ["FiraSans-Italic"],
        "symbol-placement": "point",
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Italic"]]}
        ],
        "text-anchor": ["get", "anchor"],
        "text-letter-spacing": 0,
        "visibility": "visible",
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "symbol-avoid-edges": false,
        "symbol-z-order": "auto",
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-keep-upright": false,
        "text-optional": false,
        "icon-ignore-placement": false,
        "icon-pitch-alignment": "auto",
        "symbol-spacing": 1000,
        "text-max-width": 7,
        "text-justify": ["get", "justify"],
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          11,
          ["*", 1.5, ["get", "fontsize"]]
        ],
        "text-offset": [0, 0],
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(0, 110, 255, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-translate-anchor": "map",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "aerodrome_label-heliport-z12",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "CodiGeo: 30203"
      },
      "source": "openmaptiles",
      "source-layer": "aerodrome_label",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": ["all", ["==", "class", "heliport"]],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": 10,
        "text-font": [],
        "text-field": "",
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible",
        "text-justify": "center",
        "text-anchor": "top",
        "icon-anchor": "bottom",
        "icon-image": "heliport_11",
        "symbol-spacing": 80,
        "icon-size": 0.8,
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(66, 66, 66, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "aerodrome_label-aerodrome_other-z12",
      "type": "symbol",
      "metadata": {"maputnik:comment": "CodiGeo: 30202"},
      "source": "openmaptiles",
      "source-layer": "aerodrome_label",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": ["all", ["==", "class", "other"]],
      "layout": {
        "text-padding": 1,
        "text-font": ["FiraSans-Italic"],
        "text-anchor": "top",
        "icon-image": "aerodrom_11",
        "text-field": "{name:latin}{name:nonlatin}",
        "text-offset": [0, 0.8],
        "text-size": {"stops": [[10, 9], [11, 10], [12, 11], [13, 12]]},
        "text-max-width": 7,
        "icon-size": 1,
        "text-optional": true,
        "text-line-height": 1.1,
        "text-allow-overlap": false,
        "icon-allow-overlap": false,
        "visibility": "visible",
        "icon-optional": true
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "#666",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "aerodrome_label-aerodrome_regional-z11",
      "type": "symbol",
      "metadata": {"maputnik:comment": "CodiGeo: 30202"},
      "source": "openmaptiles",
      "source-layer": "aerodrome_label",
      "minzoom": 11,
      "maxzoom": 24,
      "filter": ["all", ["==", "$type", "Point"], ["==", "class", "regional"]],
      "layout": {
        "text-padding": 1,
        "text-font": ["FiraSans-Regular"],
        "text-anchor": "top",
        "icon-image": "{classicgc}_11",
        "text-field": "{name:latin}{name:nonlatin}",
        "text-offset": [0, 0.6],
        "text-size": {"stops": [[11, 11], [12, 12]]},
        "visibility": "visible",
        "text-allow-overlap": false,
        "icon-allow-overlap": false,
        "icon-size": 1,
        "text-line-height": 1.1,
        "text-max-width": 7,
        "icon-optional": true
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "#666",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "aerodrome_label-international-z11",
      "type": "symbol",
      "metadata": {"maputnik:comment": "CodiGeo: 30201"},
      "source": "openmaptiles",
      "source-layer": "aerodrome_label",
      "minzoom": 11,
      "maxzoom": 24,
      "filter": ["all", ["==", "class", "international"]],
      "layout": {
        "text-padding": 1,
        "text-font": ["FiraSans-Regular"],
        "text-anchor": "top",
        "text-field": "{name:latin}{name:nonlatin}",
        "text-offset": [0, 0.6],
        "text-size": {"stops": [[11, 11], [12, 12]]},
        "text-max-width": 7,
        "visibility": "visible",
        "icon-size": 1,
        "text-optional": true,
        "text-line-height": 1.1,
        "icon-image": "aeroport_11"
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "#666",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "mountain_peak-island-rank_7-z8",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Illes Medes"
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 8,
      "maxzoom": 9,
      "filter": [
        "all",
        ["in", "codigeo", 51007],
        ["==", "$type", "Point"],
        ["==", "capa", "mtc1m"]
      ],
      "layout": {
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          8,
          ["*", 1.2, ["get", "fontsize"]],
          9,
          ["*", 1.3, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-field": "{name}",
        "text-transform": "none",
        "symbol-placement": "point",
        "symbol-spacing": 10000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-letter-spacing": 0,
        "visibility": "visible",
        "text-anchor": "left",
        "text-offset": {"base": 1.2, "stops": [[8, [0, 0]], [10, [1, 0]]]},
        "text-max-width": 7,
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-justify": "center"
      },
      "paint": {
        "text-color": "rgba(90, 86, 86, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-island-rank_7-z9_2",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Illa de Buda"
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 9,
      "maxzoom": 11,
      "filter": [
        "all",
        ["in", "codigeo", 51001, 51005, 51007],
        ["==", "$type", "Point"],
        ["==", "capa", "toponimia250mp"],
        ["!in", "name", "Illes Medes"],
        ["==", "zoom9", "SI"]
      ],
      "layout": {
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          9,
          ["*", 1.7, ["get", "fontsize"]],
          11,
          ["*", 2, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-Italic"],
        "text-field": "{name}",
        "text-transform": "none",
        "symbol-placement": "point",
        "symbol-spacing": 10000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-letter-spacing": 0,
        "visibility": "visible",
        "text-anchor": "left",
        "text-offset": [1, 0],
        "text-max-width": 10,
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-justify": "center"
      },
      "paint": {
        "text-color": "rgba(90, 86, 86, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-island-rank_7-z9",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Illes Medes"
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 9,
      "maxzoom": 11,
      "filter": [
        "all",
        ["in", "codigeo", 51001, 51005, 51007],
        ["==", "$type", "Point"],
        ["==", "capa", "toponimia250mp"],
        ["==", "name", "Illes Medes"]
      ],
      "layout": {
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          9,
          ["*", 1.7, ["get", "fontsize"]],
          11,
          ["*", 2, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-field": "{name}",
        "text-transform": "none",
        "symbol-placement": "point",
        "symbol-spacing": 10000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-letter-spacing": 0,
        "visibility": "visible",
        "text-anchor": "left",
        "text-offset": {"base": 1.2, "stops": [[8, [0, 0]], [10, [1, 0]]]},
        "text-max-width": 7,
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-justify": "center"
      },
      "paint": {
        "text-color": "rgba(90, 86, 86, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-island-rank_7_z11",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Illes Medes, Illes Formigues, Illa de Buda, Illa de Gràcia"
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 11,
      "maxzoom": 15,
      "filter": [
        "all",
        ["in", "codigeo", 51001, 51005, 51007],
        ["in", "capa", "tp050mp", "tp025mp"],
        ["==", "$type", "Point"]
      ],
      "layout": {
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          11,
          ["*", 1.3, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-SemiBoldItalic"]]}
        ],
        "text-transform": "none",
        "text-max-width": 8,
        "symbol-placement": "point",
        "symbol-spacing": 10000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-letter-spacing": 0.05,
        "text-offset": [1, 0.5],
        "visibility": "visible",
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-anchor": ["get", "anchor"],
        "text-justify": ["get", "justify"]
      },
      "paint": {
        "text-color": "rgba(90, 86, 86, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-island-rank_others",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Resta d'arxipèlag, escull-faralló-niell, illa-illot"
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "codigeo", 51001, 51005, 51007],
        [">", "rank", 7],
        ["==", "capa", "place5m2"],
        ["!in", "icgc_id", 210961, 37356, 37358, 91107]
      ],
      "layout": {
        "text-size": {"stops": [[12, 10], [13, 12]]},
        "text-font": ["FiraSans-Italic"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 7,
        "symbol-placement": "point",
        "symbol-spacing": 10000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-letter-spacing": 0,
        "text-offset": [3, 0],
        "text-anchor": "center",
        "visibility": "visible",
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(90, 86, 86, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-plana-z8",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Planes principals."
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 8,
      "maxzoom": 9,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "codigeo", 50602],
        ["==", "capa", "mtc1m"]
      ],
      "layout": {
        "text-size": ["*", 1.6, ["get", "fontsize"]],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 10,
        "symbol-placement": "point",
        "symbol-spacing": 250,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-avoid-edges": false,
        "text-line-height": 1.1,
        "text-justify": "center",
        "text-letter-spacing": 0,
        "visibility": "visible",
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(51, 51, 51, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-plana-z9",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Planes principals."
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 9,
      "maxzoom": 11,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "codigeo", 50602],
        ["==", "capa", "toponimia250mp"],
        [">=", "fontsize", 6]
      ],
      "layout": {
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          9,
          ["*", 1.4, ["get", "fontsize"]],
          11,
          ["*", 1.6, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 10,
        "symbol-placement": "point",
        "symbol-spacing": 250,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-avoid-edges": false,
        "text-line-height": 1.1,
        "text-justify": ["get", "justify"],
        "text-letter-spacing": 0,
        "visibility": "visible",
        "text-padding": 1,
        "text-anchor": ["get", "anchor"]
      },
      "paint": {
        "text-color": "rgba(51, 51, 51, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-plana-z11",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Planes principals."
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 11,
      "maxzoom": 13,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "codigeo", 50602],
        ["==", "capa", "tp050mp"],
        [">=", "fontsize", 11]
      ],
      "layout": {
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          11,
          ["*", 1, ["get", "fontsize"]],
          12,
          ["*", 1.2, ["get", "fontsize"]],
          13,
          ["*", 1.4, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 9,
        "symbol-placement": "point",
        "symbol-spacing": 250,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-avoid-edges": false,
        "text-line-height": 1.1,
        "text-justify": ["get", "justify"],
        "text-letter-spacing": 0.05,
        "visibility": "visible",
        "text-padding": 1,
        "text-anchor": ["get", "anchor"]
      },
      "paint": {
        "text-color": "rgba(51, 51, 51, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-plana-z13",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Planes principals."
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 13,
      "maxzoom": 14,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "codigeo", 50602],
        ["in", "capa", "tp025mp"],
        [">", "fontsize", 7]
      ],
      "layout": {
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          13,
          ["*", 1, ["get", "fontsize"]],
          14,
          ["*", 1.2, ["get", "fontsize"]],
          15,
          ["*", 1.4, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 9,
        "symbol-placement": "point",
        "symbol-spacing": 250,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-avoid-edges": false,
        "text-line-height": 1.1,
        "text-justify": ["get", "justify"],
        "text-letter-spacing": 0,
        "visibility": "visible",
        "text-padding": 1,
        "text-anchor": ["get", "anchor"]
      },
      "paint": {
        "text-color": "rgba(51, 51, 51, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-plana-z14",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Planes principals."
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 14,
      "maxzoom": 15,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "codigeo", 50602],
        ["in", "capa", "tp025mp"]
      ],
      "layout": {
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          13,
          ["*", 1, ["get", "fontsize"]],
          14,
          ["*", 1.3, ["get", "fontsize"]],
          15,
          ["*", 1.6, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 9,
        "symbol-placement": "point",
        "symbol-spacing": 250,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-avoid-edges": false,
        "text-line-height": 1.1,
        "text-justify": ["get", "justify"],
        "text-letter-spacing": 0.1,
        "visibility": "visible",
        "text-padding": 1,
        "text-anchor": ["get", "anchor"]
      },
      "paint": {
        "text-color": "rgba(51, 51, 51, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-delta-z9",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "la Banya"
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 9,
      "maxzoom": 10,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "codigeo", 51004],
        ["in", "capa", "toponimia250mp"],
        ["in", "name", "la Banya"]
      ],
      "layout": {
        "text-size": ["*", 1.7, ["get", "fontsize"]],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 10,
        "symbol-placement": "point",
        "symbol-spacing": 1000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-avoid-edges": false,
        "text-line-height": 1.1,
        "text-justify": "center",
        "text-letter-spacing": ["*", 0.001, ["get", "interllet"]],
        "visibility": "visible",
        "text-padding": 1,
        "text-offset": [1, 0.5]
      },
      "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
      }
    },
    {
      "id": "mountain_peak-delta-z9-Ebre",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Delta de l'Ebre"
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 9,
      "maxzoom": 10,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "codigeo", 51004],
        ["in", "capa", "toponimia250mp"],
        ["in", "name", "Delta de l'Ebre"]
      ],
      "layout": {
        "text-size": ["*", 1.7, ["get", "fontsize"]],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 25,
        "symbol-placement": "point",
        "symbol-spacing": 1000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-avoid-edges": false,
        "text-line-height": 1.1,
        "text-justify": "center",
        "text-letter-spacing": ["*", 0.0005, ["get", "interllet"]],
        "visibility": "visible",
        "text-padding": 1,
        "text-offset": [0, 1.5]
      },
      "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
      }
    },
    {
      "id": "mountain_peak-delta-z10_2",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Delta del Llobregat"
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 10,
      "maxzoom": 11,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "codigeo", 51004],
        ["in", "capa", "toponimia250mp"],
        ["in", "name", "Delta del Llobregat"]
      ],
      "layout": {
        "text-size": ["*", 1.7, ["get", "fontsize"]],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 7,
        "symbol-placement": "point",
        "symbol-spacing": 1000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-avoid-edges": false,
        "text-line-height": 1.2,
        "text-justify": "center",
        "text-letter-spacing": ["*", 0.005, ["get", "interllet"]],
        "visibility": "visible",
        "text-padding": 1,
        "text-anchor": "top",
        "text-offset": [2.5, -2.5]
      },
      "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
      }
    },
    {
      "id": "mountain_peak-delta-z10",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Delta de l'Ebre,\nla Banya"
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 10,
      "maxzoom": 11,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "codigeo", 51004],
        ["==", "capa", "toponimia250mp"],
        ["!in", "name", "Delta del Llobregat"]
      ],
      "layout": {
        "text-size": ["*", 1.7, ["get", "fontsize"]],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 25,
        "symbol-placement": "point",
        "symbol-spacing": 1000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-avoid-edges": false,
        "text-line-height": 1.1,
        "text-justify": "center",
        "text-letter-spacing": ["*", 0.002, ["get", "interllet"]],
        "visibility": "visible",
        "text-padding": 1,
        "text-anchor": "top",
        "text-offset": [2, 0.7]
      },
      "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
      }
    },
    {
      "id": "mountain_peak-delta-z11_2",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Delta del Llobregat"
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 11,
      "maxzoom": 13,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "codigeo", 51004],
        ["==", "capa", "tp050mp"],
        ["in", "name", "Delta del Llobregat"]
      ],
      "layout": {
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          11,
          ["*", 1.3, ["get", "fontsize"]],
          12,
          ["*", 1.4, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 7,
        "symbol-placement": "point",
        "symbol-spacing": 1000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-avoid-edges": false,
        "text-line-height": {"stops": [[10, 1.1], [12, 1.3]]},
        "text-justify": "center",
        "text-letter-spacing": [
          "interpolate",
          ["linear"],
          ["zoom"],
          11,
          ["*", 0.0005, ["get", "interllet"]],
          12,
          ["*", 0.001, ["get", "interllet"]]
        ],
        "visibility": "visible",
        "text-padding": 1,
        "text-anchor": "center",
        "text-offset": [0, -2]
      },
      "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
      }
    },
    {
      "id": "mountain_peak-delta-z11",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Delta de l'Ebre,\nla Banya"
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 11,
      "maxzoom": 13,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "codigeo", 51004],
        ["==", "capa", "tp050mp"],
        ["!in", "name", "Delta del Llobregat"]
      ],
      "layout": {
        "text-size": ["*", 1.3, ["get", "fontsize"]],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 50,
        "symbol-placement": "point",
        "symbol-spacing": 1000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-avoid-edges": false,
        "text-line-height": 1.1,
        "text-justify": "center",
        "text-letter-spacing": ["*", 0.0015, ["get", "interllet"]],
        "visibility": "visible",
        "text-anchor": "top",
        "text-offset": [1.5, -0.1],
        "text-padding": 0
      },
      "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
      }
    },
    {
      "id": "mountain_peak-delta-z13_3",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "la Banya"
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "codigeo", 51004],
        ["==", "capa", "place5m2"],
        [">=", "fontsize", 12],
        ["in", "name", "la Banya"]
      ],
      "layout": {
        "text-size": ["*", 1.4, ["get", "fontsize"]],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 50,
        "symbol-placement": "point",
        "symbol-spacing": 1000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-avoid-edges": false,
        "text-line-height": 1.1,
        "text-justify": "center",
        "text-letter-spacing": ["*", 0.002, ["get", "interllet"]],
        "visibility": "visible",
        "text-padding": 1,
        "text-anchor": "top-left",
        "text-offset": [2.5, 0]
      },
      "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
      }
    },
    {
      "id": "mountain_peak-delta-z13_2",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Delta del Llobregat"
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 13,
      "maxzoom": 15,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "codigeo", 51004],
        ["in", "capa", "tp025mp"],
        ["in", "name", "Delta del Llobregat", "Delta de la Tordera"]
      ],
      "layout": {
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          13,
          ["*", 1.1, ["get", "fontsize"]],
          14,
          ["*", 1.2, ["get", "fontsize"]],
          15,
          ["*", 1.4, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 25,
        "symbol-placement": "point",
        "symbol-spacing": 1000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-avoid-edges": false,
        "text-line-height": 1.1,
        "text-justify": "center",
        "text-letter-spacing": 0.2,
        "visibility": "visible",
        "text-padding": 1,
        "text-anchor": "top-left",
        "text-offset": [7, -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
      }
    },
    {
      "id": "mountain_peak-delta-z15",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Delta del Llobregat"
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "codigeo", 51004],
        ["in", "name", "Delta del Llobregat", "Delta de la Tordera"],
        ["in", "capa", "place5m2"]
      ],
      "layout": {
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          13,
          ["*", 1.1, ["get", "fontsize"]],
          14,
          ["*", 1.2, ["get", "fontsize"]],
          15,
          ["*", 1.4, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 25,
        "symbol-placement": "point",
        "symbol-spacing": 1000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-avoid-edges": false,
        "text-line-height": 1.1,
        "text-justify": "center",
        "text-letter-spacing": 0.2,
        "visibility": "visible",
        "text-padding": 1,
        "text-anchor": "top-left",
        "text-offset": [7, -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
      }
    },
    {
      "id": "mountain_peak-delta-z13",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Delta de l'Ebre"
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "codigeo", 51004],
        ["==", "capa", "place5m2"],
        ["==", "name", "Delta de l'Ebre"],
        ["==", "icgc_id", 184481]
      ],
      "layout": {
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          13,
          ["*", 1.8, ["get", "fontsize"]],
          14,
          ["*", 2, ["get", "fontsize"]],
          15,
          ["*", 2.1, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 50,
        "symbol-placement": "point",
        "symbol-spacing": 1000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-avoid-edges": false,
        "text-line-height": 1.1,
        "text-justify": "center",
        "text-letter-spacing": [
          "interpolate",
          ["linear"],
          ["zoom"],
          13,
          ["*", 0.0015, ["get", "interllet"]],
          14,
          ["*", 0.0025, ["get", "interllet"]]
        ],
        "visibility": "visible",
        "text-padding": 1,
        "text-anchor": "top",
        "text-offset": [1, 0]
      },
      "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
      }
    },
    {
      "id": "mountain_peak-cova-z11",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 11,
      "maxzoom": 15,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "capa", "tp050mp", "tp025m"],
        ["in", "codigeo", 50801, 50802, 50803]
      ],
      "layout": {
        "text-padding": 1,
        "text-font": ["FiraSans-BoldItalic"],
        "text-anchor": "top",
        "text-field": "{name}",
        "text-offset": [0, 1],
        "text-size": ["*", 1.5, ["get", "fontsize"]],
        "text-max-width": 9,
        "visibility": "visible",
        "icon-image": "cova_11",
        "icon-size": 1,
        "text-line-height": 1.1
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(102, 102, 102, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "mountain_peak-cova-z15",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "codigeo", 50801, 50802, 50803],
        ["in", "capa", "place5m2"]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name"],
          "\n",
          {
            "text-font": ["literal", ["FiraSans-SemiBoldItalic"]],
            "font-scale": 1
          }
        ],
        "text-padding": 1,
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-anchor": ["get", "anchor"],
        "text-allow-overlap": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          15,
          ["*", 2, ["get", "fontsize"]],
          16,
          ["*", 2.1, ["get", "fontsize"]],
          17,
          ["*", 2.2, ["get", "fontsize"]]
        ],
        "icon-allow-overlap": false,
        "icon-padding": 2,
        "text-offset": [0, 0],
        "icon-pitch-alignment": "auto",
        "text-justify": ["get", "justify"],
        "text-line-height": 1.1,
        "text-max-width": 7,
        "visibility": "visible",
        "icon-image": "cova_avenc_11",
        "text-radial-offset": 0.8
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(51, 51, 51, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "mountain_peak-indret-z11",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 11,
      "maxzoom": 15,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "codigeo", 50905, 50906, 50907, 50908],
        ["in", "capa", "tp050mp", "tp025mp"]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name"],
          "\n",
          {
            "text-font": ["literal", ["FiraSans-SemiBoldItalic"]],
            "font-scale": 1
          }
        ],
        "text-padding": 1,
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-anchor": ["get", "anchor"],
        "text-allow-overlap": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          11,
          ["*", 1.2, ["get", "fontsize"]],
          12,
          ["*", 1.4, ["get", "fontsize"]],
          13,
          ["*", 1.6, ["get", "fontsize"]]
        ],
        "icon-allow-overlap": false,
        "icon-padding": 2,
        "text-offset": [0, 0],
        "icon-pitch-alignment": "auto",
        "text-justify": ["get", "justify"],
        "text-line-height": 1.1,
        "text-max-width": 7,
        "visibility": "visible",
        "text-radial-offset": 0,
        "text-letter-spacing": ["*", 0.0005, ["get", "interllet"]]
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(94, 94, 94, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "mountain_peak-indret-z15",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "codigeo", 50905, 50906, 50907, 50908],
        ["in", "capa", "place5m2"]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name"],
          "\n",
          {
            "text-font": ["literal", ["FiraSans-SemiBoldItalic"]],
            "font-scale": 1
          }
        ],
        "text-padding": 1,
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-anchor": ["get", "anchor"],
        "text-allow-overlap": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          15,
          ["*", 1.2, ["get", "fontsize"]],
          16,
          ["*", 1.4, ["get", "fontsize"]],
          17,
          ["*", 1.6, ["get", "fontsize"]]
        ],
        "icon-allow-overlap": false,
        "icon-padding": 2,
        "text-offset": [0, 0],
        "icon-pitch-alignment": "auto",
        "text-justify": ["get", "justify"],
        "text-line-height": 1.1,
        "text-max-width": 7,
        "visibility": "visible",
        "text-radial-offset": 0,
        "text-letter-spacing": ["*", 0.0005, ["get", "interllet"]]
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(94, 94, 94, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "mountain_peak-agulla-z11",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 11,
      "maxzoom": 15,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "codigeo", 50201],
        ["in", "capa", "tp050mp", "tp025mp"]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name"],
          "\n",
          {"text-font": ["literal", ["FiraSans-SemiBold"]], "font-scale": 1}
        ],
        "text-padding": 1,
        "text-font": ["FiraSans-SemiBold"],
        "text-anchor": ["get", "anchor"],
        "text-allow-overlap": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          11,
          ["*", 1.1, ["get", "fontsize"]],
          13,
          ["*", 1.3, ["get", "fontsize"]],
          14,
          ["*", 1.4, ["get", "fontsize"]],
          15,
          ["*", 1.6, ["get", "fontsize"]]
        ],
        "icon-allow-overlap": true,
        "icon-size": {"stops": [[7, 0.5], [10, 0.6], [11, 0.7]]},
        "icon-padding": 2,
        "text-offset": [0.5, 0],
        "icon-pitch-alignment": "auto",
        "text-justify": ["get", "justify"],
        "text-line-height": 1.1,
        "text-max-width": 7,
        "visibility": "visible",
        "icon-image": "triangle_11",
        "text-radial-offset": 0.7
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(94, 94, 94, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "mountain_peak-agulla-z15",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "codigeo", 50201],
        ["==", "capa", "place5m2"]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name"],
          "\n",
          {"text-font": ["literal", ["FiraSans-SemiBold"]], "font-scale": 1}
        ],
        "text-padding": 1,
        "text-font": ["FiraSans-SemiBold"],
        "text-anchor": ["get", "anchor"],
        "text-allow-overlap": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          15,
          ["*", 1.7, ["get", "fontsize"]],
          16,
          ["*", 1.8, ["get", "fontsize"]],
          17,
          ["*", 2, ["get", "fontsize"]],
          18,
          ["*", 2.2, ["get", "fontsize"]]
        ],
        "icon-allow-overlap": true,
        "icon-size": {"stops": [[7, 0.5], [10, 0.6], [11, 0.7]]},
        "icon-padding": 2,
        "text-offset": [0.5, 0],
        "icon-pitch-alignment": "auto",
        "text-justify": ["get", "justify"],
        "text-line-height": 1.1,
        "text-max-width": 7,
        "visibility": "visible"
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(94, 94, 94, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "mountain_peak-tide_gauge-z12",
      "type": "symbol",
      "source": "contextmapsadmpt",
      "source-layer": "poi",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "class", "tidal_gauge"]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "codi"],
          "\n",
          {"text-font": ["literal", ["FiraSans-SemiBold"]], "font-scale": 1}
        ],
        "text-font": ["FiraSansCondensed-Regular"],
        "text-anchor": "left",
        "text-allow-overlap": false,
        "text-size": 9,
        "icon-allow-overlap": false,
        "icon-size": 1,
        "icon-padding": 2,
        "text-max-width": 7,
        "icon-pitch-alignment": "auto",
        "text-justify": "right",
        "text-line-height": 1,
        "visibility": "visible",
        "text-padding": 0,
        "text-offset": [0.9, 0],
        "icon-image": "mareograf_11"
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(94, 94, 94, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "mountain_peak-GNSS_station-z10",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Dades del MTC250"},
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 10,
      "maxzoom": 11,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "class", "fiducial_station"],
        ["==", "capa", "mtc250m"]
      ],
      "layout": {
        "text-padding": 1,
        "text-font": ["FiraSans-Bold"],
        "text-anchor": "center",
        "icon-image": "estacio_permanent_GNNS_11",
        "text-field": "",
        "text-offset": [0, 0],
        "text-size": 9,
        "text-max-width": 7,
        "visibility": "visible",
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "icon-allow-overlap": false,
        "text-line-height": 1.1,
        "icon-size": 1
      },
      "paint": {"text-halo-blur": 0, "text-halo-width": 0}
    },
    {
      "id": "mountain_peak-GNSS_station-z11",
      "type": "symbol",
      "source": "contextmapsadmpt",
      "source-layer": "mountain_peak",
      "minzoom": 11,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "class", "fiducial_station"],
        ["==", "capa", "poi"]
      ],
      "layout": {
        "text-padding": 1,
        "text-font": ["FiraSans-Bold"],
        "text-anchor": "top",
        "icon-image": "estacio_permanent_GNNS_11",
        "text-field": "",
        "text-offset": [0, 0.6],
        "text-size": 9,
        "text-max-width": 7,
        "visibility": "visible",
        "icon-size": 1,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "icon-allow-overlap": false,
        "text-line-height": 1.1
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(94, 94, 94, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "mountain_peak-natural-z9_2",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Port dels Alfacs"
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 9,
      "maxzoom": 10,
      "filter": [
        "all",
        ["in", "capa", "toponimia250mp"],
        ["in", "codigeo", 51009],
        ["==", "zoom9", "SI"]
      ],
      "layout": {
        "text-size": ["*", 2, ["get", "fontsize"]],
        "text-font": ["FiraSans-Italic"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 10,
        "visibility": "visible",
        "symbol-placement": "point",
        "symbol-spacing": 10000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-letter-spacing": ["*", 0.005, ["get", "interllet"]],
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-anchor": "center",
        "text-offset": [1.5, 0]
      },
      "paint": {
        "text-color": "rgba(94, 94, 94, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-natural-z11_3",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Port dels Alfacs"
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 11,
      "maxzoom": 15,
      "filter": [
        "all",
        ["in", "codigeo", 51009],
        ["in", "capa", "tp050mp", "tp025mp"]
      ],
      "layout": {
        "text-size": ["*", 2, ["get", "fontsize"]],
        "text-font": ["FiraSans-Italic"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 10,
        "visibility": "visible",
        "symbol-placement": "point",
        "symbol-spacing": 10000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-letter-spacing": ["*", 0.001, ["get", "interllet"]],
        "text-offset": [1.5, 0]
      },
      "paint": {
        "text-color": "rgba(94, 94, 94, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-natural-z10_3",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Port dels Alfacs"
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 10,
      "maxzoom": 11,
      "filter": [
        "all",
        ["in", "capa", "toponimia250mp"],
        ["in", "codigeo", 51009]
      ],
      "layout": {
        "text-size": ["*", 2, ["get", "fontsize"]],
        "text-font": ["FiraSans-Italic"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 10,
        "visibility": "visible",
        "symbol-placement": "point",
        "symbol-spacing": 10000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-letter-spacing": ["*", 0.01, ["get", "interllet"]],
        "text-offset": [1.5, 0]
      },
      "paint": {
        "text-color": "rgba(94, 94, 94, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-natural-z9",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 9,
      "maxzoom": 10,
      "filter": [
        "all",
        [">=", "codigeo", 50204],
        ["<=", "codigeo", 50911],
        ["!in", "codigeo", 50801, 50802, 50803],
        ["==", "zoom9", "SI"],
        ["==", "capa", "toponimia250mp"]
      ],
      "layout": {
        "text-size": ["*", 1.8, ["get", "fontsize"]],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible",
        "symbol-placement": "point",
        "symbol-spacing": 10000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "icon-allow-overlap": false,
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-letter-spacing": ["*", 0.005, ["get", "interllet"]]
      },
      "paint": {
        "text-color": "rgba(94, 94, 94, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-natural-z10_2",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Valls along."
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "codigeo", 50305],
        ["==", "capa", "toponimia250ml"]
      ],
      "layout": {
        "text-size": ["*", 1.8, ["get", "fontsize"]],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible",
        "symbol-placement": "point",
        "symbol-spacing": 10000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "icon-allow-overlap": false,
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-letter-spacing": ["*", 0.005, ["get", "interllet"]]
      },
      "paint": {
        "text-color": "rgba(94, 94, 94, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-natural-z10",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 10,
      "maxzoom": 11,
      "filter": [
        "all",
        [">=", "codigeo", 50204],
        ["<=", "codigeo", 50911],
        ["!in", "codigeo", 50801, 50802, 50803],
        ["==", "capa", "toponimia250mp"]
      ],
      "layout": {
        "text-size": ["*", 1.8, ["get", "fontsize"]],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible",
        "symbol-placement": "point",
        "symbol-spacing": 10000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "icon-allow-overlap": false,
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-letter-spacing": ["*", 0.005, ["get", "interllet"]]
      },
      "paint": {
        "text-color": "rgba(94, 94, 94, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-natural-z15-line",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        [">=", "codigeo", 50204],
        ["<=", "codigeo", 50911],
        ["!in", "codigeo", 50801, 50802, 50803, 51008],
        ["in", "capa", "place5m2_along"]
      ],
      "layout": {
        "text-size": ["+", 3, ["get", "fontsize"]],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible",
        "symbol-placement": "line-center",
        "symbol-spacing": 10000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "icon-allow-overlap": false,
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-letter-spacing": 0.2
      },
      "paint": {
        "text-color": "rgba(94, 94, 94, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-natural-z12-line",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 12,
      "maxzoom": 15,
      "filter": [
        "all",
        [">=", "codigeo", 50204],
        ["<=", "codigeo", 50911],
        ["!in", "codigeo", 50801, 50802, 50803, 51008],
        ["in", "capa", "tp050ml", "tp025ml"]
      ],
      "layout": {
        "text-size": ["+", 3, ["get", "fontsize"]],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible",
        "symbol-placement": "line-center",
        "symbol-spacing": 10000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "icon-allow-overlap": false,
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-letter-spacing": 0
      },
      "paint": {
        "text-color": "rgba(94, 94, 94, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-natural-z11",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 11,
      "maxzoom": 15,
      "filter": [
        "all",
        [">=", "codigeo", 50204],
        ["<=", "codigeo", 50911],
        ["!in", "codigeo", 50801, 50802, 50803],
        ["in", "capa", "tp050mp", "tp025mp"]
      ],
      "layout": {
        "text-size": ["+", 3, ["get", "fontsize"]],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible",
        "symbol-placement": "point",
        "symbol-spacing": 10000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "icon-allow-overlap": false,
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-letter-spacing": 0
      },
      "paint": {
        "text-color": "rgba(94, 94, 94, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-natural-z15",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        [">=", "codigeo", 50204],
        ["<=", "codigeo", 50911],
        ["!in", "codigeo", 50801, 50802, 50803],
        ["in", "capa", "place5m2"]
      ],
      "layout": {
        "text-size": ["+", 3, ["get", "fontsize"]],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible",
        "symbol-placement": "point",
        "symbol-spacing": 10000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "icon-allow-overlap": false,
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-letter-spacing": 0
      },
      "paint": {
        "text-color": "rgba(94, 94, 94, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-natural-rank_6",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "ELIMINAR!"
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "codigeo", 50301, 50602, 50303, 50601, 50701, 51006],
        ["==", "capa", "place5m2"]
      ],
      "layout": {
        "text-size": ["*", 1.55, ["get", "fontsize"]],
        "text-font": ["FiraSans-Italic"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 10,
        "visibility": "visible",
        "symbol-placement": "point",
        "symbol-spacing": 10000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-letter-spacing": ["*", 0.0005, ["get", "interllet"]],
        "text-line-height": 1.2,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(51, 51, 51, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-natural-rank_2",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Cap, punta"
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 9,
      "maxzoom": 10,
      "filter": [
        "all",
        ["in", "codigeo", 51002],
        ["in", "capa", "toponimia250mp"],
        ["==", "zoom9", "SI"]
      ],
      "layout": {
        "text-size": ["*", 1.5, ["get", "fontsize"]],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 90,
        "visibility": "visible",
        "symbol-placement": "point",
        "symbol-spacing": 10000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-letter-spacing": 0.05,
        "text-offset": [0.5, -0.1],
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-justify": "left",
        "text-anchor": "top-left"
      },
      "paint": {
        "text-color": "rgba(94, 94, 94, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-natural-rank_2-z10",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Cap, punta"
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "codigeo", 51002],
        ["in", "capa", "tp050mp", "toponimia250mp", "tp025mp"],
        ["!in", "name", "Cap de Salou"]
      ],
      "layout": {
        "text-size": ["*", 1.5, ["get", "fontsize"]],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 90,
        "visibility": "visible",
        "symbol-placement": "point",
        "symbol-spacing": 10000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-letter-spacing": 0.05,
        "text-offset": [0.5, -0.1],
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-justify": "left",
        "text-anchor": "top-left"
      },
      "paint": {
        "text-color": "rgba(94, 94, 94, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-natural-rank_2-z10_2",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Cap de Salou"
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "codigeo", 51002],
        ["in", "capa", "tp050mp", "toponimia250mp", "tp025mp"],
        ["in", "name", "Cap de Salou"]
      ],
      "layout": {
        "text-size": ["*", 1.5, ["get", "fontsize"]],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 90,
        "visibility": "visible",
        "symbol-placement": "point",
        "symbol-spacing": 10000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-letter-spacing": 0.05,
        "text-offset": {
          "base": 0.2,
          "stops": [
            [10, [2, -0.3]],
            [11, [-0.5, -0.3]],
            [12, [-0.7, -0.5]],
            [13, [-1, -0.7]],
            [14, [-4, -1]]
          ]
        },
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-justify": "left",
        "text-anchor": "top-left"
      },
      "paint": {
        "text-color": "rgba(94, 94, 94, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-natural-coastline-z9_3",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Costes basades en línia."
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 9,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "class", "coast"],
        ["==", "capa", "toponimia250ml"],
        ["in", "name", "COSTA DAURADA"]
      ],
      "layout": {
        "text-size": ["*", 0.8, ["get", "fontsize"]],
        "text-font": ["FiraSans-Italic"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 10,
        "visibility": "visible",
        "symbol-placement": "line",
        "symbol-spacing": {"stops": [[9, 250], [12, 700], [13, 1000]]},
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-anchor": "center",
        "text-offset": [0, 0],
        "text-justify": "center",
        "text-letter-spacing": [
          "interpolate",
          ["linear"],
          ["zoom"],
          9,
          ["*", 0.007, ["get", "interllet"]],
          10,
          ["*", 0.01, ["get", "interllet"]],
          12,
          ["*", 0.02, ["get", "interllet"]]
        ]
      },
      "paint": {
        "text-color": "rgba(94, 94, 94, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-natural-coastline-z9_2",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Costes basades en línia."
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 9,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "class", "coast"],
        ["==", "capa", "toponimia250ml"],
        ["!in", "name", "COSTA DAURADA", "COSTA BRAVA"]
      ],
      "layout": {
        "text-size": ["*", 0.8, ["get", "fontsize"]],
        "text-font": ["FiraSans-Italic"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 10,
        "visibility": "visible",
        "symbol-placement": "line",
        "symbol-spacing": {"stops": [[9, 250], [12, 700], [13, 1000]]},
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-anchor": "center",
        "text-offset": [0, 0],
        "text-letter-spacing": [
          "interpolate",
          ["linear"],
          ["zoom"],
          9,
          ["*", 0.01, ["get", "interllet"]],
          10,
          ["*", 0.01, ["get", "interllet"]],
          11,
          ["*", 0.03, ["get", "interllet"]],
          12,
          ["*", 0.07, ["get", "interllet"]]
        ],
        "text-justify": "center"
      },
      "paint": {
        "text-color": "rgba(94, 94, 94, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-natural-coastline-z9",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Costes basades en línia."
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 9,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "class", "coast"],
        ["==", "capa", "toponimia250ml"],
        ["in", "name", "COSTA BRAVA"]
      ],
      "layout": {
        "text-size": ["*", 0.8, ["get", "fontsize"]],
        "text-font": ["FiraSans-Italic"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 10,
        "visibility": "visible",
        "symbol-placement": "line",
        "symbol-spacing": {"stops": [[9, 250], [12, 700], [13, 1000]]},
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-anchor": "center",
        "text-offset": [0, 0],
        "text-justify": "center",
        "text-letter-spacing": [
          "interpolate",
          ["linear"],
          ["zoom"],
          9,
          ["*", 0.007, ["get", "interllet"]],
          10,
          ["*", 0.01, ["get", "interllet"]],
          12,
          ["*", 0.02, ["get", "interllet"]]
        ]
      },
      "paint": {
        "text-color": "rgba(94, 94, 94, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-peak_name2",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Pics amb doblet"},
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 9,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["!in", "name", "vèrtex geodèsic"],
        ["has", "ele"],
        ["has", "name2"],
        ["!=", "class", "geovertex"],
        ["==", "capa", "tp1miliop"]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name"],
          "\n",
          {
            "text-font": ["literal", ["FiraSansCondensed-Medium"]],
            "font-scale": 1
          },
          ["concat", "(", ["get", "name2"], ")", "\n"],
          {
            "text-font": ["literal", ["FiraSansCondensed-Medium"]],
            "font-scale": 0.9
          },
          ["get", "ele"],
          {"text-font": ["literal", ["FiraSans-Regular"]], "font-scale": 0.9}
        ],
        "text-padding": 1,
        "text-font": {
          "base": 1.2,
          "stops": [
            [6, ["FiraSansCondensed-Medium"]],
            [10, ["FiraSansCondensed-SemiBold"]]
          ]
        },
        "text-anchor": "right",
        "icon-image": "triangle_11",
        "text-allow-overlap": false,
        "text-size": {"stops": [[10, 10], [11, 11], [12, 12]]},
        "icon-allow-overlap": true,
        "icon-size": {"stops": [[7, 0.5], [10, 0.6], [11, 0.7]]},
        "icon-padding": 2,
        "text-max-width": 50,
        "text-offset": [-0.5, 0],
        "icon-pitch-alignment": "auto",
        "text-justify": "right",
        "text-line-height": 1.1,
        "visibility": "visible"
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(94, 94, 94, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "mountain_peak-cliff-rank_1",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["==", "codigeo", 50501]
      ],
      "layout": {
        "text-size": 14,
        "text-font": ["FiraSans-Italic"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 10,
        "visibility": "visible",
        "symbol-placement": {
          "stops": [[8, "line"], [10, "line-center"]],
          "base": 1
        },
        "symbol-spacing": 1000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-letter-spacing": 0.35,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "text-padding": 1,
        "text-optional": false,
        "symbol-avoid-edges": false,
        "text-keep-upright": false,
        "icon-allow-overlap": false,
        "icon-ignore-placement": false,
        "icon-text-fit": "none",
        "icon-keep-upright": false,
        "icon-pitch-alignment": "auto",
        "text-line-height": 1.1
      },
      "paint": {
        "text-color": "rgba(51, 51, 51, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-translate-anchor": "map",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-ridge-z8_6",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Serres basades en punt.\nMONTSANT"
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 8,
      "maxzoom": 11,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "codigeo", 50101, 50102],
        ["in", "name", "MONTSANT"],
        ["==", "capa", "mtc1m"]
      ],
      "layout": {
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          8,
          ["*", 1.3, ["get", "fontsize"]],
          9,
          ["*", 1.4, ["get", "fontsize"]],
          10,
          ["*", 1.6, ["get", "fontsize"]],
          11,
          ["*", 2, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-Italic"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Italic"]]}
        ],
        "text-transform": "none",
        "text-max-width": 10,
        "symbol-placement": "point",
        "symbol-spacing": 1000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-avoid-edges": false,
        "text-line-height": 1.1,
        "text-justify": "center",
        "text-letter-spacing": 0,
        "visibility": "visible",
        "text-anchor": "center",
        "text-padding": 1,
        "text-offset": {
          "base": 1.2,
          "stops": [[8, [0, -1]], [9, [0, 1.5]], [10, [0, 1]]]
        }
      },
      "paint": {
        "text-color": "rgba(90, 40, 10, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-ridge-z8_5",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Serres basades en punt.\nMONTSIÀ"
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 8,
      "maxzoom": 11,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "codigeo", 50101, 50102],
        ["in", "name", "MONTSIÀ"],
        ["==", "capa", "mtc1m"]
      ],
      "layout": {
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          8,
          ["*", 1.3, ["get", "fontsize"]],
          9,
          ["*", 1.4, ["get", "fontsize"]],
          10,
          ["*", 1.6, ["get", "fontsize"]],
          11,
          ["*", 2, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-Italic"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Italic"]]}
        ],
        "text-transform": "none",
        "text-max-width": {"stops": [[6, 7], [10, 7], [11, 10]]},
        "symbol-placement": "point",
        "symbol-spacing": 1000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-avoid-edges": false,
        "text-line-height": 1.1,
        "text-justify": "center",
        "text-letter-spacing": 0,
        "visibility": "visible",
        "text-anchor": "center",
        "text-offset": [0, 0],
        "text-rotate": -45,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(90, 40, 10, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-ridge-z8_4",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Serres basades en punt.\nMONTNEGRE"
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 8,
      "maxzoom": 11,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "codigeo", 50101, 50102],
        ["in", "name", "MONTNEGRE"],
        ["==", "capa", "mtc1m"]
      ],
      "layout": {
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          8,
          ["*", 1.4, ["get", "fontsize"]],
          9,
          ["*", 1.5, ["get", "fontsize"]],
          10,
          ["*", 1.7, ["get", "fontsize"]],
          11,
          ["*", 2, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-Italic"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Italic"]]}
        ],
        "text-transform": "none",
        "text-max-width": 15,
        "symbol-placement": "point",
        "symbol-spacing": 1000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-avoid-edges": false,
        "text-line-height": 1.1,
        "text-justify": "center",
        "text-letter-spacing": 0,
        "visibility": "visible",
        "text-anchor": "center",
        "text-offset": [-1, 0],
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(90, 40, 10, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-ridge-z8_3",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Serres basades en punt.\nSERRA DE BOUMORT, SERRA DE L'ALBERA"
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 8,
      "maxzoom": 11,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "codigeo", 50101, 50102],
        ["in", "name", "SERRA DE BOUMORT", "SERRA DE L’ALBERA"],
        ["==", "capa", "mtc1m"]
      ],
      "layout": {
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          8,
          ["*", 1.3, ["get", "fontsize"]],
          9,
          ["*", 1.4, ["get", "fontsize"]],
          10,
          ["*", 1.6, ["get", "fontsize"]],
          11,
          ["*", 2, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-Italic"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Italic"]]}
        ],
        "text-transform": "none",
        "text-max-width": {"stops": [[8, 7], [10, 7], [11, 10]]},
        "symbol-placement": "point",
        "symbol-spacing": 1000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-avoid-edges": false,
        "text-line-height": 1.1,
        "text-justify": "center",
        "text-letter-spacing": 0,
        "visibility": "visible",
        "text-anchor": "center",
        "text-padding": 1,
        "text-offset": [0, -1.7]
      },
      "paint": {
        "text-color": "rgba(90, 40, 10, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-ridge-z8_2",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Resta de serres basades en punt."
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 8,
      "maxzoom": 10,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "codigeo", 50101, 50102],
        [
          "!in",
          "name",
          "MONTSANT",
          "MONTNEGRE",
          "SERRA DE L’ALBERA",
          "SERRA DE BOUMORT",
          "PEDRAFORCA",
          "PIRINEUS",
          "EL PORT",
          "MONTSEC",
          "EL CADÍ",
          "MONTSIÀ",
          "MONTSERRAT"
        ],
        ["==", "capa", "mtc1m"]
      ],
      "layout": {
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          8,
          ["*", 1.4, ["get", "fontsize"]],
          9,
          ["*", 1.5, ["get", "fontsize"]],
          10,
          ["*", 1.7, ["get", "fontsize"]],
          11,
          ["*", 2, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-Italic"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Italic"]]}
        ],
        "text-transform": "none",
        "text-max-width": 15,
        "symbol-placement": "point",
        "symbol-spacing": 1000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-avoid-edges": false,
        "text-line-height": 1.1,
        "text-justify": "center",
        "text-letter-spacing": 0,
        "visibility": "visible",
        "text-anchor": "center",
        "text-offset": [-1, -2],
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(90, 40, 10, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-ridge-z8",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Serres basades en línia.\nEL PORT, MONTSEC, EL CADÍ"
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 8,
      "maxzoom": 9,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["in", "codigeo", 50101, 50102],
        ["in", "name", "EL PORT", "MONTSEC", "EL CADÍ"],
        ["==", "capa", "tp1miliol"]
      ],
      "layout": {
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          8,
          ["get", "fontsize"],
          9,
          ["*", 1.2, ["get", "fontsize"]],
          10,
          ["*", 1.6, ["get", "fontsize"]],
          11,
          ["*", 2, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-Italic"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Italic"]]}
        ],
        "text-transform": "none",
        "text-max-width": 10,
        "symbol-placement": "line-center",
        "symbol-spacing": 1000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-avoid-edges": false,
        "text-line-height": 1.2,
        "text-justify": "center",
        "text-letter-spacing": 0.3,
        "visibility": "visible",
        "text-anchor": "center",
        "text-offset": [0, -0.8],
        "text-padding": 0
      },
      "paint": {
        "text-color": "rgba(90, 40, 10, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255,0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-ridge-z9_2",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Serres basades en punt.\nMONTSEC"
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 9,
      "maxzoom": 11,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "codigeo", 50101, 50102],
        ["in", "name", "MONTSEC"],
        ["==", "capa", "mtc1m"]
      ],
      "layout": {
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          8,
          ["*", 1.3, ["get", "fontsize"]],
          9,
          ["*", 1.4, ["get", "fontsize"]],
          10,
          ["*", 1.6, ["get", "fontsize"]],
          11,
          ["*", 2, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-Italic"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Italic"]]}
        ],
        "text-transform": "none",
        "text-max-width": {"stops": [[6, 7], [10, 7], [11, 10]]},
        "symbol-placement": "point",
        "symbol-spacing": 1000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-avoid-edges": false,
        "text-line-height": 1.1,
        "text-justify": "center",
        "visibility": "visible",
        "text-anchor": "center",
        "text-offset": [-1.5, 0],
        "text-rotate": 0,
        "text-padding": 1,
        "text-letter-spacing": 1.5
      },
      "paint": {
        "text-color": "rgba(90, 40, 10, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-ridge-z9",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Serres basades en línia.\nEL PORT, EL CADÍ"
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 9,
      "maxzoom": 11,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["in", "codigeo", 50101, 50102],
        ["in", "name", "EL PORT", "EL CADÍ"],
        ["==", "capa", "toponimia250ml"]
      ],
      "layout": {
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          9,
          ["get", "fontsize"],
          10,
          ["*", 1.2, ["get", "fontsize"]],
          11,
          ["*", 1.4, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-Italic"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Italic"]]}
        ],
        "text-transform": "none",
        "text-max-width": 10,
        "symbol-placement": "line",
        "symbol-spacing": 1000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-avoid-edges": true,
        "text-line-height": 1.2,
        "text-justify": "center",
        "visibility": "visible",
        "text-anchor": "center",
        "text-offset": [0, -0.4],
        "text-padding": 0,
        "text-letter-spacing": 0.2
      },
      "paint": {
        "text-color": "rgba(90, 40, 10, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255,0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-ridge-z11-Pedraforca",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Només PEDRAFORCA com a serra."
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 11,
      "maxzoom": 13,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "name", "PEDRAFORCA"],
        ["==", "justhor", "esquerra"],
        ["==", "justver", "superior"],
        ["==", "capa", "tp050mp"]
      ],
      "layout": {
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          9,
          ["*", 1.3, ["get", "fontsize"]],
          10,
          ["*", 1.4, ["get", "fontsize"]],
          11,
          ["*", 1.6, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-Italic"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Italic"]]}
        ],
        "text-transform": "none",
        "text-max-width": 10,
        "symbol-placement": "point",
        "symbol-spacing": 1000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-avoid-edges": false,
        "text-line-height": 1.1,
        "text-justify": "center",
        "text-letter-spacing": 0.01,
        "visibility": "visible",
        "text-anchor": "center",
        "text-offset": {
          "base": 1.2,
          "stops": [
            [10, [0, -0.5]],
            [11, [0, -1.5]],
            [12, [-1.5, -1.25]],
            [13, [-2, 0]],
            [14, [-2, 0]]
          ]
        },
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(90, 40, 10, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-ridge-z13-Pedraforca",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Només PEDRAFORCA com a serra."
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 13,
      "maxzoom": 15,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "name", "PEDRAFORCA"],
        ["==", "capa", "tp025mp"]
      ],
      "layout": {
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          9,
          ["*", 1.3, ["get", "fontsize"]],
          10,
          ["*", 1.4, ["get", "fontsize"]],
          11,
          ["*", 1.6, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-Italic"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Italic"]]}
        ],
        "text-transform": "none",
        "text-max-width": 10,
        "symbol-placement": "point",
        "symbol-spacing": 1000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-avoid-edges": false,
        "text-line-height": 1.1,
        "text-justify": "center",
        "text-letter-spacing": 0.01,
        "visibility": "visible",
        "text-anchor": "center",
        "text-offset": {
          "base": 1.2,
          "stops": [
            [10, [0, -0.5]],
            [11, [0, -1.5]],
            [12, [-1.5, -1.25]],
            [13, [0, 0]],
            [14, [0, 0]]
          ]
        },
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(90, 40, 10, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-ridge-z11_4",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Serres basades en punt.\nEL CADÍ"
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 11,
      "maxzoom": 12,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "codigeo", 50101, 50102],
        ["in", "name", "EL CADÍ"],
        ["==", "class", "orography"],
        ["==", "capa", "mtc250m"]
      ],
      "layout": {
        "text-size": ["*", 1.5, ["get", "fontsize"]],
        "text-font": ["FiraSans-Italic"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Italic"]]}
        ],
        "text-transform": "none",
        "text-max-width": 10,
        "symbol-placement": "point",
        "symbol-spacing": 1000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-avoid-edges": false,
        "text-line-height": 1.2,
        "text-justify": "center",
        "visibility": "visible",
        "text-anchor": "center",
        "text-offset": [0, -2.5],
        "text-padding": 0,
        "text-letter-spacing": 0.5
      },
      "paint": {
        "text-color": "rgba(90, 40, 10, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255,0.8)",
        "text-halo-blur": 1
      }
    },
    {
      "id": "mountain_peak-ridge-z10_3",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Serres basades en punt.\nMONTSERRAT"
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 10,
      "maxzoom": 12,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "codigeo", 50101, 50102],
        ["in", "name", "MONTSERRAT"],
        ["==", "class", "orography"],
        ["==", "capa", "mtc250m"]
      ],
      "layout": {
        "text-size": ["*", 1.5, ["get", "fontsize"]],
        "text-font": ["FiraSans-Italic"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Italic"]]}
        ],
        "text-transform": "none",
        "text-max-width": 10,
        "symbol-placement": "point",
        "symbol-spacing": 1000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-avoid-edges": false,
        "text-line-height": 1.2,
        "text-justify": "center",
        "visibility": "visible",
        "text-anchor": "center",
        "text-offset": [-2, -0.7],
        "text-padding": 0,
        "text-letter-spacing": 0
      },
      "paint": {
        "text-color": "rgba(90, 40, 10, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255,0.8)",
        "text-halo-blur": 1
      }
    },
    {
      "id": "mountain_peak-ridge-z11_2",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Serres basades en punt.\nMONTSANT"
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 11,
      "maxzoom": 12,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "codigeo", 50101, 50102],
        ["in", "name", "MONTSANT"],
        ["==", "class", "orography"],
        ["==", "capa", "mtc250m"]
      ],
      "layout": {
        "text-size": ["*", 1.5, ["get", "fontsize"]],
        "text-font": ["FiraSans-Italic"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Italic"]]}
        ],
        "text-transform": "none",
        "text-max-width": 10,
        "symbol-placement": "point",
        "symbol-spacing": 1000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-avoid-edges": false,
        "text-line-height": 1.2,
        "text-justify": "center",
        "visibility": "visible",
        "text-anchor": "center",
        "text-offset": [0, -0.7],
        "text-padding": 0,
        "text-letter-spacing": 0
      },
      "paint": {
        "text-color": "rgba(90, 40, 10, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255,0.8)",
        "text-halo-blur": 1
      }
    },
    {
      "id": "mountain_peak-ridge-z11",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Serres basades en punt."
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 11,
      "maxzoom": 12,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "codigeo", 50101, 50102],
        [
          "!in",
          "name",
          "EL CADÍ",
          "MONTSERRAT",
          "MONTSANT",
          "PIRINEUS",
          "PEDRAFORCA",
          "SERRA DE LA MUGA",
          "SERRA DE LA TOSSA",
          "MUNTANYES DE PRADES"
        ],
        ["==", "class", "orography"],
        ["==", "capa", "mtc250m"]
      ],
      "layout": {
        "text-size": ["*", 1.3, ["get", "fontsize"]],
        "text-font": ["FiraSans-Italic"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Italic"]]}
        ],
        "text-transform": "none",
        "text-max-width": {"stops": [[6, 7], [10, 7], [11, 10]]},
        "symbol-placement": "point",
        "symbol-spacing": 1000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-avoid-edges": false,
        "text-line-height": 1.2,
        "text-justify": "center",
        "visibility": "visible",
        "text-anchor": "center",
        "text-offset": [0, 0],
        "text-padding": 0,
        "text-letter-spacing": 0.05
      },
      "paint": {
        "text-color": "rgba(90, 40, 10, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255,0.8)",
        "text-halo-blur": 1
      }
    },
    {
      "id": "mountain_peak-ridge-z12_4",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Serres basades en punt.\nMONTSANT"
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 12,
      "maxzoom": 15,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "name", "MONTSANT"],
        ["in", "capa", "tp050mp", "tp025mp"]
      ],
      "layout": {
        "text-size": ["*", 1.2, ["get", "fontsize"]],
        "text-font": ["FiraSans-Italic"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Italic"]]}
        ],
        "text-transform": "none",
        "text-max-width": 10,
        "symbol-placement": "point",
        "symbol-spacing": 1000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-avoid-edges": false,
        "text-line-height": 1.1,
        "text-justify": "center",
        "text-letter-spacing": 0.05,
        "visibility": "visible",
        "text-padding": 1,
        "text-offset": [10, 4],
        "text-anchor": "top-left"
      },
      "paint": {
        "text-color": "rgba(90, 40, 10, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-ridge-z12_3",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Serres basades en punt.\nEL CADÍ"
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 12,
      "maxzoom": 15,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "name", "EL CADÍ"],
        ["in", "capa", "tp050mp", "tp025mp"]
      ],
      "layout": {
        "text-size": ["*", 1.2, ["get", "fontsize"]],
        "text-font": ["FiraSans-Italic"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Italic"]]}
        ],
        "text-transform": "none",
        "text-max-width": 10,
        "symbol-placement": "point",
        "symbol-spacing": 1000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-avoid-edges": false,
        "text-line-height": 1.1,
        "text-justify": "center",
        "text-letter-spacing": 0.5,
        "visibility": "visible",
        "text-padding": 1,
        "text-anchor": "right",
        "text-offset": [-6, 2.5]
      },
      "paint": {
        "text-color": "rgba(90, 40, 10, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-ridge-z12_2",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Serres principals basades en línia."
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 12,
      "maxzoom": 13,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["in", "name", "EL PORT", "MONTSERRAT"],
        ["in", "capa", "tp050ml"]
      ],
      "layout": {
        "text-size": ["*", 1.2, ["get", "fontsize"]],
        "text-font": ["FiraSans-Italic"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Italic"]]}
        ],
        "text-transform": "none",
        "text-max-width": 10,
        "symbol-placement": "line",
        "symbol-spacing": 1000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-avoid-edges": true,
        "text-line-height": 1.1,
        "text-justify": "center",
        "text-letter-spacing": 0.3,
        "visibility": "visible",
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(90, 40, 10, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-ridge-z12",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Reste de serres basades en línia."
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 12,
      "maxzoom": 13,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["==", "codigeo", 50102],
        [
          "!in",
          "name",
          "EL PORT",
          "EL CADÍ",
          "PIRINEUS",
          "PEDRAFORCA",
          "MONTSANT",
          "MONTSERRAT",
          "MONTSEC"
        ],
        ["in", "capa", "tp050ml"]
      ],
      "layout": {
        "text-size": ["*", 1.5, ["get", "fontsize"]],
        "text-font": ["FiraSans-Italic"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Italic"]]}
        ],
        "text-transform": "none",
        "text-max-width": {"stops": [[6, 7], [10, 7], [11, 10]]},
        "symbol-placement": "line-center",
        "symbol-spacing": 100,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-avoid-edges": true,
        "text-line-height": 1.1,
        "text-justify": "center",
        "text-letter-spacing": 0.3,
        "visibility": "visible",
        "text-anchor": "center",
        "icon-allow-overlap": false,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(90, 40, 10, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-ridge-z13_4",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Serres principals basades en línia."
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 13,
      "maxzoom": 15,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["in", "codigeo", 50101, 50102],
        ["in", "name", "SERRA DE BUSA"],
        ["==", "capa", "tp025ml"]
      ],
      "layout": {
        "text-size": ["*", 1.2, ["get", "fontsize"]],
        "text-font": ["FiraSans-Italic"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Italic"]]}
        ],
        "text-transform": "none",
        "text-max-width": 10,
        "symbol-placement": "line-center",
        "symbol-spacing": 1000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-avoid-edges": true,
        "text-line-height": 1.1,
        "text-justify": "center",
        "text-letter-spacing": 0.5,
        "visibility": "visible",
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(90, 40, 10, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-ridge-z13_3",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Serres principals basades en línia."
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 13,
      "maxzoom": 14,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["in", "codigeo", 50101, 50102],
        ["in", "name", "EL CADÍ"],
        ["==", "capa", "tp025ml"]
      ],
      "layout": {
        "text-size": ["*", 1.2, ["get", "fontsize"]],
        "text-font": ["FiraSans-Italic"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Italic"]]}
        ],
        "text-transform": "none",
        "text-max-width": 10,
        "symbol-placement": "line",
        "symbol-spacing": 1000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-avoid-edges": true,
        "text-line-height": 1.1,
        "text-justify": "center",
        "text-letter-spacing": 0.5,
        "visibility": "visible",
        "text-padding": 1,
        "text-anchor": "top-left",
        "text-offset": [5, 0]
      },
      "paint": {
        "text-color": "rgba(90, 40, 10, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-ridge-z13_2",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Serres principals basades en línia."
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 13,
      "maxzoom": 14,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["in", "codigeo", 50101, 50102],
        ["in", "name", "EL PORT", "MONTSERRAT", "MONTSANT", "MONTSEC"],
        ["==", "capa", "tp025ml"]
      ],
      "layout": {
        "text-size": ["*", 1.2, ["get", "fontsize"]],
        "text-font": ["FiraSans-Italic"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Italic"]]}
        ],
        "text-transform": "none",
        "text-max-width": 10,
        "symbol-placement": "line",
        "symbol-spacing": 1000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-avoid-edges": true,
        "text-line-height": 1.1,
        "text-justify": "center",
        "text-letter-spacing": 0.5,
        "visibility": "visible",
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(90, 40, 10, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-ridge-z13",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Resta de serres basades en línia."
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 12,
      "maxzoom": 15,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["in", "codigeo", 50101, 50102],
        [
          "!in",
          "name",
          "SERRA DE BUSA",
          "EL CADÍ",
          "PIRINEUS",
          "EL PORT",
          "MONTSERRAT",
          "MONTSANT",
          "MONTSEC"
        ],
        ["in", "capa", "tp025ml", "tp050ml"]
      ],
      "layout": {
        "text-size": ["*", 1.4, ["get", "fontsize"]],
        "text-font": ["FiraSans-Italic"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Italic"]]}
        ],
        "text-transform": "none",
        "text-max-width": 10,
        "symbol-placement": "line",
        "symbol-spacing": 1000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-avoid-edges": true,
        "text-line-height": 1.1,
        "text-justify": "center",
        "text-letter-spacing": 0.1,
        "visibility": "visible",
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(90, 40, 10, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-ridge-z14_3",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Resta de serres basades en línia."
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 14,
      "maxzoom": 15,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["in", "codigeo", 50101, 50102],
        [
          "!in",
          "name",
          "EL CADÍ",
          "PIRINEUS",
          "EL PORT",
          "MONTSERRAT",
          "MONTSANT",
          "MONTSEC"
        ],
        ["==", "capa", "tp025ml"]
      ],
      "layout": {
        "text-size": ["*", 1.3, ["get", "fontsize"]],
        "text-font": ["FiraSans-Italic"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Italic"]]}
        ],
        "text-transform": "none",
        "text-max-width": 10,
        "symbol-placement": "line",
        "symbol-spacing": 1000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-avoid-edges": true,
        "text-line-height": 1.1,
        "text-justify": "center",
        "text-letter-spacing": 0.3,
        "visibility": "visible",
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(90, 40, 10, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-ridge-z14_2",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Serres principals basades en línia.\nEL CADÍ"
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 14,
      "maxzoom": 15,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["in", "codigeo", 50101, 50102],
        ["in", "name", "EL CADÍ"],
        ["==", "capa", "tp025ml"]
      ],
      "layout": {
        "text-size": ["get", "fontsize"],
        "text-font": ["FiraSans-Italic"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Italic"]]}
        ],
        "text-transform": "none",
        "text-max-width": 10,
        "symbol-placement": "line-center",
        "symbol-spacing": 10000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-avoid-edges": true,
        "text-line-height": 1.1,
        "text-justify": "center",
        "text-letter-spacing": 1.5,
        "visibility": "visible",
        "text-padding": 1,
        "text-anchor": "top",
        "text-offset": [0, 1]
      },
      "paint": {
        "text-color": "rgba(90, 40, 10, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-ridge-z14",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Restes de serres principals basades en línia."
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 14,
      "maxzoom": 15,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["in", "codigeo", 50101, 50102],
        ["in", "name", "EL PORT", "MONTSERRAT", "MONTSANT", "MONTSEC"],
        ["in", "capa", "tp025ml"]
      ],
      "layout": {
        "text-size": ["get", "fontsize"],
        "text-font": ["FiraSans-Italic"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Italic"]]}
        ],
        "text-transform": "none",
        "text-max-width": 10,
        "symbol-placement": "line",
        "symbol-spacing": 1000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-avoid-edges": true,
        "text-line-height": 1.1,
        "text-justify": "center",
        "text-letter-spacing": 0.5,
        "visibility": "visible",
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(90, 40, 10, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-ridge-z15_4",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Serres principals basades en línia."
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["in", "codigeo", 50101, 50102],
        ["in", "name", "SERRA DE BUSA"],
        ["==", "capa", "place5m2_along"]
      ],
      "layout": {
        "text-size": ["*", 1.2, ["get", "fontsize"]],
        "text-font": ["FiraSans-Italic"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Italic"]]}
        ],
        "text-transform": "none",
        "text-max-width": 10,
        "symbol-placement": "line-center",
        "symbol-spacing": 1000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-avoid-edges": true,
        "text-line-height": 1.1,
        "text-justify": "center",
        "text-letter-spacing": 0.5,
        "visibility": "visible",
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(90, 40, 10, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-ridge-z15_3",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Resta de serres basades en línia."
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["in", "codigeo", 50101, 50102],
        [
          "!in",
          "name",
          "SERRA DE BUSA",
          "EL CADÍ",
          "PIRINEUS",
          "EL PORT",
          "MONTSERRAT",
          "MONTSANT",
          "MONTSEC"
        ],
        ["==", "capa", "place5m2_along"]
      ],
      "layout": {
        "text-size": ["*", 1.3, ["get", "fontsize"]],
        "text-font": ["FiraSans-Italic"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Italic"]]}
        ],
        "text-transform": "none",
        "text-max-width": 10,
        "symbol-placement": "line",
        "text-allow-overlap": true,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-avoid-edges": true,
        "text-line-height": 1.1,
        "text-justify": "center",
        "text-letter-spacing": [
          "interpolate",
          ["linear"],
          ["zoom"],
          15,
          ["*", 0.002, ["get", "interllet"]],
          16,
          ["*", 0.004, ["get", "interllet"]]
        ],
        "visibility": "visible",
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(90, 40, 10, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-ridge-z15_2",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Serres principals basades en línia.\nEL CADÍ"
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["in", "codigeo", 50101, 50102],
        ["in", "name", "EL CADÍ"],
        ["==", "capa", "place5m2_along"]
      ],
      "layout": {
        "text-size": ["get", "fontsize"],
        "text-font": ["FiraSans-Italic"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Italic"]]}
        ],
        "text-transform": "none",
        "text-max-width": 10,
        "symbol-placement": "line-center",
        "symbol-spacing": 10000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-avoid-edges": true,
        "text-line-height": 1.1,
        "text-justify": "center",
        "text-letter-spacing": 1.5,
        "visibility": "visible",
        "text-padding": 1,
        "text-anchor": "top",
        "text-offset": [0, 1]
      },
      "paint": {
        "text-color": "rgba(90, 40, 10, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-ridge-z15",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Restes de serres principals basades en línia."
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["in", "codigeo", 50101, 50102],
        ["in", "name", "EL PORT", "MONTSERRAT", "MONTSANT", "MONTSEC"],
        ["in", "capa", "place5m2_along"]
      ],
      "layout": {
        "text-size": ["get", "fontsize"],
        "text-font": ["FiraSans-Italic"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Italic"]]}
        ],
        "text-transform": "none",
        "text-max-width": 10,
        "symbol-placement": "line",
        "symbol-spacing": 1000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-avoid-edges": true,
        "text-line-height": 1.1,
        "text-justify": "center",
        "text-letter-spacing": 0.5,
        "visibility": "visible",
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(90, 40, 10, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-astronomical_network_z12",
      "type": "symbol",
      "source": "contextmapsadmpt",
      "source-layer": "mountain_peak",
      "minzoom": 12,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "class", "astronomical_network"],
        ["==", "capa", "poi"]
      ],
      "layout": {
        "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-padding": 1,
        "text-font": ["FiraSans-SemiBold"],
        "text-anchor": "right",
        "icon-image": "xarxa_astronomica_11",
        "text-allow-overlap": false,
        "text-size": {"stops": [[9, 9], [11, 9.5], [13, 10]]},
        "icon-allow-overlap": false,
        "icon-padding": 2,
        "text-max-width": 7,
        "icon-pitch-alignment": "auto",
        "text-justify": "right",
        "text-line-height": 1.1,
        "visibility": "visible",
        "symbol-avoid-edges": false,
        "text-ignore-placement": false,
        "text-offset": [-0.8, -0.2],
        "icon-size": 0.8
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(94, 94, 94, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "mountain_peak-peak_z9-R-noele",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Pics sense doblet, sense elevació."},
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 9,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "capa", "poi"],
        ["!has", "ele"],
        ["==", "classicgc", "pic"]
      ],
      "layout": {
        "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-padding": 1,
        "text-font": ["FiraSans-SemiBold"],
        "text-anchor": "center",
        "text-allow-overlap": false,
        "text-size": {"stops": [[9, 9], [11, 9.5], [13, 10]]},
        "icon-allow-overlap": false,
        "icon-size": {"stops": [[7, 0.5], [10, 0.6], [11, 0.7]]},
        "icon-padding": 2,
        "text-max-width": 7,
        "icon-pitch-alignment": "auto",
        "text-justify": "center",
        "text-line-height": 1.1,
        "visibility": "visible",
        "text-offset": [0, 0]
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(94, 94, 94, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "mountain_peak-geovertex-z11-R",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Geovèrtex sense doblet."},
      "source": "contextmapsadmpt",
      "source-layer": "mountain_peak",
      "minzoom": 11,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["has", "ele"],
        ["!has", "name2"],
        [">=", "rank", 1],
        ["==", "class", "geovertex"],
        ["in", "capa", "poi"]
      ],
      "layout": {
        "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},
          "\n",
          ["get", "codi"],
          {"text-font": ["literal", ["FiraSans-Regular"]], "font-scale": 0.9}
        ],
        "text-padding": 1,
        "text-font": ["FiraSans-SemiBold"],
        "text-anchor": "right",
        "icon-image": "vertexs_geodesic_11",
        "text-allow-overlap": false,
        "text-size": {"stops": [[9, 9], [11, 9.5], [13, 10]]},
        "icon-allow-overlap": false,
        "icon-size": {"stops": [[7, 0.5], [10, 0.6], [11, 0.7]]},
        "icon-padding": 2,
        "text-max-width": 9,
        "text-offset": [-0.5, 0],
        "icon-pitch-alignment": "auto",
        "text-justify": "right",
        "text-line-height": 1.1,
        "visibility": "visible",
        "symbol-avoid-edges": false,
        "text-ignore-placement": false
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(94, 94, 94, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "mountain_peak-geovertex-z11-L",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Geovèrtex sense doblet."},
      "source": "contextmapsadmpt",
      "source-layer": "mountain_peak",
      "minzoom": 11,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["has", "ele"],
        ["!has", "name2"],
        [">=", "rank", 2],
        ["==", "class", "geovertex"],
        ["in", "name", "Turó de l'Home"],
        ["in", "capa", "poi"]
      ],
      "layout": {
        "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},
          "\n",
          ["get", "codi"],
          {"text-font": ["literal", ["FiraSans-Regular"]], "font-scale": 0.9}
        ],
        "text-padding": 1,
        "text-font": ["FiraSans-SemiBold"],
        "text-anchor": "left",
        "icon-image": "vertexs_geodesic_11",
        "text-allow-overlap": false,
        "text-size": {"stops": [[9, 9], [11, 9.5], [13, 10]]},
        "icon-allow-overlap": false,
        "icon-size": {"stops": [[7, 0.5], [10, 0.6], [11, 0.7]]},
        "icon-padding": 2,
        "text-offset": [0.5, 0],
        "icon-pitch-alignment": "auto",
        "text-justify": "left",
        "text-line-height": 1.1,
        "visibility": "visible",
        "icon-optional": false,
        "text-max-width": 7
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(94, 94, 94, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "mountain_peak-geovertex-z11_D-R",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Geovèrtex amb doblet."},
      "source": "contextmapsadmpt",
      "source-layer": "mountain_peak",
      "minzoom": 11,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["has", "ele"],
        ["has", "name2"],
        ["==", "class", "geovertex"],
        ["==", "capa", "poi"],
        ["in", "name", "Mont-roig", "la Tosa"]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name"],
          "\n",
          {"text-font": ["literal", ["FiraSans-SemiBold"]], "font-scale": 1},
          ["concat", "(", ["get", "name2"], ")", "\n"],
          {
            "text-font": ["literal", ["FiraSansCondensed-Medium"]],
            "font-scale": 0.9
          },
          ["get", "ele"],
          {"text-font": ["literal", ["FiraSans-Regular"]], "font-scale": 0.9},
          "\n",
          ["get", "codi"],
          {"text-font": ["literal", ["FiraSans-Regular"]], "font-scale": 0.9}
        ],
        "text-padding": 1,
        "text-font": ["FiraSans-SemiBold"],
        "text-anchor": "right",
        "icon-image": "vertexs_geodesic_11",
        "text-allow-overlap": false,
        "text-size": {"stops": [[9, 9], [11, 9.5], [13, 10]]},
        "icon-allow-overlap": false,
        "icon-size": {"stops": [[7, 0.5], [10, 0.6], [11, 0.7]]},
        "icon-padding": 2,
        "text-offset": [-0.6, 0],
        "icon-pitch-alignment": "auto",
        "text-justify": "right",
        "text-line-height": 1.1,
        "text-max-width": 10,
        "visibility": "visible"
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(94, 94, 94, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "mountain_peak-geovertex-z11_D-L",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Geovèrtex amb doblet."},
      "source": "contextmapsadmpt",
      "source-layer": "mountain_peak",
      "minzoom": 11,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["has", "ele"],
        ["has", "name2"],
        ["==", "class", "geovertex"],
        ["==", "capa", "poi"],
        ["!in", "name", "Mont-roig", "la Tosa"]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name"],
          "\n",
          {"text-font": ["literal", ["FiraSans-SemiBold"]], "font-scale": 1},
          ["concat", "(", ["get", "name2"], ")", "\n"],
          {
            "text-font": ["literal", ["FiraSansCondensed-Medium"]],
            "font-scale": 0.9
          },
          ["get", "ele"],
          {"text-font": ["literal", ["FiraSans-Regular"]], "font-scale": 0.9},
          "\n",
          ["get", "codi"],
          {"text-font": ["literal", ["FiraSans-Regular"]], "font-scale": 0.9}
        ],
        "text-padding": 1,
        "text-font": ["FiraSans-SemiBold"],
        "text-anchor": "left",
        "icon-image": "vertexs_geodesic_11",
        "text-allow-overlap": false,
        "text-size": {"stops": [[9, 9], [11, 9.5], [13, 10]]},
        "icon-allow-overlap": false,
        "icon-size": {"stops": [[7, 0.5], [10, 0.6], [11, 0.7]]},
        "icon-padding": 2,
        "text-offset": [0.6, 0],
        "icon-pitch-alignment": "auto",
        "text-justify": "left",
        "text-line-height": 1.1,
        "text-max-width": 10,
        "visibility": "visible"
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(94, 94, 94, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "mountain_peak-peak_z8-L",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Pics sense doblet."},
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 8,
      "maxzoom": 9,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["has", "ele"],
        [
          "in",
          "name",
          "Taga",
          "Roc de Fraussa",
          "Montardo",
          "la Miranda",
          "Puntal dels Escambrons",
          "la Mola",
          "Caro",
          "Turó de l'Home"
        ],
        ["==", "capa", "tp1miliop"],
        ["==", "class", "peak"]
      ],
      "layout": {
        "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-padding": 1,
        "text-font": ["FiraSans-SemiBold"],
        "text-anchor": "left",
        "icon-image": "triangle_11",
        "text-allow-overlap": false,
        "text-size": 9,
        "icon-allow-overlap": false,
        "icon-size": {"stops": [[7, 0.5], [10, 0.6], [11, 0.7]]},
        "icon-padding": 2,
        "text-offset": [0.5, 0],
        "icon-pitch-alignment": "auto",
        "text-justify": "left",
        "text-line-height": 1.1,
        "text-max-width": 7,
        "visibility": "visible"
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(94, 94, 94, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "mountain_peak-peak-z8-R",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Pics sense doblet."},
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 8,
      "maxzoom": 9,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["has", "ele"],
        ["==", "capa", "tp1miliop"],
        ["==", "class", "peak"],
        [
          "!in",
          "name",
          "la Miranda",
          "la Mola",
          "Caro",
          "Puntal dels Escambrons",
          "Montardo",
          "Roc de Fraussa",
          "Taga"
        ]
      ],
      "layout": {
        "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-padding": 1,
        "text-font": ["FiraSans-SemiBold"],
        "text-anchor": "right",
        "icon-image": "triangle_11",
        "text-allow-overlap": false,
        "text-size": 9,
        "icon-allow-overlap": false,
        "icon-size": {"stops": [[7, 0.5], [10, 0.6], [11, 0.7]]},
        "icon-padding": 2,
        "text-offset": [-0.5, -0.1],
        "icon-pitch-alignment": "auto",
        "text-justify": "right",
        "text-line-height": 1.1,
        "text-max-width": 7,
        "visibility": "visible"
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(94, 94, 94, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "mountain_peak-peak-z8_D",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Pics amb doblet.\nMontsent"},
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 8,
      "maxzoom": 9,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["!in", "name", "vèrtex geodèsic"],
        ["has", "ele"],
        ["has", "name2"],
        ["==", "class", "peak"],
        ["==", "capa", "tp1miliop"]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name"],
          "\n",
          {"text-font": ["literal", ["FiraSans-SemiBold"]], "font-scale": 1},
          ["concat", "(", ["get", "name2"], ")", "\n"],
          {
            "text-font": ["literal", ["FiraSansCondensed-Medium"]],
            "font-scale": 0.9
          },
          ["get", "ele"],
          {"text-font": ["literal", ["FiraSans-Regular"]], "font-scale": 0.9}
        ],
        "text-padding": 1,
        "text-font": ["FiraSans-SemiBold"],
        "text-anchor": "left",
        "icon-image": "triangle_11",
        "text-allow-overlap": false,
        "text-size": 9,
        "icon-allow-overlap": true,
        "icon-size": {"stops": [[7, 0.5], [10, 0.6], [11, 0.7]]},
        "icon-padding": 2,
        "text-max-width": 50,
        "text-offset": [0.4, 0],
        "icon-pitch-alignment": "auto",
        "text-justify": "left",
        "text-line-height": 1.1,
        "visibility": "visible"
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(94, 94, 94, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "mountain_peak-peak_z9-R2",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "Pics sense doblet de fora de Catalunya."
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 9,
      "maxzoom": 10,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "capa", "toponimia250mp"],
        ["==", "zoom9", "SI"],
        ["==", "class", "peak"],
        ["==", "outcat", 1]
      ],
      "layout": {
        "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-padding": 1,
        "text-font": ["FiraSans-SemiBold"],
        "text-anchor": "right",
        "icon-image": "triangle_11",
        "text-allow-overlap": false,
        "text-size": 9,
        "icon-allow-overlap": false,
        "icon-size": {"stops": [[7, 0.5], [10, 0.6], [11, 0.7]]},
        "icon-padding": 2,
        "text-max-width": 7,
        "text-offset": [-0.5, 0],
        "icon-pitch-alignment": "auto",
        "text-justify": "right",
        "text-line-height": 1.1,
        "visibility": "visible"
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(94, 94, 94, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "mountain_peak-peak_z10-R2",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "Pics sense doblet de fora de Catalunya."
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 10,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "class", "peak"],
        ["==", "outcat", 1],
        ["==", "capa", "toponimia250mp"]
      ],
      "layout": {
        "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-padding": 1,
        "text-font": ["FiraSans-SemiBold"],
        "text-anchor": "right",
        "icon-image": "triangle_11",
        "text-allow-overlap": false,
        "text-size": 9,
        "icon-allow-overlap": false,
        "icon-size": {"stops": [[7, 0.5], [10, 0.6], [11, 0.7]]},
        "icon-padding": 2,
        "text-max-width": 7,
        "text-offset": [-0.5, 0],
        "icon-pitch-alignment": "auto",
        "text-justify": "right",
        "text-line-height": 1.1,
        "visibility": "visible"
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(94, 94, 94, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "mountain_peak-peak_z9-R",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Pics sense doblet."},
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 9,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["has", "ele"],
        ["!has", "name2"],
        [">=", "rank", 1],
        ["==", "class", "peak"],
        [
          "!in",
          "name",
          "Turó de Tagamanent",
          "Torreta de l'Orri",
          "Pic de Comaloforno",
          "Mont-roig",
          "la Tosa",
          "Tuc de Molières",
          "Pic de Russell",
          "Mont Valièr",
          "les Agudes"
        ],
        ["in", "capa", "poi"]
      ],
      "layout": {
        "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-padding": 1,
        "text-font": ["FiraSans-SemiBold"],
        "text-anchor": "right",
        "icon-image": "triangle_11",
        "text-allow-overlap": false,
        "text-size": {"stops": [[9, 9], [11, 9.5], [13, 10]]},
        "icon-allow-overlap": false,
        "icon-size": {"stops": [[7, 0.5], [10, 0.6], [11, 0.7]]},
        "icon-padding": 2,
        "text-max-width": 7,
        "text-offset": [-0.5, 0],
        "icon-pitch-alignment": "auto",
        "text-justify": "right",
        "text-line-height": 1.1,
        "visibility": "visible"
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(94, 94, 94, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "mountain_peak-peak_z9-R-geovertex",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Vèrtexs geodèsics fins al z11."},
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 9,
      "maxzoom": 11,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["has", "ele"],
        ["!has", "name2"],
        [">=", "rank", 1],
        ["==", "class", "geovertex"],
        [
          "!in",
          "name",
          "Turó de Tagamanent",
          "Torreta de l'Orri",
          "Pic de Comaloforno",
          "Mont-roig",
          "la Tosa",
          "Tuc de Molières",
          "Pic de Russell",
          "Mont Valièr",
          "les Agudes"
        ],
        ["in", "capa", "poi"]
      ],
      "layout": {
        "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-padding": 1,
        "text-font": ["FiraSans-SemiBold"],
        "text-anchor": "right",
        "icon-image": "triangle_11",
        "text-allow-overlap": false,
        "text-size": {"stops": [[9, 9], [11, 9.5], [13, 10]]},
        "icon-allow-overlap": false,
        "icon-size": {"stops": [[7, 0.5], [10, 0.6], [11, 0.7]]},
        "icon-padding": 2,
        "text-max-width": 7,
        "text-offset": [-0.5, 0],
        "icon-pitch-alignment": "auto",
        "text-justify": "right",
        "text-line-height": 1.1,
        "visibility": "visible"
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(94, 94, 94, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "mountain_peak-peak_z9-L2",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Pics sense doblet."},
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 9,
      "maxzoom": 11,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["has", "ele"],
        ["!has", "name2"],
        [">=", "rank", 2],
        ["==", "class", "geovertex"],
        ["in", "name", "Turó de l'Home"],
        ["in", "capa", "poi"]
      ],
      "layout": {
        "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-padding": 1,
        "text-font": ["FiraSans-SemiBold"],
        "text-anchor": "left",
        "icon-image": "triangle_11",
        "text-allow-overlap": false,
        "text-size": {"stops": [[9, 9], [11, 9.5], [13, 10]]},
        "icon-allow-overlap": false,
        "icon-size": {"stops": [[7, 0.5], [10, 0.6], [11, 0.7]]},
        "icon-padding": 2,
        "text-offset": [0.5, 0],
        "icon-pitch-alignment": "auto",
        "text-justify": "left",
        "text-line-height": 1.1,
        "visibility": "visible",
        "icon-optional": false,
        "text-max-width": 7
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(94, 94, 94, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "mountain_peak-peak_z9-L",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Pics sense doblet."},
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 9,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["has", "ele"],
        ["!has", "name2"],
        [">=", "rank", 2],
        ["==", "class", "peak"],
        [
          "in",
          "name",
          "Torreta de l'Orri",
          "Pic de Comaloforno",
          "Tuc de Molières",
          "Pic de Russell",
          "Mont Valièr",
          "les Agudes"
        ],
        ["in", "capa", "toponimia250mp", "poi"]
      ],
      "layout": {
        "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-padding": 1,
        "text-font": ["FiraSans-SemiBold"],
        "text-anchor": "left",
        "icon-image": "triangle_11",
        "text-allow-overlap": false,
        "text-size": {"stops": [[9, 9], [11, 9.5], [13, 10]]},
        "icon-allow-overlap": false,
        "icon-size": {"stops": [[7, 0.5], [10, 0.6], [11, 0.7]]},
        "icon-padding": 2,
        "text-offset": [0.5, 0],
        "icon-pitch-alignment": "auto",
        "text-justify": "left",
        "text-line-height": 1.1,
        "visibility": "visible",
        "icon-optional": false,
        "text-max-width": 7
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(94, 94, 94, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "mountain_peak-peak_z9_D-R",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Pics amb doblet."},
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 9,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["has", "ele"],
        ["has", "name2"],
        [">=", "rank", 2],
        ["in", "capa", "poi"],
        ["==", "class", "peak"]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name"],
          "\n",
          {"text-font": ["literal", ["FiraSans-SemiBold"]], "font-scale": 1},
          ["concat", "(", ["get", "name2"], ")", "\n"],
          {
            "text-font": ["literal", ["FiraSansCondensed-Medium"]],
            "font-scale": 0.9
          },
          ["get", "ele"],
          {"text-font": ["literal", ["FiraSans-Regular"]], "font-scale": 0.9}
        ],
        "text-padding": 1,
        "text-font": ["FiraSans-SemiBold"],
        "text-anchor": "right",
        "icon-image": "triangle_11",
        "text-allow-overlap": false,
        "text-size": {"stops": [[9, 9], [11, 9.5], [13, 10]]},
        "icon-allow-overlap": false,
        "icon-size": {"stops": [[7, 0.5], [10, 0.6], [11, 0.7]]},
        "icon-padding": 2,
        "text-max-width": 7,
        "text-offset": [-0.5, 0],
        "icon-pitch-alignment": "auto",
        "text-justify": "right",
        "text-line-height": 1.1,
        "visibility": "visible",
        "icon-optional": true,
        "text-optional": true
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(94, 94, 94, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "mountain_peak-peak_z9_D",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Pics amb doblet."},
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 9,
      "maxzoom": 11,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["has", "ele"],
        ["has", "name2"],
        ["==", "class", "peak"]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name"],
          "\n",
          {"text-font": ["literal", ["FiraSans-SemiBold"]], "font-scale": 1},
          ["concat", "(", ["get", "name2"], ")", "\n"],
          {
            "text-font": ["literal", ["FiraSansCondensed-Medium"]],
            "font-scale": 0.9
          },
          ["get", "ele"],
          {"text-font": ["literal", ["FiraSans-Regular"]], "font-scale": 0.9}
        ],
        "text-padding": 1,
        "text-font": ["FiraSans-SemiBold"],
        "text-anchor": "left",
        "icon-image": "triangle_11",
        "text-allow-overlap": false,
        "text-size": {"stops": [[9, 9], [11, 9.5], [13, 10]]},
        "icon-allow-overlap": true,
        "icon-size": {"stops": [[7, 0.5], [10, 0.6], [11, 0.7]]},
        "icon-padding": 2,
        "text-offset": [0.5, 0],
        "icon-pitch-alignment": "auto",
        "text-justify": "left",
        "text-line-height": 1.1,
        "text-max-width": 10,
        "visibility": "visible"
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(94, 94, 94, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "mountain_peak-peak_z7_Pedraforca",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Pedraforca: topònim i cota"},
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 8,
      "maxzoom": 9,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["has", "ele"],
        ["!has", "name2"],
        ["==", "rank", 1],
        ["has", "icgc_id"],
        ["in", "name", "Pedraforca"]
      ],
      "layout": {
        "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-padding": 1,
        "text-font": ["FiraSans-SemiBold"],
        "text-anchor": "left",
        "icon-image": "triangle_11",
        "text-allow-overlap": false,
        "text-size": 9,
        "icon-allow-overlap": true,
        "icon-size": {"stops": [[7, 0.5], [10, 0.6], [11, 0.7]]},
        "icon-padding": 2,
        "text-offset": [0.5, 0],
        "icon-pitch-alignment": "auto",
        "text-justify": "left",
        "text-line-height": 1.1,
        "text-max-width": 7,
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(94, 94, 94, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-peak_z9_Pedraforca",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Pedraforca: cota"},
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 9,
      "maxzoom": 11,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["has", "ele"],
        ["!has", "name2"],
        [">=", "rank", 2],
        ["==", "class", "peak"],
        ["in", "name", "Pollegó Superior"]
      ],
      "layout": {
        "text-field": "{ele}",
        "text-padding": 1,
        "text-font": ["FiraSans-Regular"],
        "text-anchor": "left",
        "icon-image": "triangle_11",
        "text-allow-overlap": false,
        "text-size": 8.5,
        "icon-allow-overlap": false,
        "icon-size": {"stops": [[7, 0.5], [10, 0.6], [11, 0.7]]},
        "icon-padding": 2,
        "text-max-width": 7,
        "text-offset": [0.5, 0],
        "icon-pitch-alignment": "auto",
        "text-justify": "left",
        "text-line-height": 1.1,
        "visibility": "visible"
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(94, 94, 94, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "mountain_peak-peak_z11_Pedraforca_left",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Pedraforca:\nPollegó Inferior"},
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 11,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["has", "ele"],
        ["!has", "name2"],
        ["in", "name", "Pollegó Inferior"]
      ],
      "layout": {
        "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-padding": 1,
        "text-font": ["FiraSans-SemiBold"],
        "text-anchor": "left",
        "icon-image": "triangle_11",
        "text-allow-overlap": false,
        "text-size": {"stops": [[11, 9.5], [13, 10]]},
        "icon-allow-overlap": false,
        "icon-size": {"stops": [[7, 0.5], [10, 0.6], [11, 0.7]]},
        "icon-padding": 2,
        "text-offset": [0.5, 0],
        "icon-pitch-alignment": "auto",
        "text-justify": "left",
        "text-line-height": 1.1,
        "visibility": "visible",
        "text-max-width": {"stops": [[10, 10], [12, 10]]}
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(94, 94, 94, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "mountain_peak-peak_z11_Pedraforca_right",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Pedraforca:\nPollegó Superior"},
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 11,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["has", "ele"],
        ["!has", "name2"],
        ["in", "name", "Pollegó Superior"]
      ],
      "layout": {
        "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-padding": 1,
        "text-font": ["FiraSans-SemiBold"],
        "text-anchor": "right",
        "icon-image": "triangle_11",
        "text-allow-overlap": false,
        "text-size": {"stops": [[11, 9.5], [13, 10]]},
        "icon-allow-overlap": false,
        "icon-size": {"stops": [[7, 0.5], [10, 0.6], [11, 0.7]]},
        "icon-padding": 2,
        "text-max-width": 10,
        "text-offset": [-0.5, 0],
        "icon-pitch-alignment": "auto",
        "text-justify": "right",
        "text-line-height": 1.1,
        "visibility": "visible"
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(94, 94, 94, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "mountain_peak-peak_z8-L2",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Pics sense doblet."},
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 9,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["has", "ele"],
        [
          "in",
          "name",
          "Puntal dels Escambrons",
          "la Mola",
          "Caro",
          "Turó de l'Home"
        ],
        ["in", "capa", "tp1miliop"]
      ],
      "layout": {
        "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-padding": 1,
        "text-font": ["FiraSans-SemiBold"],
        "text-anchor": "left",
        "icon-image": "triangle_11",
        "text-allow-overlap": true,
        "text-size": {"stops": [[9, 9], [11, 9.5], [13, 10]]},
        "icon-allow-overlap": true,
        "icon-size": {"stops": [[7, 0.5], [10, 0.6], [11, 0.7]]},
        "icon-padding": 2,
        "text-offset": [0.5, 0],
        "icon-pitch-alignment": "auto",
        "text-justify": "left",
        "text-line-height": 1.1,
        "text-max-width": 7,
        "visibility": "visible"
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(94, 94, 94, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "mountain_peak-peak_z16",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Pics a escala 5m."},
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 16,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "capa", "place5m2"],
        ["in", "codigeo", 50203, 50103]
      ],
      "layout": {
        "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-padding": 1,
        "text-font": ["FiraSans-SemiBold"],
        "text-anchor": ["get", "anchor"],
        "text-allow-overlap": false,
        "text-size": {
          "stops": [[1, 10], [9, 9], [16, 10], [20, 12]],
          "base": 0.5
        },
        "icon-allow-overlap": false,
        "icon-size": {"stops": [[7, 0.5], [10, 0.6], [11, 0.7]]},
        "icon-padding": 2,
        "icon-pitch-alignment": "auto",
        "text-justify": ["get", "justify"],
        "text-line-height": 1.1,
        "visibility": "visible",
        "text-offset": {"base": 1, "stops": [[16, [0, -1]], [20, [0, 0]]]},
        "text-max-width": 7
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(94, 94, 94, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "mountain_peak-natural_beach-z12",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Platja, platjola"
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 12,
      "maxzoom": 15,
      "filter": [
        "all",
        ["==", "codigeo", 51008],
        ["in", "capa", "tp050ml", "tp025ml"]
      ],
      "layout": {
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 50,
        "symbol-placement": "line-center",
        "symbol-spacing": {"stops": [[12, 250], [15, 500]]},
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-anchor": ["get", "anchor"],
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          12,
          ["*", 1.4, ["get", "fontsize"]],
          13,
          ["*", 1.6, ["get", "fontsize"]],
          14,
          ["*", 1.7, ["get", "fontsize"]],
          15,
          ["*", 1.8, ["get", "fontsize"]]
        ],
        "visibility": "visible",
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-justify": ["get", "justify"],
        "text-letter-spacing": 0.05,
        "text-offset": [0, 0]
      },
      "paint": {
        "text-color": "rgba(51, 51, 51, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-natural-line-z15",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "codigeo", 50502, 51008],
        ["==", "capa", "place5m2_along"]
      ],
      "layout": {
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 100,
        "symbol-placement": "line-center",
        "symbol-spacing": 250,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-letter-spacing": 0.05,
        "text-anchor": ["get", "anchor"],
        "text-offset": [1, 0],
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          15,
          ["*", 1.5, ["get", "fontsize"]],
          16,
          ["*", 1.6, ["get", "fontsize"]],
          17,
          ["*", 1.8, ["get", "fontsize"]],
          18,
          ["*", 2, ["get", "fontsize"]]
        ],
        "visibility": "visible",
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-justify": ["get", "justify"]
      },
      "paint": {
        "text-color": "rgba(51, 51, 51, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "poi-park-rank_4_maritime-zonaperif-z13",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "CodiGeo: 40827"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "name", "Zona perifèrica de protecció"],
        ["!=", "capa ", "tp025mp"],
        ["!=", "icgc_id", 82832]
      ],
      "layout": {
        "text-letter-spacing": 0.1,
        "text-size": {
          "base": 1.2,
          "stops": [[10, 10], [11, 11], [12, 12], [17, 14]]
        },
        "text-font": {
          "base": 1,
          "stops": [[13, ["FiraSans-Bold"]], [15, ["FiraSans-Regular"]]]
        },
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "none",
        "text-max-width": 10,
        "symbol-spacing": 350,
        "symbol-placement": "point",
        "icon-text-fit": "none",
        "text-justify": "center",
        "text-anchor": "top",
        "visibility": "visible",
        "text-offset": [6, -1]
      },
      "paint": {
        "text-color": {
          "stops": [
            [13, "rgba(0, 110, 255, 1)"],
            [14.9, "rgba(0, 110, 255, 1)"],
            [15, "rgba(65, 65, 65, 1)"]
          ]
        },
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 1
      }
    },
    {
      "id": "poi-park-rank_4_maritime-z12",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "CodiGeo: 40827"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        [
          "in",
          "name",
          "RESERVA MARINA DE MASIA BLANCA",
          "RNP DEL CAP GROS - CAP DE CREUS",
          "RESERVA NATURAL PARCIAL MARINA DE LES ILLES MEDES",
          "LA ROJALA - PLATJA DEL TORN",
          "CAP DE SANTES CREUS - LITORAL MERIDIONAL TARRAGONÍ",
          "PLATJA DE TORREDEMBARRA I CREIXELL",
          "TAMARIT - PUNTA DE LA MÓRA",
          "COSTES DE GARRAF",
          "GRAPISSAR DE MASIA BLANCA",
          "RESERVA NATURAL PARCIAL MARINA DE LES ILLES MEDES"
        ],
        ["!=", "name", "ÀREA PROTEGIDA DE LES ILLES MEDES"],
        ["!in", "capa ", "place25m"],
        ["has", "icgc_zoom"]
      ],
      "layout": {
        "text-letter-spacing": 0.1,
        "text-size": {
          "base": 1.2,
          "stops": [[10, 10], [11, 11], [12, 12], [17, 14]]
        },
        "text-font": {
          "base": 1,
          "stops": [[13, ["FiraSans-Bold"]], [15, ["FiraSans-Regular"]]]
        },
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "none",
        "text-max-width": 10,
        "symbol-spacing": 350,
        "symbol-placement": "point",
        "icon-text-fit": "none",
        "text-justify": "center",
        "text-anchor": "top",
        "visibility": "visible",
        "text-offset": [6, -1]
      },
      "paint": {
        "text-color": {
          "stops": [
            [13, "rgba(0, 110, 255, 1)"],
            [14.9, "rgba(0, 110, 255, 1)"],
            [15, "rgba(65, 65, 65, 1)"]
          ]
        },
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 1
      }
    },
    {
      "id": "poi-park-rank_2_diba-z12",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Espais Naturals de la DIBA.\nCodiGeo: 40826"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 12,
      "maxzoom": 14,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        [
          "in",
          "name",
          "PARC AGRARI DEL BAIX LLOBREGAT",
          "PARC DEL CASTELL DE MONTESQUIU",
          "ESPAI NATURAL DE LES GUILLERIES - SAVASSONA"
        ],
        ["in", "capa", "tp050mp"]
      ],
      "layout": {
        "text-letter-spacing": 0.05,
        "text-size": {
          "base": 1.2,
          "stops": [[10, 10], [11, 11], [12, 12], [15, 14]]
        },
        "text-font": ["FiraSans-Bold"],
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "uppercase",
        "text-max-width": 10,
        "symbol-placement": "point",
        "text-allow-overlap": false,
        "symbol-spacing": 400,
        "visibility": "visible",
        "text-line-height": 1.1,
        "text-padding": 3
      },
      "paint": {
        "text-color": {
          "stops": [
            [11, "rgba(45, 100, 17, 1)"],
            [14.9, "rgba(45, 100, 17, 1)"],
            [15, "rgba(66, 66, 66, 1)"]
          ]
        },
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 1
      }
    },
    {
      "id": "poi-park-rank_2_diba-z14",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Espais Naturals de la DIBA.\nCodiGeo: 40826"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 13,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        [
          "in",
          "name",
          "PARC AGRARI DEL BAIX LLOBREGAT",
          "PARC DEL CASTELL DE MONTESQUIU",
          "ESPAI NATURAL DE LES GUILLERIES - SAVASSONA"
        ],
        ["in", "capa", "tp025mp"]
      ],
      "layout": {
        "text-letter-spacing": 0.05,
        "text-size": {
          "base": 1.2,
          "stops": [[10, 10], [11, 11], [12, 12], [15, 14]]
        },
        "text-font": ["FiraSans-Bold"],
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "uppercase",
        "text-max-width": 10,
        "symbol-placement": "point",
        "text-allow-overlap": false,
        "symbol-spacing": 400,
        "visibility": "visible",
        "text-line-height": 1.1,
        "text-padding": 3
      },
      "paint": {
        "text-color": {
          "stops": [
            [11, "rgba(45, 100, 17, 1)"],
            [14.9, "rgba(45, 100, 17, 1)"],
            [15, "rgba(66, 66, 66, 1)"]
          ]
        },
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 1
      }
    },
    {
      "id": "poi-park-rank_2_diba-z16",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Espais Naturals de la DIBA.\nCodiGeo: 40826"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        [
          "in",
          "name",
          "PARC AGRARI DEL BAIX LLOBREGAT",
          "PARC DEL CASTELL DE MONTESQUIU",
          "ESPAI NATURAL DE LES GUILLERIES - SAVASSONA"
        ],
        ["in", "capa", "place5m2"]
      ],
      "layout": {
        "text-letter-spacing": 0.05,
        "text-size": {
          "base": 1.2,
          "stops": [[10, 10], [11, 11], [12, 12], [15, 14]]
        },
        "text-font": ["FiraSans-Bold"],
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "uppercase",
        "text-max-width": 10,
        "symbol-placement": "point",
        "text-allow-overlap": false,
        "symbol-spacing": 400,
        "visibility": "visible",
        "text-line-height": 1.1,
        "text-padding": 3
      },
      "paint": {
        "text-color": {
          "stops": [
            [11, "rgba(45, 100, 17, 1)"],
            [14.9, "rgba(45, 100, 17, 1)"],
            [15, "rgba(66, 66, 66, 1)"]
          ]
        },
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 1
      }
    },
    {
      "id": "poi-park-rank_2-z12",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Natural Park"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 12,
      "maxzoom": 15,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "codigeo", 40825],
        [
          "!in",
          "name",
          "GRAPISSAR DE MASIA BLANCA",
          "COSTES DE GARRAF",
          "RESERVA MARINA DE MASIA BLANCA",
          "RNP DEL CAP NORFEU",
          "PARATGE NATURAL D'INTERÈS NACIONAL DE POBLET",
          "PARC D'OLÈRDOLA",
          "PARATGE NATURAL D'INTERÈS NACIONAL DEL MASSÍS DEL PEDRAFORCA",
          "RNP DEL CAP GROS - CAP DE CREUS",
          "PARC NATURAL DEL CAP DE CREUS",
          "RNI DEL CAP DE CREUS",
          "PARC AGRARI DEL BAIX LLOBREGAT",
          "RES. NAT. PARCIAL MARINA DE LES ILLES MEDES"
        ],
        ["in", "capa", "tp050mp", "tp025mp"]
      ],
      "layout": {
        "text-size": {"base": 1.2, "stops": [[10, 11], [15, 14]]},
        "text-font": ["FiraSans-Bold"],
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "uppercase",
        "text-max-width": 80,
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "icon-keep-upright": false,
        "icon-allow-overlap": false,
        "icon-ignore-placement": false,
        "visibility": "visible",
        "text-line-height": 1.1,
        "text-padding": 3,
        "text-letter-spacing": {"stops": [[11, 0.1], [20, 0.3]], "base": 0.3}
      },
      "paint": {
        "text-color": "rgba(45, 100, 17, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 1
      }
    },
    {
      "id": "poi-park-rank_2-z15",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Natural Park"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "codigeo", 40825],
        [
          "!in",
          "name",
          "GRAPISSAR DE MASIA BLANCA",
          "COSTES DE GARRAF",
          "RESERVA MARINA DE MASIA BLANCA",
          "RNP DEL CAP NORFEU",
          "PARATGE NATURAL D'INTERÈS NACIONAL DE POBLET",
          "PARC D'OLÈRDOLA",
          "PARATGE NATURAL D'INTERÈS NACIONAL DEL MASSÍS DEL PEDRAFORCA",
          "RNP DEL CAP GROS - CAP DE CREUS",
          "PARC NATURAL DEL CAP DE CREUS",
          "RNI DEL CAP DE CREUS",
          "PARC AGRARI DEL BAIX LLOBREGAT"
        ],
        ["==", "capa", "place5m2"]
      ],
      "layout": {
        "text-letter-spacing": 0.1,
        "text-size": {"base": 1.2, "stops": [[10, 11], [15, 14]]},
        "text-font": ["FiraSans-Bold"],
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "uppercase",
        "text-max-width": 10,
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "icon-keep-upright": false,
        "icon-allow-overlap": false,
        "icon-ignore-placement": false,
        "visibility": "visible",
        "text-line-height": 1.1,
        "text-padding": 3
      },
      "paint": {
        "text-color": "rgba(45, 100, 17, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 1
      }
    },
    {
      "id": "poi-park-rank_1-z12",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "National Park"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "codigeo", 40824],
        ["!in", "capa ", "place25m"]
      ],
      "layout": {
        "text-letter-spacing": 0.1,
        "text-size": {"base": 1.2, "stops": [[10, 11], [15, 14]]},
        "text-font": ["FiraSans-Bold"],
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "uppercase",
        "text-max-width": 10,
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-padding": 1,
        "icon-keep-upright": false,
        "icon-allow-overlap": false,
        "icon-ignore-placement": false,
        "visibility": "visible",
        "text-line-height": 1.1
      },
      "paint": {
        "text-color": "rgba(45, 100, 17, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "poi-level-3",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 16,
      "maxzoom": 18,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        [">=", "rank", 25],
        ["!has", "icgc_id"],
        [
          "!in",
          "class",
          "hairdresser",
          "bakery",
          "cafe",
          "library",
          "pharmacy",
          "bank",
          "bar",
          "fast_food",
          "shop",
          "beer",
          "clothing_store",
          "bicycle",
          "restaurant",
          "grocery",
          "garden",
          "bollard",
          "office",
          "park",
          "bus",
          "entrance",
          "ice_cream",
          "alcohol_shop",
          "music",
          "swimming",
          "atm"
        ]
      ],
      "layout": {
        "text-padding": 1,
        "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",
        "text-line-height": 1.1
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(102, 102, 102, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "poi-level-2",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 14,
      "maxzoom": 18,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["<=", "rank", 24],
        [">=", "rank", 15],
        ["!has", "icgc_id"],
        [
          "!in",
          "class",
          "hairdresser",
          "bakery",
          "cafe",
          "library",
          "pharmacy",
          "bank",
          "bar",
          "fast_food",
          "shop",
          "beer",
          "clothing_store",
          "bicycle",
          "restaurant",
          "grocery",
          "garden",
          "bollard",
          "office",
          "park",
          "bus",
          "entrance",
          "ice_cream",
          "alcohol_shop",
          "music",
          "swimming",
          "atm"
        ]
      ],
      "layout": {
        "text-padding": 2,
        "text-font": ["FiraSans-Regular"],
        "text-anchor": "top",
        "icon-image": "{class}_11",
        "text-field": "{name:latin}\n{name:nonlatin}",
        "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": "poi-level-1",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["!has", "icgc_id"],
        [
          "!in",
          "class",
          "hairdresser",
          "bakery",
          "cafe",
          "library",
          "pharmacy",
          "bank",
          "bar",
          "fast_food",
          "shop",
          "beer",
          "clothing_store",
          "bicycle",
          "restaurant",
          "grocery",
          "garden",
          "bollard",
          "office",
          "park",
          "bus",
          "entrance",
          "ice_cream",
          "alcohol_shop",
          "music",
          "swimming",
          "atm"
        ]
      ],
      "layout": {
        "text-padding": 2,
        "text-font": ["FiraSans-Regular"],
        "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",
        "text-allow-overlap": false,
        "icon-allow-overlap": true,
        "icon-size": 1
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "#666",
        "text-halo-width": 1,
        "text-halo-color": "#ffffff"
      }
    },
    {
      "id": "poi-water",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 12,
      "maxzoom": 19,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "codigeo", "60304", "60305"]
      ],
      "layout": {
        "text-padding": 1,
        "text-font": ["FiraSans-Regular"],
        "text-anchor": "top",
        "icon-image": "triangle_11",
        "text-field": "{name:latin}",
        "text-offset": [0, 0.6],
        "text-size": 12,
        "text-max-width": 9,
        "visibility": "visible",
        "text-line-height": 1.1
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(102, 102, 102, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "poi-submarinisme",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": ["all", ["==", "classicgc", "submarinisme"]],
      "layout": {
        "text-padding": 1,
        "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-z-order": "auto",
        "text-allow-overlap": false,
        "text-line-height": 1.1
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(41, 41, 41, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "poi-picnic",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": ["all", ["==", "class", "picnic_site"]],
      "layout": {
        "text-padding": 1,
        "text-font": ["FiraSans-Regular"],
        "text-anchor": "top",
        "icon-image": "area_picnic_11",
        "text-field": "",
        "text-offset": [0, 0.6],
        "text-size": 12,
        "text-max-width": 9,
        "visibility": "visible",
        "text-line-height": 1.1
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(41, 41, 41, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "poi-no-top-railway",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": ["all", ["in", "class", "railway"]],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": {"base": 1.2, "stops": [[12, 10], [15, 11]]},
        "text-font": ["FiraSans-Regular"],
        "text-field": "{name:latin}",
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible",
        "text-justify": "center",
        "text-anchor": "top",
        "icon-anchor": "bottom",
        "symbol-spacing": 80,
        "icon-size": 1,
        "text-allow-overlap": false,
        "icon-image": "railway_11",
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(66, 66, 66, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "poi-espai-natural-protegit",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "classicgc", "espai_natural_protegit", "espai_natural_1"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": {"base": 1.2, "stops": [[12, 10], [15, 11]]},
        "text-font": ["FiraSans-Regular"],
        "text-field": "",
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible",
        "text-justify": "center",
        "text-anchor": "top",
        "icon-anchor": "bottom",
        "icon-image": "espai_natural_1_11",
        "symbol-spacing": 80,
        "icon-size": 1,
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(66, 66, 66, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "poi-camp_esports",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "zooms 11 a 15"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": ["all", ["in", "codigeo", 40804, 40805, 40806, 40807]],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          14,
          ["*", 1.4, ["get", "fontsize"]],
          15,
          ["*", 1.6, ["get", "fontsize"]],
          16,
          ["*", 1.8, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-Regular"],
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible",
        "text-justify": "center",
        "text-anchor": "top",
        "icon-anchor": "bottom",
        "symbol-spacing": 80,
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(66, 66, 66, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "poi-cap",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["<", "rank", 3],
        ["in", "class", "CAP"]
      ],
      "layout": {
        "text-padding": 1,
        "text-font": ["FiraSans-Regular"],
        "text-anchor": "top",
        "icon-image": "hospital_11",
        "text-field": "{name:latin}{name:nonlatin}",
        "text-offset": [0, 0.6],
        "text-size": 10,
        "text-max-width": 9,
        "visibility": "visible",
        "text-allow-overlap": false,
        "icon-allow-overlap": false,
        "icon-size": 0.6,
        "text-line-height": 1.1
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(61, 61, 61, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "poi-police",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": ["all", ["in", "class", "police"]],
      "layout": {
        "text-padding": 1,
        "text-font": ["FiraSans-Regular"],
        "text-anchor": "top",
        "text-field": "",
        "text-offset": [0, 0.6],
        "text-size": 10,
        "text-max-width": 9,
        "visibility": "visible",
        "text-allow-overlap": false,
        "icon-allow-overlap": false,
        "icon-size": 1,
        "icon-offset": [0, 10],
        "icon-image": "policia_11",
        "text-line-height": 1.1
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(102, 102, 102, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "poi-parquing",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["<", "rank", 3],
        ["in", "class", "car"]
      ],
      "layout": {
        "text-padding": 1,
        "text-font": ["FiraSans-Regular"],
        "text-anchor": "top",
        "text-field": "",
        "text-offset": [0, 0.6],
        "text-size": 10,
        "text-max-width": 9,
        "visibility": "visible",
        "text-allow-overlap": false,
        "icon-allow-overlap": false,
        "icon-size": 1,
        "icon-offset": [0, 10],
        "icon-image": "aparcament_11",
        "text-line-height": 1.1
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(102, 102, 102, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "poi-fuel",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": ["all", ["==", "$type", "Point"], ["==", "class", "fuel"]],
      "layout": {
        "text-padding": 1,
        "text-font": ["FiraSans-Regular"],
        "text-anchor": "top",
        "text-field": "",
        "text-offset": [0, 0.6],
        "text-size": 10,
        "text-max-width": 9,
        "visibility": "visible",
        "text-allow-overlap": false,
        "icon-allow-overlap": false,
        "icon-size": 1,
        "icon-offset": [0, 10],
        "icon-image": "fuel_11",
        "text-line-height": 1.1
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(102, 102, 102, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "poi-top-park",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "zooms 11 a 15"
      },
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "class", "park"],
        [
          "!in",
          "name",
          "arbre monumental",
          "espai natural protegit",
          "bosc destacat"
        ],
        ["!=", "classicgc", "espai_natural_protegit"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": {"base": 1.2, "stops": [[12, 10], [13, 11]]},
        "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-image": "{classicgc}_11",
        "symbol-spacing": 80,
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(66, 66, 66, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "poi-top-mtc25",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        [
          "in",
          "classicgc",
          "casino",
          "celler",
          "hipica",
          "paracaigudisme",
          "denominacio_origen_vi",
          "observatori_fauna",
          "canoa_kaiac",
          "claustre"
        ],
        [
          "!in",
          "name",
          "claustre",
          "Refugi sense guarda",
          "refugi sense guarda",
          "Refugi amb guarda",
          "refugi amb guarda",
          "Balneari",
          "celler",
          "celler cooperatiu",
          "far",
          "hípica",
          "curiositat natural",
          "paracaigudes",
          "canoa-caiac",
          "Canoa-caiac",
          "estació d'esquí alpí",
          "DO Vi",
          "claustre",
          "conjunt monumental o urbanístic",
          "Restes arq.",
          "observatori de fauna"
        ]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": {"base": 1.2, "stops": [[12, 10], [13, 11]]},
        "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-image": "{classicgc}_11",
        "symbol-spacing": 80,
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(66, 66, 66, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "poi-castell-z12",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 12,
      "maxzoom": 15,
      "filter": [
        "all",
        ["==", "class", "castle"],
        ["!in", "name", "castell", "Castell"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": 10,
        "text-font": ["FiraSans-Regular"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 7,
        "visibility": "visible",
        "text-justify": "center",
        "text-anchor": "top",
        "icon-anchor": "bottom",
        "icon-image": "castell_11",
        "symbol-spacing": 80,
        "text-padding": 1,
        "text-line-height": 1.1,
        "icon-size": {"stops": [[10, 0.8], [11, 0.8]]}
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(66, 66, 66, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "poi-esqui-10-11",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "De: poi-top-mtc250"
      },
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 10,
      "maxzoom": 11,
      "filter": [
        "all",
        ["==", "escala", "250m"],
        ["==", "class", "Pista esquí"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": {"base": 1.2, "stops": [[10, 9], [11, 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",
        "symbol-spacing": 80,
        "icon-image": "pista_esqui_11",
        "icon-size": 0.8,
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(66, 66, 66, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "poi-cementiri-11-12-mtc100",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 11,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "classicgc", "cemetery"],
        [
          "!in",
          "name",
          "càmping",
          "Cementiri de Sant Gervasi",
          "Alberg Mare de Déu de Montserrat",
          "Cementiri de Poblenou",
          "Cementiri de Montjuïc",
          "Cementiri de les Corts",
          "Cementiri de Sant Andreu",
          "Funicular de Montjuïc"
        ],
        ["!=", "layer", "altimetria"],
        ["!in", "icgc_id", 47522, 47526]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": 10,
        "text-font": [],
        "text-field": "",
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible",
        "text-justify": "center",
        "text-anchor": "top",
        "icon-anchor": "bottom",
        "icon-image": "{classicgc}_11",
        "symbol-spacing": 80,
        "icon-size": 1,
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(66, 66, 66, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "poi-restesarq-z12",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Dades del MTC250"
      },
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "classicgc", "restes_histoarque"],
        [
          "!in",
          "name",
          "cementiri",
          "GR 3",
          "poblat ibèric",
          "restes historicoarqueològiques",
          "Restes arq.",
          "Restes historicoarqueològiques",
          "restes ibèriques"
        ]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": {"base": 1.2, "stops": [[10, 9], [11, 10]]},
        "text-font": ["FiraSans-Regular"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 10,
        "visibility": "visible",
        "text-justify": "center",
        "text-anchor": "top",
        "icon-anchor": "bottom",
        "icon-image": "restes_histoarque_11",
        "symbol-spacing": 80,
        "icon-size": 1,
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-offset": [0, -0.2]
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(66, 66, 66, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "poi-salt-aigua-turis-11-12",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 11,
      "maxzoom": 12,
      "filter": [
        "all",
        ["==", "classicgc", "salt_aigua"],
        ["!in", "name", "salt d'aigua"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": {"base": 1.2, "stops": [[11, 10.5], [14, 12]]},
        "text-font": ["FiraSans-Italic"],
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible",
        "icon-image": "{classicgc}_11",
        "icon-allow-overlap": false,
        "text-anchor": "left",
        "text-offset": [0.8, 0],
        "icon-ignore-placement": false,
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(0, 110, 255, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "poi-port-esp-11-12-turis",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "De: poi-top-mtc100-port"
      },
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 11,
      "maxzoom": 12,
      "filter": [
        "all",
        ["in", "classicgc", "port_1esportiu"],
        ["!in", "name", "port esportiu", "Port esportiu"],
        ["has", "name"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": {"base": 1.2, "stops": [[10, 10], [11, 12]]},
        "text-font": ["FiraSans-Regular"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 7,
        "visibility": "visible",
        "text-justify": "center",
        "text-anchor": "top",
        "icon-anchor": "bottom",
        "icon-image": "port_esportiu_11",
        "symbol-spacing": 80,
        "icon-size": {"stops": [[10, 0.9], [12, 1]]},
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(66, 66, 66, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "poi-port-11-12-turis",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "De: poi-no-top-mtc100"
      },
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 11,
      "maxzoom": 12,
      "filter": [
        "all",
        [
          "!in",
          "name",
          "càmping",
          "Cementiri de Sant Gervasi",
          "Alberg Mare de Déu de Montserrat",
          "Cementiri de Poblenou",
          "Cementiri de Montjuïc",
          "Cementiri de les Corts",
          "Cementiri de Sant Andreu",
          "Funicular de Montjuïc"
        ],
        ["!=", "layer", "altimetria"],
        ["!in", "icgc_id", 47522, 47526],
        ["==", "class", "harbor"],
        ["!=", "classicgc", "port_1esportiu"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": {"base": 1.2, "stops": [[10, 10], [11, 12]]},
        "text-font": ["FiraSans-Regular"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 7,
        "visibility": "visible",
        "text-justify": "center",
        "text-anchor": "top",
        "icon-anchor": "bottom",
        "icon-image": "{classicgc}_11",
        "symbol-spacing": 80,
        "icon-size": {"stops": [[10, 0.9], [12, 1]]},
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(66, 66, 66, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "poi-perdua-drena-12-13",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Dades del MTC50"
      },
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 12,
      "maxzoom": 13,
      "filter": [
        "all",
        ["==", "escala", "50m"],
        ["==", "class", "Punt de pérdua de drenatge"]
      ],
      "layout": {
        "text-letter-spacing": 0.01,
        "text-size": 10,
        "text-font": ["FiraSans-Italic"],
        "text-field": "",
        "text-transform": "none",
        "text-max-width": 7,
        "visibility": "visible",
        "icon-image": "canal",
        "icon-allow-overlap": false,
        "text-anchor": "left",
        "text-offset": [0.8, 0],
        "text-justify": "left",
        "icon-size": 2,
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(0, 110, 255, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "poi-font-turis-12-13",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Dades del MTC50"
      },
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 12,
      "maxzoom": 13,
      "filter": ["all", ["==", "escala", "50m"], ["==", "class", "Font"]],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": 10,
        "text-font": ["FiraSans-Italic"],
        "text-field": "",
        "text-transform": "none",
        "text-max-width": 7,
        "visibility": "visible",
        "icon-image": "font_11",
        "icon-allow-overlap": false,
        "text-anchor": "left",
        "text-offset": [0.8, 0],
        "text-justify": "left",
        "icon-size": 0.9,
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(0, 110, 255, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "poi-pic-10-12",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Dades del MTC250"},
      "source": "openmaptiles",
      "source-layer": "contour",
      "minzoom": 10,
      "maxzoom": 12,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "layer", "altimetria"]
      ],
      "layout": {
        "text-padding": 1,
        "text-font": ["FiraSans-Bold"],
        "text-anchor": "top",
        "icon-image": "{class}_11",
        "text-field": "{name}",
        "text-offset": [0, 0.6],
        "text-size": {"stops": [[10, 10], [11, 11]]},
        "text-max-width": 7,
        "visibility": "visible",
        "icon-size": 0.9,
        "text-line-height": 1.1
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(102, 102, 102, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "poi-far-z11",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 11,
      "maxzoom": 12,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["<", "rank", 15],
        ["has", "name"],
        ["==", "classicgc", "far"],
        ["!in", "class", "library", "museum"],
        ["has", "categoria"],
        ["!in", "icgc_id", 9043, 9319, 7079, 7078, 7069, 4527]
      ],
      "layout": {
        "text-padding": 1,
        "text-font": ["FiraSans-Regular"],
        "text-anchor": "top",
        "text-field": "{name:latin}{name:nolatin}",
        "text-offset": [0, 0.5],
        "visibility": "visible",
        "text-allow-overlap": false,
        "icon-allow-overlap": true,
        "icon-size": 1,
        "text-size": 12,
        "text-justify": "center",
        "text-max-width": 7,
        "icon-image": "{classicgc}_11",
        "text-line-height": 1.1
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(102, 102, 102, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "poi-museu-z13",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "zooms 11 a 15"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "codigeo", 40404],
        ["==", "capa", "place5m2"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": ["*", 1.3, ["get", "fontsize"]],
        "text-font": ["FiraSans-Regular"],
        "text-field": "{name:latin}",
        "text-transform": "none",
        "text-max-width": 7,
        "visibility": "visible",
        "text-justify": "right",
        "text-anchor": "right",
        "icon-anchor": "center",
        "symbol-spacing": 80,
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-allow-overlap": false,
        "icon-optional": false,
        "text-optional": false,
        "text-offset": [-0.9, 0],
        "icon-size": 0.7
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(51, 51, 51, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "poi-area-servei-12-13",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Dades del MTC50"},
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 12,
      "maxzoom": 13,
      "filter": [
        "all",
        ["==", "class", "Àrea de servei autopista"],
        ["!=", "icgc_id", 109],
        ["==", "escala", "50m"]
      ],
      "layout": {
        "text-size": 10,
        "icon-rotation-alignment": "viewport",
        "text-font": ["FiraSans-Regular"],
        "symbol-placement": "point",
        "text-rotation-alignment": "viewport",
        "icon-size": 0.95,
        "text-field": "AS",
        "visibility": "visible",
        "icon-text-fit": "both",
        "icon-pitch-alignment": "map",
        "icon-text-fit-padding": [2, 3, 2, 3],
        "symbol-spacing": 300,
        "icon-allow-overlap": false,
        "icon-image": "road_4_20",
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "icon-color": "rgba(255, 255, 255, 1)",
        "text-halo-width": 1.5,
        "text-color": "rgba(255, 255, 255, 1)",
        "text-opacity": 1,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "poi-area-descans-12-13",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Dades del MTC50"},
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 12,
      "maxzoom": 13,
      "filter": [
        "all",
        ["==", "class", "Àrea de descans autopista"],
        ["==", "escala", "50m"]
      ],
      "layout": {
        "text-size": 10,
        "icon-rotation-alignment": "viewport",
        "text-font": ["FiraSans-Regular"],
        "symbol-placement": "point",
        "text-rotation-alignment": "viewport",
        "icon-size": 0.95,
        "text-field": "AD",
        "visibility": "visible",
        "icon-text-fit": "both",
        "icon-pitch-alignment": "map",
        "icon-text-fit-padding": [2, 3, 2, 3],
        "symbol-spacing": 300,
        "icon-allow-overlap": false,
        "icon-image": "road_4_20",
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "icon-color": "rgba(255, 255, 255, 1)",
        "text-halo-width": 1.5,
        "text-color": "rgba(255, 255, 255, 1)",
        "text-opacity": 1,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "poi-cemetery-z12",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Dades del MTC50"
      },
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 12,
      "maxzoom": 13,
      "filter": ["all", ["==", "class", "cemetery"]],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": 10,
        "text-font": [],
        "text-field": "",
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible",
        "text-justify": "center",
        "text-anchor": "top",
        "icon-anchor": "bottom",
        "icon-image": "creu_cementiri_11",
        "symbol-spacing": 80,
        "icon-size": 1,
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(66, 66, 66, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "poi-torre-guaita-12-13",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Dades del MTC50"
      },
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 12,
      "maxzoom": 13,
      "filter": [
        "all",
        ["==", "escala", "50m"],
        ["==", "class", "Torre de guaita"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": 10,
        "text-font": [],
        "text-field": "",
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible",
        "text-justify": "center",
        "text-anchor": "top",
        "icon-anchor": "bottom",
        "icon-image": "torre_guaita_1",
        "symbol-spacing": 80,
        "icon-size": 0.7,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(66, 66, 66, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "poi-salt-aigua-turis-12-13",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 12,
      "maxzoom": 13,
      "filter": [
        "all",
        ["==", "classicgc", "salt_aigua"],
        ["!in", "name", "salt d'aigua"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": {"base": 1.2, "stops": [[11, 10.5], [14, 11]]},
        "text-font": ["FiraSans-Italic"],
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "none",
        "text-max-width": 7,
        "visibility": "visible",
        "icon-image": "{classicgc}_11",
        "icon-allow-overlap": true,
        "text-anchor": "left",
        "text-offset": [0.6, 0],
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-justify": "left",
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(0, 110, 255, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255,0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "poi-dolmen-z12",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Ce: poi-no-top-mtc100"
      },
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "classicgc", "megalit_dolmen"],
        [
          "!in",
          "name",
          "càmping",
          "Cementiri de Sant Gervasi",
          "Alberg Mare de Déu de Montserrat",
          "Cementiri de Poblenou",
          "Cementiri de Montjuïc",
          "Cementiri de les Corts",
          "Cementiri de Sant Andreu",
          "Funicular de Montjuïc"
        ],
        ["!=", "layer", "altimetria"],
        ["!in", "icgc_id", 47522, 47526]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": 9,
        "text-font": ["FiraSans-Regular"],
        "text-field": "",
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible",
        "text-justify": "center",
        "text-anchor": "top",
        "icon-anchor": "bottom",
        "icon-image": "{classicgc}_11",
        "symbol-spacing": 80,
        "icon-size": {"stops": [[10, 0.9], [12, 1]]},
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(66, 66, 66, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "poi-alberg-turis-12-13",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Ce: poi-no-top-mtc100"
      },
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "classicgc", "alberg_internacional"],
        [
          "!in",
          "name",
          "alberg internacional",
          "càmping",
          "Cementiri de Sant Gervasi",
          "Alberg Mare de Déu de Montserrat",
          "Cementiri de Poblenou",
          "Cementiri de Montjuïc",
          "Cementiri de les Corts",
          "Cementiri de Sant Andreu",
          "Funicular de Montjuïc"
        ],
        ["!=", "layer", "altimetria"],
        ["!in", "icgc_id", 47522, 47526]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": 12,
        "text-font": ["FiraSans-Regular"],
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "none",
        "text-max-width": 7,
        "visibility": "visible",
        "text-justify": "center",
        "text-anchor": "top",
        "icon-anchor": "bottom",
        "icon-image": "{classicgc}_11",
        "symbol-spacing": 80,
        "icon-size": 1,
        "text-allow-overlap": false,
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(66, 66, 66, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "poi-jardi-parc-12-13-turis",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "De: poi-no-top-mtc50"
      },
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 12,
      "maxzoom": 13,
      "filter": ["all", ["in", "classicgc", "parc_jardi_botanic"]],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": {"base": 1.2, "stops": [[12, 10], [13, 12]]},
        "text-font": ["FiraSans-Regular"],
        "text-field": "",
        "text-transform": "none",
        "text-max-width": 7,
        "visibility": "visible",
        "text-justify": "center",
        "text-anchor": "top",
        "icon-anchor": "bottom",
        "icon-image": "{classicgc}_11",
        "symbol-spacing": 80,
        "icon-size": 1,
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(66, 66, 66, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "poi-cremallera-turis-12-13",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Ce: poi-no-top-mtc100"
      },
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "classicgc", "cremallera_funicular"],
        [
          "!in",
          "name",
          "càmping",
          "Cementiri de Sant Gervasi",
          "Alberg Mare de Déu de Montserrat",
          "Cementiri de Poblenou",
          "Cementiri de Montjuïc",
          "Cementiri de les Corts",
          "Cementiri de Sant Andreu",
          "Funicular de Montjuïc"
        ],
        ["!=", "layer", "altimetria"],
        ["!in", "icgc_id", 47522, 47526]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": {"base": 1.2, "stops": [[10, 9], [13, 11]]},
        "text-font": ["FiraSans-Regular"],
        "text-field": "",
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible",
        "text-justify": "center",
        "text-anchor": "top",
        "icon-anchor": "bottom",
        "icon-image": "{classicgc}_11",
        "symbol-spacing": 80,
        "icon-size": {"stops": [[10, 0.9], [12, 1]]},
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(66, 66, 66, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "poi-parc_tem-turis-11-12",
      "type": "symbol",
      "metadata": {"maputnik:comment": "De: poi-no-top"},
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 11,
      "maxzoom": 12,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        [
          "!in",
          "class",
          "information",
          "religious_christian",
          "drinking_water",
          "museum",
          "school",
          "campsite",
          "golf",
          "circle",
          "harbor",
          "star"
        ],
        ["<", "rank", 3],
        ["in", "name", "Port Aventura"]
      ],
      "layout": {
        "text-padding": 1,
        "text-font": ["FiraSans-Regular"],
        "text-anchor": "top",
        "text-field": "",
        "text-offset": [0, 0.6],
        "text-size": 10,
        "text-max-width": 9,
        "visibility": "visible",
        "text-allow-overlap": false,
        "icon-allow-overlap": false,
        "icon-size": 1,
        "icon-offset": [0, 10],
        "icon-image": "{classicgc}_11",
        "text-line-height": 1.1
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(102, 102, 102, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "poi-top-barcelona",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "any",
        [
          "in",
          "name",
          "Cementiri de Sant Gervasi",
          "Alberg Mare de Déu de Montserrat",
          "Cementiri de Poblenou",
          "Funicular de Montjuïc",
          "Cementiri de Montjuïc",
          "Cementiri de les Corts",
          "Cementiri de Sant Andreu",
          "Far de Montjuïc",
          "Monestir de Santa Maria de Pedralbes"
        ]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": {"base": 1.2, "stops": [[10, 9], [11, 11], [14, 13]]},
        "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-image": "{classicgc}_11",
        "symbol-spacing": 80,
        "icon-size": {"stops": [[11, 0.9], [13, 1]]},
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(66, 66, 66, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "poi-caps-puntes-z8",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 8,
      "maxzoom": 9,
      "filter": [
        "all",
        ["==", "layer", "mountain_peak"],
        ["in", "codigeo", 51002],
        ["in", "capa", "mtc1m"]
      ],
      "layout": {
        "text-padding": 1,
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-anchor": "top",
        "text-field": "{name}",
        "visibility": "visible",
        "text-allow-overlap": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          8,
          ["*", 1.3, ["get", "fontsize"]],
          9,
          ["*", 1.5, ["get", "fontsize"]]
        ],
        "icon-allow-overlap": false,
        "icon-size": {"stops": [[8, 0.45], [10, 0.8], [17, 1]]},
        "text-line-height": 1.1,
        "text-justify": "left",
        "text-max-width": 20,
        "text-offset": [3, -0.8]
      },
      "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": "poi-hospital-z12",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "De: poi-hospital-top"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 12,
      "maxzoom": 15,
      "filter": [
        "all",
        ["in", "codigeo", 40601, 40602],
        ["in", "capa", "tp050mp", "tp025mp"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          12,
          ["+", 2.5, ["get", "fontsize"]],
          13,
          ["+", 3, ["get", "fontsize"]],
          15,
          ["+", 4.5, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-Regular"],
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible",
        "icon-image": "hospital_11",
        "text-justify": "center",
        "text-anchor": "top",
        "icon-anchor": "bottom",
        "text-allow-overlap": false,
        "symbol-spacing": 80,
        "text-line-height": 1.1,
        "text-padding": 1,
        "icon-size": 0.7
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(80, 80, 80, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "poi-baixador-RENFE-12-13",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 12,
      "maxzoom": 13,
      "filter": [
        "all",
        ["==", "escala", "50m"],
        ["in", "class", "baixador RENFE"]
      ],
      "layout": {
        "visibility": "visible",
        "icon-image": "baixador_renfe_11",
        "icon-size": 0.75,
        "icon-allow-overlap": false,
        "text-font": []
      }
    },
    {
      "id": "poi-baixador-FGC-12-13",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 12,
      "maxzoom": 13,
      "filter": [
        "all",
        ["==", "escala", "50m"],
        ["in", "class", "baixador FGC"]
      ],
      "layout": {
        "visibility": "visible",
        "icon-image": "baixador_fgc_11",
        "icon-size": 0.75,
        "icon-allow-overlap": false,
        "text-font": []
      }
    },
    {
      "id": "poi-baixador-altres-12-13",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 12,
      "maxzoom": 13,
      "filter": [
        "all",
        ["==", "escala", "50m"],
        ["in", "class", "baixador cremallera/funicular"]
      ],
      "layout": {
        "visibility": "visible",
        "icon-image": "baixador_altres_11",
        "icon-size": 0.75,
        "icon-allow-overlap": false,
        "text-font": []
      }
    },
    {
      "id": "poi-golf-10-11",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Dades del MTC250"
      },
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 10,
      "maxzoom": 11,
      "filter": ["all", ["==", "class", "golf"]],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": 11,
        "text-font": [],
        "text-field": "",
        "text-transform": "none",
        "text-max-width": 0,
        "visibility": "visible",
        "text-justify": "center",
        "text-anchor": "top",
        "icon-anchor": "center",
        "symbol-spacing": 80,
        "icon-image": "golf_11",
        "icon-allow-overlap": false,
        "icon-size": 1.1
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(66, 66, 66, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255,0.7)"
      }
    },
    {
      "id": "poi-golf-z12",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": ["all", ["==", "class", "golf"]],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": {"stops": [[10, 10], [12, 11]]},
        "text-font": {
          "base": 1,
          "stops": [
            [11, ["FiraSans-Thin"]],
            [12, ["FiraSansCondensed-Regular"]],
            [13, ["FiraSans-Italic"]]
          ]
        },
        "text-field": "{name}",
        "text-transform": "none",
        "visibility": "visible",
        "text-justify": "left",
        "text-anchor": "bottom-left",
        "icon-anchor": "center",
        "symbol-spacing": 80,
        "icon-image": "golf_11",
        "icon-allow-overlap": false,
        "icon-size": 1,
        "text-max-width": 7,
        "text-offset": [0.8, 0.1],
        "text-allow-overlap": false,
        "text-line-height": 1.1,
        "text-padding": 1,
        "icon-optional": true
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(66, 66, 66, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255,0.8)"
      }
    },
    {
      "id": "poi-camping_parador-z12",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Dades del MTC50"
      },
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "class", "campsite", "lodging"],
        ["has", "icgc_id"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-font": ["FiraSansCondensed-Regular"],
        "text-field": "{name:latin}",
        "text-transform": "none",
        "text-max-width": 6,
        "visibility": "visible",
        "text-justify": "center",
        "text-anchor": "top",
        "icon-anchor": "bottom",
        "icon-image": "{classicgc}_11",
        "symbol-spacing": 80,
        "icon-size": 1,
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-size": 9,
        "text-offset": [0, 0.2]
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(66, 66, 66, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "poi-depuradora-11-13",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 11,
      "maxzoom": 13,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "class", "Depuradora"]
      ],
      "layout": {
        "text-padding": 1,
        "text-font": ["FiraSans-SemiBold"],
        "text-anchor": "bottom",
        "text-field": "",
        "text-max-width": 9,
        "visibility": "visible",
        "text-allow-overlap": false,
        "text-size": 18,
        "icon-allow-overlap": true,
        "icon-size": {"stops": [[11, 0.7], [11.9, 0.7], [12, 1]]},
        "icon-image": "depuradora_11",
        "text-offset": [0, -0.1]
      },
      "paint": {
        "text-halo-blur": 0.1,
        "text-color": "rgba(41, 41, 41, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "#ffffff"
      }
    },
    {
      "id": "poi-diposit-combustible",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Dades del MTC50"
      },
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 11,
      "maxzoom": 13,
      "filter": [
        "all",
        ["==", "escala", "50m"],
        ["==", "class", "Dipòsit de combustible"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": 10,
        "text-font": [],
        "text-field": "",
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible",
        "text-justify": "center",
        "text-anchor": "top",
        "icon-anchor": "bottom",
        "symbol-spacing": 80,
        "icon-size": {"stops": [[11, 0.75], [12, 0.75]]},
        "icon-image": "diposit_combustible_11",
        "icon-allow-overlap": true,
        "text-allow-overlap": true
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(66, 66, 66, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255,0.7)"
      }
    },
    {
      "id": "poi-telecomunicacions-z13",
      "type": "symbol",
      "source": "contextmapsadmpt",
      "source-layer": "poi",
      "minzoom": 13,
      "maxzoom": 15,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "class", "telecommunication_network"]
      ],
      "layout": {
        "text-padding": 1,
        "text-font": ["FiraSans-Regular"],
        "text-anchor": "top",
        "icon-image": "emisor_receptor_telecos_11",
        "text-field": "",
        "text-offset": [0, 0.6],
        "text-size": 10,
        "text-max-width": 9,
        "visibility": "visible",
        "text-allow-overlap": false,
        "icon-allow-overlap": false,
        "icon-size": 1,
        "icon-offset": [0, 10]
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(102, 102, 102, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "#ffffff"
      }
    },
    {
      "id": "poi-telecomunicacions-z10",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 10,
      "maxzoom": 13,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "class", "telecommunication_network"]
      ],
      "layout": {
        "text-padding": 1,
        "text-font": ["FiraSans-Regular"],
        "text-anchor": "top",
        "icon-image": "emisor_receptor_telecos_11",
        "text-field": "",
        "text-offset": [0, 0.6],
        "text-size": 10,
        "text-max-width": 9,
        "visibility": "visible",
        "text-allow-overlap": false,
        "icon-allow-overlap": false,
        "icon-size": 1,
        "icon-offset": [0, 10]
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(102, 102, 102, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "#ffffff"
      }
    },
    {
      "id": "poi-tren-altres-12-13",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 12,
      "maxzoom": 13,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "name", "La Tor de Querol", "estació del cremallera"]
      ],
      "layout": {
        "text-padding": 1,
        "text-font": ["FiraSans-Regular"],
        "text-anchor": "top",
        "icon-image": "estacio_altres_11",
        "text-field": "",
        "text-offset": [0, 0.6],
        "text-size": 10,
        "text-max-width": 9,
        "visibility": "visible",
        "text-allow-overlap": false,
        "icon-allow-overlap": true,
        "icon-offset": [0, 10],
        "icon-size": 0.4
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(102, 102, 102, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "#ffffff"
      }
    },
    {
      "id": "poi-tren-fgc-12-13",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 12,
      "maxzoom": 13,
      "filter": ["all", ["==", "$type", "Point"], ["in", "class", "FGC"]],
      "layout": {
        "text-padding": 1,
        "text-font": ["FiraSans-Regular"],
        "text-anchor": "top",
        "icon-image": "estacio_renfe_11",
        "text-field": "",
        "text-offset": [0, 0.6],
        "text-size": 10,
        "text-max-width": 9,
        "visibility": "visible",
        "text-allow-overlap": false,
        "icon-allow-overlap": true,
        "icon-offset": [0, 10],
        "icon-size": 0.4
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(102, 102, 102, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "#ffffff"
      }
    },
    {
      "id": "poi-tren-renfe-12-13",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 12,
      "maxzoom": 13,
      "filter": ["all", ["==", "$type", "Point"], ["in", "class", "Renfe"]],
      "layout": {
        "text-padding": 1,
        "text-font": ["FiraSans-Regular"],
        "text-anchor": "top",
        "icon-image": "estacio_renfe_11",
        "text-field": "",
        "text-offset": [0, 0.6],
        "text-size": 10,
        "text-max-width": 9,
        "visibility": "visible",
        "text-allow-overlap": false,
        "icon-allow-overlap": true,
        "icon-offset": [0, 10],
        "icon-size": 0.4
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(102, 102, 102, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "#ffffff"
      }
    },
    {
      "id": "poi-mina-10-13",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": ["all", ["==", "$type", "Point"], ["in", "class", "mine"]],
      "layout": {
        "text-padding": 1,
        "text-font": ["FiraSans-Regular"],
        "text-anchor": "top",
        "icon-image": "mina_11",
        "text-field": "",
        "text-offset": [0, 0.6],
        "text-size": 10,
        "text-max-width": 9,
        "visibility": "visible",
        "text-allow-overlap": false,
        "icon-allow-overlap": true,
        "icon-offset": [0, 10],
        "icon-size": 1,
        "icon-ignore-placement": false
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(102, 102, 102, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "#ffffff"
      }
    },
    {
      "id": "poi-pedrera-12-13",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 12,
      "maxzoom": 13,
      "filter": ["all", ["==", "$type", "Point"], ["==", "class", "quarry"]],
      "layout": {
        "text-padding": 1,
        "text-font": ["FiraSans-Regular"],
        "text-anchor": "top",
        "icon-image": "pedrera_11",
        "text-field": "",
        "text-offset": [0, 0.6],
        "text-size": 10,
        "text-max-width": 9,
        "visibility": "visible",
        "text-allow-overlap": false,
        "icon-allow-overlap": true,
        "icon-offset": [0, 10],
        "icon-size": 1,
        "icon-ignore-placement": false
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(102, 102, 102, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "#ffffff"
      }
    },
    {
      "id": "poi-mina-abandonada-z11",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 11,
      "maxzoom": 13,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "class", "Mina abandonada"]
      ],
      "layout": {
        "text-padding": 1,
        "text-font": ["FiraSans-Regular"],
        "text-anchor": "top",
        "icon-image": "mina_abandonada_11",
        "text-field": "",
        "text-offset": [0, 0.6],
        "text-size": 10,
        "text-max-width": 9,
        "visibility": "visible",
        "text-allow-overlap": false,
        "icon-allow-overlap": true,
        "icon-offset": [0, 10],
        "icon-size": 1,
        "icon-ignore-placement": false
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(102, 102, 102, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "#ffffff"
      }
    },
    {
      "id": "poi-pedrera-abandonada-z11",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 11,
      "maxzoom": 13,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "class", "Pedrera abandonada"]
      ],
      "layout": {
        "text-padding": 1,
        "text-font": ["FiraSans-Regular"],
        "text-anchor": "top",
        "icon-image": "pedrera_abandonada_11",
        "text-field": "",
        "text-offset": [0, 0.6],
        "text-size": 10,
        "text-max-width": 9,
        "visibility": "visible",
        "text-allow-overlap": false,
        "icon-allow-overlap": true,
        "icon-offset": [0, 10],
        "icon-size": 1,
        "icon-ignore-placement": false
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(102, 102, 102, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "#ffffff"
      }
    },
    {
      "id": "poi-refugi-sense-guarda-notop-z12",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "classicgc", "refugi_sense_guarda"],
        ["in", "name", "refugi sense guarda", "Refugi sense guarda"]
      ],
      "layout": {
        "text-padding": 1,
        "text-font": {
          "base": 1,
          "stops": [[12, ["FiraSans-Regular"]], [13, ["FiraSans-Italic"]]]
        },
        "text-anchor": "bottom-left",
        "icon-image": "refugi_sense_guarda_11",
        "text-field": "",
        "text-offset": [0.5, 0.7],
        "text-size": 10,
        "text-max-width": 9,
        "visibility": "visible",
        "text-allow-overlap": false,
        "icon-allow-overlap": false,
        "icon-offset": [0, 10],
        "icon-size": 1,
        "icon-ignore-placement": false,
        "text-keep-upright": false,
        "text-justify": "left",
        "icon-optional": true,
        "text-line-height": 1.1
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(75, 75, 75, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5
      }
    },
    {
      "id": "poi-refugi-sense-guarda-top-z12",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "classicgc", "refugi_sense_guarda"],
        ["!in", "name", "refugi sense guarda", "Refugi sense guarda"]
      ],
      "layout": {
        "text-padding": 1,
        "text-font": {
          "base": 1,
          "stops": [[12, ["FiraSans-Regular"]], [13, ["FiraSans-Italic"]]]
        },
        "text-anchor": "bottom-left",
        "icon-image": "refugi_sense_guarda_11",
        "text-field": "{name}",
        "text-offset": [0.5, 0.7],
        "text-size": 10,
        "text-max-width": 9,
        "visibility": "visible",
        "text-allow-overlap": false,
        "icon-allow-overlap": false,
        "icon-offset": [0, 10],
        "icon-size": 1,
        "icon-ignore-placement": false,
        "text-keep-upright": false,
        "text-justify": "left",
        "icon-optional": true,
        "text-line-height": 1.1
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(75, 75, 75, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5
      }
    },
    {
      "id": "poi-refugi-amb-guarda-notop-z12",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "classicgc", "refugi_amb_guarda"],
        ["==", "name", "refugi amb guarda"]
      ],
      "layout": {
        "text-padding": 1,
        "text-font": {
          "base": 1,
          "stops": [[12, ["FiraSans-Regular"]], [13, ["FiraSans-Italic"]]]
        },
        "text-anchor": "bottom-left",
        "icon-image": "refugi_amb_guarda_11",
        "text-field": "",
        "text-offset": [0.5, 0.7],
        "text-size": 10,
        "text-max-width": 9,
        "visibility": "visible",
        "text-allow-overlap": false,
        "icon-allow-overlap": false,
        "icon-offset": [0, 10],
        "icon-size": 1,
        "icon-ignore-placement": false,
        "text-keep-upright": false,
        "text-justify": "left",
        "icon-optional": true,
        "text-line-height": 1.1
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(75, 75, 75, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5
      }
    },
    {
      "id": "poi-refugi-amb-guarda-top-z12",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "classicgc", "refugi_amb_guarda"],
        ["!=", "name", "refugi amb guarda"]
      ],
      "layout": {
        "text-padding": 1,
        "text-font": {
          "base": 1,
          "stops": [[12, ["FiraSans-Regular"]], [13, ["FiraSans-Italic"]]]
        },
        "text-anchor": "bottom-left",
        "icon-image": "refugi_amb_guarda_11",
        "text-field": "{name}",
        "text-offset": [0.5, 0.7],
        "text-size": 10,
        "text-max-width": 9,
        "visibility": "visible",
        "text-allow-overlap": false,
        "icon-allow-overlap": false,
        "icon-offset": [0, 10],
        "icon-size": 1,
        "icon-ignore-placement": false,
        "text-keep-upright": false,
        "text-justify": "left",
        "text-line-height": 1.1,
        "icon-optional": true
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(75, 75, 75, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5
      }
    },
    {
      "id": "poi-refugi-amb-clau-top-z12",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "classicgc", "refugi_amb_clau"],
        ["!=", "name", "refugi amb clau"]
      ],
      "layout": {
        "text-padding": 1,
        "text-font": {
          "base": 1,
          "stops": [[12, ["FiraSans-Regular"]], [13, ["FiraSans-Italic"]]]
        },
        "text-anchor": "bottom-left",
        "icon-image": "refugi_amb_clau_11",
        "text-field": "{name}",
        "text-offset": [0.5, 0.7],
        "text-size": 10,
        "text-max-width": 9,
        "visibility": "visible",
        "text-allow-overlap": false,
        "icon-allow-overlap": false,
        "icon-offset": [0, 10],
        "icon-size": 1,
        "icon-ignore-placement": false,
        "text-keep-upright": false,
        "text-justify": "left",
        "icon-optional": true,
        "text-line-height": 1.1
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(75, 75, 75, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5
      }
    },
    {
      "id": "poi-peatge",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "Pendent afegir-hi un camp per simbolitzar a partir d'un angle."
      },
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "class", "Peatge central"]
      ],
      "layout": {
        "text-padding": 1,
        "text-font": ["FiraSans-Regular"],
        "text-anchor": "top",
        "icon-image": "peatge_11",
        "text-field": "",
        "text-offset": [0, 0.6],
        "text-size": 10,
        "text-max-width": 9,
        "visibility": "visible",
        "text-allow-overlap": false,
        "icon-allow-overlap": true,
        "icon-offset": [0, 10],
        "icon-size": 0.8,
        "icon-ignore-placement": false
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(102, 102, 102, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "#ffffff"
      }
    },
    {
      "id": "poi-lighthouse-z13",
      "type": "symbol",
      "source": "contextmapsadmpt",
      "source-layer": "poi",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": ["all", ["==", "$type", "Point"], ["==", "classicgc", "far"]],
      "layout": {
        "text-padding": 1,
        "text-font": ["FiraSans-Regular"],
        "text-anchor": "left",
        "text-field": "{name}",
        "text-offset": [0.8, 0],
        "text-size": 11,
        "text-max-width": 10,
        "visibility": "visible",
        "text-allow-overlap": false,
        "icon-allow-overlap": false,
        "icon-size": 1,
        "icon-ignore-placement": false,
        "icon-offset": [0, 0],
        "text-line-height": 1.1,
        "icon-image": "{classicgc}_11",
        "text-justify": "left"
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(102, 102, 102, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "poi_s-z13-xemeneia",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "tanks, circle, religious_christian, cemetery, chimney, town_hall"
      },
      "source": "contextmapsadmpt",
      "source-layer": "poi",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "categoria", "MTC25M2019_s"],
        ["==", "classicgc", "xemeneia"]
      ],
      "layout": {
        "text-padding": 1,
        "text-font": [],
        "text-anchor": "center",
        "icon-image": "{classicgc}_11",
        "text-field": "",
        "text-offset": [0, 0],
        "text-max-width": 10,
        "visibility": "visible",
        "text-allow-overlap": false,
        "icon-allow-overlap": false,
        "icon-offset": [0, 0],
        "text-line-height": 1.1,
        "text-justify": "center",
        "icon-size": 0.6
      },
      "paint": {"text-halo-blur": 0, "text-halo-width": 0}
    },
    {
      "id": "poi_s-z12",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "tanks, circle, religious_christian, cemetery, chimney, town_hall"
      },
      "source": "contextmapsadmpt",
      "source-layer": "poi",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "categoria", "MTC25M2019_s"],
        [
          "!in",
          "classicgc",
          "xemeneia",
          "consell_comarcal",
          "diposit_cobert_circular",
          "esglesia"
        ]
      ],
      "layout": {
        "text-padding": 1,
        "text-font": [],
        "text-anchor": "center",
        "icon-image": "{classicgc}_11",
        "text-field": "",
        "text-offset": [0, 0],
        "text-max-width": 10,
        "visibility": "visible",
        "text-allow-overlap": false,
        "icon-allow-overlap": false,
        "icon-offset": [0, 0],
        "text-line-height": 1.1,
        "text-justify": "center",
        "icon-size": 1
      },
      "paint": {"text-halo-blur": 0, "text-halo-width": 0}
    },
    {
      "id": "poi-navigable_river_5-z12",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "icgc_id", 15252],
        ["==", "class", "navigable_river"]
      ],
      "layout": {
        "text-padding": 1,
        "text-font": ["FiraSans-Regular"],
        "text-anchor": "center",
        "icon-image": "riu_navegable_2_11",
        "text-field": "",
        "text-offset": [0, 0],
        "text-size": 9,
        "text-max-width": 10,
        "visibility": "visible",
        "text-allow-overlap": false,
        "icon-allow-overlap": true,
        "icon-size": 1,
        "icon-ignore-placement": false,
        "icon-rotation-alignment": "viewport",
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-placement": "point",
        "text-ignore-placement": false,
        "icon-rotate": 120,
        "icon-offset": [4, 0.1],
        "text-line-height": 1.1
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(102, 102, 102, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "#ffffff"
      }
    },
    {
      "id": "poi-navigable_river_4-z12",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "icgc_id", 15253, 15256, 15257],
        ["==", "class", "navigable_river"]
      ],
      "layout": {
        "text-padding": 1,
        "text-font": ["FiraSans-Regular"],
        "text-anchor": "center",
        "icon-image": "riu_navegable_2_11",
        "text-field": "",
        "text-offset": [0, 0],
        "text-size": 9,
        "text-max-width": 10,
        "visibility": "visible",
        "text-allow-overlap": false,
        "icon-allow-overlap": true,
        "icon-size": 1,
        "icon-ignore-placement": false,
        "icon-rotation-alignment": "viewport",
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-placement": "point",
        "text-ignore-placement": false,
        "icon-offset": [4, 2],
        "icon-rotate": 77,
        "icon-optional": false,
        "text-line-height": 1.1
      },
      "paint": {"text-halo-blur": 0, "text-halo-width": 0}
    },
    {
      "id": "poi-navigable_river_3-z12",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "icgc_id", 15255, 15264],
        ["==", "class", "navigable_river"]
      ],
      "layout": {
        "text-padding": 1,
        "text-font": ["FiraSans-Regular"],
        "text-anchor": "center",
        "icon-image": "riu_navegable_2_11",
        "text-field": "",
        "text-size": 9,
        "text-max-width": 10,
        "visibility": "visible",
        "text-allow-overlap": false,
        "icon-allow-overlap": true,
        "icon-size": 1,
        "icon-ignore-placement": false,
        "icon-rotation-alignment": "viewport",
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-placement": "point",
        "text-ignore-placement": false,
        "icon-rotate": 55,
        "icon-offset": [4, 0.1],
        "text-line-height": 1.1,
        "text-offset": [0, 0]
      },
      "paint": {"text-halo-blur": 0, "text-halo-width": 0}
    },
    {
      "id": "poi-navigable_river_2-z12",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "icgc_id", 15259, 15260, 15261, 15266, 15267, 15267, 15268],
        ["==", "class", "navigable_river"]
      ],
      "layout": {
        "text-padding": 1,
        "text-font": ["FiraSans-Regular"],
        "text-anchor": "center",
        "icon-image": "riu_navegable_2_11",
        "text-field": "",
        "text-offset": [0, 0],
        "text-size": 9,
        "text-max-width": 10,
        "visibility": "visible",
        "text-allow-overlap": false,
        "icon-allow-overlap": true,
        "icon-size": 1,
        "icon-ignore-placement": false,
        "icon-rotation-alignment": "viewport",
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-placement": "point",
        "text-ignore-placement": false,
        "icon-offset": [4, 2],
        "icon-rotate": -20,
        "text-line-height": 1.1
      },
      "paint": {"text-halo-blur": 0, "text-halo-width": 0}
    },
    {
      "id": "poi-navigable_river_1-z12",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 12,
      "maxzoom": 13,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "icgc_id", 15254, 15258, 15262, 15263],
        ["==", "class", "navigable_river"]
      ],
      "layout": {
        "text-padding": 1,
        "text-font": ["FiraSans-Regular"],
        "text-anchor": "center",
        "icon-image": "riu_navegable_2_11",
        "text-field": "",
        "text-offset": [0, 0],
        "text-size": 9,
        "text-max-width": 10,
        "visibility": "visible",
        "text-allow-overlap": false,
        "icon-allow-overlap": true,
        "icon-size": 1,
        "icon-ignore-placement": false,
        "icon-rotation-alignment": "viewport",
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-placement": "point",
        "text-ignore-placement": false,
        "icon-offset": [4, 2],
        "icon-rotate": 20,
        "text-line-height": 1.1
      },
      "paint": {"text-halo-blur": 0, "text-halo-width": 0}
    },
    {
      "id": "poi-navigable_river_5-z13",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 13,
      "maxzoom": 15,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "icgc_id", 15252],
        ["==", "capa", "navigable_river"]
      ],
      "layout": {
        "text-padding": 1,
        "text-font": ["FiraSans-Regular"],
        "text-anchor": "center",
        "icon-image": "riu_navegable_2_11",
        "text-field": "",
        "text-offset": [0, 0],
        "text-size": 9,
        "text-max-width": 10,
        "visibility": "visible",
        "text-allow-overlap": false,
        "icon-allow-overlap": true,
        "icon-size": 1,
        "icon-ignore-placement": false,
        "icon-rotation-alignment": "viewport",
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-placement": "point",
        "text-ignore-placement": false,
        "icon-rotate": 120,
        "icon-offset": [4, 0.1],
        "text-line-height": 1.1
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(102, 102, 102, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "#ffffff"
      }
    },
    {
      "id": "poi-navigable_river_4-z13",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 13,
      "maxzoom": 15,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "icgc_id", 15253, 15256, 15257],
        ["==", "class", "navigable_river"]
      ],
      "layout": {
        "text-padding": 1,
        "text-font": ["FiraSans-Regular"],
        "text-anchor": "center",
        "icon-image": "riu_navegable_2_11",
        "text-field": "",
        "text-offset": [0, 0],
        "text-size": 9,
        "text-max-width": 10,
        "visibility": "visible",
        "text-allow-overlap": false,
        "icon-allow-overlap": true,
        "icon-size": 1,
        "icon-ignore-placement": false,
        "icon-rotation-alignment": "viewport",
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-placement": "point",
        "text-ignore-placement": false,
        "icon-offset": [4, 2],
        "icon-rotate": 77,
        "icon-optional": false,
        "text-line-height": 1.1
      },
      "paint": {"text-halo-blur": 0, "text-halo-width": 0}
    },
    {
      "id": "poi-navigable_river_3-z13",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 13,
      "maxzoom": 15,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "icgc_id", 15255, 15264],
        ["==", "class", "navigable_river"]
      ],
      "layout": {
        "text-padding": 1,
        "text-font": ["FiraSans-Regular"],
        "text-anchor": "center",
        "icon-image": "riu_navegable_2_11",
        "text-field": "",
        "text-size": 9,
        "text-max-width": 10,
        "visibility": "visible",
        "text-allow-overlap": false,
        "icon-allow-overlap": true,
        "icon-size": 1,
        "icon-ignore-placement": false,
        "icon-rotation-alignment": "viewport",
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-placement": "point",
        "text-ignore-placement": false,
        "icon-rotate": 55,
        "icon-offset": [4, 0.1],
        "text-line-height": 1.1,
        "text-offset": [0, 0]
      },
      "paint": {"text-halo-blur": 0, "text-halo-width": 0}
    },
    {
      "id": "poi-navigable_river_2-z13",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 13,
      "maxzoom": 15,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "icgc_id", 15259, 15260, 15261, 15266, 15267, 15267, 15268],
        ["==", "class", "navigable_river"]
      ],
      "layout": {
        "text-padding": 1,
        "text-font": ["FiraSans-Regular"],
        "text-anchor": "center",
        "icon-image": "riu_navegable_2_11",
        "text-field": "",
        "text-offset": [0, 0],
        "text-size": 9,
        "text-max-width": 10,
        "visibility": "visible",
        "text-allow-overlap": false,
        "icon-allow-overlap": true,
        "icon-size": 1,
        "icon-ignore-placement": false,
        "icon-rotation-alignment": "viewport",
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-placement": "point",
        "text-ignore-placement": false,
        "icon-offset": [4, 2],
        "icon-rotate": -20,
        "text-line-height": 1.1
      },
      "paint": {"text-halo-blur": 0, "text-halo-width": 0}
    },
    {
      "id": "poi-navigable_river_1-z13",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 13,
      "maxzoom": 15,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "icgc_id", 15254, 15258, 15262, 15263],
        ["==", "class", "navigable_river"]
      ],
      "layout": {
        "text-padding": 1,
        "text-font": ["FiraSans-Regular"],
        "text-anchor": "center",
        "icon-image": "riu_navegable_2_11",
        "text-field": "",
        "text-offset": [0, 0],
        "text-size": 9,
        "text-max-width": 10,
        "visibility": "visible",
        "text-allow-overlap": false,
        "icon-allow-overlap": true,
        "icon-size": 1,
        "icon-ignore-placement": false,
        "icon-rotation-alignment": "viewport",
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-placement": "point",
        "text-ignore-placement": false,
        "icon-offset": [4, 2],
        "icon-rotate": 20,
        "text-line-height": 1.1
      },
      "paint": {"text-halo-blur": 0, "text-halo-width": 0}
    },
    {
      "id": "poi-consell_comarcal-z12",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "capa", "place5m2"],
        ["==", "codigeo", 40109]
      ],
      "layout": {
        "text-padding": 1,
        "text-font": ["FiraSans-Regular"],
        "text-anchor": "left",
        "text-field": {"stops": [[12, ""], [15, "{name}"]]},
        "text-offset": [0.8, -0.5],
        "text-size": 9,
        "text-max-width": 10,
        "visibility": "visible",
        "text-allow-overlap": false,
        "icon-allow-overlap": true,
        "icon-ignore-placement": false,
        "icon-rotation-alignment": "viewport",
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-placement": "point",
        "text-ignore-placement": false,
        "icon-offset": [0, 0],
        "icon-rotate": 0,
        "text-line-height": 1.1,
        "icon-image": "consell_comarcal_11",
        "text-justify": "left",
        "icon-size": 0.8
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-halo-width": 1.5,
        "text-color": "rgba(51, 51, 51, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "water_name-spring-z13",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 13,
      "maxzoom": 15,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "codigeo", 60305],
        ["==", "capa", "tp025mp"]
      ],
      "layout": {
        "text-letter-spacing": 0.01,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          12,
          ["*", 1.4, ["get", "fontsize"]],
          13,
          ["*", 1.6, ["get", "fontsize"]],
          14,
          ["*", 1.7, ["get", "fontsize"]],
          15,
          ["*", 1.8, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-Italic"],
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible",
        "icon-anchor": "center",
        "icon-keep-upright": false,
        "icon-pitch-alignment": "auto",
        "icon-image": "font_11",
        "icon-allow-overlap": false,
        "icon-ignore-placement": false,
        "text-anchor": ["get", "anchor"],
        "text-justify": ["get", "justify"],
        "icon-size": 0.8,
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-radial-offset": 0.8
      },
      "paint": {
        "text-color": "rgba(0, 110, 255, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "water_name-spring-z15",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "codigeo", 60305],
        ["==", "capa", "place5m2"]
      ],
      "layout": {
        "text-letter-spacing": 0.01,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          15,
          ["*", 2, ["get", "fontsize"]],
          16,
          ["*", 2.3, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-Italic"],
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible",
        "icon-anchor": "center",
        "icon-keep-upright": false,
        "icon-pitch-alignment": "auto",
        "icon-image": "font_11",
        "icon-allow-overlap": false,
        "icon-ignore-placement": false,
        "text-anchor": ["get", "anchor"],
        "text-justify": ["get", "justify"],
        "icon-size": 0.8,
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-radial-offset": 0.8
      },
      "paint": {
        "text-color": "rgba(0, 110, 255, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "water_name-river-z8_2",
      "type": "symbol",
      "metadata": {"maputnik:comment": "el Freser"},
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 8,
      "maxzoom": 9,
      "filter": [
        "all",
        ["in", "class", "river"],
        ["in", "name", "el Freser"],
        ["==", "capa", "tp1miliol"]
      ],
      "layout": {
        "text-font": ["FiraSans-Italic"],
        "symbol-placement": "line",
        "text-field": "{name}",
        "text-anchor": "bottom",
        "text-letter-spacing": 0,
        "symbol-spacing": 200,
        "visibility": "visible",
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "symbol-avoid-edges": false,
        "symbol-z-order": "auto",
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          8,
          ["literal", 7.5],
          9,
          ["*", 1.3, ["get", "fontsize"]]
        ],
        "text-justify": "center",
        "text-offset": [-1, 0],
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-keep-upright": true
      },
      "paint": {
        "text-color": "rgba(0, 110, 255, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "water_name-river-z8",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 8,
      "maxzoom": 9,
      "filter": [
        "all",
        ["in", "class", "river"],
        ["==", "capa", "tp1miliol"],
        ["!=", "name", "el Freser"]
      ],
      "layout": {
        "text-font": ["FiraSans-Italic"],
        "symbol-placement": "line",
        "text-field": "{name}",
        "text-anchor": "bottom",
        "text-letter-spacing": 0,
        "symbol-spacing": 200,
        "visibility": "visible",
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "symbol-avoid-edges": false,
        "symbol-z-order": "auto",
        "text-justify": "center",
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-keep-upright": true,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          8,
          ["literal", 7.5],
          9,
          ["*", 1.3, ["get", "fontsize"]]
        ]
      },
      "paint": {
        "text-color": "rgba(0, 110, 255, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "water_name-river-z9_3",
      "type": "symbol",
      "metadata": {"maputnik:comment": "ATENCIÓ! No tenen camp 'fontsize'."},
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 9,
      "maxzoom": 11,
      "filter": [
        "all",
        ["in", "class", "river"],
        [
          "in",
          "name",
          "Riera Gavarresa",
          "el Daró",
          "el Fluvià",
          "el Matarranya"
        ],
        ["in", "capa", "tp1miliol", "mtc250m_linies_along"]
      ],
      "layout": {
        "text-font": ["FiraSans-Italic"],
        "symbol-placement": "line",
        "text-field": "{name}",
        "text-anchor": "bottom",
        "text-letter-spacing": 0,
        "symbol-spacing": 200,
        "visibility": "visible",
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "symbol-avoid-edges": false,
        "symbol-z-order": "auto",
        "text-justify": "center",
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-keep-upright": true,
        "text-size": {"stops": [[9, 9], [10, 10]]}
      },
      "paint": {
        "text-color": "rgba(0, 110, 255, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "water_name-river-z9_2",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 9,
      "maxzoom": 11,
      "filter": [
        "all",
        ["in", "class", "river"],
        ["in", "name", "el Freser"],
        ["in", "capa", "tp1miliol", "mtc250m_linies_along"]
      ],
      "layout": {
        "text-font": ["FiraSans-Italic"],
        "symbol-placement": "line",
        "text-field": "{name}",
        "text-anchor": "bottom",
        "text-letter-spacing": 0,
        "symbol-spacing": 200,
        "visibility": "visible",
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "symbol-avoid-edges": false,
        "symbol-z-order": "auto",
        "text-justify": "center",
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-keep-upright": true,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          9,
          ["*", 1.3, ["get", "fontsize"]],
          10,
          ["*", 1.4, ["get", "fontsize"]]
        ]
      },
      "paint": {
        "text-color": "rgba(0, 110, 255, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "water_name-river-z9",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 9,
      "maxzoom": 10,
      "filter": [
        "all",
        ["in", "class", "river"],
        [
          "!in",
          "name",
          "el Freser",
          "Riera Gavarresa",
          "el Daró",
          "el Fluvià",
          "el Matarranya"
        ],
        ["in", "capa", "tp1miliol", "mtc250m_linies_along"]
      ],
      "layout": {
        "text-font": ["FiraSans-Italic"],
        "symbol-placement": "line",
        "text-field": "{name}",
        "text-anchor": "bottom",
        "text-letter-spacing": 0,
        "symbol-spacing": 200,
        "visibility": "visible",
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "symbol-avoid-edges": false,
        "symbol-z-order": "auto",
        "text-justify": "center",
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-keep-upright": true,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          9,
          ["*", 1.3, ["get", "fontsize"]],
          10,
          ["*", 1.4, ["get", "fontsize"]]
        ]
      },
      "paint": {
        "text-color": "rgba(0, 110, 255, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "water_name-river-z10",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 10,
      "maxzoom": 13,
      "filter": [
        "all",
        ["in", "class", "river"],
        ["has", "fontsize"],
        ["in", "capa", "mtc250m_linies_along"]
      ],
      "layout": {
        "text-font": ["FiraSans-Italic"],
        "symbol-placement": "line",
        "text-field": "{name}",
        "text-anchor": "bottom",
        "text-letter-spacing": 0,
        "symbol-spacing": 200,
        "visibility": "visible",
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "symbol-avoid-edges": false,
        "symbol-z-order": "auto",
        "text-justify": "center",
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-keep-upright": true,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          11,
          ["*", 1.7, ["get", "fontsize"]]
        ]
      },
      "paint": {
        "text-color": "rgba(0, 110, 255, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "water_name-river-z11-ww",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "waterway",
      "minzoom": 11,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "class", "river", "stream"],
        ["!in", "entorn", "urba"]
      ],
      "layout": {
        "text-font": ["FiraSans-Italic"],
        "symbol-placement": "line",
        "text-field": "{name}",
        "text-anchor": "bottom",
        "text-letter-spacing": 0,
        "symbol-spacing": 500,
        "visibility": "visible",
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "symbol-avoid-edges": false,
        "symbol-z-order": "auto",
        "text-justify": "center",
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-keep-upright": true,
        "text-size": 11
      },
      "paint": {
        "text-color": "rgba(0, 110, 255, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "water_name-canal-z15",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "codigeo", 60401, 60402, 60403],
        ["in", "capa", "place5m2_along"]
      ],
      "layout": {
        "text-font": ["FiraSans-Italic"],
        "symbol-placement": "line",
        "text-field": "{name}",
        "text-anchor": "bottom",
        "text-letter-spacing": 0,
        "symbol-spacing": 200,
        "visibility": "visible",
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "symbol-avoid-edges": false,
        "symbol-z-order": "auto",
        "text-justify": "center",
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-keep-upright": true,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          11,
          ["*", 1.5, ["get", "fontsize"]]
        ]
      },
      "paint": {
        "text-color": "rgba(0, 110, 255, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "water_name-lake-z8_Salses",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Estany de Salses"},
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 8,
      "maxzoom": 9,
      "filter": [
        "all",
        ["in", "class", "lake"],
        ["in", "name", "Estany de Salses"],
        ["in", "capa", "toponimia250mp"]
      ],
      "layout": {
        "text-font": ["FiraSans-Italic"],
        "symbol-placement": "point",
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Italic"]]}
        ],
        "text-anchor": "left",
        "text-letter-spacing": 0,
        "visibility": "visible",
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "symbol-avoid-edges": false,
        "symbol-z-order": "auto",
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-keep-upright": false,
        "text-optional": false,
        "icon-ignore-placement": false,
        "icon-pitch-alignment": "auto",
        "symbol-spacing": 1000,
        "text-max-width": 5,
        "text-justify": "left",
        "text-size": ["interpolate", ["linear"], ["zoom"], 8, ["literal", 7.5]],
        "text-offset": [1, 0.3],
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(0, 110, 255, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-translate-anchor": "map",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "water_name-lake-z8",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Pantans principals."},
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 8,
      "maxzoom": 9,
      "filter": [
        "all",
        ["in", "class", "lake"],
        [
          "!in",
          "name",
          "Pantà de Sant Llorenç de Montgai",
          "Estany de Certascan",
          "Estany de Banyoles",
          "l'Encanyissada"
        ],
        ["==", "capa", "water_name"]
      ],
      "layout": {
        "text-font": ["FiraSans-Italic"],
        "symbol-placement": "point",
        "text-field": "{name}",
        "text-anchor": "left",
        "text-letter-spacing": 0,
        "visibility": "visible",
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "symbol-avoid-edges": false,
        "symbol-z-order": "auto",
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-keep-upright": false,
        "text-optional": false,
        "icon-ignore-placement": false,
        "icon-pitch-alignment": "auto",
        "symbol-spacing": 1000,
        "text-max-width": 5,
        "text-justify": "left",
        "text-size": ["interpolate", ["linear"], ["zoom"], 8, ["literal", 7.5]],
        "text-offset": [1, 0.3],
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(0, 110, 255, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-translate-anchor": "map",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "water_name-lake-z9",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Pantans principals."},
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 9,
      "maxzoom": 10,
      "filter": [
        "all",
        ["in", "class", "lake"],
        ["==", "capa", "toponimia250mp"],
        ["==", "zoom9", "SI"],
        ["!in", "name", "Estany de Llauset"]
      ],
      "layout": {
        "text-font": ["FiraSans-Italic"],
        "symbol-placement": "point",
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Italic"]]}
        ],
        "text-anchor": ["get", "anchor"],
        "text-letter-spacing": 0,
        "visibility": "visible",
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "symbol-avoid-edges": false,
        "symbol-z-order": "auto",
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-keep-upright": false,
        "text-optional": false,
        "icon-ignore-placement": false,
        "icon-pitch-alignment": "auto",
        "symbol-spacing": 1000,
        "text-justify": ["get", "justify"],
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          9,
          ["*", 1.4, ["get", "fontsize"]],
          10,
          ["*", 1.5, ["get", "fontsize"]]
        ],
        "text-offset": [0, 0],
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-max-width": 5
      },
      "paint": {
        "text-color": "rgba(0, 110, 255, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-translate-anchor": "map",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "water_name-lake-z10",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 10,
      "maxzoom": 11,
      "filter": [
        "all",
        ["in", "class", "lake"],
        ["==", "capa", "toponimia250mp"]
      ],
      "layout": {
        "text-font": ["FiraSans-Italic"],
        "symbol-placement": "point",
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Italic"]]}
        ],
        "text-anchor": "center",
        "text-letter-spacing": 0,
        "visibility": "visible",
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "symbol-avoid-edges": false,
        "symbol-z-order": "auto",
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-keep-upright": false,
        "text-optional": false,
        "icon-ignore-placement": false,
        "icon-pitch-alignment": "auto",
        "symbol-spacing": 250,
        "text-justify": "center",
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          10,
          ["*", 1.3, ["get", "fontsize"]]
        ],
        "text-offset": [0, 0],
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-max-width": 7
      },
      "paint": {
        "text-color": "rgba(0, 110, 255, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-translate-anchor": "map",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "water_name-lake-z13",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "Pantans, basses, ... + Estany d'Ivars - Vila-sana"
      },
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": ["all", ["in", "class", "lake"], ["==", "capa", "tp025mp"]],
      "layout": {
        "text-font": ["FiraSans-Italic"],
        "symbol-placement": "point",
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Italic"]]}
        ],
        "text-anchor": ["get", "anchor"],
        "text-letter-spacing": 0,
        "visibility": "visible",
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "symbol-avoid-edges": false,
        "symbol-z-order": "auto",
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-keep-upright": false,
        "text-optional": false,
        "icon-ignore-placement": false,
        "icon-pitch-alignment": "auto",
        "symbol-spacing": 1000,
        "text-max-width": 7,
        "text-justify": ["get", "justify"],
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          13,
          ["*", 1.3, ["get", "fontsize"]]
        ],
        "text-offset": [0, 0],
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(0, 110, 255, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-translate-anchor": "map",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "water_name-lake-z15",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "Pantans, basses, ... + Estany d'Ivars - Vila-sana"
      },
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": ["all", ["==", "class", "lake"], ["==", "capa", "place5m2"]],
      "layout": {
        "text-font": ["FiraSans-Italic"],
        "symbol-placement": "point",
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Italic"]]}
        ],
        "text-anchor": "left",
        "text-letter-spacing": 0,
        "visibility": "visible",
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "symbol-avoid-edges": false,
        "symbol-z-order": "auto",
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-keep-upright": false,
        "text-optional": false,
        "icon-ignore-placement": false,
        "icon-pitch-alignment": "auto",
        "symbol-spacing": 1000,
        "text-max-width": 10,
        "text-justify": "left",
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          15,
          ["*", 1.8, ["get", "fontsize"]],
          24,
          ["*", 3, ["get", "fontsize"]]
        ],
        "text-offset": [1, 0],
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(0, 110, 255, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-translate-anchor": "map",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "water_name-gulf-z8",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 8,
      "maxzoom": 9,
      "filter": [
        "all",
        ["in", "name", "Golf de Roses", "Golf de Sant Jordi"],
        ["==", "capa", "water_name"]
      ],
      "layout": {
        "text-font": ["FiraSans-Italic"],
        "symbol-placement": "point",
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Italic"]]}
        ],
        "text-size": 10,
        "text-anchor": "left",
        "text-letter-spacing": 0.05,
        "symbol-spacing": 1000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "symbol-avoid-edges": false,
        "symbol-z-order": "auto",
        "text-line-height": 1.1,
        "visibility": "visible",
        "text-max-width": 15,
        "text-padding": 1,
        "text-justify": "left",
        "text-offset": [0, 0]
      },
      "paint": {
        "text-color": "rgba(0, 110, 255, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "water_name-gulf-z9",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 9,
      "maxzoom": 11,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "name", "Golf de Roses", "Golf de Sant Jordi"],
        ["==", "capa", "toponimia250mp"]
      ],
      "layout": {
        "text-font": ["FiraSans-Italic"],
        "symbol-placement": "point",
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Italic"]]}
        ],
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          9,
          ["*", 1.3, ["get", "fontsize"]],
          10,
          ["*", 1.4, ["get", "fontsize"]]
        ],
        "text-anchor": ["get", "anchor"],
        "text-letter-spacing": 0.05,
        "symbol-spacing": 1000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "symbol-avoid-edges": false,
        "symbol-z-order": "auto",
        "text-offset": [0, 0],
        "text-max-width": 15,
        "text-line-height": 1.1,
        "visibility": "visible",
        "text-padding": 1,
        "text-justify": ["get", "justify"]
      },
      "paint": {
        "text-color": "rgba(0, 110, 255, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "water_name-gulf-z11",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 11,
      "maxzoom": 15,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "name", "Golf de Roses", "Golf de Sant Jordi"],
        ["in", "capa", "tp050mp", "tp025mp"]
      ],
      "layout": {
        "text-font": ["FiraSans-Italic"],
        "symbol-placement": "point",
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Italic"]]}
        ],
        "text-size": ["get", "fontsize"],
        "text-anchor": ["get", "anchor"],
        "text-letter-spacing": 0.05,
        "symbol-spacing": 1000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "symbol-avoid-edges": false,
        "symbol-z-order": "auto",
        "text-offset": [0, 0],
        "text-max-width": 15,
        "text-line-height": 1.5,
        "visibility": "visible",
        "text-padding": 1,
        "text-justify": ["get", "justify"]
      },
      "paint": {
        "text-color": "rgba(0, 110, 255, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "water_name-sea-z7",
      "type": "symbol",
      "metadata": {"maputnik:comment": "MAR MEDITERRÀNIA"},
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 7,
      "maxzoom": 9,
      "filter": ["all", ["in", "class", "sea"], ["in", "capa", "tp1miliol"]],
      "layout": {
        "text-font": ["FiraSans-Italic"],
        "symbol-placement": "line-center",
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Italic"]]}
        ],
        "text-size": ["get", "fontsize"],
        "text-anchor": "top",
        "text-letter-spacing": {"stops": [[7, 0.7], [8, 1.3]]},
        "symbol-spacing": 250,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "symbol-avoid-edges": false,
        "symbol-z-order": "auto",
        "text-max-width": 10,
        "text-rotation-alignment": "auto",
        "text-pitch-alignment": "auto",
        "visibility": "visible",
        "text-offset": [0, 2],
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(0, 110, 255, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "water_name-sea-z9",
      "type": "symbol",
      "metadata": {"maputnik:comment": "MAR MEDITERRÀNIA"},
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 9,
      "maxzoom": 12,
      "filter": [
        "all",
        ["in", "class", "sea"],
        ["in", "capa", "mtc250m_linies_along"]
      ],
      "layout": {
        "text-font": ["FiraSans-Italic"],
        "symbol-placement": "line-center",
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Italic"]]}
        ],
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          9,
          ["*", 0.8, ["get", "fontsize"]],
          11,
          ["get", "fontsize"],
          13,
          ["get", "fontsize"]
        ],
        "text-anchor": "top",
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "symbol-avoid-edges": false,
        "symbol-z-order": "auto",
        "text-rotation-alignment": "auto",
        "text-pitch-alignment": "auto",
        "visibility": "visible",
        "text-line-height": 1.1,
        "text-offset": {
          "base": 1.2,
          "stops": [[9, [0, 4]], [11, [0, 1]], [13, [0, 2]]]
        },
        "text-padding": 1,
        "text-letter-spacing": {"stops": [[9, 1], [11, 3], [13, 0.7]]},
        "text-max-width": {"stops": [[9, 10], [11, 10], [13, 50000]]},
        "symbol-spacing": 1000
      },
      "paint": {
        "text-color": "rgba(0, 110, 255, 1)",
        "text-halo-color": "rgba(255, 255, 255,0.8)",
        "text-halo-width": 2,
        "text-halo-blur": 1
      }
    },
    {
      "id": "water_name-sea-z12",
      "type": "symbol",
      "metadata": {"maputnik:comment": "MAR MEDITERRÀNIA"},
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 12,
      "maxzoom": 15,
      "filter": [
        "all",
        ["==", "name", "MAR MEDITERRÀNIA"],
        ["in", "capa", "tp050ml", "tp025ml"]
      ],
      "layout": {
        "text-font": ["FiraSans-Italic"],
        "symbol-placement": "line",
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Italic"]]}
        ],
        "text-size": ["get", "fontsize"],
        "text-anchor": "top",
        "text-letter-spacing": 0.7,
        "symbol-spacing": {"stops": [[12, 200], [15, 800]]},
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "symbol-avoid-edges": false,
        "symbol-z-order": "auto",
        "text-max-width": 50000,
        "text-rotation-alignment": "auto",
        "text-pitch-alignment": "auto",
        "visibility": "visible",
        "text-offset": [0, 2],
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(0, 110, 255, 1)",
        "text-halo-color": "rgba(255, 255, 255,0.8)",
        "text-halo-width": 2,
        "text-halo-blur": 1
      }
    },
    {
      "id": "water_name-ocean-z3-top",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Oceà Àrtic"
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 3,
      "maxzoom": 7,
      "filter": [
        "all",
        ["in", "name", "Oceà Àrtic"],
        ["==", "capa", "planisferi"]
      ],
      "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(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "water_name-ocean-z1-top",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Oceà Àrtic"
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 1,
      "maxzoom": 3,
      "filter": [
        "all",
        ["in", "name", "Oceà Àrtic"],
        ["==", "capa", "planisferi"]
      ],
      "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": 10,
        "text-letter-spacing": 0.5,
        "text-anchor": "top",
        "text-offset": [0, 2]
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "water_name-ocean-z1",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 1,
      "maxzoom": 3,
      "filter": [
        "all",
        ["in", "name", "OCEÀ ATLÀNTIC", "OCEÀ ÍNDIC", "OCEÀ PACÍFIC"],
        ["==", "$type", "Point"],
        ["==", "capa", "planisferi"],
        ["==", "codi_geogr", "6MARS"],
        ["==", "rank", 0]
      ],
      "layout": {
        "symbol-placement": "point",
        "text-field": "{name:latin}",
        "text-font": ["FiraSans-Italic"],
        "text-allow-overlap": true,
        "visibility": "visible",
        "text-size": {"stops": [[1, 12], [3, 16]]},
        "text-transform": "uppercase",
        "text-justify": "center",
        "text-line-height": 1.5,
        "text-max-width": 4,
        "text-letter-spacing": 0.2,
        "text-offset": [0, 0.6]
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-monastery-z9",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Monestir."
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 9,
      "maxzoom": 10,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "class", "monastery"],
        [
          "in",
          "name",
          "Monestir de Santes Creus",
          "Monestir de Poblet",
          "Cartoixa d'Escaladei",
          "Mare de Deú de la Fontcalda",
          "Mare de Déu del Mont",
          "Sant Benet de Bages",
          "Monestir de Montserrat",
          "Sant Jeroni de la Murtra",
          "Sant Pere de Rodes"
        ],
        ["==", "capa", "toponimia250mp"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": 8,
        "text-font": ["FiraSans-Italic"],
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "none",
        "text-max-width": 8,
        "visibility": "visible",
        "symbol-spacing": 80,
        "icon-image": "esglesia_11",
        "icon-anchor": "bottom",
        "text-offset": [0.6, -0.9],
        "text-allow-overlap": false,
        "text-padding": 1,
        "text-line-height": 1.1,
        "text-justify": "left",
        "text-anchor": "left"
      },
      "paint": {
        "text-color": "rgba(66, 66, 66, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-monastery-z10",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Monestir i església."
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 10,
      "maxzoom": 11,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "class", "monastery", "church"],
        ["==", "capa", "toponimia250mp"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": 9,
        "text-font": ["FiraSans-Regular"],
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "none",
        "text-max-width": 8,
        "visibility": "visible",
        "symbol-spacing": 80,
        "icon-image": "edificacio religiosa aillada_11",
        "icon-anchor": "bottom",
        "text-offset": [0.6, -0.9],
        "text-allow-overlap": false,
        "text-padding": 1,
        "text-line-height": 1.1,
        "text-justify": "left",
        "text-anchor": "left"
      },
      "paint": {
        "text-color": "rgba(66, 66, 66, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-monastery-z11",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Monestir, erminta, convent, santuari, església i catedral."
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 11,
      "maxzoom": 15,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "class", "isolated_dwelling"],
        ["in", "codigeo", 40701, 40702, 40703, 40704, 40705],
        ["in", "capa", "tp050mp", "tp025mp"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-font": ["FiraSans-Regular"],
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "none",
        "text-max-width": 8,
        "visibility": "visible",
        "symbol-spacing": 80,
        "icon-image": "edificacio religiosa aillada_11",
        "icon-anchor": "bottom",
        "text-offset": [0.6, -0.9],
        "text-allow-overlap": false,
        "text-padding": 1,
        "text-line-height": 1.1,
        "text-justify": "left",
        "text-anchor": "left",
        "text-size": 9
      },
      "paint": {
        "text-color": "rgba(66, 66, 66, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-castle-z10",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Castell."
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 10,
      "maxzoom": 11,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "class", "castle"],
        ["==", "capa", "toponimia250mp"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": 9,
        "text-font": ["FiraSans-Regular"],
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "none",
        "text-max-width": 8,
        "visibility": "visible",
        "symbol-spacing": 80,
        "icon-image": "castell__2_11",
        "icon-anchor": "bottom",
        "text-offset": [0.7, -0.9],
        "text-allow-overlap": false,
        "text-padding": 1,
        "text-line-height": 1.1,
        "text-justify": "left",
        "text-anchor": "left",
        "icon-size": 0.9
      },
      "paint": {
        "text-color": "rgba(66, 66, 66, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-castle-z11",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Castell."
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 11,
      "maxzoom": 15,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "codigeo", 40401],
        ["in", "capa", "tp050mp", "tp025mp"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-font": ["FiraSans-Regular"],
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "none",
        "text-max-width": 8,
        "visibility": "visible",
        "symbol-spacing": 80,
        "icon-image": "castell_bn_11",
        "icon-anchor": "bottom",
        "text-offset": [0.8, -0.9],
        "text-allow-overlap": false,
        "text-padding": 1,
        "text-line-height": 1.1,
        "text-justify": "left",
        "text-anchor": "left",
        "text-size": 9,
        "icon-size": 0.8
      },
      "paint": {
        "text-color": "rgba(66, 66, 66, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-castle-religious-z13_L",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Castell + monestir, erminta, convent, santuari, església i catedral."
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 13,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "class", "isolated_dwelling"],
        [
          "!in",
          "name",
          "Sant Martí",
          "Santa Maria de Tagamanent",
          "Deixalleria de Castell-Platja d'Aro",
          "Depuradora de Castell-Platja d'Aro",
          "COSTES DEL GARRAF"
        ],
        [
          "in",
          "codigeo",
          40401,
          40701,
          40702,
          40703,
          40704,
          40705,
          40706,
          40707,
          40708,
          40709
        ],
        ["==", "capa", "tp025mp"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          12,
          ["*", 1.4, ["get", "fontsize"]],
          13,
          ["*", 1.7, ["get", "fontsize"]],
          14,
          ["*", 1.8, ["get", "fontsize"]],
          15,
          ["*", 2, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSansCondensed-Regular"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSansCondensed-Regular"]]}
        ],
        "text-transform": "none",
        "text-max-width": 7,
        "visibility": "visible",
        "icon-anchor": "center",
        "symbol-spacing": 80,
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-justify": "left",
        "text-anchor": "left",
        "icon-image": "{classicgc}_11",
        "text-offset": [0.7, 0],
        "icon-offset": [0, 0],
        "icon-padding": 2
      },
      "paint": {
        "text-color": "rgba(51, 51, 51, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-castle-religious-z13_R",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Santa Maria de Tagamanent"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 13,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "class", "isolated_dwelling"],
        ["in", "name", "Santa Maria de Tagamanent"],
        [
          "in",
          "codigeo",
          40401,
          40701,
          40702,
          40703,
          40704,
          40705,
          40706,
          40707,
          40708,
          40709
        ],
        ["==", "capa", "tp025mp"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          12,
          ["*", 1.4, ["get", "fontsize"]],
          13,
          ["*", 1.7, ["get", "fontsize"]],
          14,
          ["*", 1.8, ["get", "fontsize"]],
          15,
          ["*", 2, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSansCondensed-Regular"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSansCondensed-Regular"]]}
        ],
        "text-transform": "none",
        "text-max-width": 7,
        "visibility": "visible",
        "icon-anchor": "center",
        "symbol-spacing": 80,
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-justify": "right",
        "text-anchor": "right",
        "icon-image": "{classicgc}_11",
        "icon-offset": [0, 0],
        "icon-padding": 2,
        "text-offset": [-0.7, 0],
        "text-optional": true,
        "icon-optional": true
      },
      "paint": {
        "text-color": "rgba(51, 51, 51, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-castle-religious-z16_L",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Castell + monestir, erminta, convent, santuari, església i catedral."
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 16,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "class", "isolated_dwelling"],
        [
          "!in",
          "name",
          "Sant Martí",
          "Santa Maria de Tagamanent",
          "Deixalleria de Castell-Platja d'Aro",
          "Depuradora de Castell-Platja d'Aro",
          "COSTES DEL GARRAF"
        ],
        [
          "in",
          "codigeo",
          40401,
          40701,
          40702,
          40703,
          40704,
          40705,
          40706,
          40707,
          40708,
          40709
        ],
        ["==", "capa", "place5m2"],
        ["!=", "icgc_id", 6499]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          12,
          ["*", 1.4, ["get", "fontsize"]],
          13,
          ["*", 1.7, ["get", "fontsize"]],
          14,
          ["*", 1.8, ["get", "fontsize"]],
          15,
          ["*", 2, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSansCondensed-Regular"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSansCondensed-Regular"]]}
        ],
        "text-transform": "none",
        "text-max-width": 7,
        "visibility": "visible",
        "icon-anchor": "center",
        "symbol-spacing": 80,
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-justify": "left",
        "text-anchor": "left",
        "text-offset": [0.7, 0],
        "icon-offset": [0, 0],
        "icon-padding": 2
      },
      "paint": {
        "text-color": "rgba(51, 51, 51, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-castle-religious-z16_R",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Santa Maria de Tagamanent"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 16,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "class", "isolated_dwelling"],
        ["in", "name", "Santa Maria de Tagamanent"],
        [
          "in",
          "codigeo",
          40401,
          40701,
          40702,
          40703,
          40704,
          40705,
          40706,
          40707,
          40708,
          40709
        ],
        ["==", "capa", "place5m2"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          12,
          ["*", 1.4, ["get", "fontsize"]],
          13,
          ["*", 1.7, ["get", "fontsize"]],
          14,
          ["*", 1.8, ["get", "fontsize"]],
          15,
          ["*", 2, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSansCondensed-Regular"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSansCondensed-Regular"]]}
        ],
        "text-transform": "none",
        "text-max-width": 7,
        "visibility": "visible",
        "icon-anchor": "center",
        "symbol-spacing": 80,
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-justify": "left",
        "text-anchor": "left",
        "icon-image": "{classicgc}_11",
        "text-offset": [0.7, 0],
        "icon-offset": [0, 0],
        "icon-padding": 2
      },
      "paint": {
        "text-color": "rgba(51, 51, 51, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-hidronims-salt-aigua-z12",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Salts d'aigua de menys importància que els de POI"
      },
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 12,
      "maxzoom": 15,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "codigeo", 60304],
        ["in", "capa", "tp050mp", "tp025mp"]
      ],
      "layout": {
        "text-letter-spacing": 0.01,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          12,
          ["*", 1.5, ["get", "fontsize"]],
          13,
          ["*", 1.6, ["get", "fontsize"]],
          14,
          ["*", 1.7, ["get", "fontsize"]],
          15,
          ["*", 1.8, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-Italic"],
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible",
        "icon-anchor": "center",
        "icon-keep-upright": false,
        "icon-pitch-alignment": "auto",
        "icon-image": "salt_daigua_11",
        "icon-allow-overlap": false,
        "icon-ignore-placement": false,
        "text-anchor": "left",
        "text-justify": "left",
        "text-offset": [0.2, 0.5],
        "icon-size": 0.8,
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(0, 110, 255, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-hidronims-salt-aigua-z15",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Salts d'aigua de menys importància que els de POI"
      },
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 15,
      "maxzoom": 18,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "codigeo", 60304],
        ["==", "capa", "place5m2"]
      ],
      "layout": {
        "text-letter-spacing": 0.01,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          15,
          ["*", 1.9, ["get", "fontsize"]],
          16,
          ["*", 2.2, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-Italic"],
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible",
        "icon-anchor": "center",
        "icon-keep-upright": false,
        "icon-pitch-alignment": "auto",
        "icon-image": "salt_daigua_11",
        "icon-allow-overlap": false,
        "icon-ignore-placement": false,
        "text-anchor": "left",
        "text-justify": "left",
        "text-offset": [0.2, 0.5],
        "icon-size": 0.8,
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(0, 110, 255, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-hidronims-altres-z16",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Cala, badia... I altres hidrònims de l'interior com estanys"
      },
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 16,
      "maxzoom": 24,
      "filter": [
        "all",
        [">=", "codigeo", 60000],
        ["==", "$type", "Point"],
        ["in", "codigeo", 60108, 60202, 60204, 60205, 60206],
        ["==", "capa", "place5m2"]
      ],
      "layout": {
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          15,
          ["*", 1.4, ["get", "fontsize"]],
          16,
          ["*", 1.6, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 90,
        "visibility": "visible",
        "symbol-placement": "point",
        "symbol-spacing": 10000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-letter-spacing": 0.05,
        "text-justify": ["get", "justify"],
        "text-anchor": ["get", "anchor"],
        "text-offset": [0.6, -0.2]
      },
      "paint": {
        "text-color": "rgba(0, 110, 255, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-hidronims-altres-z15-linia",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Cala, badia... I altres hidrònims de l'interior com estanys"
      },
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        [">=", "codigeo", 60000],
        ["==", "$type", "LineString"],
        [
          "!in",
          "codigeo",
          60108,
          60109,
          60202,
          60203,
          60204,
          60205,
          60206,
          60301,
          60302,
          60303,
          60304,
          60305,
          60501,
          60502,
          60503
        ],
        ["==", "capa", "place5m2_along"]
      ],
      "layout": {
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          15,
          ["*", 1.3, ["get", "fontsize"]],
          16,
          ["*", 1.5, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 90,
        "visibility": "visible",
        "symbol-placement": "line-center",
        "symbol-spacing": 10000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-letter-spacing": 0.05,
        "text-justify": ["get", "justify"],
        "text-anchor": ["get", "anchor"]
      },
      "paint": {
        "text-color": "rgba(0, 110, 255, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-hidronims-altres-z15",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Cala, badia... I altres hidrònims de l'interior com estanys"
      },
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        [">=", "codigeo", 60000],
        ["==", "$type", "Point"],
        [
          "!in",
          "codigeo",
          60108,
          60109,
          60202,
          60203,
          60204,
          60205,
          60206,
          60301,
          60302,
          60303,
          60304,
          60305,
          60501,
          60502,
          60503
        ],
        ["==", "capa", "place5m2"]
      ],
      "layout": {
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          15,
          ["*", 1.4, ["get", "fontsize"]],
          16,
          ["*", 1.6, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 90,
        "visibility": "visible",
        "symbol-placement": "point",
        "symbol-spacing": 10000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-letter-spacing": 0.05,
        "text-justify": ["get", "justify"],
        "text-anchor": ["get", "anchor"],
        "text-offset": [0.6, -0.2]
      },
      "paint": {
        "text-color": "rgba(0, 110, 255, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-hidronims-litoral-altres-z13",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Cala, badia... I altres hidrònims de l'interior com estanys"
      },
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 13,
      "maxzoom": 15,
      "filter": [
        "all",
        [">=", "codigeo", 60000],
        ["==", "$type", "Point"],
        [
          "!in",
          "codigeo",
          60301,
          60302,
          60303,
          60304,
          60305,
          60109,
          60203,
          60501,
          60502,
          60503
        ],
        ["==", "capa", "tp025mp"]
      ],
      "layout": {
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          12,
          ["*", 1.4, ["get", "fontsize"]],
          13,
          ["*", 1.6, ["get", "fontsize"]],
          14,
          ["*", 1.7, ["get", "fontsize"]],
          15,
          ["*", 1.8, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 90,
        "visibility": "visible",
        "symbol-placement": "point",
        "symbol-spacing": 10000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-letter-spacing": 0.05,
        "text-justify": ["get", "justify"],
        "text-anchor": ["get", "anchor"],
        "text-offset": [0.6, -0.2]
      },
      "paint": {
        "text-color": "rgba(0, 110, 255, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-hidronims-litoral-z12",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Cala, badia, golf, freu..."
      },
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 12,
      "maxzoom": 15,
      "filter": [
        "all",
        ["in", "codigeo", 60101, 60102, 60103, 60104, 60106, 60107],
        ["in", "capa", "tp050mp", "tp025mp"]
      ],
      "layout": {
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          12,
          ["*", 1.4, ["get", "fontsize"]],
          13,
          ["*", 1.6, ["get", "fontsize"]],
          14,
          ["*", 1.7, ["get", "fontsize"]],
          15,
          ["*", 1.8, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 90,
        "visibility": "visible",
        "symbol-placement": "point",
        "symbol-spacing": 10000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-letter-spacing": 0.05,
        "text-justify": ["get", "justify"],
        "text-anchor": ["get", "anchor"],
        "text-offset": [0.6, -0.2]
      },
      "paint": {
        "text-color": "rgba(0, 110, 255, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-hidronims-litoral-z11",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Cala, badia, golf, freu..."
      },
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 11,
      "maxzoom": 12,
      "filter": [
        "all",
        ["in", "codigeo", 60101, 60103, 60104, 60106, 60107],
        ["<=", "rank", 11],
        ["!in", "name", "Golf de Roses", "Golf de Sant Jordi"]
      ],
      "layout": {
        "text-size": {"base": 1.2, "stops": [[12, 10], [13, 12]]},
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 90,
        "visibility": "visible",
        "symbol-placement": "point",
        "symbol-spacing": 10000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-letter-spacing": 0.05,
        "text-justify": "left",
        "text-anchor": "left",
        "text-offset": [0.6, -0.2]
      },
      "paint": {
        "text-color": "rgba(0, 110, 255, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-presa-escullera-z16",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 16,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "codigeo", 60501, 60502, 60503]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          15,
          ["*", 1.7, ["get", "fontsize"]],
          16,
          ["*", 1.8, ["get", "fontsize"]],
          17,
          ["*", 2, ["get", "fontsize"]],
          18,
          ["*", 2.2, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-Italic"],
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible",
        "symbol-spacing": 80,
        "text-offset": [2, 0.1],
        "icon-allow-overlap": false,
        "text-justify": ["get", "justify"],
        "text-anchor": ["get", "anchor"]
      },
      "paint": {
        "text-color": "rgba(55, 55, 55, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-port-z12",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 12,
      "maxzoom": 15,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "codigeo", 30304],
        ["in", "capa", "tp050mp", "tp025mp"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          12,
          ["*", 1.4, ["get", "fontsize"]],
          13,
          ["*", 1.6, ["get", "fontsize"]],
          14,
          ["*", 1.7, ["get", "fontsize"]],
          15,
          ["*", 1.8, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-Thin"],
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "none",
        "text-max-width": 7,
        "visibility": "visible",
        "symbol-spacing": 80,
        "icon-image": "port_esportiu_11",
        "text-anchor": "top",
        "text-justify": "center",
        "icon-keep-upright": false,
        "icon-anchor": "bottom",
        "icon-pitch-alignment": "auto",
        "icon-text-fit": "none",
        "icon-rotation-alignment": "auto",
        "icon-optional": false,
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(20, 20, 20, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-port-z15",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "codigeo", 30303, 30304]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          15,
          ["*", 1.7, ["get", "fontsize"]],
          16,
          ["*", 1.8, ["get", "fontsize"]],
          17,
          ["*", 2, ["get", "fontsize"]],
          18,
          ["*", 2.2, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-Regular"],
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible",
        "symbol-spacing": 80,
        "text-offset": [2, 0.1],
        "icon-allow-overlap": false,
        "text-justify": ["get", "justify"],
        "text-anchor": ["get", "anchor"]
      },
      "paint": {
        "text-color": "rgba(55, 55, 55, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-moll-escullera-z12",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Moll, escullera"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 12,
      "maxzoom": 15,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "codigeo", 30303],
        ["in", "capa", "tp050mp", "tp025mp"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": {
          "base": 1.2,
          "stops": [[11, 9], [13, 9.5], [14, 10.5], [15, 12]]
        },
        "text-font": ["FiraSans-Thin"],
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible",
        "symbol-spacing": 80,
        "text-offset": [2, 0.1],
        "text-anchor": ["get", "anchor"],
        "text-justify": ["get", "justify"]
      },
      "paint": {
        "text-color": "rgba(20, 20, 20, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-9-10-restes_arqueo",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Conjunt arquitectònic d'Empúries."
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 9,
      "maxzoom": 10,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "class", "attraction"],
        ["==", "name", "Conjunt arqueològic d'Empúries"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": 8,
        "text-font": ["FiraSans-Italic"],
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "none",
        "text-max-width": 8,
        "visibility": "visible",
        "symbol-spacing": 80,
        "icon-anchor": "bottom",
        "text-offset": [0.6, -0.9],
        "text-allow-overlap": false,
        "text-padding": 1,
        "text-line-height": 1.1,
        "text-justify": "left",
        "text-anchor": "left",
        "icon-image": "restes_histoarque_bn_11"
      },
      "paint": {
        "text-color": "rgba(66, 66, 66, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-esqui-fons-z10",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 10,
      "maxzoom": 12,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "codigeo", 40818],
        [
          "in",
          "name",
          "Estació d'esquí de fons de la Rabassa",
          "Estació d'esquí de fons d'Arànser",
          "Estació d'esquí de fons de Lles de Cerdanya",
          "Estació d'esquí de fons de Tuixén - Lavansa",
          "Estació d'esquí de fons de Guils-Fontanera",
          "Estació d'esquí de fons de Virós-Vallferrera",
          "Estació d'esquí de fons de Sant Joan de l'Erm"
        ],
        ["==", "capa", "place5m2"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": ["*", 1.4, ["get", "fontsize"]],
        "text-font": ["FiraSansCondensed-Regular"],
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible",
        "symbol-spacing": 800,
        "symbol-avoid-edges": false,
        "text-anchor": "center",
        "icon-anchor": "bottom",
        "text-justify": "center",
        "icon-allow-overlap": false,
        "icon-image": "esqui_fons_11",
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-offset": [0, 1]
      },
      "paint": {
        "text-color": {
          "stops": [[11, "rgba(20, 20, 20, 1)"], [12, "rgba(63, 63, 63, 1)"]]
        },
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-esqui-z10",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 10,
      "maxzoom": 12,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "codigeo", 40818],
        [
          "!in",
          "name",
          "Estació d'esquí de fons de la Rabassa",
          "Estació d'esquí de fons d'Arànser",
          "Estació d'esquí de fons de Lles de Cerdanya",
          "Estació d'esquí de fons de Tuixén - Lavansa",
          "Estació d'esquí de fons de Guils-Fontanera",
          "Estació d'esquí de fons de Virós-Vallferrera",
          "Estació d'esquí de fons de Sant Joan de l'Erm"
        ],
        ["==", "capa", "place5m2"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": ["*", 1.4, ["get", "fontsize"]],
        "text-font": ["FiraSansCondensed-Regular"],
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible",
        "symbol-spacing": 800,
        "symbol-avoid-edges": false,
        "icon-image": "estacio_esqui_11",
        "text-anchor": "center",
        "icon-anchor": "bottom",
        "text-justify": "center",
        "icon-allow-overlap": false,
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-offset": [0, 1]
      },
      "paint": {
        "text-color": "rgba(66, 66, 66, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-esqui-fons-z12",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "codigeo", 40818],
        ["==", "capa", "place5m2"],
        [
          "in",
          "name",
          "Estació d'esquí de fons de la Rabassa",
          "Estació d'esquí de fons d'Arànser",
          "Estació d'esquí de fons de Lles de Cerdanya",
          "Estació d'esquí de fons de Tuixén - Lavansa",
          "Estació d'esquí de fons de Guils-Fontanera",
          "Estació d'esquí de fons de Virós-Vallferrera",
          "Estació d'esquí de fons de Sant Joan de l'Erm"
        ]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          12,
          ["*", 1.4, ["get", "fontsize"]],
          13,
          ["*", 1.6, ["get", "fontsize"]],
          14,
          ["*", 1.7, ["get", "fontsize"]],
          15,
          ["*", 1.8, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-Italic"],
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible",
        "symbol-spacing": 800,
        "symbol-avoid-edges": false,
        "text-anchor": "top",
        "icon-anchor": "bottom",
        "text-justify": "center",
        "icon-allow-overlap": false,
        "icon-image": "esqui_de_fons_11",
        "text-line-height": 1.1,
        "text-padding": 1,
        "icon-optional": true
      },
      "paint": {
        "text-color": {
          "stops": [[11, "rgba(20, 20, 20, 1)"], [12, "rgba(63, 63, 63, 1)"]]
        },
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-esqui-z12",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "codigeo", 40818],
        ["==", "capa", "place5m2"],
        [
          "!in",
          "name",
          "Estació d'esquí de fons de la Rabassa",
          "Estació d'esquí de fons d'Arànser",
          "Estació d'esquí de fons de Lles de Cerdanya",
          "Estació d'esquí de fons de Tuixén - Lavansa",
          "Estació d'esquí de fons de Guils-Fontanera",
          "Estació d'esquí de fons de Virós-Vallferrera",
          "Estació d'esquí de fons de Sant Joan de l'Erm"
        ],
        ["==", "capa", "place5m2"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          12,
          ["*", 1.4, ["get", "fontsize"]],
          13,
          ["*", 1.6, ["get", "fontsize"]],
          14,
          ["*", 1.7, ["get", "fontsize"]],
          15,
          ["*", 1.8, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-Italic"],
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible",
        "symbol-spacing": 800,
        "symbol-avoid-edges": false,
        "icon-image": "estacio_esqui_11",
        "text-anchor": "top",
        "icon-anchor": "bottom",
        "text-justify": "center",
        "icon-allow-overlap": false,
        "text-line-height": 1.1,
        "text-padding": 1,
        "icon-optional": true
      },
      "paint": {
        "text-color": {
          "stops": [[11, "rgba(20, 20, 20, 1)"], [12, "rgba(63, 63, 63, 1)"]]
        },
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-club-esportiu-z12",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 12,
      "maxzoom": 15,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "codigeo", 40820],
        ["in", "capa", "tp050mp", "tp025mp"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          12,
          ["*", 1.4, ["get", "fontsize"]],
          13,
          ["*", 1.7, ["get", "fontsize"]],
          14,
          ["*", 1.8, ["get", "fontsize"]],
          15,
          ["*", 2, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-Italic"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Italic"]]}
        ],
        "text-transform": "none",
        "text-max-width": 7,
        "visibility": "visible",
        "icon-anchor": "center",
        "symbol-spacing": 80,
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-justify": "left",
        "text-anchor": "left",
        "text-offset": [0.7, 0],
        "icon-offset": [0, 0],
        "icon-padding": 2
      },
      "paint": {
        "text-color": "rgba(51, 51, 51, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-refugi-z12",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Refugis amb guarda i sense guarda, allotjament rural, apartament turístic."
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 12,
      "maxzoom": 15,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "capa", "place5m2"],
        ["==", "codigeo", 40904],
        ["!=", "classicgc", "alberg"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          12,
          ["*", 1.4, ["get", "fontsize"]],
          13,
          ["*", 1.7, ["get", "fontsize"]],
          14,
          ["*", 1.8, ["get", "fontsize"]],
          15,
          ["*", 2, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-Italic"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Italic"]]}
        ],
        "text-transform": "none",
        "text-max-width": 10,
        "visibility": "visible",
        "icon-anchor": "center",
        "symbol-spacing": 80,
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-justify": "left",
        "text-anchor": "left",
        "text-offset": [0.7, 0],
        "icon-offset": [0, 0],
        "icon-padding": 2,
        "icon-image": "{classicgc}_11"
      },
      "paint": {
        "text-color": "rgba(51, 51, 51, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-alberg-z12",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 12,
      "maxzoom": 15,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "capa", "place5m2"],
        ["==", "codigeo", 40904],
        ["==", "classicgc", "alberg"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          12,
          ["*", 1.4, ["get", "fontsize"]],
          13,
          ["*", 1.7, ["get", "fontsize"]],
          14,
          ["*", 1.8, ["get", "fontsize"]],
          15,
          ["*", 2, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-Italic"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Italic"]]}
        ],
        "text-transform": "none",
        "text-max-width": 7,
        "visibility": "visible",
        "icon-anchor": "center",
        "symbol-spacing": 80,
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-justify": "left",
        "text-anchor": "left",
        "icon-image": "alberg_internacional_11",
        "text-offset": [0.7, 0],
        "icon-offset": [0, 0],
        "icon-padding": 2,
        "icon-size": 0.8
      },
      "paint": {
        "text-color": "rgba(51, 51, 51, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-lighthouse-z10",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 10,
      "maxzoom": 11,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "class", "lighthouse"],
        ["==", "capa", "toponimia250mp"]
      ],
      "layout": {
        "text-padding": 1,
        "text-font": ["FiraSans-Regular"],
        "text-anchor": "top",
        "text-field": "{name}",
        "text-offset": [0, 0.6],
        "text-size": ["*", 1.9, ["get", "fontsize"]],
        "text-max-width": 9,
        "visibility": "visible",
        "text-allow-overlap": false,
        "icon-allow-overlap": false,
        "icon-size": 1,
        "icon-ignore-placement": false,
        "icon-offset": [0, 0],
        "text-line-height": 1.1
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(102, 102, 102, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "place-lighthouse-z11",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 11,
      "maxzoom": 15,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "class", "service"],
        ["==", "codigeo", 30302],
        ["in", "capa", "tp050mp", "tp025mp"]
      ],
      "layout": {
        "text-padding": 1,
        "text-font": ["FiraSans-Regular"],
        "text-anchor": "left",
        "text-field": "{name}",
        "text-offset": [0.8, 0],
        "text-size": ["*", 1.5, ["get", "fontsize"]],
        "text-max-width": 10,
        "visibility": "visible",
        "text-allow-overlap": false,
        "icon-allow-overlap": false,
        "icon-size": 1,
        "icon-ignore-placement": false,
        "icon-offset": [0, 0],
        "text-line-height": 1.1,
        "icon-image": "{classicgc}_11",
        "text-justify": "left"
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(102, 102, 102, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "place-lighthouse-z15",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "class", "service"],
        ["==", "codigeo", 30302],
        ["==", "capa", "place5m2"]
      ],
      "layout": {
        "text-padding": 1,
        "text-font": ["FiraSans-Regular"],
        "text-anchor": "left",
        "text-field": "{name}",
        "text-offset": [0.8, 0],
        "text-size": ["*", 1.6, ["get", "fontsize"]],
        "text-max-width": 10,
        "visibility": "visible",
        "text-allow-overlap": false,
        "icon-allow-overlap": false,
        "icon-size": 1,
        "icon-ignore-placement": false,
        "icon-offset": [0, 0],
        "text-line-height": 1.1,
        "icon-image": "{classicgc}_11",
        "text-justify": "left"
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(102, 102, 102, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "place-pedrera-z12",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Pedrera"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 12,
      "maxzoom": 15,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "codigeo", 20904],
        ["in", "capa", "tp050mp", "tp050mp"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          12,
          ["*", 1.4, ["get", "fontsize"]],
          13,
          ["*", 1.7, ["get", "fontsize"]],
          14,
          ["*", 1.8, ["get", "fontsize"]],
          15,
          ["*", 2, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-Italic"],
        "text-field": "",
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible",
        "icon-image": "pedrera_11",
        "icon-allow-overlap": false,
        "icon-ignore-placement": false,
        "icon-size": 1,
        "text-anchor": "left",
        "text-offset": [0.9, 0],
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-justify": "left"
      },
      "paint": {
        "text-color": "rgba(51, 51, 51, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-other-parc-tematic-z12",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 12,
      "maxzoom": 15,
      "filter": [
        "all",
        ["==", "codigeo", 40808],
        ["in", "capa", "tp050mp", "tp025mp"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          12,
          ["*", 1.4, ["get", "fontsize"]],
          13,
          ["*", 1.7, ["get", "fontsize"]],
          14,
          ["*", 1.8, ["get", "fontsize"]],
          15,
          ["*", 2, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-Italic"],
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "none",
        "text-max-width": {"stops": [[15, 9], [16, 10], [17, 14]]},
        "visibility": "visible",
        "icon-anchor": "bottom",
        "symbol-spacing": 80,
        "icon-image": "parc_tematic_11",
        "text-anchor": "top",
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(51, 51, 51, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-other-parc-tematic-z15",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": ["all", ["==", "codigeo", 40808], ["in", "capa", "place5m2"]],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          12,
          ["*", 1.4, ["get", "fontsize"]],
          13,
          ["*", 1.7, ["get", "fontsize"]],
          14,
          ["*", 1.8, ["get", "fontsize"]],
          15,
          ["*", 2, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-Italic"],
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "none",
        "text-max-width": {"stops": [[15, 9], [16, 10], [17, 14]]},
        "visibility": "visible",
        "icon-anchor": "bottom",
        "symbol-spacing": 80,
        "icon-image": "parc_tematic_11",
        "text-anchor": "top",
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(51, 51, 51, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-infraestructures-z15",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["!in", "class", "city", "town", "village", "country", "continent"],
        [
          "!in",
          "name",
          "Deixalleria de Castell-Platja d'Aro",
          "Depuradora de Castell-Platja d'Aro"
        ],
        ["==", "capa", "place5m2"],
        [
          "in",
          "codigeo",
          30601,
          30602,
          30603,
          30604,
          30605,
          30606,
          30607,
          30608,
          30609
        ]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          15,
          ["*", 1.7, ["get", "fontsize"]],
          16,
          ["*", 1.8, ["get", "fontsize"]],
          17,
          ["*", 2, ["get", "fontsize"]],
          18,
          ["*", 2.2, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-Light"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Light"]]}
        ],
        "text-transform": "none",
        "text-max-width": {"stops": [[15, 9], [16, 10], [17, 14]]},
        "visibility": "visible",
        "icon-anchor": "center",
        "symbol-spacing": 80,
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-justify": ["get", "njustify"],
        "text-anchor": ["get", "anchor"]
      },
      "paint": {
        "text-color": "rgba(51, 51, 51, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-parks-z13",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 12,
      "maxzoom": 15,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "capa", "tp025mp", "tp050mp"],
        [">", "codigeo", 40823],
        ["<", "codigeo", 40828],
        ["!=", "codigeo", 40825]
      ],
      "layout": {
        "text-letter-spacing": 0.05,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          12,
          ["*", 1.5, ["get", "fontsize"]],
          13,
          ["*", 1.2, ["get", "fontsize"]],
          14,
          ["*", 1.5, ["get", "fontsize"]],
          15,
          ["*", 2, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-Bold"],
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "uppercase",
        "text-max-width": 10,
        "symbol-placement": "point",
        "text-allow-overlap": false,
        "symbol-spacing": 400,
        "visibility": "visible",
        "text-line-height": 1.1,
        "text-padding": 3
      },
      "paint": {
        "text-color": {
          "stops": [
            [11, "rgba(45, 100, 17, 1)"],
            [14.9, "rgba(45, 100, 17, 1)"],
            [15, "rgba(66, 66, 66, 1)"]
          ]
        },
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 1
      }
    },
    {
      "id": "place-parks-z15",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "capa", "place5m2"],
        [">", "codigeo", 40823],
        ["<", "codigeo", 40828]
      ],
      "layout": {
        "text-letter-spacing": 0.05,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          15,
          ["*", 1.5, ["get", "fontsize"]],
          16,
          ["*", 1.8, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-Bold"],
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "uppercase",
        "text-max-width": 10,
        "symbol-placement": "point",
        "text-allow-overlap": false,
        "symbol-spacing": 400,
        "visibility": "visible",
        "text-line-height": 1.1,
        "text-padding": 3
      },
      "paint": {
        "text-color": {
          "stops": [
            [11, "rgba(45, 100, 17, 1)"],
            [14.9, "rgba(45, 100, 17, 1)"],
            [15, "rgba(66, 66, 66, 1)"]
          ]
        },
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 1
      }
    },
    {
      "id": "place-other-1-z13",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 13,
      "maxzoom": 15,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "class", "other"],
        ["in", "capa", "tp050mp", "tp025mp"],
        [">", "codigeo", "10000"],
        ["<", "codigeo", "20000"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          12,
          ["*", 1.4, ["get", "fontsize"]],
          13,
          ["*", 1.7, ["get", "fontsize"]],
          14,
          ["*", 1.8, ["get", "fontsize"]],
          15,
          ["*", 2, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-Italic"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Italic"]]}
        ],
        "text-transform": "none",
        "text-max-width": 7,
        "visibility": "visible",
        "icon-anchor": "center",
        "symbol-spacing": 80,
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-justify": "left",
        "text-anchor": "left",
        "icon-offset": [0, 0],
        "icon-padding": 2,
        "text-offset": [0.7, -0.5]
      },
      "paint": {
        "text-color": "rgba(51, 51, 51, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-other-2-z13",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 13,
      "maxzoom": 15,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "capa", "tp025mp"],
        [">", "codigeo", 20000],
        ["<", "codigeo", 30000],
        ["in", "class", "other"],
        [
          "!in",
          "name",
          "Depuradora de Castell-Platja d'Aro",
          "Depuradora de Castell-Platja d'Aro",
          ""
        ],
        ["!in", "codigeo", 20904, 20903]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          15,
          ["*", 1.7, ["get", "fontsize"]],
          16,
          ["*", 1.8, ["get", "fontsize"]],
          17,
          ["*", 2, ["get", "fontsize"]],
          18,
          ["*", 2.2, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-Italic"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Italic"]]}
        ],
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible",
        "icon-anchor": "center",
        "symbol-spacing": 80,
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-justify": ["get", "justify"],
        "text-anchor": ["get", "anchor"]
      },
      "paint": {
        "text-color": "rgba(51, 51, 51, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-other-2-z15",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "capa", "place5m2"],
        [">", "codigeo", 20000],
        ["<", "codigeo", 30000],
        ["in", "class", "other"],
        [
          "!in",
          "name",
          "Depuradora de Castell-Platja d'Aro",
          "Depuradora de Castell-Platja d'Aro",
          ""
        ]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          15,
          ["*", 1.7, ["get", "fontsize"]],
          16,
          ["*", 1.8, ["get", "fontsize"]],
          17,
          ["*", 2, ["get", "fontsize"]],
          18,
          ["*", 2.2, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-Italic"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Italic"]]}
        ],
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible",
        "icon-anchor": "center",
        "symbol-spacing": 80,
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-justify": ["get", "justify"],
        "text-anchor": ["get", "anchor"]
      },
      "paint": {
        "text-color": "rgba(51, 51, 51, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-other-4_z13",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 13,
      "maxzoom": 15,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "capa", "tp025mp"],
        [">", "codigeo", 40000],
        ["<", "codigeo", 50000],
        ["==", "class", "other"],
        ["!in", "codigeo", 40824, 40825, 40826, 40827, 40401, 40904]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          15,
          ["*", 1.7, ["get", "fontsize"]],
          16,
          ["*", 1.8, ["get", "fontsize"]],
          17,
          ["*", 2, ["get", "fontsize"]],
          18,
          ["*", 2.2, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-Italic"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Italic"]]}
        ],
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible",
        "icon-anchor": "center",
        "symbol-spacing": 80,
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-justify": ["get", "justify"],
        "text-anchor": ["get", "anchor"]
      },
      "paint": {
        "text-color": "rgba(51, 51, 51, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-other-4_z15",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "capa", "place5m2"],
        [">", "codigeo", 40000],
        ["<", "codigeo", 50000],
        ["in", "class", "other"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          15,
          ["*", 1.7, ["get", "fontsize"]],
          16,
          ["*", 1.8, ["get", "fontsize"]],
          17,
          ["*", 2, ["get", "fontsize"]],
          18,
          ["*", 2.2, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-Italic"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Italic"]]}
        ],
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible",
        "icon-anchor": "center",
        "symbol-spacing": 80,
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-justify": ["get", "justify"],
        "text-anchor": ["get", "anchor"]
      },
      "paint": {
        "text-color": "rgba(51, 51, 51, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-other-z15-deixalleria",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "name", "Deixalleria de Castell-Platja d'Aro"],
        ["in", "capa", "place5m2"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          15,
          ["*", 1.7, ["get", "fontsize"]],
          16,
          ["*", 1.8, ["get", "fontsize"]],
          17,
          ["*", 2, ["get", "fontsize"]],
          18,
          ["*", 2.2, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-Italic"],
        "text-field": [
          "literal",
          "Deixalleria de Castell d'Aro, Platja d'Aro i s'Agaró"
        ],
        "text-transform": "none",
        "text-max-width": {"stops": [[15, 9], [16, 10], [17, 14]]},
        "visibility": "visible",
        "icon-anchor": "center",
        "symbol-spacing": 80,
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-justify": ["get", "justify"],
        "text-anchor": ["get", "anchor"]
      },
      "paint": {
        "text-color": "rgba(51, 51, 51, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-other-z15-depuradora",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "capa", "place5m2"],
        ["in", "name", "Depuradora de Castell-Platja d'Aro"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          15,
          ["*", 1.7, ["get", "fontsize"]],
          16,
          ["*", 1.8, ["get", "fontsize"]],
          17,
          ["*", 2, ["get", "fontsize"]],
          18,
          ["*", 2.2, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-Italic"],
        "text-field": [
          "literal",
          "Depuradora de Castell d'Aro, Platja d'Aro i s'Agaró"
        ],
        "text-transform": "none",
        "text-max-width": {"stops": [[15, 9], [16, 10], [17, 14]]},
        "visibility": "visible",
        "icon-anchor": "center",
        "symbol-spacing": 80,
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-justify": ["get", "justify"],
        "text-anchor": ["get", "anchor"]
      },
      "paint": {
        "text-color": "rgba(51, 51, 51, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-other-osm",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Poblament aïllat; desactivat"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["!in", "class", "village", "town", "neighbourhood", "country"],
        ["!has", "icgc_id"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": 10,
        "text-font": ["FiraSansCondensed-Regular"],
        "text-field": "{codgieo}{name:latin}{name:nonlatin}",
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible",
        "text-optional": false,
        "icon-allow-overlap": false,
        "icon-ignore-placement": false
      },
      "paint": {
        "text-color": "rgba(66, 66, 66, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255,0.8)"
      }
    },
    {
      "id": "place-energia-z12",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Central hidroelèctrica, nuclear, tèrmica, parc eòlic"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 12,
      "maxzoom": 15,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        [">=", "codigeo", 20100],
        ["<=", "codigeo", 20104],
        ["in", "capa", "tp050mp", "tp025mp"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          12,
          ["*", 1.4, ["get", "fontsize"]],
          13,
          ["*", 1.7, ["get", "fontsize"]],
          14,
          ["*", 1.8, ["get", "fontsize"]],
          15,
          ["*", 2, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-ExtraLight"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 4,
        "visibility": "visible",
        "icon-anchor": "center",
        "symbol-spacing": 80,
        "text-justify": ["get", "justify"],
        "text-offset": [0.3, 0],
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-anchor": ["get", "anchor"],
        "icon-image": "circle_brown_3",
        "icon-size": 0.6
      },
      "paint": {
        "text-color": "rgba(51, 51, 51, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-poligonindustrial-z12",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Polígons industrials"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 12,
      "maxzoom": 15,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "codigeo", 21600],
        ["in", "capa", "tp050mp", "tp025mp"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          12,
          ["*", 1, ["get", "fontsize"]],
          13,
          ["*", 1.7, ["get", "fontsize"]],
          14,
          ["*", 1.8, ["get", "fontsize"]],
          15,
          ["*", 2, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-Italic"],
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible",
        "icon-anchor": "center",
        "symbol-spacing": 80,
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-justify": ["get", "justify"],
        "text-anchor": ["get", "anchor"],
        "text-allow-overlap": true
      },
      "paint": {
        "text-color": "rgba(51, 51, 51, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-caseria-z12",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Localitats."
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 12,
      "maxzoom": 15,
      "filter": [
        "all",
        ["==", "codigeo", 10102],
        ["in", "capa", "tp050mp", "tp025mp"]
      ],
      "layout": {
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          11,
          ["+", 2.2, ["get", "fontsize"]],
          12,
          ["+", 2.5, ["get", "fontsize"]],
          15,
          ["+", 2.8, ["get", "fontsize"]]
        ],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSansCondensed-SemiBold"]]}
        ],
        "text-max-width": 8,
        "visibility": "visible",
        "text-allow-overlap": false,
        "text-anchor": ["get", "anchor"],
        "text-justify": ["get", "justify"],
        "text-line-height": 1.1,
        "text-padding": 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
      }
    },
    {
      "id": "place-caseria-z15",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Localitats."
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "class", "village"],
        ["==", "codigeo", 10102],
        ["==", "capa", "place5m2"]
      ],
      "layout": {
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          11,
          ["+", 2.2, ["get", "fontsize"]],
          12,
          ["+", 2.5, ["get", "fontsize"]],
          15,
          ["+", 2.8, ["get", "fontsize"]]
        ],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSansCondensed-SemiBold"]]}
        ],
        "text-max-width": 8,
        "visibility": "visible",
        "text-allow-overlap": false,
        "text-anchor": ["get", "anchor"],
        "text-justify": ["get", "justify"],
        "text-line-height": 1.1,
        "text-padding": 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
      }
    },
    {
      "id": "place-altres-entitats-poblacio-z15",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Colònia\nPoble\nUrbanització\nVeïnat"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "codigeo", 10103, 10104, 10105, 10106],
        ["==", "capa", "place5m2"]
      ],
      "layout": {
        "text-field": "{name:latin}",
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": 16,
        "text-allow-overlap": false,
        "text-max-width": 7,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "left",
        "text-anchor": "left",
        "visibility": "visible",
        "text-offset": [0.1, 0.1],
        "text-font": ["FiraSansCondensed-Regular"],
        "text-transform": "none",
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(56, 56, 56, 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-neighbourhood-osm",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 11,
      "maxzoom": 15,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "class", "neighbourhood"],
        ["!has", "icgc_id"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": 12,
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 6,
        "visibility": "visible",
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-allow-overlap": false,
        "text-justify": ["get", "justify"],
        "text-anchor": ["get", "anchor"]
      },
      "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
      }
    },
    {
      "id": "place-neighbourhood-z11",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 11,
      "maxzoom": 15,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "class", "neighbourhood"],
        ["in", "capa", "tp050mp", "tp025mp"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          12,
          ["*", 1.05, ["get", "fontsize"]],
          13,
          ["*", 1.1, ["get", "fontsize"]],
          14,
          ["*", 1.4, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-BoldItalic"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-BoldItalic"]]}
        ],
        "text-transform": "none",
        "text-max-width": 6,
        "visibility": "visible",
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-allow-overlap": false,
        "text-justify": ["get", "justify"],
        "text-anchor": ["get", "anchor"]
      },
      "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
      }
    },
    {
      "id": "place-neighbourhood-z15",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "class", "neighbourhood"],
        ["in", "capa", "place5m2"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          15,
          ["*", 1.6, ["get", "fontsize"]],
          16,
          ["*", 1.7, ["get", "fontsize"]],
          17,
          ["*", 2, ["get", "fontsize"]],
          18,
          ["*", 2.2, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-SemiBoldItalic"]]}
        ],
        "text-transform": "none",
        "text-max-width": 6,
        "visibility": "visible",
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-allow-overlap": false,
        "text-justify": ["get", "justify"],
        "text-anchor": ["get", "anchor"]
      },
      "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
      }
    },
    {
      "id": "place-isolated-dwelling-osm",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Poblament aïllat."
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 12,
      "maxzoom": 15,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "class", "isolated_dwelling"],
        ["!has", "icgc_id"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          12,
          ["*", 1.7, ["get", "fontsize"]],
          13,
          ["*", 1.6, ["get", "fontsize"]],
          14,
          ["*", 1.7, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSansCondensed-Regular"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSansCondensed-Regular"]]}
        ],
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible",
        "text-optional": false,
        "icon-allow-overlap": false,
        "icon-ignore-placement": false,
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-justify": ["get", "justify"],
        "text-anchor": ["get", "anchor"]
      },
      "paint": {
        "text-color": "rgba(51, 51, 51, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-isolated-dwelling-z12",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Poblament aïllat."
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 12,
      "maxzoom": 15,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "codigeo", 10301, 10302, 10401, 10402, 10403],
        ["in", "capa", "tp050mp", "tp025mp"],
        ["!in", "name", "Mas de Ribafeta"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          12,
          ["*", 1.7, ["get", "fontsize"]],
          13,
          ["*", 1.6, ["get", "fontsize"]],
          14,
          ["*", 1.7, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSansCondensed-Regular"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSansCondensed-Regular"]]}
        ],
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible",
        "text-optional": false,
        "icon-allow-overlap": false,
        "icon-ignore-placement": false,
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-justify": ["get", "justify"],
        "text-anchor": ["get", "anchor"]
      },
      "paint": {
        "text-color": "rgba(51, 51, 51, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-isolated-dwelling-z15",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Poblament aïllat."
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "class", "isolated_dwelling"],
        ["==", "capa", "place5m2"],
        [
          "!in",
          "codigeo",
          40101,
          40109,
          40401,
          40701,
          40702,
          40703,
          40704,
          40705,
          40706,
          40707,
          40708,
          40709
        ]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          15,
          ["*", 1.7, ["get", "fontsize"]],
          16,
          ["*", 1.8, ["get", "fontsize"]],
          17,
          ["*", 2, ["get", "fontsize"]],
          18,
          ["*", 2.2, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSansCondensed-Regular"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSansCondensed-Regular"]]}
        ],
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible",
        "text-optional": false,
        "icon-allow-overlap": false,
        "icon-ignore-placement": false,
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-justify": ["get", "justify"],
        "text-anchor": ["get", "anchor"]
      },
      "paint": {
        "text-color": "rgba(51, 51, 51, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-village",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 11,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "class", "village"],
        ["!has", "icgc_id"],
        [
          "!in",
          "name",
          "Pal",
          "Erts",
          "Aixovall",
          "Juberri",
          "Aubinyà",
          "Certers",
          "Vila",
          "Arinsal",
          "Mas de Ribafeta",
          "Nagol",
          "Santa Coloma",
          "Aixirivall",
          "Bixessarri",
          "Torre de Arcas",
          "Aguaviva / Aiguaviva de Bergantes",
          "Espira-de-Conflent",
          "Joch",
          "Rigarda",
          "Saint-Michel-de-Llotes",
          "Lamanère",
          "Le Tech",
          "Coustouges",
          "Saint-Laurent-de-Cerdans",
          "Cerbère",
          "Saint-Jean de l'Albère",
          "Argeles-Plage",
          "Villelongue-dels-Monts",
          "Laroque-des-Albères",
          "Saint-Génis-des-Fontaines",
          "Aulus-les-Bains",
          "Seix",
          "Velilla de Cinca / Villella de Cinca",
          "Nonaspe / Nonasp",
          "Fayón / Faió",
          "Mequinenza / Mequinensa",
          "Beceite-Beseit",
          "Fórnoles / Fórnols",
          "La Portellada",
          "La Cerollera",
          "La Cañada de Verich / La Canyada de Beric",
          "Belmonte de San José / Bellmunt de Mesquí",
          "Ráfales / Ráfels",
          "Fuentespalda / Fontdespatla",
          "Torre del Compte",
          "La Fresneda",
          "Calaceite / Calaceit",
          "Valdeltormo / La Vall del Tormo",
          "Mazaleón / Massalió",
          "San Esteban de Litera",
          "Alcampell",
          "Castillonroy",
          "Baldellou",
          "Camporrells",
          "Estopiñán del Castillo / Estopanyá",
          "Beranuy",
          "Cajigar / Caixigar",
          "La Puebla de Roda",
          "Seira",
          "Egea",
          "Torre la Ribera",
          "Campo",
          "Llert",
          "Benasque / Benás",
          "Cerler",
          "Eriste",
          "Sahún",
          "San Juan de Plan / San Chuan de Plan",
          "Plan",
          "Gistaín/Chistén",
          "Villanova",
          "Sesué",
          "Chía",
          "Castejón de Sos / Castilló de Sos",
          "El Run",
          "Bisaurri",
          "Laspaúles / Laspaúls",
          "Forcat",
          "Montanuy",
          "Bonansa",
          "Sopeira",
          "Arén",
          "Puente de Montañana / Pont de Montanyana",
          "Viacamp",
          "Tolva",
          "Castigaleu",
          "Lascuarre",
          "Capella",
          "Juseu",
          "La Puebla de Castro"
        ],
        ["!has", "name:ca"]
      ],
      "layout": {
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-size": 10,
        "text-field": "{name:latin}",
        "text-max-width": 8,
        "visibility": "visible",
        "text-allow-overlap": {"stops": [[10, false], [13, false]]}
      },
      "paint": {
        "text-color": "rgba(80, 80, 80, 1)",
        "text-halo-width": 1.2,
        "text-halo-color": "rgba(255, 255, 255,0.8)"
      }
    },
    {
      "id": "place-village-ca",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 11,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "class", "village"],
        ["!has", "icgc_id"],
        ["has", "name:ca"],
        [
          "!in",
          "name",
          "Latour-de-Carol",
          "Ur",
          "Palau-de-Cerdagne",
          "Nahuja",
          "Estavar",
          "Targassonne",
          "Saint-Pierre-dels-Forcats",
          "Vernet-les-Bains",
          "Prades",
          "Sournia",
          "Bélesta",
          "Saint-Paul-de-Fenouillet",
          "Ille-sur-Têt",
          "Bompas",
          "Banyuls-sur-Mer",
          "Port-Vendres",
          "Saillagouse",
          "Angoustrine-Villeneuve-des-Escaldes",
          "Mont-Louis",
          "Prats-de-Mollo-la-Preste",
          "Coustouges",
          "Amélie-les-Bains-Palalda",
          "Elne",
          "Thuir",
          "Le Soler",
          "Rivesaltes",
          "Villeneuve-la-Rivière",
          "Saint-Estève",
          ""
        ]
      ],
      "layout": {
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-size": 10,
        "text-field": "{name:ca}",
        "text-max-width": 8,
        "visibility": "visible",
        "text-allow-overlap": {"stops": [[10, false], [13, false]]}
      },
      "paint": {
        "text-color": "rgba(80, 80, 80, 1)",
        "text-halo-width": 1.2,
        "text-halo-color": "rgba(255, 255, 255,0.8)"
      }
    },
    {
      "id": "place-village-z11",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Localitats."
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 11,
      "maxzoom": 13,
      "filter": [
        "all",
        ["==", "class", "village"],
        ["in", "capa", "tp050mp", "tp025mp"],
        [">=", "fontsize", 7],
        ["!in", "name", "Puiol del Pui", "Erts"]
      ],
      "layout": {
        "text-font": ["FiraSansCondensed-Regular"],
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          11,
          ["+", 2.2, ["get", "fontsize"]],
          12,
          ["+", 2.5, ["get", "fontsize"]],
          15,
          ["+", 2.8, ["get", "fontsize"]]
        ],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSansCondensed-Regular"]]}
        ],
        "text-max-width": 8,
        "visibility": "visible",
        "text-allow-overlap": false,
        "text-anchor": ["get", "anchor"],
        "text-justify": ["get", "justify"],
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(80, 80, 80, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-village-z13",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Localitats."
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 13,
      "maxzoom": 15,
      "filter": ["all", ["==", "class", "village"], ["in", "capa", "tp025mp"]],
      "layout": {
        "text-font": ["FiraSansCondensed-Regular"],
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          11,
          ["+", 3, ["get", "fontsize"]],
          12,
          ["+", 2.5, ["get", "fontsize"]],
          15,
          ["+", 2.8, ["get", "fontsize"]]
        ],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSansCondensed-Regular"]]}
        ],
        "text-max-width": 8,
        "visibility": "visible",
        "text-allow-overlap": false,
        "text-anchor": ["get", "anchor"],
        "text-justify": ["get", "justify"],
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(80, 80, 80, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-village-z15",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Localitats."
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": ["all", ["==", "class", "village"], ["in", "capa", "place5m2"]],
      "layout": {
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          14,
          ["+", 4, ["get", "fontsize"]],
          16,
          ["+", 6, ["get", "fontsize"]]
        ],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSansCondensed-SemiBold"]]}
        ],
        "text-max-width": 8,
        "visibility": "visible",
        "text-allow-overlap": false,
        "text-anchor": ["get", "anchor"],
        "text-justify": ["get", "justify"],
        "text-line-height": 1.1,
        "text-padding": 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
      }
    },
    {
      "id": "poi-ajuntament-z12",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "capa", "place5m2"],
        ["==", "codigeo", 40101]
      ],
      "layout": {
        "text-padding": 1,
        "text-font": ["FiraSans-Regular"],
        "text-anchor": "left",
        "text-field": {"stops": [[12, ""], [15, "{name}"]]},
        "text-offset": [0.8, -0.5],
        "text-size": 9,
        "text-max-width": 10,
        "visibility": "visible",
        "text-allow-overlap": false,
        "icon-allow-overlap": true,
        "icon-size": 0.5,
        "icon-ignore-placement": false,
        "icon-rotation-alignment": "viewport",
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-placement": "point",
        "text-ignore-placement": false,
        "icon-offset": [0, 0],
        "icon-rotate": 0,
        "text-line-height": 1.1,
        "icon-image": "ajuntament_11",
        "text-justify": "left"
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-halo-width": 1.5,
        "text-color": "rgba(51, 51, 51, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "place-town",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "class", "town"],
        ["!has", "icgc_id"],
        [
          "!in",
          "name",
          "بيت لحم",
          "Sant Julià de Lòria",
          "Encamp",
          "Canillo",
          "Ordino",
          "La Massana",
          "Les Escaldes",
          "Canet-en-Roussillon",
          "Argelès-sur-Mer",
          "Saint-Cyprien"
        ],
        ["!has", "capital"]
      ],
      "layout": {
        "text-font": ["FiraSans-Bold"],
        "text-size": {"base": 1.2, "stops": [[10, 12], [15, 24]]},
        "text-field": "{name:latin}\n{name:nonlatin}",
        "text-max-width": 8,
        "visibility": "visible",
        "text-allow-overlap": {"stops": [[10, false], [11, true]]},
        "text-line-height": {"stops": [[10, 1.1], [12, 1.2]]},
        "text-optional": false
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-width": 1.2,
        "text-halo-color": "rgba(255, 255, 255,0.8)"
      }
    },
    {
      "id": "place-city-z10-cm-outcat_D-oc",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Capital de municipi de fora de Catalunya amb doblet."
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "outcat", 1],
        ["==", "capa", "toponimia250mp"],
        ["in", "name", "Cassanyes", "Belestar", "Sornià"]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name_ca"],
          {"font-scale": 1},
          "\n",
          ["concat", ["get", "name_oc"]],
          {
            "font-scale": 1,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSansCondensed-SemiBold"]]
          }
        ],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          10,
          ["*", 1.5, ["get", "fontsize"]],
          11,
          ["*", 1.666, ["get", "fontsize"]],
          13,
          ["*", 1.733, ["get", "fontsize"]],
          14,
          ["*", 1.8, ["get", "fontsize"]],
          15,
          ["*", 1.866, ["get", "fontsize"]]
        ],
        "text-allow-overlap": false,
        "text-max-width": 8,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": ["get", "justify"],
        "text-anchor": ["get", "anchor"],
        "visibility": "visible",
        "text-offset": [0, 0],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 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-city-z10-cm-outcat_D",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Capital de municipi de fora de Catalunya amb doblet."
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "outcat", 1],
        ["==", "tipuscap", "M"],
        ["==", "capa", "toponimia250mp"],
        ["has", "name_nocat"],
        ["!in", "name", "Cassanyes", "Belestar", "Sornià"]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name"],
          "\n",
          {
            "text-font": ["literal", ["FiraSansCondensed-SemiBold"]],
            "font-scale": 1
          },
          ["concat", "(", ["get", "name_nocat"], ")"],
          {
            "text-font": ["literal", ["FiraSansCondensed-SemiBold"]],
            "font-scale": 1,
            "text-transform": "None"
          }
        ],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          10,
          ["*", 1.5, ["get", "fontsize"]],
          11,
          ["*", 1.666, ["get", "fontsize"]],
          13,
          ["*", 1.733, ["get", "fontsize"]],
          14,
          ["*", 1.8, ["get", "fontsize"]],
          15,
          ["*", 1.866, ["get", "fontsize"]]
        ],
        "text-allow-overlap": false,
        "text-max-width": 10,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": ["get", "justify"],
        "text-anchor": ["get", "anchor"],
        "visibility": "visible",
        "text-offset": [0, 0],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 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-city-z10-cm-outcat",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Capital de municipi de fora de Catalunya sense doblet."
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "outcat", 1],
        ["==", "tipuscap", "M"],
        ["==", "capa", "toponimia250mp"],
        ["!has", "name_nocat"]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name"],
          "\n",
          {
            "text-font": ["literal", ["FiraSansCondensed-SemiBold"]],
            "font-scale": 1
          }
        ],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          10,
          ["*", 1.5, ["get", "fontsize"]],
          11,
          ["*", 1.666, ["get", "fontsize"]],
          13,
          ["*", 1.733, ["get", "fontsize"]],
          14,
          ["*", 1.8, ["get", "fontsize"]],
          15,
          ["*", 1.866, ["get", "fontsize"]]
        ],
        "text-allow-overlap": false,
        "text-max-width": 8,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": ["get", "justify"],
        "text-anchor": ["get", "anchor"],
        "visibility": "visible",
        "text-offset": [0, 0],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 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-city-z10-cm3",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Capital de municipi sense doblet."},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "class", "city"],
        ["==", "tipuscap", "M"],
        ["==", "muni", "SI"],
        ["==", "capa", "place_div_admin"],
        ["in", "name", "Tagamanent"]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSansCondensed-SemiBold"]]}
        ],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          10,
          ["get", "fontsize"],
          11,
          ["*", 1.1, ["get", "fontsize"]],
          13,
          ["*", 1.2, ["get", "fontsize"]],
          14,
          ["*", 1.3, ["get", "fontsize"]],
          15,
          ["*", 1.4, ["get", "fontsize"]]
        ],
        "text-allow-overlap": false,
        "text-max-width": 6,
        "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": ["FiraSansCondensed-SemiBold"],
        "text-transform": "none",
        "text-line-height": 1.05,
        "text-padding": 1,
        "icon-anchor": "center"
      },
      "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-z10-cm2",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Capital de municipi sense doblet."},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "class", "city"],
        ["==", "tipuscap", "M"],
        ["==", "muni", "SI"],
        ["==", "capa", "place_div_admin"],
        ["!in", "name", "Tagamanent"],
        ["<", "fontsize", 14]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSansCondensed-SemiBold"]]}
        ],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          10,
          ["get", "fontsize"],
          11,
          ["*", 1.25, ["get", "fontsize"]],
          13,
          ["*", 1.3, ["get", "fontsize"]],
          14,
          ["*", 1.35, ["get", "fontsize"]],
          15,
          ["*", 1.4, ["get", "fontsize"]]
        ],
        "text-allow-overlap": false,
        "text-max-width": 6,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": ["get", "justify"],
        "text-anchor": ["get", "anchor"],
        "visibility": "visible",
        "text-offset": [0, 0],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-transform": "none",
        "text-line-height": 1.05,
        "text-padding": 1,
        "icon-anchor": "center"
      },
      "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-z10-cm",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Capital de municipi sense doblet."},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "class", "city"],
        ["==", "tipuscap", "M"],
        ["==", "muni", "SI"],
        ["==", "capa", "place_div_admin"],
        ["!in", "name", "Tagamanent"],
        [">=", "fontsize", 14]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSansCondensed-SemiBold"]]}
        ],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          10,
          ["+", 0.5, ["get", "fontsize"]],
          11,
          ["*", 1.2, ["get", "fontsize"]],
          13,
          ["*", 1.3, ["get", "fontsize"]],
          14,
          ["*", 1.35, ["get", "fontsize"]],
          15,
          ["*", 1.4, ["get", "fontsize"]]
        ],
        "text-allow-overlap": false,
        "text-max-width": 6,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": ["get", "justify"],
        "text-anchor": ["get", "anchor"],
        "visibility": "visible",
        "text-offset": [0, 0],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-transform": "none",
        "text-line-height": 1.05,
        "text-padding": 1,
        "icon-anchor": "center"
      },
      "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-z10-cm_D2",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Capital de municipi amb doblet."},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "class", "city"],
        ["==", "tipuscap", "M"],
        ["==", "muni", "NO"],
        ["==", "capa", "place_div_admin"],
        ["<", "fontsize", 14]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name"],
          "\n",
          {
            "text-font": ["literal", ["FiraSansCondensed-SemiBold"]],
            "font-scale": 1
          },
          ["concat", "(", ["get", "nommuni"], ")"],
          {"text-font": ["literal", ["FiraSans-Italic"]], "font-scale": 0.8}
        ],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          10,
          ["get", "fontsize"],
          11,
          ["*", 1.25, ["get", "fontsize"]],
          13,
          ["*", 1.3, ["get", "fontsize"]],
          14,
          ["*", 1.35, ["get", "fontsize"]],
          15,
          ["*", 1.4, ["get", "fontsize"]]
        ],
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": ["get", "justify"],
        "text-anchor": ["get", "anchor"],
        "visibility": "visible",
        "text-offset": [0.2, 0.1],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-transform": "none",
        "text-line-height": 1.05,
        "text-padding": 1,
        "text-max-width": 7
      },
      "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-z10-cm_D",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Capital de municipi amb doblet."},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "class", "city"],
        ["==", "tipuscap", "M"],
        ["==", "muni", "NO"],
        ["==", "capa", "place_div_admin"],
        [">=", "fontsize", 14]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name"],
          "\n",
          {
            "text-font": ["literal", ["FiraSansCondensed-SemiBold"]],
            "font-scale": 1
          },
          ["concat", "(", ["get", "nommuni"], ")"],
          {"text-font": ["literal", ["FiraSans-Italic"]], "font-scale": 0.8}
        ],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          10,
          ["+", 0.5, ["get", "fontsize"]],
          11,
          ["*", 1.2, ["get", "fontsize"]],
          13,
          ["*", 1.3, ["get", "fontsize"]],
          14,
          ["*", 1.35, ["get", "fontsize"]],
          15,
          ["*", 1.4, ["get", "fontsize"]]
        ],
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": ["get", "justify"],
        "text-anchor": ["get", "anchor"],
        "visibility": "visible",
        "text-offset": [0.2, 0.1],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-transform": "none",
        "text-line-height": 1.05,
        "text-padding": 1,
        "text-max-width": 7
      },
      "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-z9-cm-TL-outcat-FR_D",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Capital de municipi de França amb doblet."
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 9,
      "maxzoom": 10,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "outcat", 1],
        ["==", "tipuscap", "M"],
        ["==", "zoom9", "SI"],
        ["has", "name_oc"],
        ["==", "capa", "toponimia250mp"],
        ["==", "justify", "left"],
        ["==", "anchor", "top-left"]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name_oc"],
          "\n",
          {
            "text-font": ["literal", ["FiraSansCondensed-SemiBold"]],
            "font-scale": 1
          },
          ["concat", "(", ["get", "name_fr"], ")"],
          {
            "text-font": ["literal", ["FiraSansCondensed-SemiBold"]],
            "font-scale": 1,
            "text-transform": "None"
          }
        ],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": ["literal", 11.2],
        "text-allow-overlap": false,
        "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": ["FiraSansCondensed-SemiBold"],
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-max-width": 17,
        "icon-image": "circle_grey_2",
        "icon-size": 0.3
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 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-city-z9-cm-BL-outcat-FR_D",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Capital de municipi de França amb doblet."
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 9,
      "maxzoom": 10,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "outcat", 1],
        ["==", "tipuscap", "M"],
        ["==", "zoom9", "SI"],
        ["has", "name_oc"],
        ["==", "capa", "toponimia250mp"],
        ["==", "justify", "left"],
        ["==", "anchor", "bottom-left"]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name_oc"],
          "\n",
          {
            "text-font": ["literal", ["FiraSansCondensed-SemiBold"]],
            "font-scale": 1
          },
          ["concat", "(", ["get", "name_fr"], ")"],
          {
            "text-font": ["literal", ["FiraSansCondensed-SemiBold"]],
            "font-scale": 1,
            "text-transform": "None"
          }
        ],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": ["literal", 11.2],
        "text-allow-overlap": false,
        "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": ["FiraSansCondensed-SemiBold"],
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-max-width": 17,
        "icon-image": "circle_grey_2",
        "icon-size": 0.3
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 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-city-z9-cm-B-outcat-FR_D",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Capital de municipi de França amb doblet."
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 9,
      "maxzoom": 10,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "outcat", 1],
        ["==", "tipuscap", "M"],
        ["==", "zoom9", "SI"],
        ["has", "name_oc"],
        ["==", "capa", "toponimia250mp"],
        ["==", "justify", "center"],
        ["==", "anchor", "bottom"]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name_oc"],
          "\n",
          {
            "text-font": ["literal", ["FiraSansCondensed-SemiBold"]],
            "font-scale": 1
          },
          ["concat", "(", ["get", "name_fr"], ")"],
          {
            "text-font": ["literal", ["FiraSansCondensed-SemiBold"]],
            "font-scale": 1,
            "text-transform": "None"
          }
        ],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": ["literal", 11.2],
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "center",
        "text-anchor": "bottom",
        "visibility": "visible",
        "text-offset": [0, -0.1],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-max-width": 17,
        "icon-image": "circle_grey_2",
        "icon-size": 0.3
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 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-city-z9-cm-TR-outcat-FR_D",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Capital de municipi de França amb doblet."
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 9,
      "maxzoom": 10,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "outcat", 1],
        ["==", "tipuscap", "M"],
        ["==", "zoom9", "SI"],
        ["has", "name_oc"],
        ["==", "capa", "toponimia250mp"],
        ["==", "justify", "right"],
        ["==", "anchor", "top-right"]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name_oc"],
          "\n",
          {
            "text-font": ["literal", ["FiraSansCondensed-SemiBold"]],
            "font-scale": 1
          },
          ["concat", "(", ["get", "name_fr"], ")"],
          {
            "text-font": ["literal", ["FiraSansCondensed-SemiBold"]],
            "font-scale": 1,
            "text-transform": "None"
          }
        ],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": ["literal", 11.2],
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "right",
        "text-anchor": "top-right",
        "visibility": "visible",
        "text-offset": [-0.3, 0.1],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-max-width": 17,
        "icon-image": "circle_grey_2",
        "icon-size": 0.3
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 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-city-z9-cm-BR-outcat-FR_D",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Capital de municipi de França amb doblet."
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 9,
      "maxzoom": 10,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "outcat", 1],
        ["==", "tipuscap", "M"],
        ["==", "zoom9", "SI"],
        ["has", "name_oc"],
        ["==", "capa", "toponimia250mp"],
        ["==", "justify", "right"],
        ["==", "anchor", "bottom-right"]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name_oc"],
          "\n",
          {
            "text-font": ["literal", ["FiraSansCondensed-SemiBold"]],
            "font-scale": 1
          },
          ["concat", "(", ["get", "name_fr"], ")"],
          {
            "text-font": ["literal", ["FiraSansCondensed-SemiBold"]],
            "font-scale": 1,
            "text-transform": "None"
          }
        ],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": ["literal", 11.2],
        "text-allow-overlap": false,
        "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": ["FiraSansCondensed-SemiBold"],
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-max-width": 17,
        "icon-image": "circle_grey_2",
        "icon-size": 0.3
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 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-city-z9-cm-TL-outcat-ESP_D",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Capital de municipi d'Espanya amb doblet."
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 9,
      "maxzoom": 10,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "outcat", 1],
        ["==", "tipuscap", "M"],
        ["has", "name_ca"],
        ["has", "name_es"],
        ["==", "capa", "toponimia250mp"],
        ["==", "zoom9", "SI"],
        ["==", "justify", "left"],
        ["==", "anchor", "top-left"]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name"],
          "\n",
          {
            "text-font": ["literal", ["FiraSansCondensed-SemiBold"]],
            "font-scale": 1
          },
          ["concat", "(", ["get", "name_es"], ")"],
          {
            "text-font": ["literal", ["FiraSansCondensed-SemiBold"]],
            "font-scale": 1,
            "text-transform": "None"
          }
        ],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": ["literal", 11.2],
        "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": "top-left",
        "visibility": "visible",
        "text-offset": [0.2, 0.1],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-line-height": 1.1,
        "text-padding": 1,
        "icon-image": "circle_grey_2",
        "icon-size": 0.3
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 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-city-z9-cm-BL-outcat-ESP_D",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Capital de municipi d'Espanya amb doblet."
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 9,
      "maxzoom": 10,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "outcat", 1],
        ["==", "tipuscap", "M"],
        ["has", "name_ca"],
        ["has", "name_es"],
        ["==", "capa", "toponimia250mp"],
        ["==", "zoom9", "SI"],
        ["==", "justify", "left"],
        ["==", "anchor", "bottom-left"]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name"],
          "\n",
          {
            "text-font": ["literal", ["FiraSansCondensed-SemiBold"]],
            "font-scale": 1
          },
          ["concat", "(", ["get", "name_es"], ")"],
          {
            "text-font": ["literal", ["FiraSansCondensed-SemiBold"]],
            "font-scale": 1,
            "text-transform": "None"
          }
        ],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": ["literal", 11.2],
        "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.2, 0.1],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-line-height": 1.1,
        "text-padding": 1,
        "icon-image": "circle_grey_2",
        "icon-size": 0.3
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 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-city-z9-cm-TR-outcat-ESP_D",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Capital de municipi d'Espanya amb doblet."
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 9,
      "maxzoom": 10,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "outcat", 1],
        ["==", "tipuscap", "M"],
        ["has", "name_ca"],
        ["has", "name_es"],
        ["==", "capa", "toponimia250mp"],
        ["==", "zoom9", "SI"],
        ["==", "justify", "right"],
        ["==", "anchor", "top-right"]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name"],
          "\n",
          {
            "text-font": ["literal", ["FiraSansCondensed-SemiBold"]],
            "font-scale": 1
          },
          ["concat", "(", ["get", "name_es"], ")"],
          {
            "text-font": ["literal", ["FiraSansCondensed-SemiBold"]],
            "font-scale": 1,
            "text-transform": "None"
          }
        ],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": ["literal", 11.2],
        "text-allow-overlap": false,
        "text-max-width": 10,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "right",
        "text-anchor": "top-right",
        "visibility": "visible",
        "text-offset": [-0.3, 0.1],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-line-height": 1.1,
        "text-padding": 1,
        "icon-image": "circle_grey_2",
        "icon-size": 0.3
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 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-city-z9-cm-BR-outcat-ESP_D",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Capital de municipi d'Espanya amb doblet."
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 9,
      "maxzoom": 10,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "outcat", 1],
        ["==", "tipuscap", "M"],
        ["has", "name_ca"],
        ["has", "name_es"],
        ["==", "capa", "toponimia250mp"],
        ["==", "zoom9", "SI"],
        ["==", "justify", "right"],
        ["==", "anchor", "bottom-right"]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name"],
          "\n",
          {
            "text-font": ["literal", ["FiraSansCondensed-SemiBold"]],
            "font-scale": 1
          },
          ["concat", "(", ["get", "name_es"], ")"],
          {
            "text-font": ["literal", ["FiraSansCondensed-SemiBold"]],
            "font-scale": 1,
            "text-transform": "None"
          }
        ],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": ["literal", 11.2],
        "text-allow-overlap": false,
        "text-max-width": 10,
        "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": ["FiraSansCondensed-SemiBold"],
        "text-line-height": 1.1,
        "text-padding": 1,
        "icon-image": "circle_grey_2",
        "icon-size": 0.3
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 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-city-z9-cm-TL-outcat",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Capital de municipi de fora de Catalunya sense doblet."
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 9,
      "maxzoom": 10,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "outcat", 1],
        ["==", "tipuscap", "M"],
        ["has", "name_ca"],
        ["!has", "name_es"],
        ["==", "zoom9", "SI"],
        ["==", "justify", "left"],
        ["==", "anchor", "top-left"],
        ["==", "capa", "toponimia250mp"]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSansCondensed-SemiBold"]]}
        ],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": ["literal", 11.2],
        "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": "top-left",
        "visibility": "visible",
        "text-offset": [0.2, 0.1],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-line-height": 1.05,
        "text-padding": 1,
        "icon-image": "circle_grey_2",
        "icon-size": 0.3
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 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-city-z9-cm-BL-outcat",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Capital de municipi de fora de Catalunya sense doblet."
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 9,
      "maxzoom": 10,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "outcat", 1],
        ["==", "tipuscap", "M"],
        ["has", "name_ca"],
        ["!has", "name_es"],
        ["==", "zoom9", "SI"],
        ["==", "justify", "left"],
        ["==", "anchor", "bottom-left"],
        ["==", "capa", "toponimia250mp"]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSansCondensed-SemiBold"]]}
        ],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": ["literal", 11.2],
        "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": ["FiraSansCondensed-SemiBold"],
        "text-line-height": 1.05,
        "text-padding": 1,
        "icon-image": "circle_grey_2",
        "icon-size": 0.3
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 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-city-z9-cm-TR-outcat",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Capital de municipi de fora de Catalunya sense doblet."
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 9,
      "maxzoom": 10,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "outcat", 1],
        ["==", "tipuscap", "M"],
        ["has", "name_ca"],
        ["!has", "name_es"],
        ["==", "zoom9", "SI"],
        ["==", "justify", "right"],
        ["==", "anchor", "top-right"],
        ["==", "capa", "toponimia250mp"]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSansCondensed-SemiBold"]]}
        ],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": ["literal", 11.2],
        "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": "top-right",
        "visibility": "visible",
        "text-offset": [-0.2, 0],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-line-height": 1.05,
        "text-padding": 1,
        "icon-image": "circle_grey_2",
        "icon-size": 0.3
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 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-city-z9-cm-BR-outcat",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Capital de municipi de fora de Catalunya sense doblet."
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 9,
      "maxzoom": 10,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "outcat", 1],
        ["==", "tipuscap", "M"],
        ["has", "name_ca"],
        ["!has", "name_es"],
        ["==", "zoom9", "SI"],
        ["==", "justify", "right"],
        ["==", "anchor", "bottom-right"],
        ["==", "capa", "toponimia250mp"]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSansCondensed-SemiBold"]]}
        ],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": ["literal", 11.2],
        "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": ["FiraSansCondensed-SemiBold"],
        "text-line-height": 1.05,
        "text-padding": 1,
        "icon-allow-overlap": false,
        "icon-image": "circle_grey_2",
        "icon-size": 0.3
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 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-city-z8-cm-TL",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Capital de municipi."},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 8,
      "maxzoom": 10,
      "filter": [
        "all",
        ["in", "tipuscap", "M"],
        ["in", "muni", "SI"],
        [
          "in",
          "name",
          "l'Ametlla de Mar",
          "Sant Feliu de Guíxols",
          "la Jonquera",
          "Camprodon",
          "Oliana",
          "Anglès",
          "Artesa de Segre",
          "Guissona",
          "Blanes",
          "Premià de Mar",
          "Badalona",
          "Arenys de Mar",
          "l'Hospitalet de Llobregat",
          "Calafell",
          "Salou",
          "Alcanar",
          "la Ràpita"
        ],
        ["==", "capa", "place_div_admin"]
      ],
      "layout": {
        "text-field": "{name}",
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          8,
          ["literal", 10],
          9,
          ["literal", 11]
        ],
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "left",
        "text-anchor": "top-left",
        "visibility": "visible",
        "text-font": ["FiraSans-SemiBold"],
        "text-transform": "none",
        "icon-rotation-alignment": "auto",
        "icon-keep-upright": false,
        "icon-pitch-alignment": "auto",
        "icon-anchor": "center",
        "icon-offset": [0, 0],
        "icon-allow-overlap": false,
        "text-line-height": 1.1,
        "text-offset": [0.25, 0.1],
        "text-max-width": 6,
        "text-padding": 1,
        "icon-image": "circle_grey_2",
        "icon-size": 0.3
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 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-cm-L",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Capital de municipi."},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 8,
      "maxzoom": 10,
      "filter": [
        "all",
        ["in", "tipuscap", "M"],
        ["in", "muni", "SI"],
        ["in", "name", "Torredembarra", "Calella", "Lloret de Mar"],
        ["==", "capa", "place_div_admin"]
      ],
      "layout": {
        "text-field": "{name}",
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          8,
          ["literal", 10],
          9,
          ["literal", 11]
        ],
        "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-font": ["FiraSans-SemiBold"],
        "text-transform": "none",
        "icon-rotation-alignment": "auto",
        "icon-keep-upright": false,
        "icon-pitch-alignment": "auto",
        "icon-anchor": "center",
        "icon-offset": [0, 0],
        "icon-allow-overlap": false,
        "text-max-width": 8,
        "text-line-height": 1.1,
        "text-offset": [0.4, 0.1],
        "icon-image": "circle_grey_2",
        "icon-size": 0.3
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 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-cm-BL_D",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Capital de municipi sense doblet."},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 8,
      "maxzoom": 10,
      "filter": [
        "all",
        ["in", "tipuscap", "M"],
        ["in", "muni", "NO"],
        ["in", "name", "Isona"],
        ["==", "capa", "place_div_admin"]
      ],
      "layout": {
        "text-field": "{name}",
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          8,
          ["literal", 10],
          9,
          ["literal", 11]
        ],
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "left",
        "text-anchor": "bottom-left",
        "visibility": "visible",
        "text-font": ["FiraSans-SemiBold"],
        "text-transform": "none",
        "icon-rotation-alignment": "auto",
        "icon-keep-upright": false,
        "icon-pitch-alignment": "auto",
        "icon-anchor": "center",
        "icon-offset": [0, 0],
        "icon-allow-overlap": false,
        "text-line-height": 1.1,
        "text-offset": [0.2, 0.1],
        "text-max-width": 6,
        "text-padding": 1,
        "icon-image": "circle_grey_2",
        "icon-size": 0.3
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 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-cm-BL",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Capital de municipi."},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 8,
      "maxzoom": 10,
      "filter": [
        "all",
        ["in", "tipuscap", "M"],
        ["in", "muni", "SI"],
        [
          "in",
          "name",
          "Torroella de Montgrí",
          "Llívia",
          "Maials",
          "la Sénia",
          "Deltebre",
          "Horta de Sant Joan",
          "Sitges",
          "Flix",
          "la Granadella",
          "Martorell",
          "la Garriga",
          "Sant Celoni",
          "Calaf",
          "Almacelles",
          "Alfarràs",
          "Agramunt",
          "Navàs",
          "Sallent",
          "Centelles",
          "Hostalric",
          "Palamós",
          "Llagostera",
          "Cardona",
          "Ponts",
          "Palafrugell",
          "Manlleu",
          "Torelló",
          "Àger",
          "l'Escala",
          "Besalú",
          "Bagà",
          "Roses",
          "Cadaqués",
          "Ribes de Freser",
          "Bellver de Cerdanya",
          "Portbou",
          "Esterri d'Àneu"
        ],
        ["==", "capa", "place_div_admin"]
      ],
      "layout": {
        "text-field": "{name}",
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          8,
          ["literal", 10],
          9,
          ["literal", 11]
        ],
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "left",
        "text-anchor": "bottom-left",
        "visibility": "visible",
        "text-font": ["FiraSans-SemiBold"],
        "text-transform": "none",
        "icon-rotation-alignment": "auto",
        "icon-keep-upright": false,
        "icon-pitch-alignment": "auto",
        "icon-anchor": "center",
        "icon-offset": [0, 0],
        "icon-allow-overlap": false,
        "text-line-height": 1.1,
        "text-offset": [0.2, 0.1],
        "text-padding": 1,
        "text-max-width": 5,
        "icon-image": "circle_grey_2",
        "icon-size": 0.3
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 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-cm-TR_D",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Capital de municipi sense doblet."},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 8,
      "maxzoom": 10,
      "filter": [
        "all",
        ["in", "tipuscap", "M"],
        ["in", "muni", "NO"],
        ["in", "name", "Vandellòs"],
        ["==", "capa", "place_div_admin"]
      ],
      "layout": {
        "text-field": "{name}",
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          8,
          ["literal", 10],
          9,
          ["literal", 11]
        ],
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "left",
        "text-anchor": "top-right",
        "visibility": "visible",
        "text-font": ["FiraSans-SemiBold"],
        "text-transform": "none",
        "icon-rotation-alignment": "auto",
        "icon-keep-upright": false,
        "icon-pitch-alignment": "auto",
        "icon-anchor": "center",
        "icon-offset": [0, 0],
        "icon-allow-overlap": false,
        "text-line-height": 1.1,
        "text-max-width": 6,
        "text-offset": [-0.2, 0],
        "text-padding": 1,
        "icon-image": "circle_grey_2",
        "icon-size": 0.3
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 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-cm-TR",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Capital de municipi."},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 8,
      "maxzoom": 10,
      "filter": [
        "all",
        ["in", "tipuscap", "M"],
        ["in", "muni", "SI"],
        [
          "in",
          "name",
          "Organyà",
          "Santa Coloma de Queralt",
          "Sant Sadurní d'Anoia",
          "Sant Boi de Llobregat"
        ],
        ["==", "capa", "place_div_admin"]
      ],
      "layout": {
        "text-field": "{name}",
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          8,
          ["literal", 10],
          9,
          ["literal", 11]
        ],
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "right",
        "text-anchor": "top-right",
        "visibility": "visible",
        "text-font": ["FiraSans-SemiBold"],
        "text-transform": "none",
        "icon-rotation-alignment": "auto",
        "icon-keep-upright": false,
        "icon-pitch-alignment": "auto",
        "icon-anchor": "center",
        "icon-offset": [0, 0],
        "icon-allow-overlap": false,
        "text-line-height": 1.1,
        "text-offset": [-0.3, 0],
        "text-max-width": 6,
        "text-padding": 1,
        "icon-image": "circle_grey_2",
        "icon-size": 0.3
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 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-cm-BR",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Capital de municipi."},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 8,
      "maxzoom": 10,
      "filter": [
        "all",
        ["in", "tipuscap", "M"],
        ["in", "muni", "SI"],
        [
          "in",
          "name",
          "Sant Llorenç de Morunys",
          "Gironella",
          "Cambrils",
          "Juneda",
          "Alcarràs",
          "Verges",
          "la Pobla de Segur",
          "Prades"
        ],
        ["==", "capa", "place_div_admin"]
      ],
      "layout": {
        "text-field": "{name}",
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          8,
          ["literal", 10],
          9,
          ["literal", 11]
        ],
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "right",
        "text-anchor": "bottom-right",
        "visibility": "visible",
        "text-font": ["FiraSans-SemiBold"],
        "text-transform": "none",
        "icon-rotation-alignment": "auto",
        "icon-keep-upright": false,
        "icon-pitch-alignment": "auto",
        "icon-anchor": "center",
        "icon-offset": [0, 0],
        "icon-allow-overlap": false,
        "text-line-height": 1.1,
        "text-offset": [-0.3, 0.1],
        "text-max-width": 6,
        "text-padding": 1,
        "icon-image": "circle_grey_2",
        "icon-size": 0.3
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 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-z9-cc-TL_D",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Capital de comarca amb doblet."},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 9,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "class", "city"],
        ["==", "tipuscap", "C"],
        ["in", "name", "Vielha"],
        ["in", "capa", "place_div_admin"]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name"],
          "\n",
          {
            "text-font": ["literal", ["FiraSansCondensed-SemiBold"]],
            "font-scale": 1
          },
          ["concat", "(", ["get", "nommuni"], ")"],
          {"text-font": ["literal", ["FiraSans-Italic"]], "font-scale": 0.85}
        ],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          7,
          ["literal", 12],
          9,
          ["literal", 13],
          10,
          ["get", "fontsize"]
        ],
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "left",
        "text-anchor": "top-left",
        "visibility": "visible",
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-transform": "uppercase",
        "icon-rotation-alignment": "auto",
        "icon-keep-upright": false,
        "icon-pitch-alignment": "auto",
        "text-line-height": 1.1,
        "text-offset": [0.25, 0.2],
        "text-max-width": 10,
        "text-padding": 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-cc-outcat_CatNord",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Capital de comarca."},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 8,
      "maxzoom": 9,
      "filter": [
        "all",
        ["in", "class", "city"],
        ["in", "capa", "tp1miliop"],
        ["in", "name", "Prada", "Ceret"]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 1},
          "\n",
          {
            "font-scale": 1,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSansCondensed-SemiBold"]]
          }
        ],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          7,
          ["literal", 12],
          9,
          ["literal", 13],
          10,
          ["+", 5, ["get", "fontsize"]],
          11,
          ["+", 9, ["get", "fontsize"]]
        ],
        "text-allow-overlap": false,
        "text-max-width": 15,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "right",
        "text-anchor": "bottom-right",
        "visibility": "visible",
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-transform": {"stops": [[7, "none"], [9, "uppercase"]]},
        "icon-rotation-alignment": "auto",
        "icon-keep-upright": false,
        "icon-pitch-alignment": "auto",
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-offset": [0, 0],
        "icon-image": "circle_grey_2",
        "icon-size": 0.4
      },
      "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-cc-outcat_Barbastre",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Capital de comarca."},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 8,
      "maxzoom": 9,
      "filter": [
        "all",
        ["in", "class", "city"],
        ["in", "capa", "tp1miliop"],
        ["==", "name", "Barbastre"]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 1},
          "\n",
          ["concat", ["literal", "(Barbastre)"]],
          {
            "font-scale": 1,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSansCondensed-SemiBold"]]
          }
        ],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          7,
          ["literal", 12],
          9,
          ["literal", 13],
          10,
          ["+", 5, ["get", "fontsize"]],
          11,
          ["+", 9, ["get", "fontsize"]]
        ],
        "text-allow-overlap": false,
        "text-max-width": 15,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "right",
        "text-anchor": "bottom-right",
        "visibility": "visible",
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-transform": {"stops": [[7, "none"], [9, "uppercase"]]},
        "icon-rotation-alignment": "auto",
        "icon-keep-upright": false,
        "icon-pitch-alignment": "auto",
        "text-line-height": 1.1,
        "text-offset": [-0.25, 0],
        "text-padding": 1,
        "icon-size": 0.4,
        "icon-image": "circle_grey_2"
      },
      "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-cc-outcat_Franja",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Capital de comarca."},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 8,
      "maxzoom": 9,
      "filter": [
        "all",
        ["in", "class", "city"],
        ["in", "capa", "tp1miliop"],
        ["in", "name", "Benavarri", "Tamarit de Llitera", "Fraga"]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 1},
          "\n",
          {
            "font-scale": 1,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSansCondensed-SemiBold"]]
          }
        ],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          7,
          ["literal", 12],
          9,
          ["literal", 13],
          10,
          ["+", 5, ["get", "fontsize"]],
          11,
          ["+", 9, ["get", "fontsize"]]
        ],
        "text-allow-overlap": false,
        "text-max-width": 15,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "right",
        "text-anchor": "bottom-right",
        "visibility": "visible",
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-transform": {"stops": [[7, "none"], [9, "uppercase"]]},
        "icon-rotation-alignment": "auto",
        "icon-keep-upright": false,
        "icon-pitch-alignment": "auto",
        "text-line-height": 1.1,
        "text-offset": [-0.25, 0],
        "text-padding": 1,
        "icon-size": 0.4,
        "icon-image": "circle_grey_2"
      },
      "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-cc-outcat_Montso",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Capital de comarca."},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 8,
      "maxzoom": 9,
      "filter": [
        "all",
        ["in", "class", "city"],
        ["in", "capa", "tp1miliop"],
        ["==", "name", "Montsó"]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 1},
          "\n",
          ["concat", ["literal", "(Monzón)"]],
          {
            "font-scale": 1,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSansCondensed-SemiBold"]]
          }
        ],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          7,
          ["literal", 12],
          9,
          ["literal", 13],
          10,
          ["+", 5, ["get", "fontsize"]],
          11,
          ["+", 9, ["get", "fontsize"]]
        ],
        "text-allow-overlap": false,
        "text-max-width": 15,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "right",
        "text-anchor": "bottom-right",
        "visibility": "visible",
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-transform": {"stops": [[7, "none"], [9, "uppercase"]]},
        "icon-rotation-alignment": "auto",
        "icon-keep-upright": false,
        "icon-pitch-alignment": "auto",
        "text-line-height": 1.1,
        "text-offset": [-0.25, 0],
        "text-padding": 1,
        "icon-size": 0.4,
        "icon-image": "circle_grey_2"
      },
      "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-cc-outcat-oc",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Capital de comarca."},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 7,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "class", "city"],
        ["==", "tipuscap", "C"],
        ["in", "capa", "toponimia250mp"],
        ["==", "outcat", 1],
        ["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", ["FiraSansCondensed-SemiBold"]]
          }
        ],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          7,
          ["literal", 12],
          9,
          ["literal", 13],
          10,
          ["+", 5, ["get", "fontsize"]],
          11,
          ["+", 9, ["get", "fontsize"]]
        ],
        "text-allow-overlap": false,
        "text-max-width": 15,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "right",
        "text-anchor": "bottom-right",
        "visibility": "visible",
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-transform": {"stops": [[7, "none"], [9, "uppercase"]]},
        "icon-rotation-alignment": "auto",
        "icon-keep-upright": false,
        "icon-pitch-alignment": "auto",
        "text-line-height": 1.1,
        "text-offset": [-0.25, 0],
        "text-padding": 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-cc-outcat",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Capital de comarca."},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 7,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "class", "city"],
        ["==", "tipuscap", "C"],
        ["in", "capa", "toponimia250mp"],
        ["==", "outcat", 1],
        ["!has", "name_oc"]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSansCondensed-SemiBold"]]}
        ],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          7,
          ["literal", 12],
          9,
          ["literal", 13],
          10,
          ["+", 5, ["get", "fontsize"]],
          11,
          ["+", 9, ["get", "fontsize"]]
        ],
        "text-allow-overlap": false,
        "text-max-width": 6,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "right",
        "text-anchor": "bottom-right",
        "visibility": "visible",
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-transform": {"stops": [[7, "none"], [9, "uppercase"]]},
        "icon-rotation-alignment": "auto",
        "icon-keep-upright": false,
        "icon-pitch-alignment": "auto",
        "text-line-height": 1.1,
        "text-offset": [-0.25, 0],
        "text-padding": 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-cc-TL2",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Capital de comarca sense doblet."},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 7,
      "maxzoom": 9,
      "filter": [
        "all",
        ["in", "class", "city"],
        ["==", "tipuscap", "C"],
        ["in", "name", "Vielha"],
        ["in", "capa", "place_div_admin"]
      ],
      "layout": {
        "text-field": "{name}",
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          7,
          ["literal", 12],
          9,
          ["literal", 13],
          10,
          ["get", "fontsize"],
          11,
          ["*", 1.2, ["get", "fontsize"]]
        ],
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "left",
        "text-anchor": "top-left",
        "visibility": "visible",
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-transform": {"stops": [[7, "none"], [9, "uppercase"]]},
        "icon-rotation-alignment": "auto",
        "icon-keep-upright": false,
        "icon-pitch-alignment": "auto",
        "text-line-height": 1.1,
        "text-offset": [0.25, 0.2],
        "text-max-width": 10,
        "text-padding": 1,
        "icon-image": {"stops": [[7, "circle_grey_2"], [10, "null"]]},
        "icon-size": 0.3
      },
      "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-cc-TL",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Capital de comarca."},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 7,
      "maxzoom": 9,
      "filter": [
        "all",
        ["in", "class", "city"],
        ["==", "tipuscap", "C"],
        [
          "in",
          "name",
          "les Borges Blanques",
          "Sabadell",
          "Mataró",
          "Vilanova i la Geltrú",
          "Santa Coloma de Farners",
          "Tarragona",
          "Móra d'Ebre",
          "la Seu d'Urgell"
        ],
        ["in", "capa", "place_div_admin"]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSansCondensed-SemiBold"]]}
        ],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          7,
          ["literal", 12],
          9,
          ["literal", 13],
          10,
          ["get", "fontsize"],
          11,
          ["*", 1.2, ["get", "fontsize"]]
        ],
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "left",
        "text-anchor": "top-left",
        "visibility": "visible",
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-transform": {"stops": [[7, "none"], [9, "uppercase"]]},
        "icon-rotation-alignment": "auto",
        "icon-keep-upright": false,
        "icon-pitch-alignment": "auto",
        "text-line-height": 1.1,
        "text-offset": [0.25, 0.2],
        "text-padding": 1,
        "text-max-width": 6,
        "icon-image": {"stops": [[7, "circle_grey_2"], [10, "null"]]},
        "icon-size": 0.3
      },
      "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-z9-cc-TL",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Capital de comarca."},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 9,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "class", "city"],
        ["==", "tipuscap", "C"],
        [
          "in",
          "name",
          "les Borges Blanques",
          "Sabadell",
          "Mataró",
          "Vilanova i la Geltrú",
          "Santa Coloma de Farners",
          "Tarragona",
          "Móra d'Ebre",
          "Gandesa",
          "Tortosa",
          "Girona",
          "la Seu d'Urgell"
        ],
        ["in", "capa", "place_div_admin"]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSansCondensed-SemiBold"]]}
        ],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          7,
          ["literal", 12],
          9,
          ["literal", 13],
          10,
          ["get", "fontsize"],
          11,
          ["*", 1.2, ["get", "fontsize"]]
        ],
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "left",
        "text-anchor": "top-left",
        "visibility": "visible",
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-transform": {"stops": [[7, "none"], [9, "uppercase"]]},
        "icon-rotation-alignment": "auto",
        "icon-keep-upright": false,
        "icon-pitch-alignment": "auto",
        "text-line-height": 1.1,
        "text-offset": [0.25, 0.2],
        "text-padding": 1,
        "text-max-width": 6,
        "icon-image": {"stops": [[7, "circle_grey_2"], [10, "null"]]},
        "icon-size": 0.3
      },
      "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-cc-BL",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Capital de comarca."},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 7,
      "maxzoom": 9,
      "filter": [
        "all",
        ["in", "class", "city"],
        [
          "in",
          "name",
          "Girona",
          "Balaguer",
          "Banyoles",
          "Cervera",
          "Figueres",
          "Granollers",
          "la Bisbal d'Empordà",
          "Manresa",
          "Moià",
          "Olot",
          "Prats de Lluçanès",
          "Vic"
        ],
        ["==", "tipuscap", "C"],
        ["in", "capa", "place_div_admin"]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSansCondensed-SemiBold"]]}
        ],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          7,
          ["literal", 12],
          9,
          ["literal", 13],
          10,
          ["get", "fontsize"],
          11,
          ["*", 1.2, ["get", "fontsize"]]
        ],
        "text-allow-overlap": false,
        "text-max-width": 5,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "left",
        "text-anchor": "bottom-left",
        "visibility": "visible",
        "text-offset": [0.25, 0.1],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-transform": {"stops": [[7, "none"], [9, "uppercase"]]},
        "icon-rotation-alignment": "auto",
        "icon-keep-upright": false,
        "icon-pitch-alignment": "auto",
        "text-line-height": 1.1,
        "text-padding": 1,
        "icon-image": {"stops": [[7, "circle_grey_2"], [10, "null"]]},
        "icon-size": 0.3
      },
      "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-z9-cc-BL",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Capital de comarca."},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 9,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "class", "city"],
        [
          "in",
          "name",
          "Balaguer",
          "Banyoles",
          "Cervera",
          "Figueres",
          "Granollers",
          "la Bisbal d'Empordà",
          "Manresa",
          "Moià",
          "Olot",
          "Prats de Lluçanès",
          "Igualada",
          "Vilafranca del Penedès",
          "Vic"
        ],
        ["==", "tipuscap", "C"],
        ["in", "capa", "place_div_admin"]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSansCondensed-SemiBold"]]}
        ],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          7,
          ["literal", 12],
          9,
          ["literal", 13],
          10,
          ["get", "fontsize"],
          11,
          ["*", 1.2, ["get", "fontsize"]]
        ],
        "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": "bottom-left",
        "visibility": "visible",
        "text-offset": [0.25, 0.1],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-transform": {"stops": [[7, "none"], [9, "uppercase"]]},
        "icon-rotation-alignment": "auto",
        "icon-keep-upright": false,
        "icon-pitch-alignment": "auto",
        "text-line-height": 1.1,
        "text-padding": 1,
        "icon-image": {"stops": [[7, "circle_grey_2"], [10, "null"]]},
        "icon-size": 0.3
      },
      "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-cc-TR2",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Capital de comarca."},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 7,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "class", "city"],
        ["==", "tipuscap", "C"],
        ["in", "name", "Mollerussa"],
        ["in", "capa", "place_div_admin"]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSansCondensed-SemiBold"]]}
        ],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          7,
          ["literal", 12],
          9,
          ["literal", 13],
          10,
          ["get", "fontsize"],
          11,
          ["*", 1.2, ["get", "fontsize"]]
        ],
        "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": "top-right",
        "visibility": "visible",
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-transform": {"stops": [[7, "none"], [9, "uppercase"]]},
        "icon-rotation-alignment": "auto",
        "icon-keep-upright": false,
        "icon-pitch-alignment": "auto",
        "text-line-height": 1.1,
        "text-offset": [1, 0.1],
        "text-padding": 1,
        "icon-image": {"stops": [[7, "circle_grey_2"], [10, "null"]]},
        "icon-size": 0.3
      },
      "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-cc-TR",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Capital de comarca."},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 7,
      "maxzoom": 9,
      "filter": [
        "all",
        ["in", "class", "city"],
        ["==", "tipuscap", "C"],
        [
          "in",
          "name",
          "Amposta",
          "Vilafranca del Penedès",
          "el Vendrell",
          "Valls",
          "Montblanc",
          "Igualada"
        ],
        ["in", "capa", "place_div_admin"]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSansCondensed-SemiBold"]]}
        ],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          7,
          ["literal", 12],
          9,
          ["literal", 13],
          10,
          ["get", "fontsize"],
          11,
          ["*", 1.2, ["get", "fontsize"]]
        ],
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "right",
        "text-anchor": "top-right",
        "visibility": "visible",
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-transform": {"stops": [[7, "none"], [9, "uppercase"]]},
        "icon-rotation-alignment": "auto",
        "icon-keep-upright": false,
        "icon-pitch-alignment": "auto",
        "text-line-height": 1.1,
        "text-offset": [-0.25, 0],
        "text-max-width": 7,
        "text-padding": 1,
        "icon-image": {"stops": [[7, "circle_grey_2"], [10, "null"]]},
        "icon-size": 0.3
      },
      "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-z9-cc-TR",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Capital de comarca."},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 9,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "class", "city"],
        ["==", "tipuscap", "C"],
        ["in", "name", "Amposta", "el Vendrell", "Valls", "Montblanc"],
        ["in", "capa", "place_div_admin"]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSansCondensed-SemiBold"]]}
        ],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          7,
          ["literal", 12],
          9,
          ["literal", 13],
          10,
          ["get", "fontsize"],
          11,
          ["*", 1.2, ["get", "fontsize"]]
        ],
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "right",
        "text-anchor": "top-right",
        "visibility": "visible",
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-transform": {"stops": [[7, "none"], [9, "uppercase"]]},
        "icon-rotation-alignment": "auto",
        "icon-keep-upright": false,
        "icon-pitch-alignment": "auto",
        "text-line-height": 1.1,
        "text-offset": [-0.25, 0],
        "text-max-width": 7,
        "text-padding": 1,
        "icon-image": {"stops": [[7, "circle_grey_2"], [10, "null"]]},
        "icon-size": 0.3
      },
      "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-cc-BR",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Capital de comarca."},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 7,
      "maxzoom": 9,
      "filter": [
        "all",
        ["in", "class", "city"],
        ["==", "tipuscap", "C"],
        [
          "in",
          "name",
          "Sort",
          "Lleida",
          "Reus",
          "el Pont de Suert",
          "Ripoll",
          "Berga",
          "Tortosa",
          "Gandesa",
          "Puigcerdà",
          "Tremp",
          "Falset",
          "Solsona",
          "Terrassa",
          "Sant Feliu de Llobregat",
          "Tàrrega"
        ],
        ["in", "capa", "place_div_admin"]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSansCondensed-SemiBold"]]}
        ],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          7,
          ["literal", 12],
          9,
          ["literal", 13],
          10,
          ["get", "fontsize"],
          11,
          ["*", 1.2, ["get", "fontsize"]]
        ],
        "text-allow-overlap": false,
        "text-max-width": 6,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "right",
        "text-anchor": "bottom-right",
        "visibility": "visible",
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-transform": {"stops": [[7, "none"], [9, "uppercase"]]},
        "icon-rotation-alignment": "auto",
        "icon-keep-upright": false,
        "icon-pitch-alignment": "auto",
        "text-line-height": 1.1,
        "text-offset": [-0.25, 0],
        "text-padding": 1,
        "icon-image": {"stops": [[7, "circle_grey_2"], [10, "null"]]},
        "icon-size": 0.3
      },
      "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-z9-cc-BR",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Capital de comarca."},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 9,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "class", "city"],
        ["==", "tipuscap", "C"],
        [
          "in",
          "name",
          "Sort",
          "Lleida",
          "Reus",
          "el Pont de Suert",
          "Ripoll",
          "Berga",
          "Puigcerdà",
          "Tremp",
          "Falset",
          "Solsona",
          "Terrassa",
          "Sant Feliu de Llobregat",
          "Tàrrega"
        ],
        ["in", "capa", "place_div_admin"]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSansCondensed-SemiBold"]]}
        ],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          7,
          ["literal", 12],
          9,
          ["literal", 13],
          10,
          ["get", "fontsize"],
          11,
          ["*", 1.2, ["get", "fontsize"]]
        ],
        "text-allow-overlap": false,
        "text-max-width": 6,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "right",
        "text-anchor": "bottom-right",
        "visibility": "visible",
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-transform": {"stops": [[7, "none"], [9, "uppercase"]]},
        "icon-rotation-alignment": "auto",
        "icon-keep-upright": false,
        "icon-pitch-alignment": "auto",
        "text-line-height": 1.1,
        "text-offset": [-0.25, 0],
        "text-padding": 1,
        "icon-image": {"stops": [[7, "circle_grey_2"], [10, "null"]]},
        "icon-size": 0.3
      },
      "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-z6-ccaa",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Capital de CCAA.\nBarcelona"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 5,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "name", "Barcelona"],
        ["==", "class", "city"],
        ["==", "capa", "place_div_admin"]
      ],
      "layout": {
        "text-font": ["FiraSans-Bold"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Bold"]]}
        ],
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          6,
          ["literal", 15],
          7,
          ["literal", 13],
          8,
          ["literal", 15],
          9,
          ["literal", 16],
          10,
          ["*", 1.15, ["get", "fontsize"]],
          11,
          ["*", 1.2, ["get", "fontsize"]]
        ],
        "text-max-width": 10,
        "text-transform": "uppercase",
        "visibility": "visible",
        "text-allow-overlap": false,
        "text-justify": ["get", "justify"],
        "text-anchor": ["get", "anchor"],
        "text-letter-spacing": 0,
        "text-keep-upright": false,
        "text-line-height": 1.1,
        "text-padding": 1,
        "icon-image": {"stops": [[6, "circle_grey_2"], [10, "null"]]},
        "icon-size": 0.3,
        "text-offset": [0.3, 1.2]
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-width": 1.5
      }
    },
    {
      "id": "place-city-z7-pw-D2",
      "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ó"
        ],
        ["==", "capa", "planisferi"]
      ],
      "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": [[7, 12], [10, 13], [11, 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.3, 0],
        "text-font": ["FiraSans-Bold"],
        "text-line-height": 1.1,
        "text-padding": 1,
        "icon-image": {"stops": [[7, "circle_grey_2"], [10, "null"]]},
        "icon-size": 0.3
      },
      "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-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"],
        ["==", "capa", "planisferi"]
      ],
      "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": [[7, 12], [10, 13], [11, 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.3, 0],
        "text-font": ["FiraSans-Bold"],
        "text-line-height": 1.1,
        "text-padding": 1,
        "icon-image": {"stops": [[7, "circle_grey_2"], [10, "null"]]},
        "icon-size": 0.3
      },
      "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-pw-D-F2",
      "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"],
        ["==", "capa", "planisferi"]
      ],
      "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": "bottom-left",
        "visibility": "visible",
        "text-offset": [0.3, 0],
        "text-font": ["FiraSans-Bold"],
        "text-line-height": 1.1,
        "text-padding": 1,
        "icon-image": {"stops": [[7, "circle_grey_2"], [10, "null"]]},
        "icon-size": 0.3
      },
      "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-pw-D-F",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 7,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "class", "city"],
        ["==", "name", "Tolosa"],
        ["==", "capa", "planisferi"]
      ],
      "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": "bottom-left",
        "visibility": "visible",
        "text-offset": [0.3, 0],
        "text-font": ["FiraSans-Bold"],
        "text-line-height": 1.1,
        "text-padding": 1,
        "icon-image": {"stops": [[7, "circle_grey_2"], [10, "null"]]},
        "icon-size": 0.3
      },
      "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": "mountain_peak-ridge-z7-Pirineus",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Només PIRINEUS basat en punt."
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 8,
      "maxzoom": 11,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "name", "PIRINEUS"],
        ["==", "capa", "mtc1m"]
      ],
      "layout": {
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          7,
          ["get", "fontsize"],
          10,
          ["*", 1.5, ["get", "fontsize"]]
        ],
        "text-font": ["FiraSans-Italic"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Italic"]]}
        ],
        "text-transform": "none",
        "text-max-width": 10,
        "symbol-placement": "point",
        "symbol-spacing": 1000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-avoid-edges": false,
        "text-line-height": 1.1,
        "text-justify": "center",
        "text-letter-spacing": [
          "interpolate",
          ["linear"],
          ["zoom"],
          7,
          ["*", 0.0015, ["get", "interllet"]],
          8,
          ["*", 0.002, ["get", "interllet"]],
          9,
          ["*", 0.003, ["get", "interllet"]],
          10,
          ["*", 0.004, ["get", "interllet"]]
        ],
        "visibility": "visible",
        "text-anchor": "bottom-left",
        "text-padding": 1,
        "text-max-angle": 45,
        "text-rotate": 15,
        "text-offset": {
          "base": 1.2,
          "stops": [[7, [-0.5, 1]], [8, [-0.5, 3]], [10, [-0.5, 5]]]
        }
      },
      "paint": {
        "text-color": "rgba(90, 40, 10, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "mountain_peak-ridge-z11-Pirineus",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Només PIRINEUS basat en línia."
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 9,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["==", "name", "PIRINEUS"],
        ["==", "capa", "toponimia250ml"]
      ],
      "layout": {
        "text-size": ["get", "fontsize"],
        "text-font": ["FiraSans-Italic"],
        "text-field": [
          "format",
          ["get", "name"],
          {"text-font": ["literal", ["FiraSans-Italic"]]}
        ],
        "text-transform": "none",
        "text-max-width": 10,
        "symbol-placement": "line",
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "symbol-z-order": "auto",
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "center",
        "symbol-spacing": 250,
        "text-anchor": "bottom",
        "visibility": "visible",
        "text-offset": [0, -25],
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-letter-spacing": 3
      },
      "paint": {
        "text-color": "rgba(90, 40, 10, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "cota_z6-left_volcans",
      "type": "symbol",
      "metadata": {"maputnik:comment": "*OBLIGATORI AMB OVERLAP!"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["!=", "cota", 0],
        ["has", "cota"],
        ["in", "id", 6676, 6632, 14954]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "cota"],
          {"font-scale": 0.8},
          "\n",
          {"text-font": ["literal", ["FiraSans-SemiBold"]]}
        ],
        "text-font": ["FiraSans-SemiBold"],
        "text-allow-overlap": true,
        "visibility": "visible",
        "icon-size": 0.6,
        "icon-anchor": "center",
        "icon-pitch-alignment": "auto",
        "icon-offset": [0, 0],
        "text-anchor": "left",
        "text-justify": "left",
        "text-offset": [0.5, 0.35],
        "text-size": ["get", "mida_z4"],
        "text-padding": 1
      },
      "paint": {
        "text-color": "#000000",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "cota-z6_left_pics",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "*OBLIGATORI AMB OVERLAP!\nAconcagua (Xile), Pic Loe Nekan (Pakistan)"
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["!=", "cota", 0],
        ["has", "cota"],
        ["in", "id", 30, 3897, 3079, 6073]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "cota"],
          {"font-scale": 0.8},
          "\n",
          {"text-font": ["literal", ["FiraSans-SemiBold"]]}
        ],
        "text-font": ["FiraSans-SemiBold"],
        "text-allow-overlap": true,
        "visibility": "visible",
        "icon-size": 0.6,
        "icon-anchor": "center",
        "icon-pitch-alignment": "auto",
        "icon-offset": [0, 0],
        "text-anchor": "left",
        "text-justify": "left",
        "text-offset": [0.45, -0.09],
        "text-size": ["get", "mida_z4"],
        "text-padding": 1
      },
      "paint": {
        "text-color": "#000000",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "1NUCL_z6-st12-granada",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Granada"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "1NUCL"],
        ["==", "$type", "Point"],
        ["==", "id", 3613],
        ["has", "name"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Bold"]]
          }
        ],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "text-anchor": "bottom-right",
        "text-offset": [-0.4, 0],
        "text-optional": false,
        "text-justify": "left",
        "icon-anchor": "center",
        "text-max-width": 20,
        "text-padding": 2,
        "icon-image": {"stops": [[6, "nucl"], [7, "circle_grey_2"], [10, "-"]]},
        "icon-size": 0.4
      },
      "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": "1NUCL_z7-stno",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "ELIMINAR del filtre id !in els codis: 6615 i 3777 (Varsòvia i Libreville) quan hi hagi el nou mbtiles."
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 7,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "1NUCL"],
        ["==", "$type", "Point"],
        [
          "!in",
          "id",
          3613,
          754,
          1600,
          165,
          3643,
          1476,
          15449,
          15460,
          15420,
          5460,
          15074,
          992,
          6027,
          3519,
          747,
          845,
          720,
          6630,
          3082,
          4045,
          1338,
          3325,
          4097,
          2395,
          6624,
          900,
          4202,
          6044,
          383,
          888,
          5602,
          4274,
          2634,
          6217,
          4497,
          357,
          5906,
          15312,
          3610,
          15490,
          6973,
          97,
          5021,
          1915,
          1894,
          1014,
          2757,
          3602,
          5440,
          1016,
          3777,
          6615,
          3826,
          6651,
          4227,
          2344,
          4318,
          76,
          6766,
          3694,
          15187,
          3927,
          5829,
          2247,
          1363,
          1660,
          4719,
          1365,
          5004,
          4122,
          6259,
          1355,
          3999,
          6479,
          1664,
          3992,
          5686,
          2574,
          518,
          2116,
          1043,
          2059,
          5612,
          223,
          3460,
          4705,
          5882,
          5463,
          3732,
          756,
          2641,
          4333,
          5411,
          4688,
          494,
          1734,
          2230,
          4514,
          5728,
          4367,
          1782,
          5705,
          2262,
          4276,
          6265,
          2108,
          3750,
          1030,
          2114,
          5137,
          6234,
          4984,
          1435,
          1444,
          4974,
          6462,
          705,
          293,
          1392,
          4400,
          5267,
          6400,
          3112,
          340,
          1584,
          1591,
          1598,
          1674,
          3649,
          6237,
          6603,
          6656,
          2929,
          1361,
          6236,
          4952,
          5478,
          6435,
          5682,
          1526,
          627,
          1836,
          2249,
          1311,
          1650,
          261,
          774,
          2222,
          3147,
          6532,
          6662,
          61,
          323,
          704,
          1500,
          1647,
          1345,
          5111,
          5804,
          6155,
          6473,
          14646,
          14777,
          14779,
          706,
          1334,
          1516,
          4191,
          5575,
          6106,
          14776,
          1084,
          1480,
          1497,
          1119,
          1497,
          2108,
          1149,
          1428,
          1521,
          2261,
          2321,
          2770,
          3479,
          3551,
          4013,
          4157,
          5619,
          5781,
          102,
          158,
          303,
          885,
          1415,
          1489,
          1832,
          3900,
          4626,
          5431,
          6092,
          6426,
          610,
          1900,
          2400,
          2671,
          4408,
          5569,
          5768,
          5972,
          6033,
          127,
          797,
          858,
          1897,
          2250,
          2688,
          3564,
          3733,
          5269,
          6607,
          2391,
          117,
          246,
          818,
          962,
          969,
          1326,
          2657,
          3348,
          3943,
          5225,
          6663,
          14864,
          108,
          2761,
          4992,
          6124,
          6133,
          6437,
          6596,
          6838,
          6950,
          82,
          3227,
          4373,
          5396,
          5928,
          6071,
          6677,
          7013,
          14866,
          56,
          1120,
          2224,
          6025,
          15309,
          52,
          68,
          2124,
          5554,
          6711,
          15393,
          15567,
          5778,
          4047,
          722,
          2177,
          2805,
          6822,
          15464,
          612,
          786,
          899,
          1023,
          1028,
          1038,
          1439,
          3488,
          3894,
          3951,
          4355,
          4685,
          4877,
          5389,
          6170,
          6543,
          14786,
          12,
          1467,
          2289,
          3333,
          3509,
          3752,
          3892,
          4385,
          4835,
          5627,
          6149,
          6681,
          14791,
          250,
          275,
          289,
          2225,
          3488,
          3961,
          4027,
          4383,
          4482,
          4489,
          4780,
          6245,
          6407,
          5666,
          2062,
          3098,
          3118,
          3451,
          3471,
          4382,
          6258,
          15526,
          14,
          22,
          168,
          392,
          3421,
          4915,
          5426,
          5800,
          6292,
          15488,
          24,
          245,
          784,
          4220,
          5664,
          6387,
          14764,
          152,
          2371,
          4230,
          4927,
          6197,
          860,
          3151,
          3423,
          3512,
          3529,
          4802,
          6860,
          382,
          681,
          3224,
          3225,
          3233,
          84,
          3484,
          3745,
          4793,
          4955,
          5562,
          5784,
          6806,
          2308,
          3529,
          3745,
          785,
          2668,
          2693,
          3212,
          3950,
          5263,
          6431,
          6781,
          1121,
          3278,
          6783,
          6820,
          14957,
          647,
          1401,
          1424,
          1686,
          2334,
          3424,
          3714,
          3820,
          4123,
          4986,
          5563,
          5944,
          6032,
          6858,
          15197,
          15199,
          1637,
          3536,
          6845,
          238,
          630,
          819,
          834,
          1697,
          1727,
          3169,
          3314,
          3700,
          4095,
          4523,
          4654,
          4692,
          4976,
          5110,
          5232,
          5604,
          5608,
          6042,
          6061,
          6080,
          6093,
          6323,
          6353,
          6584,
          15015,
          15022,
          139,
          1819,
          3178,
          3432,
          5587,
          5611,
          6085,
          6626,
          489,
          987,
          3452,
          3508,
          6126,
          2369,
          3103,
          5213,
          5412,
          5707,
          6250,
          6728,
          708,
          920,
          1715,
          1927,
          2353,
          2493,
          2560,
          2627,
          2738,
          3102,
          4358,
          4511,
          4707,
          4746,
          5539,
          3057,
          4467,
          2786,
          5907,
          4519,
          1951,
          2581,
          5489,
          1449,
          3270,
          1459,
          4210,
          7058,
          3250,
          6908,
          88,
          1805,
          4011,
          4012,
          4282,
          14789,
          15398
        ],
        ["has", "name"],
        ["!has", "status"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Bold"]]
          }
        ],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "text-anchor": "bottom-left",
        "text-offset": [0.25, 0],
        "text-optional": false,
        "text-justify": "left",
        "icon-anchor": "center",
        "text-max-width": 20,
        "text-padding": 2,
        "icon-image": {"stops": [[6, "nucl"], [7, "circle_grey_2"], [10, "-"]]},
        "icon-size": 0.4
      },
      "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": "1NUCL_z6-st12-oc",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "ELIMINAR del filtre id !in els codis: 6615 i 3777 (Varsòvia i Libreville) quan hi hagi el nou mbtiles."
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "1NUCL"],
        ["==", "$type", "Point"],
        [
          "!in",
          "id",
          3613,
          754,
          1600,
          165,
          3643,
          1476,
          15449,
          15460,
          15420,
          5460,
          15074,
          992,
          6027,
          3519,
          747,
          845,
          720,
          6630,
          3082,
          4045,
          1338,
          3325,
          4097,
          2395,
          6624,
          900,
          4202,
          6044,
          383,
          888,
          5602,
          4274,
          2634,
          6217,
          4497,
          357,
          5906,
          15312,
          3610,
          15490,
          6973,
          97,
          5021,
          1915,
          1894,
          1014,
          2757,
          3602,
          5440,
          1016,
          3777,
          6615,
          3826,
          6651,
          4227,
          2344,
          4318,
          76,
          6766,
          3694,
          15187,
          3927,
          5829,
          2247,
          1363,
          1660,
          4719,
          1365,
          5004,
          4122,
          6259,
          1355,
          3999,
          6479,
          1664,
          3992,
          5686,
          2574,
          518,
          2116,
          1043,
          2059,
          5612,
          223,
          3460,
          4705,
          5882,
          5463,
          3732,
          756,
          2641,
          4333,
          5411,
          4688,
          494,
          1734,
          2230,
          4514,
          5728,
          4367,
          1782,
          5705,
          2262,
          4276,
          6265,
          2108,
          3750,
          1030,
          2114,
          5137,
          6234,
          4984,
          1435,
          1444,
          4974,
          6462,
          705,
          293,
          1392,
          4400,
          5267,
          6400,
          3112,
          340,
          1584,
          1591,
          1598,
          1674,
          3649,
          6237,
          6603,
          6656,
          2929,
          1361,
          6236,
          4952,
          5478,
          6435,
          5682,
          1526,
          627,
          1836,
          2249,
          1311,
          1650,
          261,
          774,
          2222,
          3147,
          6532,
          6662,
          61,
          323,
          704,
          1500,
          1647,
          1345,
          5111,
          5804,
          6155,
          6473,
          14646,
          14777,
          14779,
          706,
          1334,
          1516,
          4191,
          5575,
          6106,
          14776,
          1084,
          1480,
          1497,
          1119,
          1497,
          2108,
          1149,
          1428,
          1521,
          2261,
          2321,
          2770,
          3479,
          3551,
          4013,
          4157,
          5619,
          5781,
          102,
          158,
          303,
          885,
          1415,
          1489,
          1832,
          3900,
          4626,
          5431,
          6092,
          6426,
          610,
          1900,
          2400,
          2671,
          4408,
          5569,
          5768,
          5972,
          6033,
          127,
          797,
          858,
          1897,
          2250,
          2688,
          3564,
          3733,
          5269,
          6607,
          2391,
          117,
          246,
          818,
          962,
          969,
          1326,
          2657,
          3348,
          3943,
          5225,
          6663,
          14864,
          108,
          2761,
          4992,
          6124,
          6133,
          6437,
          6596,
          6838,
          6950,
          82,
          3227,
          4373,
          5396,
          5928,
          6071,
          6677,
          7013,
          14866,
          56,
          1120,
          2224,
          6025,
          15309,
          52,
          68,
          2124,
          5554,
          6711,
          15393,
          15567,
          5778,
          4047,
          722,
          2177,
          2805,
          6822,
          15464,
          612,
          786,
          899,
          1023,
          1028,
          1038,
          1439,
          3488,
          3894,
          3951,
          4355,
          4685,
          4877,
          5389,
          6170,
          6543,
          14786,
          12,
          1467,
          2289,
          3333,
          3509,
          3752,
          3892,
          4385,
          4835,
          5627,
          6149,
          6681,
          14791,
          250,
          275,
          289,
          2225,
          3488,
          3961,
          4027,
          4383,
          4482,
          4489,
          4780,
          6245,
          6407,
          5666,
          2062,
          3098,
          3118,
          3451,
          3471,
          4382,
          6258,
          15526,
          14,
          22,
          168,
          392,
          3421,
          4915,
          5426,
          5800,
          6292,
          15488,
          24,
          245,
          784,
          4220,
          5664,
          6387,
          14764,
          152,
          2371,
          4230,
          4927,
          6197,
          860,
          3151,
          3423,
          3512,
          3529,
          4802,
          6860,
          382,
          681,
          3224,
          3225,
          3233,
          84,
          3484,
          3745,
          4793,
          4955,
          5562,
          5784,
          6806,
          2308,
          3529,
          3745,
          785,
          2668,
          2693,
          3212,
          3950,
          5263,
          6431,
          6781,
          1121,
          3278,
          6783,
          6820,
          14957,
          647,
          1401,
          1424,
          1686,
          2334,
          3424,
          3714,
          3820,
          4123,
          4986,
          5563,
          5944,
          6032,
          6858,
          15197,
          15199,
          1637,
          3536,
          6845,
          238,
          630,
          819,
          834,
          1697,
          1727,
          3169,
          3314,
          3700,
          4095,
          4523,
          4654,
          4692,
          4976,
          5110,
          5232,
          5604,
          5608,
          6042,
          6061,
          6080,
          6093,
          6323,
          6353,
          6584,
          15015,
          15022,
          139,
          1819,
          3178,
          3432,
          5587,
          5611,
          6085,
          6626,
          489,
          987,
          3452,
          3508,
          6126,
          2369,
          3103,
          5213,
          5412,
          5707,
          6250,
          6728,
          708,
          920,
          1715,
          1927,
          2353,
          2493,
          2560,
          2627,
          2738,
          3102,
          4358,
          4511,
          4707,
          4746,
          5539,
          3057,
          4467,
          2786,
          5907,
          4519,
          1951,
          2581,
          5489,
          1449,
          3270,
          1459,
          4210,
          7058,
          3250,
          6908,
          88,
          1805,
          4011,
          4012,
          4282,
          14789,
          15398
        ],
        ["has", "name"],
        ["in", "status", 1, 2],
        ["in", "name", "Avinyó", "Toló"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.8,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Bold"]]
          }
        ],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "text-anchor": "bottom-left",
        "text-offset": [0.25, 0],
        "text-optional": false,
        "text-justify": "left",
        "icon-anchor": "center",
        "text-max-width": 20,
        "text-padding": 2,
        "icon-image": {"stops": [[6, "nucl"], [7, "circle_grey_2"], [10, "-"]]},
        "icon-size": 0.4
      },
      "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": "1NUCL_z6-st12",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "ELIMINAR del filtre id !in els codis: 6615 i 3777 (Varsòvia i Libreville) quan hi hagi el nou mbtiles."
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "1NUCL"],
        ["==", "$type", "Point"],
        [
          "!in",
          "id",
          3613,
          754,
          1600,
          165,
          3643,
          1476,
          15449,
          15460,
          15420,
          5460,
          15074,
          992,
          6027,
          3519,
          747,
          845,
          720,
          6630,
          3082,
          4045,
          1338,
          3325,
          4097,
          2395,
          6624,
          900,
          4202,
          6044,
          383,
          888,
          5602,
          4274,
          2634,
          6217,
          4497,
          357,
          5906,
          15312,
          3610,
          15490,
          6973,
          97,
          5021,
          1915,
          1894,
          1014,
          2757,
          3602,
          5440,
          1016,
          3777,
          6615,
          3826,
          6651,
          4227,
          2344,
          4318,
          76,
          6766,
          3694,
          15187,
          3927,
          5829,
          2247,
          1363,
          1660,
          4719,
          1365,
          5004,
          4122,
          6259,
          1355,
          3999,
          6479,
          1664,
          3992,
          5686,
          2574,
          518,
          2116,
          1043,
          2059,
          5612,
          223,
          3460,
          4705,
          5882,
          5463,
          3732,
          756,
          2641,
          4333,
          5411,
          4688,
          494,
          1734,
          2230,
          4514,
          5728,
          4367,
          1782,
          5705,
          2262,
          4276,
          6265,
          2108,
          3750,
          1030,
          2114,
          5137,
          6234,
          4984,
          1435,
          1444,
          4974,
          6462,
          705,
          293,
          1392,
          4400,
          5267,
          6400,
          3112,
          340,
          1584,
          1591,
          1598,
          1674,
          3649,
          6237,
          6603,
          6656,
          2929,
          1361,
          6236,
          4952,
          5478,
          6435,
          5682,
          1526,
          627,
          1836,
          2249,
          1311,
          1650,
          261,
          774,
          2222,
          3147,
          6532,
          6662,
          61,
          323,
          704,
          1500,
          1647,
          1345,
          5111,
          5804,
          6155,
          6473,
          14646,
          14777,
          14779,
          706,
          1334,
          1516,
          4191,
          5575,
          6106,
          14776,
          1084,
          1480,
          1497,
          1119,
          1497,
          2108,
          1149,
          1428,
          1521,
          2261,
          2321,
          2770,
          3479,
          3551,
          4013,
          4157,
          5619,
          5781,
          102,
          158,
          303,
          885,
          1415,
          1489,
          1832,
          3900,
          4626,
          5431,
          6092,
          6426,
          610,
          1900,
          2400,
          2671,
          4408,
          5569,
          5768,
          5972,
          6033,
          127,
          797,
          858,
          1897,
          2250,
          2688,
          3564,
          3733,
          5269,
          6607,
          2391,
          117,
          246,
          818,
          962,
          969,
          1326,
          2657,
          3348,
          3943,
          5225,
          6663,
          14864,
          108,
          2761,
          4992,
          6124,
          6133,
          6437,
          6596,
          6838,
          6950,
          82,
          3227,
          4373,
          5396,
          5928,
          6071,
          6677,
          7013,
          14866,
          56,
          1120,
          2224,
          6025,
          15309,
          52,
          68,
          2124,
          5554,
          6711,
          15393,
          15567,
          5778,
          4047,
          722,
          2177,
          2805,
          6822,
          15464,
          612,
          786,
          899,
          1023,
          1028,
          1038,
          1439,
          3488,
          3894,
          3951,
          4355,
          4685,
          4877,
          5389,
          6170,
          6543,
          14786,
          12,
          1467,
          2289,
          3333,
          3509,
          3752,
          3892,
          4385,
          4835,
          5627,
          6149,
          6681,
          14791,
          250,
          275,
          289,
          2225,
          3488,
          3961,
          4027,
          4383,
          4482,
          4489,
          4780,
          6245,
          6407,
          5666,
          2062,
          3098,
          3118,
          3451,
          3471,
          4382,
          6258,
          15526,
          14,
          22,
          168,
          392,
          3421,
          4915,
          5426,
          5800,
          6292,
          15488,
          24,
          245,
          784,
          4220,
          5664,
          6387,
          14764,
          152,
          2371,
          4230,
          4927,
          6197,
          860,
          3151,
          3423,
          3512,
          3529,
          4802,
          6860,
          382,
          681,
          3224,
          3225,
          3233,
          84,
          3484,
          3745,
          4793,
          4955,
          5562,
          5784,
          6806,
          2308,
          3529,
          3745,
          785,
          2668,
          2693,
          3212,
          3950,
          5263,
          6431,
          6781,
          1121,
          3278,
          6783,
          6820,
          14957,
          647,
          1401,
          1424,
          1686,
          2334,
          3424,
          3714,
          3820,
          4123,
          4986,
          5563,
          5944,
          6032,
          6858,
          15197,
          15199,
          1637,
          3536,
          6845,
          238,
          630,
          819,
          834,
          1697,
          1727,
          3169,
          3314,
          3700,
          4095,
          4523,
          4654,
          4692,
          4976,
          5110,
          5232,
          5604,
          5608,
          6042,
          6061,
          6080,
          6093,
          6323,
          6353,
          6584,
          15015,
          15022,
          139,
          1819,
          3178,
          3432,
          5587,
          5611,
          6085,
          6626,
          489,
          987,
          3452,
          3508,
          6126,
          2369,
          3103,
          5213,
          5412,
          5707,
          6250,
          6728,
          708,
          920,
          1715,
          1927,
          2353,
          2493,
          2560,
          2627,
          2738,
          3102,
          4358,
          4511,
          4707,
          4746,
          5539,
          3057,
          4467,
          2786,
          5907,
          4519,
          1951,
          2581,
          5489,
          1449,
          3270,
          1459,
          4210,
          7058,
          3250,
          6908,
          88,
          1805,
          4011,
          4012,
          4282,
          14789,
          15398
        ],
        ["has", "name"],
        ["in", "status", 1, 2],
        [
          "!in",
          "name",
          "Avinyó",
          "Toló",
          "Estella-Lizarra",
          "Sabadell",
          "Badalona",
          "Reus",
          "l’Hospitalet de Llobregat",
          "Lleida",
          "Tarragona",
          "Girona",
          "Terrassa",
          "Mataró",
          "Santa Coloma de Gramenet",
          "Barcelona"
        ]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.8,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Bold"]]
          }
        ],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          7,
          ["literal", 13],
          9,
          ["literal", 13],
          10,
          ["get", "mida_z4"],
          11,
          ["*", 1.3, ["get", "mida_z4"]],
          12,
          ["*", 1.5, ["get", "mida_z4"]]
        ],
        "visibility": "visible",
        "text-anchor": "bottom-left",
        "text-offset": [0.25, 0],
        "text-optional": false,
        "text-justify": "left",
        "icon-anchor": "center",
        "text-max-width": 20,
        "text-padding": 2,
        "icon-image": {"stops": [[6, "nucl"], [7, "circle_grey_2"], [10, "-"]]},
        "icon-size": 0.4
      },
      "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": "along_6RIUS_z6-bottom",
      "type": "symbol",
      "metadata": {"maputnik:comment": "el Rin"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "6RIUS"],
        ["==", "$type", "LineString"],
        ["in", "id", 1614]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.7},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-Italic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "line-center",
        "text-anchor": "bottom",
        "text-offset": [0, -1.5]
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_6RIUS_z6-right",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Riu Níger"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "6RIUS"],
        ["==", "$type", "LineString"],
        ["in", "id", 2004]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-Italic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "line-center",
        "text-anchor": "left",
        "text-offset": [-0.5, 0.9]
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_6RIUS_z6-left",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Riu Pilcomayo"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "6RIUS"],
        ["==", "$type", "LineString"],
        ["in", "id", 5256]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-Italic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "line-center",
        "text-anchor": "left",
        "text-offset": [-0.5, -0.4]
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_6RIUS_z6-center4",
      "type": "symbol",
      "metadata": {"maputnik:comment": "el Guadiana"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "6RIUS"],
        ["==", "$type", "LineString"],
        ["==", "id", 6981]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.8}],
        "text-font": ["FiraSans-Italic"],
        "text-allow-overlap": true,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "line",
        "text-letter-spacing": 0,
        "symbol-spacing": 100,
        "text-offset": [2.4, 0.7]
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_6RIUS_z6-center3",
      "type": "symbol",
      "metadata": {"maputnik:comment": "el Zambeze"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "6RIUS"],
        ["==", "$type", "LineString"],
        ["in", "id", 2058]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.8}],
        "text-font": ["FiraSans-Italic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "line-center",
        "text-offset": [1, 0.7],
        "text-letter-spacing": 0
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_6RIUS_z6-center2",
      "type": "symbol",
      "metadata": {"maputnik:comment": "el Danubi, el Dnièper"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "6RIUS"],
        ["==", "$type", "LineString"],
        ["in", "id", 1963, 1964, 3797, 1981, 1997]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.8}],
        "text-font": ["FiraSans-Italic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "line-center",
        "text-offset": [1, -0.7],
        "text-letter-spacing": 0
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_6RIUS_z6-center",
      "type": "symbol",
      "metadata": {"maputnik:comment": "el Tejo, l'Orinoco"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "6RIUS"],
        ["==", "$type", "LineString"],
        ["in", "id", 2033, 3921, 2009, 1971]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-Italic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "line-center",
        "text-offset": [1, -0.7],
        "text-letter-spacing": 0
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_6RIUS_z6",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 7,
      "filter": [
        "all",
        ["==", "codi_geogr", "6RIUS"],
        ["==", "$type", "LineString"],
        ["!in", "id", 1393, 1971, 5256, 2033, 3921, 2009, 2004]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-Italic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "line-center",
        "text-offset": [-1, 0],
        "text-letter-spacing": 0.01
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_6MARS-z3_bottom",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Mar Càspia, Mar Càspia"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 3,
      "maxzoom": 4,
      "filter": [
        "all",
        ["==", "codi_geogr", "6MARS"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["in", "id", 4133, 4190]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "text-field": ["format", ["get", "name"], {"font-scale": 1.1}],
        "text-font": ["FiraSans-Italic"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-size": ["get", "mida"],
        "text-anchor": "bottom",
        "text-justify": "center",
        "text-offset": [-1.7, 0],
        "text-letter-spacing": 0,
        "text-transform": "uppercase"
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_6MARS-z3-center",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Mar de Scotia"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 3,
      "maxzoom": 4,
      "filter": [
        "all",
        ["==", "codi_geogr", "6MARS"],
        ["==", "$type", "Point"],
        ["==", "colgeom", "along"],
        ["!=", "name", "OCEÀ ÀRTIC"],
        ["in", "id", 4162]
      ],
      "layout": {
        "symbol-placement": "point",
        "text-field": ["format", ["get", "name"], {"font-scale": 0.7}],
        "text-font": ["FiraSans-Italic"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-size": ["get", "mida_z4"],
        "text-letter-spacing": 0,
        "text-anchor": "center",
        "text-justify": "center",
        "text-offset": [0, 0],
        "text-max-width": 7,
        "text-line-height": 1.2,
        "text-transform": "uppercase"
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_6MARS_z4-center",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Mar de Scotia"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "6MARS"],
        ["==", "$type", "Point"],
        ["==", "colgeom", "along"],
        ["!=", "name", "OCEÀ ÀRTIC"],
        ["in", "id", 4162]
      ],
      "layout": {
        "symbol-placement": "point",
        "text-field": ["format", ["get", "name"], {"font-scale": 0.8}],
        "text-font": ["FiraSans-Italic"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-size": ["get", "mida_z4"],
        "text-max-width": 10,
        "text-anchor": "center",
        "text-offset": [-0.3, -0.1],
        "text-padding": 1.1,
        "text-letter-spacing": 0.07,
        "text-transform": "uppercase"
      },
      "paint": {
        "text-color": "rgba(3,20,121,1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_6MARS_z5-center",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Mar de Scotia"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "6MARS"],
        ["==", "$type", "Point"],
        ["==", "colgeom", "along"],
        ["!=", "name", "OCEÀ ÀRTIC"],
        ["in", "id", 4162]
      ],
      "layout": {
        "symbol-placement": "point",
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-font": ["FiraSans-Italic"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-size": ["get", "mida_z4"],
        "text-max-width": 20,
        "text-anchor": "center",
        "text-offset": [-0.3, -0.1],
        "text-padding": 1.1,
        "text-letter-spacing": 0.5,
        "text-transform": "uppercase"
      },
      "paint": {
        "text-color": "rgba(3,20,121,1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_6MARS_z6-center",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Mar de Scotia"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "6MARS"],
        ["==", "$type", "Point"],
        ["==", "colgeom", "along"],
        ["in", "id", 4162]
      ],
      "layout": {
        "symbol-placement": "point",
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 1.1},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-Italic"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-size": ["get", "mida_z4"],
        "text-letter-spacing": 1,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-max-width": 20,
        "text-transform": "uppercase"
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_6MARS-z3-center-point",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "Mar dels Làptev, Mar de Sibèria Oriental, Mar de Beaufort"
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 3,
      "maxzoom": 4,
      "filter": [
        "all",
        ["==", "codi_geogr", "6MARS"],
        ["==", "$type", "Point"],
        ["==", "colgeom", "along"],
        ["!=", "name", "OCEÀ ÀRTIC"],
        ["in", "id", 4179, 4153, 731, 4161, 4171]
      ],
      "layout": {
        "symbol-placement": "point",
        "text-field": ["format", ["get", "name"], {"font-scale": 0.8}],
        "text-font": ["FiraSans-Italic"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-size": ["get", "mida_z4"],
        "text-letter-spacing": 0,
        "text-anchor": "center",
        "text-justify": "center",
        "text-offset": [0, 0],
        "text-max-width": 7,
        "text-line-height": 1.2,
        "text-transform": "uppercase"
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_6MARS-z3",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Resta de mars."},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 3,
      "maxzoom": 4,
      "filter": [
        "all",
        ["==", "codi_geogr", "6MARS"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["!=", "name", "OCEÀ ÀRTIC"],
        ["!in", "id", 4162, 3737, 4133, 4190, 4179, 4153, 731, 4161, 4171]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "text-field": ["format", ["get", "name"], {"font-scale": 1.1}],
        "text-font": ["FiraSans-Italic"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-size": ["get", "mida"],
        "text-letter-spacing": 0,
        "text-anchor": "center",
        "text-justify": "center",
        "text-offset": [0, 0],
        "text-max-width": 10,
        "text-line-height": 1.2,
        "text-transform": "uppercase"
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_6MARS_z4-punt",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Mar Negre, Mar del Nord"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "6MARS"],
        ["==", "$type", "Point"],
        ["==", "colgeom", "along"],
        ["!=", "name", "OCEÀ ÀRTIC"],
        ["in", "id", 4189, 3736]
      ],
      "layout": {
        "symbol-placement": "point",
        "text-field": ["format", ["get", "name"], {"font-scale": 0.85}],
        "text-font": ["FiraSans-Italic"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-size": ["get", "mida_z4"],
        "text-letter-spacing": 0.05,
        "text-offset": [-0.5, -0.5],
        "text-transform": "uppercase"
      },
      "paint": {
        "text-color": "rgba(3,20,121,1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_6MARS_z3_mediterrania",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Mar Mediterrània"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 3,
      "maxzoom": 4,
      "filter": [
        "all",
        ["==", "codi_geogr", "6MARS"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["in", "id", 3737]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 1.1},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 1,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-Italic"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-size": ["get", "mida"],
        "text-letter-spacing": 0.3,
        "text-offset": [-2, -0.5],
        "text-anchor": "left",
        "text-transform": "uppercase"
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_6MARS_z4_mediterrania",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Mar Mediterrània"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "6MARS"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["in", "id", 3737]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "text-field": ["format", ["get", "name"], {"font-scale": 0.7}],
        "text-font": ["FiraSans-Italic"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-size": ["get", "mida_z4"],
        "text-max-width": 10,
        "text-anchor": "left",
        "text-letter-spacing": 0.4,
        "text-offset": [-1.5, -0.5],
        "text-transform": "uppercase"
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_6MARS_z5_mediterrania",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Mar Mediterrània"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "6MARS"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["in", "id", 3737]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "text-field": ["format", ["get", "name"], {"font-scale": 0.8}],
        "text-font": ["FiraSans-Italic"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-size": ["get", "mida_z4"],
        "text-max-width": 10,
        "text-anchor": "left",
        "text-letter-spacing": 1.1,
        "text-offset": [-2, -0.5],
        "text-transform": "uppercase"
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_6MARS_z6_mediterrania",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Mar Mediterrània"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "6MARS"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["in", "id", 3737]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-font": ["FiraSans-Italic"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-size": ["get", "mida_z4"],
        "text-max-width": 10,
        "text-anchor": "left",
        "text-letter-spacing": 2,
        "text-offset": [-5, -1.1],
        "text-transform": "uppercase"
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_6MARS_z4_bottom",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Mar Càspia, Mar Roja"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "6MARS"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["in", "id", 4133, 4190]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "text-field": ["format", ["get", "name"], {"font-scale": 0.6}],
        "text-font": ["FiraSans-Italic"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-size": ["get", "mida_z4"],
        "text-max-width": 10,
        "text-anchor": "bottom-right",
        "text-justify": "center",
        "text-offset": [-1, -0.5],
        "text-line-height": 1.2,
        "text-letter-spacing": 0.05,
        "text-transform": "uppercase"
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_6MARS_z4-java",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Mar de Java"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "6MARS"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["==", "id", 4151]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "text-field": ["format", ["get", "name"], {"font-scale": 0.6}],
        "text-font": ["FiraSans-Italic"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-size": ["get", "mida_z4"],
        "text-max-width": 7,
        "text-anchor": "center",
        "text-offset": [-0.1, 1],
        "text-padding": 1.1,
        "text-transform": "uppercase"
      },
      "paint": {
        "text-color": "rgba(3,20,121,1)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "along_6MARS_z4",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "6MARS"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["!=", "name", "OCEÀ ÀRTIC"],
        ["!in", "id", 4151, 4189, 3736, 3737, 4133, 4190, 4162]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "text-field": ["format", ["get", "name"], {"font-scale": 0.7}],
        "text-font": ["FiraSans-Italic"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-size": ["get", "mida_z4"],
        "text-max-width": 7,
        "text-anchor": "center",
        "text-offset": [-0.3, -0.1],
        "text-padding": 1.1,
        "text-transform": "uppercase"
      },
      "paint": {
        "text-color": "rgba(3,20,121,1)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "along_6MARS_z6-Bottom-left",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Canal del Nord"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "6MARS"],
        ["==", "$type", "Point"],
        ["==", "colgeom", "along"],
        ["in", "id", 1113]
      ],
      "layout": {
        "symbol-placement": "point",
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 1},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-Italic"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-size": ["get", "mida_z4"],
        "text-letter-spacing": 0,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-anchor": "bottom-left",
        "text-offset": [-1, 5],
        "text-transform": "uppercase"
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_6MARS2_z6",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Mar Roja"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "6MARS"],
        ["==", "$type", "Point"],
        ["==", "colgeom", "along"],
        ["in", "id", 4190]
      ],
      "layout": {
        "symbol-placement": "point",
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 1},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-Italic"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-size": ["get", "mida_z4"],
        "text-letter-spacing": 0.1,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-offset": [1, -3],
        "text-transform": "uppercase"
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_6MARS_z6",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "Topònims along de mars simbolitzats a partir de punts"
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "6MARS"],
        ["==", "$type", "Point"],
        ["==", "colgeom", "along"],
        ["!in", "id", 3737, 4190, 1113, 4162]
      ],
      "layout": {
        "symbol-placement": "point",
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 1},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-Italic"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-size": ["get", "mida_z4"],
        "text-letter-spacing": 0.05,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-transform": "uppercase"
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_6GOLF_z3_top",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Golf de Guinea"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 3,
      "maxzoom": 4,
      "filter": [
        "all",
        ["==", "codi_geogr", "6GOLF"],
        ["==", "$type", "Point"],
        ["==", "colgeom", "along"],
        ["in", "id", 2427]
      ],
      "layout": {
        "symbol-placement": "point",
        "symbol-spacing": 100,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida_z4"],
        "text-field": ["format", ["get", "name"], {"font-scale": 0.7}],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-line-height": 1.1,
        "text-anchor": "top",
        "text-max-width": 10,
        "text-offset": [0, 0]
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_6GOLF_z4_top",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Golf de Guinea"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "6GOLF"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["in", "id", 2427]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida_z4"],
        "text-field": ["format", ["get", "name"], {"font-scale": 0.9}],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-max-width": 20,
        "text-offset": [0.5, 1],
        "text-anchor": "top",
        "text-letter-spacing": 0.05
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_6GOLF_z5_top",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Golf de Guinea"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "6GOLF"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["in", "id", 2427]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida_z4"],
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-max-width": 20,
        "text-offset": [0, 1.5],
        "text-anchor": "top",
        "text-letter-spacing": 0.1
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_6GOLF_z6_top",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Golf de Guinea"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "6GOLF"],
        ["==", "$type", "Point"],
        ["==", "colgeom", "along"],
        ["in", "id", 2427]
      ],
      "layout": {
        "symbol-placement": "point",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida_z4"],
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-offset": [0, -2],
        "text-anchor": "top",
        "text-max-width": 20,
        "text-line-height": 1.2,
        "text-letter-spacing": 0.5
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_6GOLF_z3-center",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Badia de Gould"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 3,
      "maxzoom": 4,
      "filter": [
        "all",
        ["==", "codi_geogr", "6GOLF"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        [">=", "mida", 10],
        ["in", "id", 541]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "symbol-spacing": 10,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida"],
        "text-field": ["format", ["get", "name"], {"font-scale": 0.9}],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-line-height": 1.1,
        "text-letter-spacing": 0,
        "text-offset": [0, -2]
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_6GOLF_z3",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "Badia de Hudson, Badia de Baffin, Golf de Mèxic"
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 3,
      "maxzoom": 4,
      "filter": [
        "all",
        ["==", "codi_geogr", "6GOLF"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        [">=", "mida", 10],
        ["!in", "id", 541]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "symbol-spacing": 10,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida"],
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-line-height": 1.1,
        "text-letter-spacing": 0
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_6GOLF_z4_bottom",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Golf de l’Obi, Golf del Ienissei"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "6GOLF"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["in", "id", 2437, 2473]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "symbol-spacing": 100,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida"],
        "text-field": ["format", ["get", "name"], {"font-scale": 1.1}],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-line-height": 1.1,
        "text-anchor": "bottom",
        "text-offset": [0, -1]
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_6GOLF_z4-bottom",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Golf de Suez"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "6GOLF"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["in", "id", 2458]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida"],
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-anchor": "bottom",
        "text-offset": [-0.5, 0]
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_6GOLF_z5-bottom",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Golf de Suez"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "6GOLF"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["in", "id", 2458]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida"],
        "text-field": ["format", ["get", "name"], {"font-scale": 1.1}],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-anchor": "bottom",
        "text-offset": [-2, -0.7],
        "text-letter-spacing": 0.05
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_6GOLF_z6-bottom",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Golf de Suez"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "6GOLF"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["in", "id", 2458]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida_z4"],
        "text-field": ["format", ["get", "name"], {"font-scale": 0.8}],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-offset": [-2, -0.5],
        "text-anchor": "bottom",
        "text-letter-spacing": 0.1
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_6GOLF_z5-bottom2",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Golf d'Àqaba"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "6GOLF"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["in", "id", 2408]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida"],
        "text-field": ["format", ["get", "name"], {"font-scale": 1.1}],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-anchor": "bottom",
        "text-offset": [-1, -1.3]
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_6GOLF_z6-bottom2",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Golf d'Àqaba"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "6GOLF"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["in", "id", 2408]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida_z4"],
        "text-field": ["format", ["get", "name"], {"font-scale": 0.8}],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-offset": [-1, -1.3],
        "text-anchor": "bottom",
        "text-letter-spacing": 0
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_6GOLF_z4-center-oslo",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Fiord d'Oslo"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "6GOLF"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["in", "id", 2239]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "symbol-spacing": 10,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida_z4"],
        "text-field": ["format", ["get", "name"], {"font-scale": 0.75}],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-offset": [2.4, 0.6],
        "symbol-z-order": "auto",
        "text-justify": "center",
        "text-anchor": "center"
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_6GOLF_z4-center-persic",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Golf Pèrsic"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "6GOLF"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["in", "id", 2484]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida_z4"],
        "text-field": ["format", ["get", "name"], {"font-scale": 0.75}],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-offset": [0, -0.8],
        "text-letter-spacing": 0.05
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_6GOLF_z4-center-venecia",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Golf de Venècia"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "6GOLF"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["in", "id", 2467]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida_z4"],
        "text-field": ["format", ["get", "name"], {"font-scale": 0.7}],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-offset": [0, -1]
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_6GOLF_z4-center",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "6GOLF"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        [
          "!in",
          "id",
          481,
          1096,
          2239,
          2484,
          2467,
          2408,
          2458,
          2420,
          581,
          2427,
          559,
          553,
          546,
          2437,
          2473,
          5688
        ]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida_z4"],
        "text-field": ["format", ["get", "name"], {"font-scale": 0.8}],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_6GOLF_z5_bottom2",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Golf de l'Obi"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "6GOLF"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["in", "id", 2437]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida_z4"],
        "text-field": ["format", ["get", "name"], {"font-scale": 0.7}],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-anchor": "bottom",
        "text-offset": [0, -1],
        "text-letter-spacing": 0.5
      },
      "paint": {
        "text-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_6GOLF_z5_bottom3",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Badia de Kandalakxa"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "6GOLF"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["in", "id", 546]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida_z4"],
        "text-field": ["format", ["get", "name"], {"font-scale": 0.7}],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-anchor": "bottom",
        "text-offset": [0, -1],
        "text-letter-spacing": 0.1
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_6GOLF_z5_bottom",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Badia del Dvina, Badia de l'Onega"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "6GOLF"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["in", "id", 559, 553, 2473]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida_z4"],
        "text-field": ["format", ["get", "name"], {"font-scale": 0.6}],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-anchor": "bottom",
        "text-letter-spacing": 0.2,
        "text-offset": [0, 0]
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_6GOLF_z5_2",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Río de la Plata"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "6GOLF"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["in", "id", 5688]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida_z4"],
        "text-field": ["format", ["get", "name"], {"font-scale": 0.7}],
        "text-allow-overlap": true,
        "text-optional": false,
        "visibility": "visible",
        "text-anchor": "bottom-right",
        "text-offset": [3, 0.3],
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_6GOLF_z5_4",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Badia de Sulzberger"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "6GOLF"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["in", "id", 581]
      ],
      "layout": {
        "symbol-placement": "point",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida_z4"],
        "text-field": ["format", ["get", "name"], {"font-scale": 0.7}],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-anchor": "top",
        "text-offset": [1.5, 1.7]
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_6GOLF_z5-center",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Golf de Finlàndia"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "6GOLF"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["in", "id", 2420]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida_z4"],
        "text-field": ["format", ["get", "name"], {"font-scale": 0.7}],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-offset": [0, -0.3]
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_6GOLF_z6_4",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Golf de l'Obi"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "6GOLF"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["in", "id", 2437]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida_z4"],
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-offset": [0, -3],
        "text-line-height": 1.7,
        "text-letter-spacing": 0.1
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_6GOLF_z6_3",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Badia de l’Onega, Badia del Dvina"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "6GOLF"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["in", "id", 559, 553]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida_z4"],
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-anchor": "bottom",
        "text-offset": [3, -2],
        "text-letter-spacing": 0.2
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_6GOLF_z6_2",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "Badia de Kandalakxa, Badia de Cumberland"
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "6GOLF"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["in", "id", 546, 534]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida_z4"],
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-anchor": "bottom",
        "text-offset": [-4, -2],
        "text-letter-spacing": 0.1
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_6GOLF_z6-bottom3",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Golf del Ienissei"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "6GOLF"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["in", "id", 2473]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida_z4"],
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-offset": [0, -2.5],
        "text-anchor": "bottom",
        "text-letter-spacing": 0.05
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_6GOLF_z6-fiordoslo",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Fiord d'Oslo"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "6GOLF"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["==", "id", 2239]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida_z4"],
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-offset": [1.4, -0.2]
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_6GOLF_z6",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "6GOLF"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["!in", "id", 2473, 2239, 2408, 2458, 546, 559, 553, 2437, 534, 2427]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida_z4"],
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-offset": [0, 0]
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_6CANA",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "6CANA"],
        ["==", "$type", "LineString"]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida_z4"],
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 1},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 1,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_6CANA_z6",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "6CANA"],
        ["==", "$type", "LineString"]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida_z4"],
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5SERR_z3_center",
      "type": "symbol",
      "metadata": {"maputnik:comment": "els Andes"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 3,
      "maxzoom": 4,
      "filter": [
        "all",
        ["==", "codi_geogr", "5SERR"],
        ["==", "$type", "LineString"],
        ["in", "id", 266]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida"],
        "visibility": "visible",
        "symbol-placement": "line-center",
        "text-line-height": 1.2,
        "symbol-spacing": 6000,
        "text-anchor": "center",
        "text-max-angle": 45,
        "text-rotate": 0,
        "text-radial-offset": 0,
        "text-offset": [-3, -0.5],
        "text-letter-spacing": 1.3
      },
      "paint": {
        "text-color": "rgba(80, 51, 17, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5SERR_z3_bottom",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "*OBLIGATORI AMB OVERLAP!\nl'Himàlaia, els Urals, Muntanyes Rocoses"
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 3,
      "maxzoom": 4,
      "filter": [
        "all",
        ["==", "codi_geogr", "5SERR"],
        ["==", "$type", "LineString"],
        ["in", "id", 2708, 6570, 5506]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.9}],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": true,
        "text-size": ["get", "mida"],
        "visibility": "visible",
        "symbol-placement": "line-center",
        "text-line-height": 1.2,
        "symbol-spacing": 6000,
        "text-anchor": "bottom",
        "text-max-angle": 45,
        "text-rotate": 0,
        "text-radial-offset": 0,
        "text-offset": [0, 0],
        "text-padding": 2,
        "text-letter-spacing": 0.7
      },
      "paint": {
        "text-color": "rgba(80, 51, 17, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5SERR_z4_center",
      "type": "symbol",
      "metadata": {"maputnik:comment": "els Andes"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "5SERR"],
        ["==", "$type", "LineString"],
        ["in", "id", 266]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida"],
        "visibility": "visible",
        "symbol-placement": "line-center",
        "text-line-height": 1.2,
        "symbol-spacing": 6000,
        "text-anchor": "center",
        "text-max-angle": 45,
        "text-rotate": 0,
        "text-radial-offset": 0,
        "text-offset": [2.5, 0],
        "text-letter-spacing": 1.5
      },
      "paint": {
        "text-color": "rgba(80, 51, 17, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5SERR_z4_bottom2",
      "type": "symbol",
      "metadata": {"maputnik:comment": "*OBLIGATORI AMB OVERLAP!\nels Urals"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "5SERR"],
        ["==", "$type", "LineString"],
        ["in", "id", 6570]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": 16,
        "visibility": "visible",
        "symbol-placement": "line-center",
        "text-line-height": 1.2,
        "symbol-spacing": 6000,
        "text-anchor": "bottom",
        "text-max-angle": 45,
        "text-rotate": 0,
        "text-radial-offset": 0,
        "text-offset": [0, 0],
        "text-padding": 2,
        "text-letter-spacing": 1.5
      },
      "paint": {
        "text-color": "rgba(80, 51, 17, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5SERR_z4_bottom",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "*OBLIGATORI AMB OVERLAP!\nl'Himàlaia, Muntanyes Rocoses"
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "5SERR"],
        ["==", "$type", "LineString"],
        ["in", "id", 2708, 5506]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": true,
        "text-size": ["get", "mida"],
        "visibility": "visible",
        "symbol-placement": "line-center",
        "text-line-height": 1.2,
        "symbol-spacing": 6000,
        "text-anchor": "bottom",
        "text-max-angle": 45,
        "text-rotate": 0,
        "text-radial-offset": 0,
        "text-offset": [0, 0],
        "text-padding": 2,
        "text-letter-spacing": 0.7
      },
      "paint": {
        "text-color": "rgba(80, 51, 17, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5SERR_z5_right3",
      "type": "symbol",
      "metadata": {"maputnik:comment": "l'Himàlaia"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "5SERR"],
        ["==", "$type", "LineString"],
        [">=", "mida", 8],
        ["in", "id", 2708]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.8}],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "line",
        "text-anchor": "right",
        "text-max-width": 10,
        "text-padding": 1,
        "symbol-spacing": 250,
        "icon-offset": [0, 0],
        "text-offset": [0, 0],
        "text-letter-spacing": 0.5
      },
      "paint": {
        "text-color": "rgba(80, 51, 17, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5SERR_z5_right4",
      "type": "symbol",
      "metadata": {"maputnik:comment": "els Urals"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "5SERR"],
        ["==", "$type", "LineString"],
        [">=", "mida", 8],
        ["in", "id", 6570]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.8}],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "line-center",
        "text-letter-spacing": 3,
        "text-anchor": "center",
        "text-max-width": 10,
        "text-padding": 1,
        "symbol-spacing": 250,
        "icon-offset": [0, 0],
        "text-offset": [0, 0]
      },
      "paint": {
        "text-color": "rgba(80, 51, 17, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5SERR_z5_right2-blau",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Altiplà Americà (Antàrtida)"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "5SERR"],
        ["==", "$type", "Point"],
        [">=", "mida", 8],
        ["in", "id", 6342]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.8}],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "point",
        "text-letter-spacing": 0.2,
        "text-anchor": "right",
        "text-max-width": 10,
        "text-padding": 1,
        "symbol-spacing": 250,
        "icon-offset": [0, 0],
        "text-offset": [5, 0],
        "text-justify": "center"
      },
      "paint": {
        "text-color": "rgba(44,57,135,1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5SERR_z5_right2",
      "type": "symbol",
      "metadata": {"maputnik:comment": "els Alps, els Apenins, ..."},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "5SERR"],
        ["==", "$type", "LineString"],
        [">=", "mida", 8],
        [
          "!in",
          "id",
          1360,
          5115,
          4548,
          6361,
          430,
          4617,
          4586,
          2373,
          2098,
          4601,
          6342,
          4569,
          266,
          5506,
          5139,
          2708,
          6570,
          4622
        ]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.8}],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "line",
        "text-letter-spacing": 0.2,
        "text-anchor": "right",
        "text-max-width": 10,
        "text-padding": 1,
        "symbol-spacing": 250,
        "icon-offset": [0, 0],
        "text-offset": [0, 0]
      },
      "paint": {
        "text-color": "rgba(80, 51, 17, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5SERR_z5_right",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Muntanyes Rocoses"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "5SERR"],
        ["==", "$type", "LineString"],
        ["in", "id", 5506, 1360]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.8}],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "line-center",
        "text-letter-spacing": 0.5,
        "text-line-height": 1.4,
        "symbol-spacing": 6000,
        "text-offset": [0, 0],
        "text-anchor": "right",
        "text-max-angle": 45
      },
      "paint": {
        "text-color": "rgba(80, 51, 17, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5SERR_z5_top",
      "type": "symbol",
      "metadata": {"maputnik:comment": "els Andes"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "5SERR"],
        ["==", "$type", "LineString"],
        ["in", "id", 266]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.8}],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "line-center",
        "text-letter-spacing": 0.5,
        "text-line-height": 1.4,
        "symbol-spacing": 6000,
        "text-offset": [-2, 0],
        "text-anchor": "top",
        "text-max-angle": 45
      },
      "paint": {
        "text-color": "rgba(80, 51, 17, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5SERR_z5_bottom-right_blau",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Altiplà Mizuho"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "5SERR"],
        ["==", "$type", "LineString"],
        [">=", "mida", 8],
        ["in", "id", 202]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.8}],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "line-center",
        "text-letter-spacing": 0.2,
        "text-anchor": "center",
        "text-max-width": 10,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5SERR_z5_bottom-right",
      "type": "symbol",
      "metadata": {"maputnik:comment": "els Pirineus"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "5SERR"],
        ["==", "$type", "LineString"],
        [">=", "mida", 8],
        ["in", "id", 5139]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.8}],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "line-center",
        "text-letter-spacing": 0.2,
        "text-anchor": "center",
        "text-max-width": 10,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(80, 51, 17, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5SERR_z5_2",
      "type": "symbol",
      "metadata": {"maputnik:comment": "els Apalatxes"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "5SERR"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["in", "id", 430]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.7}],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "line",
        "text-padding": 1,
        "text-anchor": "top-left",
        "symbol-spacing": 1000,
        "text-line-height": 1.1,
        "text-offset": [0, -0.9],
        "text-letter-spacing": {"stops": [[5, 0.4], [6, 0.5]]}
      },
      "paint": {
        "text-color": "rgba(80, 51, 17, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5SERR_z5-top-left",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Muntanyes as-Sarawat"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "5SERR"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["in", "id", 15387]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.8}],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "line-center",
        "text-padding": 1,
        "text-anchor": "left",
        "text-letter-spacing": 0.05,
        "symbol-spacing": 1000,
        "text-line-height": 1.1,
        "text-offset": [-1, -0.2]
      },
      "paint": {
        "text-color": "rgba(80, 51, 17, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5SERR_z5-bottom-left",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "*OBLIGATORI AMB OVERLAP!\nGhats Occidentals (Índia)"
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "5SERR"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["in", "id", 2372]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.8}],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": true,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "line-center",
        "text-padding": 1,
        "text-anchor": "bottom-left",
        "text-letter-spacing": 0.1,
        "symbol-spacing": 1000,
        "text-line-height": 1.1,
        "text-offset": [2.5, -1.5]
      },
      "paint": {
        "text-color": "rgba(80, 51, 17, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5SERR_z5",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "5SERR"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["==", "status", 0],
        [
          "!in",
          "id",
          2372,
          15387,
          4623,
          3339,
          215,
          4580,
          4601,
          4569,
          4622,
          202,
          5506,
          266,
          430,
          6570,
          6063
        ]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.8}],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "line-center",
        "text-padding": 1,
        "text-anchor": "top-left",
        "text-letter-spacing": 0.05,
        "symbol-spacing": 1000,
        "text-line-height": 1.1
      },
      "paint": {
        "text-color": "rgba(80, 51, 17, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5SERR_z5-center_blau",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Serralada Admiralty, Keyser Ridge"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "5SERR"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["in", "id", 4569, 4601]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.8}],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "line-center",
        "text-padding": 2,
        "text-anchor": "center",
        "symbol-spacing": 1000,
        "text-line-height": 1.2,
        "text-letter-spacing": 1
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5SERR_z5-center2_blau",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Smalegga Ridge"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "5SERR"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["in", "id", 4580]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.8}],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "line-center",
        "text-padding": 2,
        "text-anchor": "center",
        "symbol-spacing": 1000,
        "text-line-height": 1.2,
        "text-letter-spacing": 0.6,
        "text-offset": [0, 0]
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5SERR_z5-left_blau",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Muntanyes Transantàrtiques"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "5SERR"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["in", "id", 4622]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.8}],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "line-center",
        "text-padding": 2,
        "text-anchor": "left",
        "symbol-spacing": 1000,
        "text-line-height": 1.2,
        "text-letter-spacing": 0.5,
        "text-offset": [9, -3]
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5SERR_z6_bottom-right",
      "type": "symbol",
      "metadata": {"maputnik:comment": "els Pirineus"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 8,
      "filter": [
        "all",
        ["==", "codi_geogr", "5SERR"],
        ["==", "$type", "LineString"],
        ["in", "id", 5139]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "line-center",
        "text-letter-spacing": 1,
        "text-anchor": "center",
        "text-max-width": 10,
        "text-padding": 1,
        "text-offset": [3, -1],
        "text-transform": "none"
      },
      "paint": {
        "text-color": "rgba(80, 51, 17, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5SERR_z6_right56",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Altiplà del Tibet"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5SERR"],
        ["==", "$type", "LineString"],
        ["in", "id", 215]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.9}],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z6"],
        "visibility": "visible",
        "symbol-placement": "line-center",
        "text-anchor": "center",
        "text-max-width": 10,
        "text-padding": 1,
        "symbol-spacing": 250,
        "icon-offset": [0, 0],
        "text-offset": [0, 0],
        "text-letter-spacing": 1.1
      },
      "paint": {
        "text-color": "rgba(80, 51, 17, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5SERR_z6_right5",
      "type": "symbol",
      "metadata": {"maputnik:comment": "l'Himàlaia"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5SERR"],
        ["==", "$type", "LineString"],
        ["in", "id", 2708, 4618]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.7}],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z6"],
        "visibility": "visible",
        "symbol-placement": "line-center",
        "text-anchor": "right",
        "text-max-width": 10,
        "text-padding": 1,
        "symbol-spacing": 250,
        "icon-offset": [0, 0],
        "text-letter-spacing": 0.2,
        "text-offset": [-1, -1]
      },
      "paint": {
        "text-color": "rgba(80, 51, 17, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5SERR_z6_right4",
      "type": "symbol",
      "metadata": {"maputnik:comment": "els Urals"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5SERR"],
        ["==", "$type", "LineString"],
        ["in", "id", 6570]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.8}],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "line-center",
        "text-letter-spacing": 3,
        "text-anchor": "center",
        "text-max-width": 10,
        "text-padding": 1,
        "symbol-spacing": 250,
        "icon-offset": [0, 0],
        "text-offset": [0, 0]
      },
      "paint": {
        "text-color": "rgba(80, 51, 17, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5SERR_z6_right3",
      "type": "symbol",
      "metadata": {"maputnik:comment": "els Alps"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5SERR"],
        ["==", "$type", "LineString"],
        ["in", "id", 173]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.7}],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z6"],
        "visibility": "visible",
        "symbol-placement": "line-center",
        "text-letter-spacing": 0.4,
        "text-anchor": "right",
        "text-max-width": 10,
        "text-padding": 1,
        "symbol-spacing": 250,
        "icon-offset": [0, 0],
        "text-offset": [0, 0.4]
      },
      "paint": {
        "text-color": "rgba(80, 51, 17, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5SERR_z6_top-left",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Ghats Orientals (Índia)"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5SERR"],
        ["==", "$type", "LineString"],
        ["in", "id", 2373]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.9}],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "line-center",
        "text-anchor": "top-left",
        "text-max-width": 10,
        "text-padding": 1,
        "symbol-spacing": 250,
        "icon-offset": [0, 0],
        "text-offset": [2, 0],
        "text-letter-spacing": 0.2
      },
      "paint": {
        "text-color": "rgba(80, 51, 17, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5SERR_z6_bottom-left",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "*OBLIGATORI AMB OVERLAP!\nGhats Occidentals (Índia)"
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5SERR"],
        ["==", "$type", "LineString"],
        ["in", "id", 2372]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.9}],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": true,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "line-center",
        "text-anchor": "bottom-left",
        "text-max-width": 10,
        "text-padding": 1,
        "symbol-spacing": 250,
        "icon-offset": [0, 0],
        "text-offset": [0, -2.5],
        "text-letter-spacing": 0.1
      },
      "paint": {
        "text-color": "rgba(80, 51, 17, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5SERR_z6_right6",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Sierra Nevada"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5SERR"],
        ["==", "$type", "LineString"],
        ["in", "id", 5999]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.9}],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": true,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "line-center",
        "text-anchor": "right",
        "text-max-width": 10,
        "text-padding": 1,
        "icon-offset": [0, 0],
        "text-offset": [9, 0.8]
      },
      "paint": {
        "text-color": "rgba(80, 51, 17, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5SERR_z6_right2",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "l'Himàlaia, els Alps, els Pirineus, els Apenins, ..."
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5SERR"],
        ["==", "$type", "LineString"],
        [
          "!in",
          "id",
          5999,
          2373,
          2372,
          6342,
          4618,
          4580,
          4601,
          4569,
          4622,
          215,
          266,
          5506,
          5139,
          6570,
          173,
          2708
        ]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.9}],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": true,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "line-center",
        "text-anchor": "right",
        "text-max-width": 10,
        "text-padding": 1,
        "icon-offset": [0, 0],
        "text-offset": [0, 0],
        "text-letter-spacing": 0.2
      },
      "paint": {
        "text-color": "rgba(80, 51, 17, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5SERR_z6-center3_blau",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Smalegga Ridge"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5SERR"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["in", "id", 4580]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.7}],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z6"],
        "visibility": "visible",
        "symbol-placement": "line-center",
        "text-padding": 2,
        "text-anchor": "center",
        "symbol-spacing": 1000,
        "text-line-height": 1.2,
        "text-letter-spacing": 0.6,
        "text-offset": [0, 0]
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5SERR_z6-center2_blau",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Serralada Admiralty, Keyser Ridge"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5SERR"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["in", "id", 4569, 4601]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.7}],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z6"],
        "visibility": "visible",
        "symbol-placement": "line-center",
        "text-padding": 2,
        "text-anchor": "center",
        "symbol-spacing": 1000,
        "text-line-height": 1.2,
        "text-letter-spacing": 1
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5SERR_z6-center_blau",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Muntanyes Transantàrtiques"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5SERR"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["in", "id", 4622]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.7}],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z6"],
        "visibility": "visible",
        "symbol-placement": "line-center",
        "text-padding": 2,
        "text-anchor": "center",
        "symbol-spacing": 1000,
        "text-line-height": 1.2,
        "text-letter-spacing": 0.2,
        "text-offset": [10, -3]
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5REGN_2",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "5REGN"],
        ["==", "$type", "Point"],
        ["==", "colgeom", "along"],
        ["in", "id", 2548]
      ],
      "layout": {
        "symbol-placement": "point",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-size": ["get", "mida_z4"],
        "text-field": ["format", ["get", "name"], {"font-scale": 0.8}],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-max-width": 5,
        "text-letter-spacing": 0.5,
        "text-offset": [2, -1],
        "text-line-height": 1.5
      },
      "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
      }
    },
    {
      "id": "along_5REGN",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "5REGN"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["!in", "id", 2548]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-size": ["get", "mida_z4"],
        "text-field": ["format", ["get", "name"], {"font-scale": 0.6}],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible"
      },
      "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
      }
    },
    {
      "id": "along_5REGN_z6-punt",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5REGN"],
        ["==", "$type", "Point"],
        ["==", "colgeom", "along"],
        ["in", "id", 2548]
      ],
      "layout": {
        "symbol-placement": "point",
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-size": ["get", "mida_z4"],
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "symbol-spacing": 250,
        "text-letter-spacing": 0.7,
        "text-max-width": 25,
        "text-line-height": 2
      },
      "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": "along_5REGN_z6",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5REGN"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["!in", "id", 2548]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-size": ["get", "mida_z4"],
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible"
      },
      "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": "along_5MIND",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "5MIND"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida_z4"],
        "text-field": ["format", ["get", "name"], {"font-scale": 0.7}],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-letter-spacing": 0.4
      },
      "paint": {
        "text-color": "rgba(3, 12, 72, 1)",
        "text-halo-color": "rgba(255, 255, 255, 1)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5MIND_z6-2",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5MIND"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["in", "id", 2284]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "symbol-spacing": 1000000,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida_z4"],
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-letter-spacing": 1,
        "text-line-height": 2
      },
      "paint": {
        "text-color": "rgba(3, 12, 72, 1)",
        "text-halo-color": "rgba(255, 255, 255, 1)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5MIND_z6-center",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Conca del Pacífic Sud-occidental"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5MIND"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["in", "id", 1571]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida_z4"],
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-letter-spacing": 0.6,
        "text-line-height": 2
      },
      "paint": {
        "text-color": "rgba(3, 12, 72, 1)",
        "text-halo-color": "rgba(255, 255, 255, 1)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5MIND_z6",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5MIND"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["!in", "id", 2284, 1571]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida_z4"],
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-letter-spacing": 0.1
      },
      "paint": {
        "text-color": "rgba(3, 12, 72, 1)",
        "text-halo-color": "rgba(255, 255, 255, 1)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5MSER_z3",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 3,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "5MSER"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida"],
        "text-field": ["format", ["get", "name"], {"font-scale": 1.1}],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-letter-spacing": 1.5,
        "text-anchor": "center"
      },
      "paint": {
        "text-color": "rgba(3, 12, 72, 1)",
        "text-halo-color": "rgba(255, 255, 255, 1)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5MSER_z5-center",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "5MSER"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["in", "id", 1886]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida_z4"],
        "text-field": ["format", ["get", "name"], {"font-scale": 0.7}],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-letter-spacing": 2
      },
      "paint": {
        "text-color": "rgba(3, 12, 72, 1)",
        "text-halo-color": "rgba(255, 255, 255, 1)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5MSER_z5",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "5MSER"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["!in", "id", 1886]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida_z4"],
        "text-field": ["format", ["get", "name"], {"font-scale": 0.7}],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-letter-spacing": 1
      },
      "paint": {
        "text-color": "rgba(3, 12, 72, 1)",
        "text-halo-color": "rgba(255, 255, 255, 1)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5MSER_z6-center",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Dorsal Índica Central"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5MSER"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["in", "id", 1883]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida_z4"],
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-letter-spacing": 2,
        "text-line-height": 2
      },
      "paint": {
        "text-color": "rgba(3, 12, 72, 1)",
        "text-halo-color": "rgba(255, 255, 255, 1)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5MSER_z6-center2",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Dorsal Índica Sud-oriental"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5MSER"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["in", "id", 1886]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida_z4"],
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-line-height": 2,
        "text-letter-spacing": 2.5
      },
      "paint": {
        "text-color": "rgba(3, 12, 72, 1)",
        "text-halo-color": "rgba(255, 255, 255, 1)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5MSER_z6",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5MSER"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["!in", "id", 1883, 1886]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida_z4"],
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-line-height": 1.75,
        "text-letter-spacing": 1
      },
      "paint": {
        "text-color": "rgba(3, 12, 72, 1)",
        "text-halo-color": "rgba(255, 255, 255, 1)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5MDEP-3",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "*OBLIGATORI AMB OVERLAP!\nEstret de Gibraltar"
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "5MDEP"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["in", "id", 2147]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida_z4"],
        "text-field": ["format", ["get", "name"], {"font-scale": 0.6}],
        "text-allow-overlap": true,
        "text-optional": false,
        "text-anchor": "center",
        "text-justify": "center",
        "text-offset": [0, -0.2]
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5MDEP-2",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "5MDEP"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["in", "id", 1107]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida_z4"],
        "text-field": ["format", ["get", "name"], {"font-scale": 0.6}],
        "text-allow-overlap": false,
        "text-optional": false,
        "text-anchor": "center",
        "text-offset": [0, -3]
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5MDEP",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "L'Estret de McMurdo s'ha invisibilitzat pq la línia del text per poder estilar queda fora del mapa."
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "5MDEP"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["!in", "id", 1107, 2147, 2162]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida_z4"],
        "text-field": ["format", ["get", "name"], {"font-scale": 0.6}],
        "text-allow-overlap": false,
        "text-optional": false,
        "text-anchor": "top"
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5MDEP_z6_3",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5MDEP"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["in", "id", 2142]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida_z4"],
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-allow-overlap": false,
        "text-optional": false,
        "text-anchor": "center",
        "visibility": "visible",
        "text-letter-spacing": 0.3,
        "text-offset": [0, 0],
        "text-line-height": 2
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5MDEP_z6_4",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Estret de Bering"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5MDEP"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["in", "id", 6019]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida_z4"],
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-allow-overlap": false,
        "text-optional": false,
        "text-anchor": "center",
        "visibility": "visible",
        "text-offset": [2.5, 3]
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5MDEP_z6_5",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "*OBLIGATORI AMB OVERLAP!\nEstret de Gibraltar"
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5MDEP"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["in", "id", 2147]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida_z4"],
        "text-field": ["format", ["get", "name"], {"font-scale": 0.6}],
        "text-allow-overlap": true,
        "text-optional": false,
        "text-anchor": "center",
        "text-justify": "center",
        "text-offset": [5, -0.2]
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5MDEP_z6-bottom",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Estret de Cook (NZ)"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5MDEP"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["in", "id", 2140]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida_z4"],
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-allow-overlap": false,
        "text-optional": false,
        "text-anchor": "center",
        "text-offset": [-1, 2.5],
        "visibility": "visible",
        "text-letter-spacing": 0.05
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5MDEP_z6",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "L'Estret de McMurdo s'ha invisibilitzat pq la línia del text per poder estilar queda fora del mapa."
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5MDEP"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["!in", "id", 2147, 14523, 2142, 6019, 2162, 2140]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida_z4"],
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-allow-overlap": false,
        "text-optional": false,
        "text-anchor": "center",
        "text-offset": [0, 0],
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5DESE_z3",
      "type": "symbol",
      "metadata": {"maputnik:comment": "el Sàhara"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 3,
      "maxzoom": 4,
      "filter": [
        "all",
        ["==", "codi_geogr", "5DESE"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["in", "id", 5759]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-size": ["get", "mida"],
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-letter-spacing": 2,
        "text-anchor": "center",
        "text-offset": [-1.9, -0.7]
      },
      "paint": {
        "text-color": "rgba(80, 51, 17, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5DESE_z4",
      "type": "symbol",
      "metadata": {"maputnik:comment": "el Sàhara"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "5DESE"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["in", "id", 5759]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-size": ["get", "mida"],
        "text-field": ["format", ["get", "name"], {"font-scale": 1.1}],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-anchor": "center",
        "text-offset": [-1.9, -0.7],
        "text-letter-spacing": 3.5
      },
      "paint": {
        "text-color": "rgba(80, 51, 17, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5DESE_z5-center",
      "type": "symbol",
      "metadata": {"maputnik:comment": "el Sàhara"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "5DESE"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["in", "id", 5759]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-size": ["get", "mida_z4"],
        "text-field": ["format", ["get", "name"], {"font-scale": 0.8}],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "symbol-spacing": 250,
        "text-letter-spacing": 3.5,
        "text-offset": [5, -0.7]
      },
      "paint": {
        "text-color": "rgba(80, 51, 17, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5DESE_z5-punt",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Desert de Líbia"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "5DESE"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["in", "id", 1775]
      ],
      "layout": {
        "symbol-placement": "point",
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-size": ["get", "mida_z4"],
        "text-field": ["format", ["get", "name"], {"font-scale": 0.8}],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "symbol-spacing": 500,
        "text-offset": [2, 2.5],
        "text-letter-spacing": 0.1
      },
      "paint": {
        "text-color": "rgba(80, 51, 17, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5DESE_z5",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "5DESE"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["!in", "id", 5759, 1775, 1792]
      ],
      "layout": {
        "symbol-placement": "line",
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-size": ["get", "mida_z4"],
        "text-field": ["format", ["get", "name"], {"font-scale": 0.8}],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "symbol-spacing": 500
      },
      "paint": {
        "text-color": "rgba(80, 51, 17, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5DESE_z6-center",
      "type": "symbol",
      "metadata": {"maputnik:comment": "el Sàhara"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5DESE"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["in", "id", 5759]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-size": ["get", "mida_z4"],
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 1},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.9,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-line-height": 2.5,
        "text-letter-spacing": 3,
        "text-anchor": "center"
      },
      "paint": {
        "text-color": "rgba(80, 51, 17, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5DESE_z6",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5DESE"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"],
        ["!in", "id", 5759]
      ],
      "layout": {
        "symbol-placement": "line-center",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-size": ["get", "mida_z4"],
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.9},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.8,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-letter-spacing": 0.1
      },
      "paint": {
        "text-color": "rgba(80, 51, 17, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5COST",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "5COST"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.6}],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "line-center",
        "text-letter-spacing": 0.2
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-color": "rgba(255, 255, 255, 1)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "along_5COST_z6_D",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5COST"],
        ["==", "$type", "LineString"],
        ["==", "colgeom", "along"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "line-center",
        "text-letter-spacing": 0.2
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-color": "rgba(255, 255, 255, 1)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "6SALT_NL2_z6-top-left",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "6SALT"],
        ["==", "$type", "Point"],
        ["==", "colgeom", "NLIN2"],
        ["in", "id", 1341]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-Italic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "point",
        "text-max-width": 7,
        "icon-anchor": "top",
        "text-justify": "left",
        "text-anchor": "top-left",
        "icon-size": 1,
        "icon-image": "circle_element_destacat",
        "icon-offset": [0, -10],
        "text-offset": [0.3, -0.2]
      },
      "paint": {
        "text-color": "rgba(44,57,135,1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "6SALT_NL2_z6-bottom-left2",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Cascades Victòria (Zimbàue)"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "6SALT"],
        ["==", "$type", "Point"],
        ["==", "colgeom", "NLIN2"],
        ["in", "id", 1343]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-Italic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "point",
        "text-max-width": 10,
        "icon-anchor": "center",
        "text-justify": "left",
        "text-anchor": "bottom-left",
        "icon-size": 1,
        "icon-image": "circle_element_destacat",
        "icon-offset": [15, 0],
        "text-offset": [1.5, -0.2]
      },
      "paint": {
        "text-color": "rgba(44,57,135,1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "6SALT_NL2_z6-bottom-left",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "6SALT"],
        ["==", "$type", "Point"],
        ["==", "colgeom", "NLIN2"],
        ["!in", "id", 1341, 1343]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-Italic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "point",
        "text-max-width": 7,
        "icon-anchor": "center",
        "text-justify": "left",
        "text-anchor": "bottom-left",
        "text-offset": [0.4, 0],
        "icon-size": 1,
        "icon-image": "circle_element_destacat"
      },
      "paint": {
        "text-color": "rgba(44,57,135,1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "6SALT_z6",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "6SALT"],
        ["==", "$type", "Point"],
        ["==", "colgeom", "puntual"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-Italic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "point",
        "text-max-width": 7,
        "icon-image": "circle_element_destacat",
        "icon-size": 1,
        "text-anchor": "top",
        "text-offset": [0, 0.3]
      },
      "paint": {
        "text-color": "rgba(44,57,135,1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "6PANT_NL2_z6",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "6PANT"],
        ["==", "$type", "Point"],
        ["==", "colgeom", "NLIN2"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-Italic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "point",
        "text-max-width": 10
      },
      "paint": {"text-color": "rgba(44,57,135,1)"}
    },
    {
      "id": "6PANT_z6",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "6PANT"],
        ["==", "$type", "Point"],
        ["==", "colgeom", "puntual"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-Italic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "point",
        "text-max-width": 20
      },
      "paint": {"text-color": "rgba(44,57,135,1)"}
    },
    {
      "id": "6OASI",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "6OASI"],
        ["==", "$type", "Point"],
        ["==", "colgeom", "puntual"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.6}],
        "text-font": ["FiraSans-Italic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "point"
      },
      "paint": {"text-color": "rgba(44,57,135,1)"}
    },
    {
      "id": "6OASI_z6",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "6OASI"],
        ["==", "$type", "Point"],
        ["==", "colgeom", "puntual"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-Italic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "point"
      },
      "paint": {"text-color": "rgba(44,57,135,1)"}
    },
    {
      "id": "6MARS_z3",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Mar de Sulu"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 3,
      "maxzoom": 4,
      "filter": [
        "all",
        ["==", "codi_geogr", "6MARS"],
        ["==", "$type", "Point"],
        ["==", "colgeom", "puntual"]
      ],
      "layout": {
        "symbol-placement": "point",
        "text-field": ["format", ["get", "name"], {"font-scale": 1.1}],
        "text-font": ["FiraSans-Italic"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-size": ["get", "mida"],
        "text-max-width": 10,
        "text-letter-spacing": 0,
        "text-anchor": "bottom",
        "text-offset": [0.6, -0.7],
        "text-transform": "uppercase"
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 1)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "6MARS_NL23-z3_center",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Mar Bàltica"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 3,
      "maxzoom": 4,
      "filter": [
        "all",
        ["==", "codi_geogr", "6MARS"],
        ["==", "$type", "Point"],
        ["in", "id", 4129],
        ["in", "colgeom", "NLIN2", "NLIN3"]
      ],
      "layout": {
        "symbol-placement": "point",
        "text-field": [
          "format",
          ["get", "lin1"],
          {"font-scale": 1.1},
          "\n",
          ["concat", ["get", "lin2"]],
          {
            "font-scale": 1.1,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          },
          "\n",
          ["concat", ["get", "lin3"]],
          {
            "font-scale": 1.1,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-Italic"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-size": ["get", "mida"],
        "text-line-height": 1.2,
        "icon-allow-overlap": false,
        "text-max-width": 10,
        "text-anchor": "center",
        "text-offset": [-0.8, 2.5],
        "text-transform": "uppercase"
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 1)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "6MARS_NL23-z3_Noruega",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Mar de Noruega"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 3,
      "maxzoom": 4,
      "filter": [
        "all",
        ["==", "codi_geogr", "6MARS"],
        ["==", "$type", "Point"],
        ["in", "id", 4164]
      ],
      "layout": {
        "symbol-placement": "point",
        "text-field": [
          "format",
          ["get", "lin1"],
          {"font-scale": 1.1},
          "\n",
          ["concat", ["get", "lin2"]],
          {
            "font-scale": 1.1,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-Italic"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-size": ["get", "mida"],
        "text-line-height": 1.2,
        "icon-allow-overlap": false,
        "text-offset": [0, 1],
        "text-transform": "uppercase"
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 1)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "6MARS_NL23-z3",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Resta de mars."},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 3,
      "maxzoom": 4,
      "filter": [
        "all",
        ["==", "codi_geogr", "6MARS"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "NLIN2", "NLIN3"],
        ["!in", "id", 4164, 4129, 4163, 4158, 4159, 4147, 4886, 4887, 4888]
      ],
      "layout": {
        "symbol-placement": "point",
        "text-field": [
          "format",
          ["get", "lin1"],
          {"font-scale": 1.1},
          "\n",
          ["concat", ["get", "lin2"]],
          {
            "font-scale": 1.1,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          },
          "\n",
          ["concat", ["get", "lin3"]],
          {
            "font-scale": 1.1,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-Italic"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-size": ["get", "mida"],
        "text-line-height": 1.1,
        "icon-allow-overlap": false,
        "text-offset": [0, 1],
        "text-transform": "uppercase"
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 1)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "6MARS_NL23-z3_oceans",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Oceans."},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 3,
      "maxzoom": 4,
      "filter": [
        "all",
        ["==", "codi_geogr", "6MARS"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "NLIN2", "NLIN3"],
        ["in", "id", 4886, 4887, 4888]
      ],
      "layout": {
        "symbol-placement": "point",
        "text-field": [
          "format",
          ["get", "lin1"],
          {"font-scale": 1.1},
          "\n",
          ["concat", ["get", "lin2"]],
          {
            "font-scale": 1.1,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-Italic"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-size": ["get", "mida"],
        "text-letter-spacing": 0.3,
        "text-max-width": 10,
        "text-line-height": 1.5,
        "text-transform": "uppercase"
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 1)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "6MARS_z4",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Mar de Sulu"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "6MARS"],
        ["==", "$type", "Point"],
        ["==", "colgeom", "puntual"]
      ],
      "layout": {
        "symbol-placement": "point",
        "text-field": ["format", ["get", "name"], {"font-scale": 0.7}],
        "text-font": ["FiraSans-Italic"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-size": ["get", "mida_z4"],
        "text-max-width": 10,
        "icon-allow-overlap": false,
        "text-anchor": "bottom",
        "text-offset": [0.6, 0],
        "text-transform": "uppercase"
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 1)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "6MARS_NL23-z4_Noruega",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Mar de Noruega"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "6MARS"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "NLIN2", "NLIN3"],
        ["in", "id", 4164]
      ],
      "layout": {
        "symbol-placement": "point",
        "text-field": [
          "format",
          ["get", "lin1"],
          {"font-scale": 0.7},
          "\n",
          ["concat", ["get", "lin2"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-Italic"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-size": ["get", "mida_z4"],
        "text-line-height": 1.1,
        "text-max-width": 5,
        "text-offset": [0.4, -0.7],
        "text-padding": 1,
        "text-transform": "uppercase"
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 1)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "6MARS_NL23-z4-Baltic",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Mar Bàltica"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "6MARS"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "NLIN2", "NLIN3"],
        ["==", "id", 4129]
      ],
      "layout": {
        "symbol-placement": "point",
        "text-field": [
          "format",
          ["get", "lin1"],
          {"font-scale": 0.7},
          "\n",
          ["concat", ["get", "lin2"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          },
          "\n",
          ["concat", ["get", "lin3"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-Italic"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-size": ["get", "mida_z4"],
        "text-line-height": 1.1,
        "text-max-width": 5,
        "text-offset": {
          "base": 1,
          "stops": [[4, [0.4, -0.7]], [6, [1.9, -0.7]]]
        },
        "text-padding": 1,
        "text-transform": "uppercase"
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "6MARS_NL23-z4-timor",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Mar de Timor"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "6MARS"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "NLIN2", "NLIN3"],
        ["==", "id", 4170]
      ],
      "layout": {
        "symbol-placement": "point",
        "text-field": [
          "format",
          ["get", "lin1"],
          {"font-scale": 0.7},
          "\n",
          ["concat", ["get", "lin2"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          },
          "\n",
          ["concat", ["get", "lin3"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-Italic"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-size": ["get", "mida_z4"],
        "text-line-height": 1.1,
        "text-max-width": 5,
        "text-offset": [0.4, 0.7],
        "text-padding": 1,
        "text-transform": "uppercase"
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 1)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "6MARS_NL23-z4",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Resta de mars."},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "6MARS"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "NLIN2", "NLIN3"],
        ["!in", "id", 4170, 4886, 4887, 4888, 4164, 4129]
      ],
      "layout": {
        "symbol-placement": "point",
        "text-field": [
          "format",
          ["get", "lin1"],
          {"font-scale": 0.7},
          "\n",
          ["concat", ["get", "lin2"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          },
          "\n",
          ["concat", ["get", "lin3"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-Italic"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-size": ["get", "mida_z4"],
        "text-line-height": 1.1,
        "text-max-width": 5,
        "text-offset": [0.4, -0.7],
        "text-padding": 1,
        "text-transform": "uppercase"
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "6MARS_NL23-z4_oceans",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Oceans."},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "6MARS"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "NLIN2", "NLIN3"],
        ["in", "id", 4886, 4887, 4888]
      ],
      "layout": {
        "symbol-placement": "point",
        "text-field": [
          "format",
          ["get", "lin1"],
          {"font-scale": 0.7},
          "\n",
          ["concat", ["get", "lin2"]],
          {
            "font-scale": 0.6,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-Italic"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-size": ["get", "mida_z4"],
        "text-line-height": 2,
        "text-letter-spacing": 0.3,
        "text-transform": "uppercase"
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 1)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "6MARS_NL23_z6_oceans",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "6MARS"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "NLIN2", "NLIN3"],
        ["in", "id", 4886, 4887, 4888]
      ],
      "layout": {
        "symbol-placement": "point",
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 1},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-Italic"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-size": ["get", "mida_z4"],
        "text-max-width": 10,
        "text-letter-spacing": 1.5,
        "text-line-height": 3,
        "text-transform": "uppercase"
      },
      "paint": {
        "text-color": "rgba(44,57,135,1)",
        "text-halo-color": "rgba(255, 255, 255, 1)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "6MARS_NL23_z6",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "6MARS"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "NLIN2", "NLIN3"],
        ["!in", "id", 4886, 4887, 4888, 4129]
      ],
      "layout": {
        "symbol-placement": "point",
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 1},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-Italic"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-size": ["get", "mida_z4"],
        "text-max-width": 10,
        "text-letter-spacing": 0.05,
        "text-line-height": 1.2,
        "text-transform": "uppercase"
      },
      "paint": {
        "text-color": "rgba(44,57,135,1)",
        "text-halo-color": "rgba(255, 255, 255, 1)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "6LLAC_z5-left",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "6LLAC"],
        ["==", "$type", "Point"],
        ["==", "colgeom", "puntual"],
        [">=", "mida", 8],
        ["in", "id", 3876, 3880]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.8}],
        "text-font": ["FiraSans-Italic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "point",
        "text-max-width": 3,
        "text-line-height": 1.1,
        "text-justify": "left",
        "text-anchor": "left",
        "text-offset": [1, 0.5]
      },
      "paint": {
        "text-color": "rgba(44,57,135,1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "6LLAC_z5",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "6LLAC"],
        ["==", "$type", "Point"],
        ["==", "colgeom", "puntual"],
        [">=", "mida", 8],
        ["!in", "id", 3876, 3880]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.8}],
        "text-font": ["FiraSans-Italic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "point",
        "text-max-width": 4,
        "text-line-height": 1.1
      },
      "paint": {
        "text-color": "rgba(44,57,135,1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "6LLAC_z6",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "6LLAC"],
        ["==", "$type", "Point"],
        ["==", "colgeom", "puntual"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-Italic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "point"
      },
      "paint": {
        "text-color": "rgba(44,57,135,1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "6GOLF_NL23_z3",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Golf de Bengala"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 3,
      "maxzoom": 4,
      "filter": [
        "all",
        ["==", "codi_geogr", "6GOLF"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "NLIN2", "NLIN3"],
        ["in", "id", 2410]
      ],
      "layout": {
        "symbol-placement": "point",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida_z4"],
        "text-field": ["format", ["get", "name"], {"font-scale": 0.7}],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-max-width": 3,
        "text-offset": [-1.5, 2],
        "text-anchor": "top"
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 1)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "6GOLF_NL23_z4",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Golf de Bengala"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "6GOLF"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "NLIN2", "NLIN3"],
        ["in", "id", 2410]
      ],
      "layout": {
        "symbol-placement": "point",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida_4"],
        "text-field": ["format", ["get", "name"], {"font-scale": 0.9}],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-max-width": 5,
        "text-offset": [-1.5, 2],
        "text-anchor": "top",
        "text-letter-spacing": 0.05
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 1)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "6GOLF_NL23_z5",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "6GOLF"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "NLIN2", "NLIN3"],
        ["in", "id", 2410]
      ],
      "layout": {
        "symbol-placement": "point",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida_4"],
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-max-width": 5,
        "text-offset": [-1.5, 2],
        "text-anchor": "top",
        "text-letter-spacing": 0.1,
        "text-line-height": 1.5
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 1)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "6GOLF_NL23_z6",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "6GOLF"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "NLIN2", "NLIN3"]
      ],
      "layout": {
        "symbol-placement": "point",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida_z4"],
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 1)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "6GOLF_z6",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "6GOLF"],
        ["==", "$type", "Point"],
        ["==", "colgeom", "puntual"]
      ],
      "layout": {
        "symbol-placement": "point",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida_z4"],
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "6GLAC_NL2_z6",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "6GLAC"],
        ["==", "$type", "Point"],
        ["==", "colgeom", "NLIN2"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-Italic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "point"
      },
      "paint": {"text-color": "rgba(100, 100, 100, 1)"}
    },
    {
      "id": "6GLAC_z6",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "6GLAC"],
        ["==", "$type", "Point"],
        ["==", "colgeom", "puntual"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-Italic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z6"],
        "visibility": "visible",
        "symbol-placement": "point"
      },
      "paint": {"text-color": "rgba(100, 100, 100, 1)"}
    },
    {
      "id": "5VOLC_z6-center",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Hallasan (Corea del Sud)"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5VOLC"],
        ["==", "$type", "Point"],
        ["==", "colgeom", "puntual"],
        ["in", "id", 14954]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Regular"]]
          }
        ],
        "text-font": ["FiraSans-SemiBold"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "icon-size": 0.75,
        "icon-anchor": "top",
        "icon-pitch-alignment": "auto",
        "text-max-width": 16,
        "icon-image": "triangle_11",
        "text-anchor": "center",
        "text-offset": [0, -0.5],
        "text-justify": "center",
        "text-line-height": 1.1
      },
      "paint": {
        "text-color": "#000000",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "5VOLC_z6-center_D",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "Volcà Tajumulco (Guatemala), Vesuvi (Itàlia)"
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5VOLC"],
        ["==", "$type", "Point"],
        ["==", "colgeom", "puntual"],
        ["in", "id", 6676, 6632]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Regular"]]
          }
        ],
        "text-font": ["FiraSans-SemiBold"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "icon-size": 0.75,
        "icon-anchor": "top",
        "icon-pitch-alignment": "auto",
        "text-max-width": 16,
        "icon-image": "triangle_11",
        "text-anchor": "center",
        "text-offset": [0, -1],
        "text-justify": "center",
        "text-line-height": 1.1
      },
      "paint": {
        "text-color": "#000000",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "5VOLC_z6-right",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "Popocatépetl (Mèxic)\nEtna (Itàlia)\nMauna Kea (EEUU)"
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5VOLC"],
        ["==", "$type", "Point"],
        ["==", "colgeom", "puntual"],
        ["in", "id", 2179, 5404, 4003]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "cota"]],
          {
            "font-scale": 0.8,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-SemiBold"]]
          }
        ],
        "text-font": ["FiraSans-SemiBold"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "icon-size": 0.75,
        "icon-anchor": "top",
        "icon-pitch-alignment": "auto",
        "text-max-width": 16,
        "icon-image": "triangle_11",
        "text-offset": [-0.4, 0.5],
        "text-anchor": "right",
        "text-justify": "right",
        "text-line-height": 1.1
      },
      "paint": {
        "text-color": "#000000",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "5VOLC_z6-left_D",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "Mont Kliutxevskoi (Rússia), Karthala (Comores)\n"
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5VOLC"],
        ["==", "$type", "Point"],
        ["==", "colgeom", "puntual"],
        ["in", "id", 3500, 6673]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Regular"]]
          },
          "\n",
          ["concat", ["get", "cota"]],
          {
            "font-scale": 0.8,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-SemiBold"]]
          }
        ],
        "text-font": ["FiraSans-SemiBold"],
        "text-allow-overlap": true,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "icon-size": 0.75,
        "icon-anchor": "top",
        "icon-pitch-alignment": "auto",
        "text-max-width": 16,
        "icon-image": "triangle_11",
        "text-offset": [0.4, 0],
        "text-anchor": "left",
        "text-justify": "left",
        "text-line-height": 1.1
      },
      "paint": {
        "text-color": "#000000",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "5VOLC_z6-right_D",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "Volcà Arenal (Costa Rica), Volcà Barú (Panamà), Volcà Galeras, Volcà Cotopaxi, ...\n"
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5VOLC"],
        ["==", "$type", "Point"],
        ["==", "colgeom", "puntual"],
        ["in", "id", 5737, 6671, 6675, 6668, 6674, 1639, 6672, 6670, 6669, 6673]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Regular"]]
          },
          "\n",
          ["concat", ["get", "cota"]],
          {
            "font-scale": 0.8,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-SemiBold"]]
          }
        ],
        "text-font": ["FiraSans-SemiBold"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "icon-size": 0.75,
        "icon-anchor": "top",
        "icon-pitch-alignment": "auto",
        "text-max-width": 16,
        "icon-image": "triangle_11",
        "text-offset": [-0.4, 0.3],
        "text-anchor": "right",
        "text-justify": "right",
        "text-line-height": 1.1
      },
      "paint": {
        "text-color": "#000000",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "5SERR_NL2_z6-center",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Altiplà de Sibèria Central"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5SERR"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "NLIN2", "NLIN3"],
        ["in", "id", 188]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.9},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.8,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "point",
        "text-letter-spacing": 0.1,
        "text-line-height": 1.3,
        "text-max-width": 15
      },
      "paint": {
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "5SERR_NL2_z6",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5SERR"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "NLIN2", "NLIN3"],
        ["!in", "id", 188]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.9},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.8,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "point",
        "text-letter-spacing": 0.1,
        "text-line-height": 1.3,
        "text-max-width": 15
      },
      "paint": {
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5,
        "text-color": "rgba(80, 51, 17, 1)"
      }
    },
    {
      "id": "5SERR_z6",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5SERR"],
        ["==", "$type", "Point"],
        ["==", "colgeom", "puntual"],
        ["!in", "id", 6342]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "point",
        "text-letter-spacing": 0.1
      },
      "paint": {
        "text-color": "rgba(80, 51, 17, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "5SERR_z6-center_blau",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5SERR"],
        ["==", "$type", "Point"],
        ["==", "colgeom", "puntual"],
        ["in", "id", 6342]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "point",
        "text-letter-spacing": 0.3,
        "text-line-height": 2,
        "text-max-width": 25
      },
      "paint": {
        "text-color": "rgba(44,57,135,1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "5REGN_z3_left",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Sibèria"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 3,
      "maxzoom": 4,
      "filter": [
        "all",
        ["==", "codi_geogr", "5REGN"],
        ["==", "colgeom", "puntual"],
        ["==", "$type", "Point"],
        ["in", "id", 6050]
      ],
      "layout": {
        "symbol-placement": "point",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-size": ["get", "mida"],
        "text-field": ["format", ["get", "name"], {"font-scale": 0.9}],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-anchor": "left",
        "text-letter-spacing": 4
      },
      "paint": {
        "text-color": "rgba(80, 51, 17, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "5REGN_z4_left",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Sibèria"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "5REGN"],
        ["==", "colgeom", "puntual"],
        ["==", "$type", "Point"],
        ["in", "id", 6050]
      ],
      "layout": {
        "symbol-placement": "point",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-size": ["get", "mida"],
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-anchor": "left",
        "text-letter-spacing": 6
      },
      "paint": {
        "text-color": "rgba(80, 51, 17, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "5REGN_z5_left",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Sibèria"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "5REGN"],
        ["==", "colgeom", "puntual"],
        ["==", "$type", "Point"],
        ["in", "id", 6050]
      ],
      "layout": {
        "symbol-placement": "point",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-size": ["get", "mida_z4"],
        "text-field": ["format", ["get", "name"], {"font-scale": 0.9}],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-anchor": "left",
        "text-letter-spacing": 6
      },
      "paint": {
        "text-color": "rgba(80, 51, 17, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "5REGN_z6-left",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5REGN"],
        ["==", "colgeom", "puntual"],
        ["==", "$type", "Point"],
        ["in", "id", 6050]
      ],
      "layout": {
        "symbol-placement": "point",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-size": ["get", "mida_z6"],
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-letter-spacing": 5,
        "text-line-height": 3,
        "text-max-width": 100,
        "text-anchor": "center"
      },
      "paint": {
        "text-color": "rgba(80, 51, 17, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "5REGN_z5-center",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Amazònia"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "5REGN"],
        ["==", "colgeom", "puntual"],
        ["==", "$type", "Point"],
        ["in", "id", 5960, 14678]
      ],
      "layout": {
        "symbol-placement": "point",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-size": ["get", "mida_z4"],
        "text-field": ["format", ["get", "name"], {"font-scale": 0.9}],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-letter-spacing": 2,
        "text-offset": [-2.5, -0.3],
        "text-line-height": 1.8
      },
      "paint": {
        "text-color": "rgba(80, 51, 17, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "5REGN_z6-center",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Amazònia, Selva Amazònica"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5REGN"],
        ["==", "colgeom", "puntual"],
        ["==", "$type", "Point"],
        ["in", "id", 5960, 14678]
      ],
      "layout": {
        "symbol-placement": "point",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-size": ["get", "mida_z4"],
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 1},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.9,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-max-width": 75,
        "text-line-height": 2.3,
        "text-letter-spacing": 1.2,
        "text-offset": [0, 7]
      },
      "paint": {
        "text-color": "rgba(80, 51, 17, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "5REGN_z6",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5REGN"],
        ["==", "colgeom", "puntual"],
        ["==", "$type", "Point"],
        ["!in", "idnew", 443],
        [
          "!in",
          "id",
          288,
          6327,
          6339,
          6328,
          6329,
          6050,
          5960,
          14678,
          6345,
          6344
        ],
        [">=", "mida", 8]
      ],
      "layout": {
        "symbol-placement": "point",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-size": ["get", "mida_z4"],
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-letter-spacing": 0.1
      },
      "paint": {
        "text-color": "rgba(80, 51, 17, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "5REGN_NL2_z6",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5REGN"],
        ["==", "colgeom", "NLIN2"],
        ["==", "$type", "Point"]
      ],
      "layout": {
        "symbol-placement": "point",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-size": ["get", "mida_z4"],
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-letter-spacing": 0.1,
        "text-max-width": 15
      },
      "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
      }
    },
    {
      "id": "5REGN_z6-center_blau",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "Terra de la Reina Maud, ... (Antàrtida)"
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5REGN"],
        ["==", "colgeom", "puntual"],
        ["==", "$type", "Point"],
        ["in", "id", 6345, 6344, 6329, 6328, 6339, 6327],
        [">=", "mida", 8]
      ],
      "layout": {
        "symbol-placement": "point",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-size": ["get", "mida_z6"],
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-max-width": 50,
        "text-letter-spacing": 0.5,
        "text-line-height": 2
      },
      "paint": {
        "text-color": "rgba(3, 20, 121, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "5PUNT_NL2_z6",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5PUNT"],
        ["==", "$type", "Point"],
        ["==", "colgeom", "NLIN2"],
        [
          "!in",
          "id",
          5171,
          7188,
          5194,
          7189,
          5181,
          5182,
          5164,
          5165,
          5186,
          5155,
          5161,
          5158,
          5176,
          5190,
          5166,
          5183,
          5196,
          5160,
          5179,
          5151
        ]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "point"
      },
      "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": "5PUNT_z6-right2",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5PUNT"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "puntual", "NLIN2", "NLIN3"],
        ["in", "id", 5515]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "point",
        "text-anchor": "right",
        "text-justify": "right",
        "text-offset": [0, -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": "5PUNT_z6-right",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5PUNT"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "puntual", "NLIN2", "NLIN3"],
        [
          "in",
          "id",
          5621,
          4823,
          247,
          263,
          2972,
          6606,
          5773,
          5789,
          1370,
          3024,
          1505,
          2221,
          5486,
          2991,
          2965,
          2865,
          379,
          1441,
          376,
          378,
          2928,
          370,
          3047,
          2821,
          2825,
          2899,
          2841,
          2986,
          14537,
          14536,
          2848,
          355,
          3653,
          1837,
          5888,
          3025,
          2949,
          2843,
          273,
          4113,
          4834,
          1496,
          2894,
          2898,
          2895,
          2897,
          4310,
          677,
          7190,
          2076,
          3061,
          7072,
          2982,
          5771,
          3019,
          3073,
          2300,
          6097,
          2998,
          2705,
          5749,
          2958,
          5434,
          4074,
          1941,
          5929,
          1048,
          15596,
          1316,
          6053,
          2967,
          3012,
          1372,
          1474,
          1330,
          7181,
          3746,
          3757,
          5810,
          6784,
          1649,
          2852,
          2891,
          3632,
          1937,
          3637,
          1977,
          3621,
          2874,
          2983,
          15479,
          375,
          2880,
          5457,
          285,
          837,
          2845,
          14528,
          2519,
          15466,
          427,
          2850,
          5451,
          6068,
          15710,
          2573,
          4266,
          2995,
          1251,
          6187,
          6335,
          4843,
          765,
          6332,
          2828,
          3537,
          2840,
          5167,
          1151,
          482,
          5210,
          3031,
          6070,
          5219,
          4786,
          3037,
          2532,
          5260,
          3708,
          3030,
          925,
          15030,
          3193,
          1294,
          1247,
          1147,
          1144,
          1285,
          15112,
          4883,
          3910,
          3013,
          2923,
          1011,
          5005,
          4990,
          4742,
          4364,
          3064,
          2950,
          714,
          373,
          1300,
          4116,
          4631,
          4750,
          3067,
          3036,
          2979,
          2568,
          15702,
          6660,
          5889,
          4841,
          4700,
          4059,
          3078,
          2121,
          462,
          15300,
          4040,
          3587,
          3002,
          3931,
          3038,
          6576,
          2829,
          1267,
          5186,
          2947,
          1296,
          1273,
          1254,
          709,
          364,
          6330,
          5503,
          5499,
          1817,
          1248,
          1176,
          1217,
          1253,
          5198,
          2902,
          1295,
          1277,
          1268,
          1249,
          4762,
          15089,
          2900,
          1284,
          1238,
          1231,
          1230,
          2901,
          2948,
          3457,
          1221,
          2915,
          500,
          63,
          5659,
          118,
          1257,
          5117,
          1299,
          1269,
          1266,
          1234,
          1131,
          1169,
          2944,
          5246,
          5133,
          1256,
          1235,
          1126,
          5520,
          1313,
          1289,
          1205,
          1153,
          5537,
          5535,
          5532,
          5529,
          5525,
          5521,
          5500,
          5494,
          5199,
          5180,
          1293,
          1279,
          1263,
          1203,
          5542,
          5534,
          5531,
          5530,
          5524,
          5522,
          5507,
          5502,
          5501,
          5498,
          5496,
          5188,
          3075,
          1287,
          1286,
          1225,
          1166,
          1130,
          5173,
          5523,
          5559,
          1309,
          1194,
          1173,
          1129,
          1187,
          1262,
          2855,
          5541,
          1255,
          6956,
          3705,
          5253,
          4940,
          1258,
          1148,
          1206,
          1180,
          1171,
          1242,
          1155,
          1136,
          5512,
          1303,
          1301,
          1298,
          1290,
          1260,
          1183,
          1182,
          1133,
          1128,
          5514,
          5513,
          5495,
          1239,
          1154,
          1181,
          1164,
          1150,
          1199,
          1165,
          14524,
          1142,
          3730,
          4787,
          5868,
          2970,
          4377,
          4714,
          371,
          1274,
          2823,
          1161,
          1177,
          4359,
          2994,
          2910,
          5775,
          2021,
          409,
          2962,
          4649,
          2893,
          2917,
          14531,
          3890,
          14532,
          15233,
          5942,
          6401,
          14534,
          2940,
          451,
          5233,
          15293,
          6166,
          3066,
          14533,
          1074,
          6513,
          5171,
          1174
        ]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "point",
        "text-anchor": "right",
        "text-justify": "right",
        "text-offset": [-0.6, 0]
      },
      "paint": {
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5,
        "text-color": "rgba(100, 100, 100, 1)"
      }
    },
    {
      "id": "5PUNT_z6-left2",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5PUNT"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "puntual", "NLIN2", "NLIN3"],
        ["in", "id", 1276]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "point",
        "text-anchor": "left",
        "text-justify": "left",
        "text-offset": [0, -1.2]
      },
      "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": "5PUNT_z6-left",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5PUNT"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "puntual", "NLIN2", "NLIN3"],
        ["in", "id", 1210]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "point",
        "text-anchor": "left",
        "text-justify": "left"
      },
      "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": "5PUNT_z6-center",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "Península del Sinaí, Península de Kepala Burung"
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5PUNT"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "puntual", "NLIN2", "NLIN3"],
        ["in", "id", 5196, 5161, 5155]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "point",
        "text-anchor": "center",
        "text-justify": "center",
        "text-offset": [-0.5, -0.8]
      },
      "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": "5PUNT_z6",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5PUNT"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "puntual", "NLIN2", "NLIN3"],
        [
          "!in",
          "id",
          5155,
          5196,
          1276,
          5621,
          4823,
          247,
          263,
          2972,
          6606,
          5773,
          5789,
          1370,
          3024,
          1505,
          2221,
          5486,
          2991,
          2965,
          2865,
          379,
          1441,
          376,
          378,
          2928,
          370,
          3047,
          2821,
          2825,
          2899,
          2841,
          2986,
          14537,
          14536,
          2848,
          355,
          3653,
          1837,
          5888,
          3025,
          2949,
          2843,
          273,
          4113,
          4834,
          1496,
          2894,
          2898,
          2895,
          2897,
          4310,
          677,
          7190,
          2076,
          3061,
          7072,
          2982,
          5771,
          3019,
          3073,
          2300,
          6097,
          2998,
          2705,
          5749,
          2958,
          5434,
          4074,
          1941,
          5929,
          1048,
          15596,
          1316,
          6053,
          2967,
          3012,
          1372,
          1474,
          1330,
          7181,
          3746,
          3757,
          5810,
          6784,
          1649,
          2852,
          2891,
          3632,
          1937,
          3637,
          1977,
          3621,
          2874,
          2983,
          15479,
          375,
          2880,
          5457,
          285,
          837,
          2845,
          14528,
          2519,
          15466,
          427,
          2850,
          5451,
          6068,
          15710,
          2573,
          4266,
          2995,
          1251,
          6187,
          6335,
          4843,
          765,
          6332,
          2828,
          3537,
          2840,
          5167,
          1151,
          482,
          5210,
          3031,
          6070,
          5219,
          4786,
          3037,
          2532,
          5260,
          3708,
          3030,
          925,
          15030,
          3193,
          1294,
          1247,
          1147,
          1144,
          1285,
          15112,
          4883,
          3910,
          3013,
          2923,
          1011,
          5161,
          5005,
          4990,
          4742,
          4364,
          3064,
          2950,
          714,
          373,
          1300,
          4116,
          4631,
          4750,
          3067,
          3036,
          2979,
          2568,
          15702,
          6660,
          5889,
          4841,
          4700,
          4059,
          3078,
          2121,
          462,
          15300,
          4040,
          3587,
          3002,
          3931,
          3038,
          6576,
          2829,
          1267,
          5186,
          2947,
          1296,
          1273,
          1254,
          709,
          364,
          6330,
          5503,
          5499,
          1817,
          1248,
          1176,
          1217,
          1253,
          5198,
          2902,
          1295,
          1277,
          1268,
          1249,
          4762,
          15089,
          2900,
          1284,
          1238,
          1231,
          1230,
          2901,
          2948,
          3457,
          1221,
          2915,
          500,
          63,
          5659,
          118,
          1257,
          5117,
          1299,
          1269,
          1266,
          1234,
          1131,
          1169,
          2944,
          5246,
          5133,
          1256,
          1235,
          1126,
          5520,
          1313,
          1289,
          1205,
          1153,
          5537,
          5535,
          5532,
          5529,
          5525,
          5521,
          5500,
          5494,
          5199,
          5180,
          1293,
          1279,
          1263,
          1203,
          5542,
          5534,
          5531,
          5530,
          5524,
          5522,
          5507,
          5502,
          5501,
          5498,
          5496,
          5188,
          3075,
          1287,
          1286,
          1225,
          1166,
          1130,
          5173,
          5523,
          5559,
          1309,
          1194,
          1173,
          1129,
          1187,
          1262,
          2855,
          5541,
          1255,
          6956,
          3705,
          5515,
          5253,
          4940,
          1258,
          1148,
          1206,
          1180,
          1171,
          1242,
          1155,
          1136,
          5512,
          1303,
          1301,
          1298,
          1290,
          1260,
          1183,
          1182,
          1133,
          1128,
          5514,
          5513,
          5495,
          1239,
          1154,
          1181,
          1164,
          1150,
          1199,
          1165,
          14524,
          1142,
          3730,
          4787,
          5868,
          2970,
          4377,
          4714,
          371,
          1274,
          2823,
          1161,
          1177,
          4359,
          2994,
          2910,
          5775,
          2021,
          409,
          2962,
          4649,
          2893,
          2917,
          14531,
          3890,
          14532,
          15233,
          5942,
          6401,
          14534,
          2940,
          451,
          5233,
          15293,
          6166,
          3066,
          14533,
          1174,
          5197,
          7185,
          7187,
          5171,
          1012,
          1210,
          5193
        ],
        ["!in", "name", "Cap de Creus"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "point",
        "text-anchor": "left",
        "text-justify": "left"
      },
      "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": "5MIND_NL23_z6-center",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Conca del Pacífic Sud-oriental"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5MIND"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "NLIN2", "NLIN3"],
        ["in", "id", 1572]
      ],
      "layout": {
        "symbol-placement": "point",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida_z4"],
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-letter-spacing": 0.5,
        "text-line-height": 2,
        "text-max-width": 75
      },
      "paint": {
        "text-color": "rgba(44,57,135,1)",
        "text-halo-color": "rgba(255, 255, 255, 1)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "5MIND_NL23_z6",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5MIND"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "NLIN2", "NLIN3"],
        ["!in", "id", 1572]
      ],
      "layout": {
        "symbol-placement": "point",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida_z4"],
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(44,57,135,1)",
        "text-halo-color": "rgba(255, 255, 255, 1)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "5MIND_z6",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 7,
      "filter": [
        "all",
        ["==", "codi_geogr", "5MIND"],
        ["==", "$type", "Point"],
        ["==", "colgeom", "puntual"]
      ],
      "layout": {
        "symbol-placement": "point",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-Italic"],
        "text-size": ["get", "mida_z4"],
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible"
      },
      "paint": {"text-color": "rgba(44,57,135,1)"}
    },
    {
      "id": "5ILLA_z3-center",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Groenlàndia"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 3,
      "maxzoom": 4,
      "filter": [
        "all",
        ["==", "codi_geogr", "5ILLA"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "puntual", "NLIN2", "NLIN3"],
        ["in", "id", 2558],
        ["!=", "idnew", 805]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida"],
        "visibility": "visible",
        "symbol-placement": "point",
        "text-anchor": "center",
        "text-letter-spacing": 0.8
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-blur": 0.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5
      }
    },
    {
      "id": "5ILLA_z4-center",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Groenlàndia"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "5ILLA"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "puntual", "NLIN2", "NLIN3"],
        ["in", "id", 2558],
        ["!=", "idnew", 805]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida"],
        "visibility": "visible",
        "symbol-placement": "point",
        "text-anchor": "center",
        "text-letter-spacing": 1.5
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-blur": 0.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5
      }
    },
    {
      "id": "5ILLA_z5-center",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Groenlàndia"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "5ILLA"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "puntual", "NLIN2", "NLIN3"],
        ["in", "id", 2558],
        ["!=", "idnew", 805]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.8}],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "point",
        "text-anchor": "center",
        "text-letter-spacing": 1
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-blur": 0.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5
      }
    },
    {
      "id": "5ILLA_z5-bottom-left-copy",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Vanua Levu"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "5ILLA"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "puntual", "NLIN2", "NLIN3"],
        ["in", "id", 6610],
        [">=", "mida", 8]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.7}],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "point",
        "text-anchor": "bottom-left",
        "text-offset": [-4.5, -0.2],
        "text-max-width": 5,
        "text-line-height": 1.1
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-blur": 0.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5
      }
    },
    {
      "id": "5ILLA_z5-bottom-left",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Còrsega, Sardenya"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "5ILLA"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "puntual", "NLIN2", "NLIN3"],
        ["in", "id", 1048, 5929],
        [">=", "mida", 8]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.7}],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "point",
        "text-anchor": "bottom-left",
        "text-offset": [2.5, -0.5],
        "text-max-width": 5,
        "text-line-height": 1.1
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-blur": 0.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5
      }
    },
    {
      "id": "5ILLA_z5-bottom-copy",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Hispaniola"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "5ILLA"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "puntual", "NLIN2", "NLIN3"],
        ["in", "id", 2713],
        [">=", "mida", 8]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.6}],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "point",
        "text-anchor": "top",
        "text-offset": [2, 5],
        "text-max-width": 5,
        "text-line-height": 1.1,
        "text-letter-spacing": 0.05
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-blur": 0.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5
      }
    },
    {
      "id": "5ILLA_z5-bottom",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Malta"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "5ILLA"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "puntual", "NLIN2", "NLIN3"],
        ["in", "id", 4079],
        [">=", "mida", 8]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.6}],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "point",
        "text-anchor": "bottom",
        "text-offset": [0, 1.4],
        "text-max-width": 5,
        "text-line-height": 1.1
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-blur": 0.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5
      }
    },
    {
      "id": "5ILLA_z5-top2",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Puerto Rico"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "5ILLA"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "puntual", "NLIN2", "NLIN3"],
        ["in", "id", 5217],
        [">=", "mida", 8]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.7}],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "point",
        "text-anchor": "center",
        "text-offset": [0, -0.6],
        "text-max-width": 3,
        "text-line-height": 1.1
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-blur": 0.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5
      }
    },
    {
      "id": "5ILLA_z5-top",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Borneo"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "5ILLA"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "puntual", "NLIN2", "NLIN3"],
        ["in", "id", 925],
        [">=", "mida", 8]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.7}],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "point",
        "text-anchor": "top",
        "text-max-width": 5,
        "text-line-height": 1.1,
        "text-offset": [3, 7],
        "text-letter-spacing": 1
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-blur": 0.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5
      }
    },
    {
      "id": "5ILLA_z5-top-left",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "5ILLA"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "puntual", "NLIN2", "NLIN3"],
        [
          "in",
          "id",
          3653,
          5621,
          4823,
          247,
          263,
          2972,
          6606,
          5773,
          5789,
          1370,
          3024,
          1505,
          2221,
          5486,
          2991,
          2965,
          2865,
          379,
          1441,
          376,
          378,
          2928,
          370,
          3047,
          2821,
          2825,
          2899,
          2841,
          2986,
          14537,
          2848,
          355,
          1837,
          3025,
          2949,
          2843,
          273,
          4113,
          4834,
          1496,
          2894,
          2898,
          2895,
          2897,
          4310,
          677,
          7190,
          2076,
          3061,
          7072,
          2982,
          5771,
          3019,
          3073,
          2300,
          6097,
          2998,
          2705,
          5749,
          2958,
          5434,
          4074,
          1941,
          15596,
          1316,
          6053,
          2967,
          3012,
          1372,
          1474,
          1330,
          7181,
          3746,
          3757,
          5810,
          6784,
          1649,
          2852,
          2891,
          3632,
          1937,
          3637,
          1977,
          3621,
          2874,
          2983,
          15479,
          375,
          2880,
          5457,
          285,
          837,
          2845,
          14528,
          2519,
          15466,
          427,
          2850,
          5451,
          6068,
          15710,
          2573,
          4266,
          2995,
          1251,
          6187,
          6335,
          4843,
          765,
          6332,
          2828,
          3537,
          2840,
          5167,
          1151,
          482,
          5210,
          3031,
          6070,
          5219,
          4786,
          3037,
          2532,
          5260,
          3708,
          3030,
          15030,
          3193,
          1294,
          1247,
          1147,
          1144,
          1285,
          15112,
          5157,
          4883,
          3910,
          3013,
          2923,
          1011,
          5161,
          5005,
          4990,
          4742,
          4364,
          3064,
          2950,
          714,
          373,
          1300,
          4116,
          4631,
          4750,
          3067,
          3036,
          2979,
          2568,
          15702,
          6660,
          5889,
          4841,
          4700,
          4059,
          3078,
          2121,
          462,
          15300,
          4040,
          3587,
          3002,
          3931,
          3038,
          6576,
          2829,
          1267,
          5186,
          2947,
          1296,
          1273,
          1254,
          709,
          364,
          6330,
          5503,
          5499,
          1817,
          1248,
          1176,
          1217,
          1253,
          5198,
          2902,
          1295,
          1277,
          1268,
          1249,
          4762,
          15089,
          2900,
          1284,
          1238,
          1231,
          1230,
          2901,
          2948,
          3457,
          1221,
          2915,
          500,
          5659,
          118,
          1257,
          5117,
          1299,
          1269,
          1266,
          1234,
          1131,
          1169,
          2944,
          5246,
          5133,
          1256,
          1235,
          1126,
          5520,
          1313,
          1289,
          1205,
          1153,
          5537,
          5535,
          5532,
          5529,
          5525,
          5521,
          5500,
          5494,
          5199,
          5180,
          1293,
          1279,
          1263,
          1203,
          5542,
          5534,
          5531,
          5530,
          5524,
          5522,
          5507,
          5502,
          5501,
          5498,
          5496,
          5188,
          3075,
          1287,
          1286,
          1225,
          1166,
          1130,
          5173,
          5523,
          5559,
          1309,
          1194,
          1173,
          1129,
          1187,
          1262,
          2855,
          5541,
          1255,
          6956,
          3705,
          5515,
          5253,
          4940,
          1258,
          1148,
          1206,
          1180,
          1171,
          1242,
          1155,
          1136,
          5512,
          1303,
          1301,
          1298,
          1290,
          1260,
          1183,
          1182,
          1133,
          1128,
          5514,
          5513,
          5495,
          1239,
          1154,
          1181,
          1164,
          1150,
          1199,
          1165,
          14524,
          1142,
          3730,
          4787,
          5868,
          2970,
          4714,
          371,
          1274,
          2823,
          1161,
          1177,
          4359,
          2994,
          2910,
          5775,
          2021,
          409,
          2962,
          4649,
          2893,
          2917,
          14531,
          3890,
          14532,
          15233,
          5942,
          6401,
          14534,
          2940,
          451,
          5233,
          15293,
          6166,
          3066,
          14533,
          3497,
          4830,
          4811,
          6416,
          3000,
          428,
          6198,
          6242,
          421,
          2959,
          3008,
          2832,
          3045,
          2822,
          2889,
          2854
        ],
        [">=", "mida", 8]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.7}],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "point",
        "text-anchor": "center",
        "text-offset": [0, 1],
        "text-max-width": 5,
        "text-line-height": 1.1
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-blur": 0.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5
      }
    },
    {
      "id": "5ILLA_z5",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "5ILLA"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "puntual", "NLIN2", "NLIN3"],
        [
          "!in",
          "id",
          5217,
          2713,
          6610,
          4079,
          2558,
          5621,
          4823,
          247,
          263,
          2972,
          6606,
          5773,
          5789,
          1370,
          3024,
          1505,
          2221,
          5486,
          2991,
          2965,
          2865,
          379,
          1441,
          376,
          378,
          2928,
          370,
          3047,
          2821,
          2825,
          2899,
          2841,
          2986,
          14537,
          2848,
          355,
          1837,
          3025,
          2949,
          2843,
          273,
          4113,
          4834,
          1496,
          2894,
          2898,
          2895,
          2897,
          4310,
          677,
          7190,
          2076,
          3061,
          7072,
          2982,
          5771,
          3019,
          3073,
          2300,
          6097,
          2998,
          2705,
          5749,
          2958,
          5434,
          4074,
          1941,
          5929,
          1048,
          15596,
          1316,
          6053,
          2967,
          3012,
          1372,
          1474,
          1330,
          7181,
          3746,
          3757,
          5810,
          6784,
          1649,
          2852,
          2891,
          3632,
          1937,
          3637,
          1977,
          3621,
          2874,
          2983,
          15479,
          375,
          2880,
          5457,
          285,
          837,
          2845,
          14528,
          2519,
          15466,
          427,
          2850,
          5451,
          6068,
          15710,
          2573,
          4266,
          2995,
          1251,
          6187,
          6335,
          4843,
          765,
          6332,
          2828,
          3537,
          2840,
          5167,
          1151,
          482,
          5210,
          3031,
          6070,
          5219,
          4786,
          3037,
          2532,
          5260,
          3708,
          3030,
          925,
          15030,
          3193,
          1294,
          1247,
          1147,
          1144,
          1285,
          15112,
          5157,
          4883,
          3910,
          3013,
          2923,
          1011,
          5161,
          5005,
          4990,
          4742,
          4364,
          3064,
          2950,
          714,
          373,
          1300,
          4116,
          4631,
          4750,
          3067,
          3036,
          2979,
          2568,
          15702,
          6660,
          5889,
          4841,
          4700,
          4059,
          3078,
          2121,
          462,
          15300,
          4040,
          3587,
          3002,
          3931,
          3038,
          6576,
          2829,
          1267,
          5186,
          2947,
          1296,
          1273,
          1254,
          709,
          364,
          6330,
          5503,
          5499,
          1817,
          1248,
          1176,
          1217,
          1253,
          5198,
          2902,
          1295,
          1277,
          1268,
          1249,
          4762,
          15089,
          2900,
          1284,
          1238,
          1231,
          1230,
          2901,
          2948,
          3457,
          1221,
          2915,
          500,
          5659,
          118,
          1257,
          5117,
          1299,
          1269,
          1266,
          1234,
          1131,
          1169,
          2944,
          5246,
          5133,
          1256,
          1235,
          1126,
          5520,
          1313,
          1289,
          1205,
          1153,
          5537,
          5535,
          5532,
          5529,
          5525,
          5521,
          5500,
          5494,
          5199,
          5180,
          1293,
          1279,
          1263,
          1203,
          5542,
          5534,
          5531,
          5530,
          5524,
          5522,
          5507,
          5502,
          5501,
          5498,
          5496,
          5188,
          3075,
          1287,
          1286,
          1225,
          1166,
          1130,
          5173,
          5523,
          5559,
          1309,
          1194,
          1173,
          1129,
          1187,
          1262,
          2855,
          5541,
          1255,
          6956,
          3705,
          5515,
          5253,
          4940,
          1258,
          1148,
          1206,
          1180,
          1171,
          1242,
          1155,
          1136,
          5512,
          1303,
          1301,
          1298,
          1290,
          1260,
          1183,
          1182,
          1133,
          1128,
          5514,
          5513,
          5495,
          1239,
          1154,
          1181,
          1164,
          1150,
          1199,
          1165,
          14524,
          1142,
          3730,
          4787,
          5868,
          2970,
          4714,
          371,
          1274,
          2823,
          1161,
          1177,
          4359,
          2994,
          2910,
          5775,
          2021,
          409,
          2962,
          4649,
          2893,
          2917,
          14531,
          3890,
          14532,
          15233,
          5942,
          6401,
          14534,
          2940,
          451,
          5233,
          15293,
          6166,
          3066,
          14533,
          3497,
          4830,
          4811,
          6416,
          3000,
          428,
          6198,
          6242,
          421,
          2959,
          3008,
          2832,
          5171,
          3045,
          2822,
          2889,
          2854,
          3653
        ],
        ["!in", "idnew", 805],
        [">=", "mida", 8]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.7}],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "point",
        "text-anchor": "top-left",
        "text-offset": [-0.5, 0.5],
        "text-max-width": 10
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-blur": 0.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5
      }
    },
    {
      "id": "5ILLA_z6-bottom-left",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5ILLA"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "puntual", "NLIN2", "NLIN3"],
        ["in", "id", 1941, 2978]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "point",
        "text-anchor": "bottom-left",
        "text-offset": [2, -0.5]
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-blur": 0.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5
      }
    },
    {
      "id": "5ILLA_z6-center2",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Puerto Rico"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5ILLA"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "puntual", "NLIN2", "NLIN3"],
        ["in", "id", 5217]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "point",
        "text-anchor": "center",
        "text-offset": [0, -0.3],
        "text-line-height": 1.1,
        "text-max-width": 3
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-blur": 0.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5
      }
    },
    {
      "id": "5ILLA_z6-center",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5ILLA"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "puntual", "NLIN2", "NLIN3"],
        ["in", "id", 3653, 1048, 5929, 2978]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "point",
        "text-anchor": "center",
        "text-offset": [0.5, -1]
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-blur": 0.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5
      }
    },
    {
      "id": "5ILLA_z6-top-left",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Còrcega"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5ILLA"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "puntual", "NLIN2", "NLIN3"],
        ["in", "id", 1048, 6963]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "point",
        "text-anchor": "top-left",
        "text-offset": [3, 1],
        "text-justify": "left"
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-blur": 0.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5
      }
    },
    {
      "id": "5ILLA_z6-left",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5ILLA"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "puntual", "NLIN2", "NLIN3"],
        ["in", "id", 2835]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "point",
        "text-anchor": "left",
        "text-justify": "left",
        "text-offset": [0.5, 2.5]
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-blur": 0.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5
      }
    },
    {
      "id": "5ILLA_z6-bottom-right",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Vanua Levu"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5ILLA"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "puntual", "NLIN2", "NLIN3"],
        ["in", "id", 6610]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "point",
        "text-anchor": "bottom-right",
        "text-offset": [-2.3, -0.5]
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-blur": 0.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5
      }
    },
    {
      "id": "5ILLA_z6-right3",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Nukulaelae"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5ILLA"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "puntual", "NLIN2", "NLIN3"],
        ["in", "id", 462]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "point",
        "text-anchor": "right",
        "text-offset": [-7, 1]
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-blur": 0.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5
      }
    },
    {
      "id": "5ILLA_z6-right2",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Illes Bounty"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5ILLA"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "puntual", "NLIN2", "NLIN3"],
        ["in", "id", 6053, 2948]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "point",
        "text-anchor": "right",
        "text-offset": [0, 1]
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-blur": 0.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5
      }
    },
    {
      "id": "5ILLA_z6-top",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Borneo"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5ILLA"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "puntual", "NLIN2", "NLIN3"],
        ["in", "id", 925]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "point",
        "text-anchor": "top",
        "text-letter-spacing": 1,
        "text-line-height": 2,
        "text-offset": [4.5, 15]
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-blur": 0.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5
      }
    },
    {
      "id": "5ILLA_z6-right",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5ILLA"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "puntual", "NLIN2", "NLIN3"],
        [
          "in",
          "id",
          6591,
          5621,
          4823,
          247,
          263,
          2972,
          6606,
          5773,
          5789,
          1370,
          3024,
          1505,
          2221,
          5486,
          2991,
          2965,
          2865,
          379,
          1441,
          376,
          378,
          2928,
          370,
          3047,
          2821,
          2825,
          2899,
          2841,
          2986,
          14537,
          2848,
          355,
          1837,
          3025,
          2949,
          2843,
          273,
          4113,
          4834,
          1496,
          2894,
          2898,
          2895,
          2897,
          4310,
          677,
          7190,
          2076,
          3061,
          7072,
          2982,
          5771,
          3019,
          3073,
          2300,
          6097,
          2998,
          2705,
          5749,
          2958,
          5434,
          4074,
          15596,
          1316,
          2967,
          3012,
          1372,
          1474,
          1330,
          7181,
          3746,
          3757,
          5810,
          6784,
          1649,
          2852,
          2891,
          3632,
          1937,
          3637,
          1977,
          3621,
          2874,
          2983,
          15479,
          375,
          2880,
          5457,
          285,
          837,
          2845,
          14528,
          2519,
          15466,
          427,
          2850,
          5451,
          6068,
          15710,
          2573,
          4266,
          2995,
          1251,
          6187,
          6335,
          4843,
          765,
          6332,
          2828,
          3537,
          2840,
          5167,
          1151,
          482,
          5210,
          3031,
          6070,
          5219,
          4786,
          3037,
          2532,
          5260,
          3708,
          3030,
          15030,
          3193,
          1294,
          1247,
          1147,
          1144,
          1285,
          15112,
          5157,
          4883,
          3910,
          3013,
          2923,
          1011,
          5161,
          5005,
          4990,
          4742,
          4364,
          3064,
          2950,
          714,
          373,
          1300,
          4116,
          4631,
          4750,
          3067,
          3036,
          2979,
          2568,
          15702,
          6660,
          5889,
          4841,
          4700,
          4059,
          3078,
          2121,
          15300,
          4040,
          3587,
          3002,
          3931,
          3038,
          6576,
          2829,
          1267,
          5186,
          2947,
          1296,
          1273,
          1254,
          709,
          364,
          6330,
          5503,
          5499,
          1817,
          1248,
          1176,
          1217,
          1253,
          5198,
          2902,
          1295,
          1277,
          1268,
          1249,
          4762,
          15089,
          2900,
          1284,
          1238,
          1231,
          1230,
          2901,
          3457,
          1221,
          2915,
          500,
          5659,
          118,
          1257,
          5117,
          1299,
          1269,
          1266,
          1234,
          1131,
          1169,
          2944,
          5246,
          5133,
          1256,
          1235,
          1126,
          5520,
          1313,
          1289,
          1205,
          1153,
          5537,
          5535,
          5532,
          5529,
          5525,
          5521,
          5500,
          5494,
          5199,
          5180,
          1293,
          1279,
          1263,
          1203,
          5542,
          5534,
          5531,
          5530,
          5524,
          5522,
          5507,
          5502,
          5501,
          5498,
          5496,
          5188,
          3075,
          1287,
          1286,
          1225,
          1166,
          1130,
          5173,
          5523,
          5559,
          1309,
          1194,
          1173,
          1129,
          1187,
          1262,
          2855,
          5541,
          1255,
          6956,
          3705,
          5515,
          5253,
          4940,
          1258,
          1148,
          1206,
          1180,
          1171,
          1242,
          1155,
          1136,
          5512,
          1303,
          1301,
          1298,
          1290,
          1260,
          1183,
          1182,
          1133,
          1128,
          5514,
          5513,
          5495,
          1239,
          1154,
          1181,
          1164,
          1150,
          1199,
          1165,
          14524,
          1142,
          3730,
          4787,
          5868,
          2970,
          4714,
          371,
          1274,
          2823,
          1161,
          1177,
          4359,
          2994,
          2910,
          5775,
          2021,
          409,
          2962,
          4649,
          2893,
          2917,
          14531,
          3890,
          14532,
          15233,
          5942,
          6401,
          14534,
          2940,
          451,
          5233,
          15293,
          6166,
          3066,
          14533,
          3497,
          4830,
          4811,
          6416,
          3000,
          428,
          6198,
          6242,
          421,
          2959,
          3008,
          2832,
          3045,
          2822,
          2889,
          2854
        ]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "point",
        "text-anchor": "right",
        "text-offset": [1, 1],
        "text-max-width": 15
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-color": "rgba(100, 100, 100, 1)"
      }
    },
    {
      "id": "5ILLA_z6-Groenlandia",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Groenlàndia"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5ILLA"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "puntual", "NLIN2", "NLIN3"],
        ["in", "id", 2558]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "point",
        "text-anchor": "center",
        "text-offset": [1, 2],
        "text-letter-spacing": 1,
        "text-line-height": 2.5,
        "text-max-width": 100
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-blur": 0.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5
      }
    },
    {
      "id": "5ILLA_z6-2",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Læsø (Dinamarca)"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5ILLA"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "puntual", "NLIN2", "NLIN3"],
        ["in", "id", 3678]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "point",
        "text-anchor": "left",
        "text-offset": [1.5, 0]
      },
      "paint": {
        "text-color": "rgba(100, 100, 100, 1)",
        "text-halo-blur": 0.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5
      }
    },
    {
      "id": "5ILLA_z6",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5ILLA"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "puntual", "NLIN2", "NLIN3"],
        [
          "!in",
          "id",
          6963,
          5217,
          6591,
          6610,
          3678,
          2558,
          2835,
          2978,
          5621,
          4823,
          247,
          263,
          2972,
          6606,
          5773,
          5789,
          1370,
          3024,
          1505,
          2221,
          5486,
          2991,
          2965,
          2865,
          379,
          1441,
          376,
          378,
          2928,
          370,
          3047,
          2821,
          2825,
          2899,
          2841,
          2986,
          14537,
          2848,
          355,
          1837,
          3025,
          2949,
          2843,
          273,
          4113,
          4834,
          1496,
          2894,
          2898,
          2895,
          2897,
          4310,
          677,
          7190,
          2076,
          3061,
          7072,
          2982,
          5771,
          3019,
          3073,
          2300,
          6097,
          2998,
          2705,
          5749,
          2958,
          5434,
          4074,
          1941,
          5929,
          1048,
          15596,
          1316,
          6053,
          2967,
          3012,
          1372,
          1474,
          1330,
          7181,
          3746,
          3757,
          5810,
          6784,
          1649,
          2852,
          2891,
          3632,
          1937,
          3637,
          1977,
          3621,
          2874,
          2983,
          15479,
          375,
          2880,
          5457,
          285,
          837,
          2845,
          14528,
          2519,
          15466,
          427,
          2850,
          5451,
          6068,
          15710,
          2573,
          4266,
          2995,
          1251,
          6187,
          6335,
          4843,
          765,
          6332,
          2828,
          3537,
          2840,
          5167,
          1151,
          482,
          5210,
          3031,
          6070,
          5219,
          4786,
          3037,
          2532,
          5260,
          3708,
          3030,
          925,
          15030,
          3193,
          1294,
          1247,
          1147,
          1144,
          1285,
          15112,
          5157,
          4883,
          3910,
          3013,
          2923,
          1011,
          5161,
          5005,
          4990,
          4742,
          4364,
          3064,
          2950,
          714,
          373,
          1300,
          4116,
          4631,
          4750,
          3067,
          3036,
          2979,
          2568,
          15702,
          6660,
          5889,
          4841,
          4700,
          4059,
          3078,
          2121,
          462,
          15300,
          4040,
          3587,
          3002,
          3931,
          3038,
          6576,
          2829,
          1267,
          5186,
          2947,
          1296,
          1273,
          1254,
          709,
          364,
          6330,
          5503,
          5499,
          1817,
          1248,
          1176,
          1217,
          1253,
          5198,
          2902,
          1295,
          1277,
          1268,
          1249,
          4762,
          15089,
          2900,
          1284,
          1238,
          1231,
          1230,
          2901,
          2948,
          3457,
          1221,
          2915,
          500,
          5659,
          118,
          1257,
          5117,
          1299,
          1269,
          1266,
          1234,
          1131,
          1169,
          2944,
          5246,
          5133,
          1256,
          1235,
          1126,
          5520,
          1313,
          1289,
          1205,
          1153,
          5537,
          5535,
          5532,
          5529,
          5525,
          5521,
          5500,
          5494,
          5199,
          5180,
          1293,
          1279,
          1263,
          1203,
          5542,
          5534,
          5531,
          5530,
          5524,
          5522,
          5507,
          5502,
          5501,
          5498,
          5496,
          5188,
          3075,
          1287,
          1286,
          1225,
          1166,
          1130,
          5173,
          5523,
          5559,
          1309,
          1194,
          1173,
          1129,
          1187,
          1262,
          2855,
          5541,
          1255,
          6956,
          3705,
          5515,
          5253,
          4940,
          1258,
          1148,
          1206,
          1180,
          1171,
          1242,
          1155,
          1136,
          5512,
          1303,
          1301,
          1298,
          1290,
          1260,
          1183,
          1182,
          1133,
          1128,
          5514,
          5513,
          5495,
          1239,
          1154,
          1181,
          1164,
          1150,
          1199,
          1165,
          14524,
          1142,
          3730,
          4787,
          5868,
          2970,
          4714,
          371,
          1274,
          2823,
          1161,
          1177,
          4359,
          2994,
          2910,
          5775,
          2021,
          409,
          2962,
          4649,
          2893,
          2917,
          14531,
          3890,
          14532,
          15233,
          5942,
          6401,
          14534,
          2940,
          451,
          5233,
          15293,
          6166,
          3066,
          14533,
          3497,
          4830,
          4811,
          6416,
          3000,
          428,
          6198,
          6242,
          421,
          2959,
          3008,
          2832,
          5171,
          3045,
          2822,
          2889,
          2854,
          3653
        ],
        ["!=", "idnew", 805]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "point",
        "text-anchor": "left",
        "text-offset": [1, 2]
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-color": "rgba(100, 100, 100, 1)"
      }
    },
    {
      "id": "5DESE_NL23_z5-neguev-copy",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Desert del Nèguev"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "5DESE"],
        ["==", "$type", "Point"],
        ["in", "id", 1792]
      ],
      "layout": {
        "symbol-placement": "point",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-size": ["get", "mida_z4"],
        "text-field": ["format", ["get", "name"], {"font-scale": 0.7}],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-letter-spacing": 0,
        "text-max-width": 3,
        "text-offset": [-1, 0.1]
      },
      "paint": {
        "text-color": "rgba(80, 51, 17, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "5DESE_NL23_z5-neguev",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Desert del Nèguev"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "5DESE"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "NLIN2", "NLIN3"],
        ["in", "id", 1789]
      ],
      "layout": {
        "symbol-placement": "point",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-size": ["get", "mida_z4"],
        "text-field": ["format", ["get", "name"], {"font-scale": 0.6}],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-letter-spacing": 0,
        "text-max-width": 3,
        "text-offset": [-1, 0.1]
      },
      "paint": {
        "text-color": "rgba(80, 51, 17, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "5DESE_NL23_z5-kalahari",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Desert del Kalahari"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "5DESE"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "NLIN2", "NLIN3"],
        ["in", "id", 14796]
      ],
      "layout": {
        "symbol-placement": "point",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-size": ["get", "mida_z4"],
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-letter-spacing": 0,
        "text-max-width": 15,
        "text-offset": [1, -0.1]
      },
      "paint": {
        "text-color": "rgba(80, 51, 17, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "5DESE_NL23_z5",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "5DESE"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "NLIN2", "NLIN3"],
        ["!in", "id", 14796, 1789]
      ],
      "layout": {
        "symbol-placement": "point",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-size": ["get", "mida_z4"],
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-letter-spacing": 0,
        "text-max-width": 15
      },
      "paint": {
        "text-color": "rgba(80, 51, 17, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "5DESE_z5",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "5DESE"],
        ["==", "$type", "Point"],
        ["==", "colgeom", "puntual"]
      ],
      "layout": {
        "symbol-placement": "point",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-size": ["get", "mida_z4"],
        "text-field": ["format", ["get", "name"], {"font-scale": 0.8}],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-letter-spacing": 0.05,
        "text-max-width": 7,
        "text-line-height": 1.3
      },
      "paint": {
        "text-color": "rgba(80, 51, 17, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "5DESE_NL23_z6_neguev",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 8,
      "filter": [
        "all",
        ["==", "codi_geogr", "5DESE"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "NLIN2", "NLIN3"],
        ["==", "id", 1789]
      ],
      "layout": {
        "symbol-placement": "point",
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-size": ["get", "mida_z4"],
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.7},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.6,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-letter-spacing": 0.1,
        "text-offset": [-2.5, -1.5],
        "text-max-width": 7
      },
      "paint": {
        "text-color": "rgba(80, 51, 17, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "5DESE_NL23_z6",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5DESE"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "NLIN2", "NLIN3"]
      ],
      "layout": {
        "symbol-placement": "point",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-size": ["get", "mida_z4"],
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 1},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.9,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-letter-spacing": 0.1,
        "text-max-width": 15
      },
      "paint": {
        "text-color": "rgba(80, 51, 17, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "5DESE_z6-center",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Gran Desert de Sorra"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5DESE"],
        ["==", "$type", "Point"],
        ["==", "colgeom", "puntual"],
        ["in", "id", 2521, 2522]
      ],
      "layout": {
        "symbol-placement": "point",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-size": ["get", "mida_z4"],
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 1},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.9,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-max-width": 50,
        "text-letter-spacing": 0.7,
        "text-line-height": 2
      },
      "paint": {
        "text-color": "rgba(80, 51, 17, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "5DESE_z6",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5DESE"],
        ["==", "$type", "Point"],
        ["==", "colgeom", "puntual"],
        ["!in", "id", 2521, 2522]
      ],
      "layout": {
        "symbol-placement": "point",
        "symbol-spacing": 1000,
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-size": ["get", "mida_z4"],
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-allow-overlap": false,
        "text-optional": false,
        "visibility": "visible",
        "text-max-width": 15
      },
      "paint": {
        "text-color": "rgba(80, 51, 17, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "5DELT_z6",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5DELT"],
        ["==", "$type", "Point"],
        ["==", "colgeom", "puntual"],
        ["!in", "name", "Delta de l’Ebre"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "point",
        "text-anchor": "left"
      },
      "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": "5COST_z6",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "5COST"],
        ["==", "$type", "Point"],
        ["!=", "colgeom", "along"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "point"
      },
      "paint": {"text-color": "rgba(100, 100, 100, 1)"}
    },
    {
      "id": "5CIMS_z6-center_D",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "Aconcagua (Xile), Pic Loe Nekan (Pakistan)\nMont Sinaí (Egipte)"
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 8,
      "filter": [
        "all",
        ["==", "codi_geogr", "5CIMS"],
        ["==", "$type", "Point"],
        ["has", "name_nocat"],
        ["==", "colgeom", "puntual"],
        ["in", "id", 30, 3897, 6073]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Regular"]]
          }
        ],
        "text-font": ["FiraSans-SemiBold"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "icon-anchor": "center",
        "icon-pitch-alignment": "auto",
        "icon-size": 0.75,
        "icon-ignore-placement": false,
        "text-offset": [0, -1.4],
        "text-max-width": 20,
        "text-anchor": "center",
        "text-justify": "center",
        "icon-image": "triangle_11"
      },
      "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": "5CIMS_z6-left",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Huantsan (Perú)"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 8,
      "filter": [
        "all",
        ["==", "codi_geogr", "5CIMS"],
        ["==", "$type", "Point"],
        ["==", "colgeom", "puntual"],
        ["in", "id", 2755]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "cota"]],
          {
            "font-scale": 0.8,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-SemiBold"]]
          }
        ],
        "text-font": ["FiraSans-SemiBold"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "icon-image": "triangle_11",
        "icon-size": 0.75,
        "icon-anchor": "center",
        "icon-pitch-alignment": "auto",
        "text-anchor": "left",
        "text-justify": "left",
        "text-max-width": 12,
        "text-line-height": 1.1,
        "text-padding": 2,
        "text-offset": [0.5, 0],
        "icon-offset": [0.7, 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
      }
    },
    {
      "id": "5CIMS_z6-left3_D",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "Mont Shkhara (Geòrgia)\nMont Kazbek (Geòrgia)"
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 8,
      "filter": [
        "all",
        ["==", "codi_geogr", "5CIMS"],
        ["==", "$type", "Point"],
        ["has", "name_nocat"],
        ["==", "colgeom", "puntual"],
        ["in", "id", 4437, 14809, 14828, 1719, 4127]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Regular"]]
          },
          "\n",
          ["concat", ["get", "cota"]],
          {
            "font-scale": 0.8,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-SemiBold"]]
          }
        ],
        "text-font": ["FiraSans-SemiBold"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "icon-anchor": "center",
        "icon-pitch-alignment": "auto",
        "icon-size": 0.75,
        "icon-ignore-placement": false,
        "icon-image": "triangle_11",
        "text-max-width": 20,
        "text-anchor": "left",
        "text-justify": "left",
        "text-offset": [0.5, -0.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": "5CIMS_z6-left2_D",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Makalu"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 8,
      "filter": [
        "all",
        ["==", "codi_geogr", "5CIMS"],
        ["==", "$type", "Point"],
        ["==", "colgeom", "puntual"],
        ["in", "id", 4043]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Regular"]]
          },
          "\n",
          ["concat", ["get", "cota"]],
          {
            "font-scale": 0.8,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-SemiBold"]]
          }
        ],
        "text-font": ["FiraSans-SemiBold"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "icon-image": "triangle_11",
        "icon-size": 0.75,
        "icon-anchor": "center",
        "icon-pitch-alignment": "auto",
        "text-anchor": "left",
        "text-justify": "left",
        "text-max-width": 12,
        "text-line-height": 1.1,
        "text-padding": 2,
        "text-offset": [0.4, -1],
        "icon-offset": [0.7, 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
      }
    },
    {
      "id": "5CIMS_z6-left_D",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Kanchenjunga, Annapurna"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 8,
      "filter": [
        "all",
        ["==", "codi_geogr", "5CIMS"],
        ["==", "$type", "Point"],
        ["==", "colgeom", "puntual"],
        ["in", "id", 3332, 283, 3449]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Regular"]]
          },
          "\n",
          ["concat", ["get", "cota"]],
          {
            "font-scale": 0.8,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-SemiBold"]]
          }
        ],
        "text-font": ["FiraSans-SemiBold"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "icon-image": "triangle_11",
        "icon-size": 0.75,
        "icon-anchor": "center",
        "icon-pitch-alignment": "auto",
        "text-anchor": "left",
        "text-justify": "left",
        "text-max-width": 12,
        "text-line-height": 1.1,
        "text-padding": 2,
        "text-offset": [0.4, -0.15],
        "icon-offset": [0.7, 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
      }
    },
    {
      "id": "5CIMS_z6-right3_D-copy",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Mont Fuji"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 8,
      "filter": [
        "all",
        ["==", "codi_geogr", "5CIMS"],
        ["==", "$type", "Point"],
        ["has", "name_nocat"],
        ["==", "colgeom", "puntual"],
        ["in", "id", 2304]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.9},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.8,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Regular"]]
          },
          "\n",
          ["concat", ["get", "cota"]],
          {
            "font-scale": 0.9,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-SemiBold"]]
          }
        ],
        "text-font": ["FiraSans-SemiBold"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "icon-anchor": "center",
        "icon-pitch-alignment": "auto",
        "icon-size": 0.75,
        "icon-ignore-placement": false,
        "icon-image": "triangle_11",
        "text-offset": [-0.4, -0.15],
        "text-max-width": 20,
        "text-anchor": "right",
        "text-justify": "right"
      },
      "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": "5CIMS_z6-right3_D",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 8,
      "filter": [
        "all",
        ["==", "codi_geogr", "5CIMS"],
        ["==", "$type", "Point"],
        ["has", "name_nocat"],
        ["==", "colgeom", "puntual"],
        [
          "!in",
          "id",
          4127,
          1719,
          14828,
          2304,
          3449,
          6073,
          2355,
          3286,
          3897,
          30,
          5239,
          15435,
          15434,
          2755,
          1379,
          14809,
          3197,
          5245,
          3572,
          1800,
          283,
          2191,
          3332,
          4043,
          6268,
          6523,
          4437,
          5236,
          3079
        ]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Regular"]]
          },
          "\n",
          ["concat", ["get", "cota"]],
          {
            "font-scale": 0.8,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-SemiBold"]]
          }
        ],
        "text-font": ["FiraSans-SemiBold"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "icon-anchor": "center",
        "icon-pitch-alignment": "auto",
        "icon-size": 0.75,
        "icon-ignore-placement": false,
        "icon-image": "triangle_11",
        "text-offset": [-0.4, 0],
        "text-max-width": 20,
        "text-anchor": "right",
        "text-justify": "right"
      },
      "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": "5CIMS_z6-right2_D",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 8,
      "filter": [
        "all",
        ["==", "codi_geogr", "5CIMS"],
        ["==", "$type", "Point"],
        ["==", "colgeom", "puntual"],
        [
          "in",
          "id",
          5249,
          2355,
          3286,
          15435,
          15434,
          5404,
          1379,
          5236,
          3197,
          5245,
          3572,
          1800,
          6268
        ]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Regular"]]
          },
          "\n",
          ["concat", ["get", "cota"]],
          {
            "font-scale": 0.8,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-SemiBold"]]
          }
        ],
        "text-font": ["FiraSans-SemiBold"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "icon-image": "triangle_11",
        "icon-size": 0.75,
        "icon-anchor": "center",
        "icon-pitch-alignment": "auto",
        "text-anchor": "right",
        "text-justify": "right",
        "text-offset": [-0.4, -0.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": "5CIMS_z6-right_D",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Everest"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 8,
      "filter": [
        "all",
        ["==", "codi_geogr", "5CIMS"],
        ["==", "$type", "Point"],
        ["==", "colgeom", "puntual"],
        ["in", "id", 2191]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Regular"]]
          },
          "\n",
          ["concat", ["get", "cota"]],
          {
            "font-scale": 0.8,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-SemiBold"]]
          }
        ],
        "text-font": ["FiraSans-SemiBold"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "icon-image": "triangle_11",
        "icon-size": 0.75,
        "icon-anchor": "center",
        "icon-pitch-alignment": "auto",
        "text-anchor": "right",
        "text-justify": "right",
        "text-max-width": 12,
        "text-line-height": 1.1,
        "text-offset": [-0.4, -0.9]
      },
      "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": "5CIMS_z6-right3",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "Cumbre del Libertador General San Martín (Arg.) Dues línies. Sense doblet."
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 8,
      "filter": [
        "all",
        ["==", "codi_geogr", "5CIMS"],
        ["==", "$type", "Point"],
        ["==", "colgeom", "NLIN2"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "lin1"],
          {"font-scale": 0.8},
          "\n",
          {"text-font": ["literal", ["FiraSans-SemiBold"]]},
          ["concat", ["get", "lin2"]],
          {"text-font": ["literal", ["FiraSans-SemiBold"]], "font-scale": 0.8},
          "\n",
          ["concat", ["get", "cota"]],
          {
            "font-scale": 0.8,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-SemiBold"]]
          }
        ],
        "text-font": ["FiraSans-SemiBold"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "icon-image": "triangle_11",
        "icon-size": 0.75,
        "icon-anchor": "center",
        "icon-pitch-alignment": "auto",
        "text-anchor": "right",
        "text-offset": [-0.45, -0.15],
        "text-max-width": 20,
        "text-justify": "right",
        "text-line-height": 1.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": "5CIMS_z6-top",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Aneto (Espanya), Illimani"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 8,
      "filter": [
        "all",
        ["==", "codi_geogr", "5CIMS"],
        ["==", "$type", "Point"],
        ["==", "colgeom", "puntual"],
        ["in", "id", 5239, 3079],
        ["!in", "name", "Pic d’Aneto"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Regular"]]
          }
        ],
        "text-font": ["FiraSans-SemiBold"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "icon-image": "triangle_11",
        "icon-size": 0.85,
        "icon-anchor": "center",
        "icon-pitch-alignment": "auto",
        "text-anchor": "top",
        "text-justify": "center",
        "text-offset": [0, 0.3],
        "text-max-width": 12
      },
      "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": "4HIND_z6_top",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "4HIND"],
        ["==", "$type", "Point"],
        ["==", "colgeom", "puntual"],
        ["in", "id", 15380]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-SemiBold"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "icon-image": "patrimoni_humanitat_c",
        "icon-size": 0.6,
        "text-offset": [0, 0.55],
        "text-max-width": 10,
        "text-anchor": "top",
        "icon-offset": [0, 0]
      },
      "paint": {
        "text-color": "rgba(33, 85, 34, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "4HIND_z6",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "4HIND"],
        ["==", "$type", "Point"],
        ["==", "colgeom", "puntual"],
        ["!in", "id", 15380]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Italic"]]
          }
        ],
        "text-font": ["FiraSans-SemiBold"],
        "text-allow-overlap": true,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "icon-image": "patrimoni_humanitat_c",
        "icon-size": 0.6,
        "text-offset": [0, -0.6],
        "text-max-width": 10,
        "text-anchor": "bottom",
        "icon-offset": [0, 0]
      },
      "paint": {
        "text-color": "rgba(33, 85, 34, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "4ESPN-NL2_z6-top",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "Parc Natural de ses Salines d’Eivissa i Formentera"
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 9,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "4ESPN"],
        ["==", "$type", "Point"],
        ["in", "id", 1942]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-SemiBold"]]
          }
        ],
        "text-font": ["FiraSans-SemiBold"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "point",
        "text-max-width": 15,
        "icon-size": 0.6,
        "icon-text-fit": "none",
        "icon-keep-upright": false,
        "icon-image": "patrimoni_humanitat_n",
        "text-offset": [3, 0.5],
        "text-anchor": "top",
        "text-justify": "left"
      },
      "paint": {
        "text-color": "rgba(33, 85, 34, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "4ESPN-NL2_z6-left",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "Calanca de Piana (Còrsega), Fraser (Austràlia), Parc Nacional del Tongariro (NZ), ..."
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 9,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "4ESPN"],
        ["==", "$type", "Point"],
        ["in", "id", 5077, 5342, 800, 15571, 5340, 5372, 5092, 5053]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-SemiBold"]]
          }
        ],
        "text-font": ["FiraSans-SemiBold"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "point",
        "text-max-width": 15,
        "icon-size": 0.6,
        "icon-text-fit": "none",
        "icon-keep-upright": false,
        "icon-image": "patrimoni_humanitat_n",
        "text-offset": [0.7, 0],
        "text-anchor": "left",
        "text-justify": "left"
      },
      "paint": {
        "text-color": "rgba(33, 85, 34, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "4ESPN-NL2_z6-right2",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "Parc Nacional del Kilimanjaro (Tanzània)"
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 9,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "4ESPN"],
        ["==", "$type", "Point"],
        ["in", "id", 5076]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-SemiBold"]]
          }
        ],
        "text-font": ["FiraSans-SemiBold"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "point",
        "text-max-width": 15,
        "icon-size": 0.6,
        "icon-text-fit": "none",
        "icon-keep-upright": false,
        "icon-image": "patrimoni_humanitat_n",
        "text-offset": [1, -0.6],
        "text-anchor": "bottom-right",
        "text-justify": "right"
      },
      "paint": {
        "text-color": "rgba(33, 85, 34, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "4ESPN-NL2_z6-bottom",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "Regió dels Llacs de Willandra (Austràlia), ..."
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 9,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "4ESPN"],
        ["==", "$type", "Point"],
        ["in", "id", 5326, 5086, 5030, 5316, 5369, 5049]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-SemiBold"]]
          }
        ],
        "text-font": ["FiraSans-SemiBold"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "point",
        "text-max-width": 15,
        "icon-size": 0.6,
        "icon-text-fit": "none",
        "icon-keep-upright": false,
        "icon-image": "patrimoni_humanitat_n",
        "text-offset": [0, -0.6],
        "text-anchor": "bottom",
        "text-justify": "center"
      },
      "paint": {
        "text-color": "rgba(33, 85, 34, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "4ESPN-NL2_z6-right",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "Paisatge Volcànic i Túnels de Lava de l’Illa de Jeju (Corea del Sud),\nParc Nacional d’Ordesa i Mont Perdut, ..."
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 9,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "4ESPN"],
        ["==", "$type", "Point"],
        [
          "in",
          "id",
          5040,
          5327,
          5363,
          5637,
          5384,
          5319,
          4982,
          5379,
          5518,
          5054,
          5097
        ]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-SemiBold"]]
          }
        ],
        "text-font": ["FiraSans-SemiBold"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "point",
        "text-max-width": 15,
        "icon-size": 0.6,
        "icon-text-fit": "none",
        "icon-keep-upright": false,
        "icon-image": "patrimoni_humanitat_n",
        "text-offset": [-0.75, 0],
        "text-anchor": "right",
        "text-justify": "right"
      },
      "paint": {
        "text-color": "rgba(33, 85, 34, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "4ESPN-NL2_z6",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 9,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "4ESPN"],
        ["==", "$type", "Point"],
        ["==", "colgeom", "NLIN2"],
        [
          "!in",
          "id",
          5053,
          5077,
          5049,
          5369,
          5327,
          5030,
          5086,
          5342,
          5326,
          5076,
          5319,
          5097,
          5054,
          5092,
          4982,
          5379,
          5518,
          1942
        ]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-SemiBold"]]
          }
        ],
        "text-font": ["FiraSans-SemiBold"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "point",
        "text-max-width": 15,
        "icon-size": 0.6,
        "icon-text-fit": "none",
        "icon-keep-upright": false,
        "icon-image": "patrimoni_humanitat_n",
        "text-offset": [0, 0.55],
        "text-anchor": "top"
      },
      "paint": {
        "text-color": "rgba(33, 85, 34, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "4ESPN_z6",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 9,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "4ESPN"],
        ["==", "$type", "Point"],
        ["==", "colgeom", "puntual"],
        ["!in", "idnew", 2639, 15571],
        ["!in", "id", 5040, 5316, 5363, 5340, 5372, 5384, 800, 5053, 5637]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-SemiBold"]]
          }
        ],
        "text-font": ["FiraSans-SemiBold"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "symbol-placement": "point",
        "text-max-width": 20,
        "icon-size": 0.6,
        "icon-text-fit": "none",
        "icon-keep-upright": false,
        "icon-image": "patrimoni_humanitat_n",
        "text-offset": [0, 0.55],
        "text-anchor": "top"
      },
      "paint": {
        "text-color": "rgba(33, 85, 34, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "1NUCL_z4_Barcelona",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Barcelona"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "1NUCL"],
        ["==", "$type", "Point"],
        ["==", "id", 692]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.5}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "text-anchor": "bottom-left",
        "text-offset": [0.3, 0],
        "text-optional": false,
        "text-justify": "right",
        "icon-anchor": "center",
        "text-max-width": 10,
        "icon-image": "nucl",
        "icon-size": 0.4
      },
      "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": "1NUCL_z5",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "ELIMINAR del filtre id !in els codis: 6615 i 3777 (Varsòvia i Libreville) quan hi hagi el nou mbtiles."
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "1NUCL"],
        ["==", "$type", "Point"],
        [
          "!in",
          "id",
          4304,
          5607,
          5021,
          1008,
          5924,
          1533,
          4122,
          3726,
          1600,
          14512,
          6324,
          3960,
          4017,
          6598,
          1043,
          165,
          97,
          6695,
          1476,
          3234,
          2189,
          6628,
          15420,
          5460,
          15074,
          14888,
          14931,
          992,
          6027,
          3631,
          1324,
          4906,
          3825,
          4002,
          6107,
          4090,
          3824,
          720,
          4469,
          2914,
          2790,
          2554,
          6630,
          1398,
          14977,
          4957,
          6043,
          2619,
          2295,
          3082,
          4045,
          905,
          6719,
          6692,
          4920,
          1804,
          6821,
          4977,
          6177,
          1338,
          5856,
          6536,
          3801,
          3301,
          2395,
          6624,
          900,
          4097,
          5906,
          516,
          109,
          3610,
          356,
          354,
          6259,
          6420,
          15312,
          4773,
          3848,
          3052,
          3777,
          6615,
          4947,
          4657,
          6169,
          3296,
          3260,
          4533,
          994,
          6243,
          2116,
          5730,
          3694,
          76,
          3767,
          5004,
          6406,
          2016,
          5456,
          2882,
          5065,
          1940,
          830,
          5468,
          2591,
          5207,
          3673,
          3643,
          1045,
          3559,
          1520,
          6980,
          3188,
          6442,
          1385,
          6350,
          5882,
          5463,
          3732,
          756,
          2641,
          4333,
          5411,
          4688,
          494,
          1734,
          2230,
          4514,
          5728,
          4367,
          1782,
          5705,
          2262,
          4276,
          6265,
          2108,
          3750,
          1030,
          2114,
          5137,
          6234,
          4984,
          1435,
          1444,
          4974,
          6462,
          705,
          293,
          1392,
          4400,
          5267,
          6400,
          3112,
          340,
          1584,
          1591,
          1598,
          1674,
          3649,
          6237,
          6603,
          6656,
          2929,
          1361,
          6236,
          4952,
          5478,
          6435,
          5682,
          1526,
          627,
          1836,
          2249,
          1311,
          1650,
          261,
          774,
          2222,
          3147,
          6532,
          6662,
          61,
          323,
          704,
          1500,
          1647,
          1345,
          5111,
          5804,
          6155,
          6473,
          14646,
          14777,
          14779,
          706,
          1334,
          1516,
          4191,
          5575,
          6106,
          14776,
          1084,
          1480,
          1497,
          1119,
          1497,
          2108,
          1149,
          1428,
          1521,
          2261,
          2321,
          2770,
          3479,
          3551,
          4013,
          4157,
          5619,
          5781,
          102,
          158,
          303,
          885,
          1415,
          1489,
          1832,
          3900,
          6973,
          6972,
          4626,
          5431,
          6092,
          6426,
          610,
          1900,
          2400,
          2671,
          4408,
          5569,
          5768,
          5972,
          6033,
          127,
          797,
          858,
          1897,
          2250,
          2688,
          3564,
          3733,
          5269,
          6607,
          2391,
          117,
          246,
          818,
          962,
          969,
          1326,
          2657,
          3348,
          3943,
          5225,
          6663,
          14864,
          108,
          2761,
          6124,
          6133,
          6437,
          6596,
          6838,
          6950,
          82,
          3227,
          4373,
          5396,
          5928,
          6071,
          6677,
          7013,
          14866,
          56,
          1120,
          2224,
          6025,
          15309,
          52,
          68,
          2124,
          5554,
          6711,
          15393,
          15567,
          5778,
          4047,
          722,
          2177,
          2805,
          6822,
          15464,
          612,
          786,
          899,
          1023,
          1028,
          1038,
          1439,
          3488,
          3894,
          3951,
          4355,
          4685,
          4877,
          5389,
          6170,
          6543,
          14786,
          12,
          1467,
          2289,
          3333,
          3509,
          3752,
          3892,
          4385,
          4835,
          5627,
          6149,
          6681,
          14791,
          250,
          275,
          289,
          2225,
          3488,
          3961,
          4027,
          4383,
          4482,
          4489,
          4780,
          6245,
          6407,
          5666,
          2062,
          3098,
          3118,
          3451,
          3471,
          4382,
          6258,
          15526,
          14,
          22,
          168,
          392,
          3421,
          4915,
          5426,
          5800,
          6292,
          15488,
          24,
          245,
          784,
          4220,
          5664,
          6387,
          14764,
          152,
          2371,
          4230,
          4927,
          6197,
          860,
          3151,
          3423,
          3512,
          3529,
          4802,
          6860,
          382,
          681,
          3224,
          3225,
          3233,
          84,
          3484,
          3745,
          4793,
          4955,
          5562,
          5784,
          6806,
          2308,
          3529,
          3745,
          785,
          2668,
          2693,
          3212,
          3950,
          5263,
          6431,
          6781,
          1121,
          3278,
          6783,
          6820,
          14957,
          647,
          1401,
          1424,
          1686,
          2334,
          3424,
          3714,
          3820,
          4123,
          4986,
          5563,
          5944,
          6032,
          6858,
          15197,
          15199,
          1637,
          3536,
          6845,
          238,
          630,
          819,
          834,
          1697,
          1727,
          3169,
          3314,
          3700,
          4095,
          4523,
          4654,
          4692,
          4976,
          5110,
          5232,
          5604,
          5608,
          6042,
          6061,
          6080,
          6093,
          6323,
          6353,
          6584,
          15015,
          15022,
          139,
          1819,
          3178,
          3432,
          5587,
          5611,
          6085,
          6626,
          489,
          987,
          3452,
          3508,
          6126,
          2369,
          3103,
          5213,
          5412,
          5707,
          6250,
          6728,
          708,
          920,
          1715,
          1927,
          2353,
          2493,
          2560,
          2627,
          2738,
          3102,
          4358,
          4511,
          4707,
          4746,
          5539,
          3057,
          4467,
          2786,
          5907,
          4519,
          1951,
          2581,
          5489,
          1449,
          3270,
          1459,
          4210,
          7058,
          3250,
          6908,
          88,
          1805,
          4011,
          4012,
          4282,
          14789,
          15398
        ],
        ["==", "status", 0],
        ["has", "name"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.7}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "text-anchor": "bottom-left",
        "text-offset": [0.3, 0],
        "text-optional": false,
        "text-justify": "right",
        "icon-anchor": "center",
        "text-max-width": 10,
        "icon-image": "nucl",
        "icon-size": 0.4
      },
      "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": "1NUCL_z5-top-left",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "1NUCL"],
        ["==", "$type", "Point"],
        [
          "in",
          "id",
          6628,
          14888,
          14931,
          4906,
          4469,
          2619,
          2295,
          6692,
          4920,
          6177,
          6607,
          5675,
          356,
          354,
          2591,
          830,
          6406,
          1385,
          6350
        ],
        ["==", "status", 0]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.7}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "text-anchor": "top-left",
        "text-offset": [0.3, 0],
        "text-optional": false,
        "text-justify": "right",
        "icon-anchor": "center",
        "icon-image": "nucl",
        "icon-size": 0.4
      },
      "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": "1NUCL_z5-top-right",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "1NUCL"],
        ["==", "$type", "Point"],
        [
          "in",
          "id",
          6695,
          3234,
          15074,
          992,
          3631,
          6107,
          3824,
          720,
          2914,
          2790,
          2554,
          14977,
          6043,
          3082,
          4045,
          6719,
          4210,
          1804,
          4977,
          3801,
          3301,
          2395,
          516,
          3610,
          6259,
          3848,
          994,
          6243,
          1355,
          3694,
          5730,
          5207,
          2261,
          3673,
          3643,
          5463,
          3732,
          756,
          84,
          4333,
          5411,
          494,
          1734,
          2230,
          4514,
          1782,
          4367,
          2262,
          4276,
          6265,
          1030,
          2114,
          5137,
          6234,
          1435,
          4974,
          6462,
          705,
          293,
          1392,
          4400,
          5267,
          6400,
          3112,
          340,
          1591,
          3649,
          6237,
          6656,
          2929,
          1361,
          4952,
          6435,
          5682,
          627,
          1836,
          2249,
          1311,
          1650,
          261,
          774,
          2222,
          3147,
          6532,
          6662,
          61,
          323,
          704,
          1500,
          1647,
          1345,
          5111,
          5804,
          6155,
          6473,
          14646,
          14777,
          14779,
          706,
          1334,
          1516,
          4191,
          5575,
          6106,
          14776,
          1084,
          1480,
          1497,
          1149,
          1428,
          2770,
          3479,
          3551,
          4013,
          4157,
          102,
          158,
          303,
          1415,
          1489,
          1832,
          3900,
          4626,
          5431,
          6092,
          6426,
          1900,
          2400,
          2671,
          4408,
          5569,
          5768,
          5972,
          6033,
          127,
          797,
          858,
          1897,
          2250,
          2688,
          3564,
          3733,
          5269,
          117,
          246,
          818,
          962,
          969,
          1326,
          2657,
          3348,
          3943,
          5225,
          6663,
          14864,
          6133,
          6437,
          6838,
          6950,
          82,
          3227,
          4373,
          5396,
          5928,
          6071,
          6677,
          7013,
          14866,
          56,
          2224,
          6025,
          15309,
          68,
          2124,
          5554,
          6711,
          15393,
          15567,
          5778,
          4047,
          722,
          2177,
          2805,
          6822,
          15464,
          612,
          899,
          1023,
          1028,
          1038,
          1439,
          3488,
          3894,
          3951,
          4355,
          4685,
          4877,
          5389,
          6170,
          6543,
          14786,
          12,
          1467,
          2289,
          3333,
          3509,
          3752,
          3892,
          4385,
          4835,
          5627,
          6149,
          6681,
          14791,
          250,
          275,
          289,
          2225,
          3488,
          3961,
          4027,
          4383,
          4489,
          4780,
          6245,
          6407,
          5666,
          2062,
          3098,
          3118,
          3451,
          3471,
          4382,
          6258,
          15526,
          14,
          168,
          392,
          3421,
          4915,
          5426,
          5800,
          6292,
          15488,
          24,
          245,
          784,
          4220,
          5664,
          6387,
          14764,
          2371,
          4230,
          4927,
          6197,
          3151,
          3423,
          3512,
          3529,
          4802,
          6860,
          382,
          681,
          3224,
          3225,
          3233,
          3484,
          3745,
          4793,
          4955,
          5562,
          5784,
          6806,
          785,
          2668,
          2693,
          3212,
          3950,
          5263,
          6431,
          6781,
          1121,
          3278,
          6783,
          6820,
          14957,
          647,
          1401,
          1424,
          1686,
          2334,
          3424,
          3714,
          3820,
          4123,
          4986,
          5563,
          5944,
          6032,
          6858,
          15197,
          15199,
          1637,
          6845,
          238,
          630,
          819,
          834,
          1697,
          1727,
          3169,
          3314,
          3700,
          4095,
          4523,
          4654,
          4692,
          4976,
          5110,
          5232,
          5604,
          5608,
          6042,
          6061,
          6080,
          6093,
          6323,
          6353,
          6584,
          15015,
          15022,
          139,
          1819,
          3178,
          3432,
          5587,
          5611,
          6085,
          6626,
          489,
          987,
          3452,
          3508,
          6126,
          2369,
          3103,
          5213,
          5412,
          5707,
          6250,
          6728,
          708,
          920,
          1715,
          1927,
          2353,
          2493,
          2560,
          2627,
          2738,
          3102,
          4358,
          4511,
          4707,
          4746,
          3057,
          4467,
          2786,
          5907,
          4519,
          1951,
          5489,
          1449,
          3250,
          6908,
          15398,
          4688,
          5728,
          5705,
          3750,
          4984,
          1584,
          6603,
          1598,
          6236,
          1674,
          5478,
          1526,
          1119,
          1497,
          2108,
          2391,
          52,
          786,
          152,
          2308,
          3529,
          3745,
          2641,
          610,
          5619,
          5781,
          1444,
          2581,
          1459,
          3270,
          7058,
          88,
          1805,
          4011,
          4012,
          4282,
          14789
        ],
        ["==", "status", 0]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.7}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "text-anchor": "top-right",
        "text-offset": [-0.2, -0.1],
        "text-optional": false,
        "text-justify": "right",
        "icon-anchor": "center",
        "icon-image": "nucl",
        "icon-size": 0.4,
        "text-max-width": 10
      },
      "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": "1NUCL_z5-bottom-right",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "1NUCL"],
        ["==", "$type", "Point"],
        [
          "in",
          "id",
          5460,
          6027,
          1324,
          885,
          3825,
          4002,
          4090,
          6630,
          1398,
          4957,
          905,
          1338,
          5856,
          6536,
          6624,
          900,
          4097,
          109,
          6420,
          15312,
          3052,
          22,
          1120,
          4947,
          4657,
          6169,
          3296,
          3260,
          4533,
          76,
          3767,
          3536,
          5004,
          2016,
          5456,
          2882,
          5065,
          5882,
          1940,
          5468,
          3559,
          1045,
          1521,
          2321
        ],
        ["==", "status", 0]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.7}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "text-anchor": "bottom-right",
        "text-offset": [-0.2, -0.1],
        "text-optional": false,
        "text-justify": "left",
        "icon-anchor": "center",
        "icon-image": "nucl",
        "icon-size": 0.4
      },
      "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": "1NUCL_z5-BCN",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 4,
      "maxzoom": 6,
      "filter": ["all", ["==", "$type", "Point"], ["==", "name", "Barcelona"]],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.7}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "text-anchor": "top-left",
        "text-offset": [0.2, 0],
        "text-optional": false,
        "text-justify": "left",
        "icon-anchor": "center",
        "text-transform": "uppercase",
        "icon-image": "cest",
        "icon-size": 0.5
      },
      "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": "1NUCL_z5-bottom-left",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "1NUCL"],
        ["==", "$type", "Point"],
        ["in", "id", 860, 6124, 2761, 1520, 5539, 4482, 6442, 3188, 6980, 4773],
        ["==", "status", 0]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.7}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "text-anchor": "bottom-left",
        "text-offset": [0.2, 0],
        "text-optional": false,
        "text-justify": "left",
        "icon-anchor": "center",
        "icon-image": "nucl",
        "icon-size": 0.4
      },
      "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": "1NUCL_z6-top-right2",
      "type": "symbol",
      "metadata": {"maputnik:comment": "l'Alguer"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "1NUCL"],
        ["==", "$type", "Point"],
        ["in", "id", 3694]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.8}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "text-anchor": "top-right",
        "text-offset": [-0.3, -0.1],
        "text-optional": false,
        "text-justify": "right",
        "icon-anchor": "center",
        "icon-image": {"stops": [[6, "nucl"], [7, "circle_grey_2"], [10, "-"]]},
        "icon-size": 0.4
      },
      "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": "1NUCL_z6-top-right",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "1NUCL"],
        ["==", "$type", "Point"],
        [
          "in",
          "id",
          165,
          3643,
          1476,
          15449,
          15460,
          747,
          845,
          720,
          3082,
          4045,
          3325,
          4097,
          2395,
          4274,
          6973,
          1014,
          2757,
          3602,
          6651,
          4227,
          76,
          1043,
          6265,
          15187,
          1647,
          1365,
          5882,
          4688,
          5728,
          5705,
          3750,
          4984,
          6603,
          1598,
          6236,
          1674,
          5478,
          1526,
          1119,
          1497,
          2108,
          2391,
          52,
          786,
          152,
          2308,
          3529,
          3745,
          2641,
          610,
          5619,
          5781,
          1444,
          2581,
          1459,
          3270,
          7058,
          88,
          1805,
          4011,
          4012,
          4282,
          14789
        ]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Bold"]]
          }
        ],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "text-anchor": "top-right",
        "text-offset": [-0.3, -0.1],
        "text-optional": false,
        "text-justify": "right",
        "icon-anchor": "center",
        "icon-image": {"stops": [[6, "nucl"], [7, "circle_grey_2"], [10, "-"]]},
        "icon-size": 0.4
      },
      "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": "1NUCL_z6-top-left",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "1NUCL"],
        ["==", "$type", "Point"],
        [
          "in",
          "id",
          754,
          1600,
          15074,
          992,
          6044,
          383,
          2634,
          6217,
          4497,
          357,
          5440,
          1016,
          2344,
          4318,
          1355,
          3999,
          1664,
          223,
          5612,
          518,
          2574,
          5686,
          3992,
          3927,
          4210,
          4122,
          4719,
          1660,
          1584
        ]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Bold"]]
          }
        ],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "text-anchor": "top-left",
        "text-optional": false,
        "text-justify": "left",
        "icon-anchor": "center",
        "text-offset": [0.25, -0.05],
        "icon-image": {"stops": [[6, "nucl"], [7, "circle_grey_2"], [10, "-"]]},
        "icon-size": 0.4
      },
      "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": "1NUCL_z6-left",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "1NUCL"],
        ["==", "$type", "Point"],
        ["in", "id", 5539, 4482, 3460]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Bold"]]
          }
        ],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "text-anchor": "left",
        "text-offset": [0.5, -0.1],
        "text-optional": false,
        "text-justify": "left",
        "icon-anchor": "center",
        "icon-image": {"stops": [[6, "nucl"], [7, "circle_grey_2"], [10, "-"]]},
        "icon-size": 0.4
      },
      "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": "1NUCL_z6-bottom-right",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Eivissa, ..."},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "1NUCL"],
        ["==", "$type", "Point"],
        [
          "in",
          "id",
          15420,
          5460,
          6027,
          3519,
          6630,
          1338,
          6624,
          900,
          4202,
          888,
          5602,
          4915,
          15312,
          3610,
          15490,
          1915,
          1894,
          3826,
          6766,
          5829,
          4705,
          5463,
          3732,
          756,
          84,
          4333,
          5411,
          494,
          1734,
          2230,
          4514,
          1782,
          4367,
          2262,
          4276,
          1030,
          2114,
          5137,
          293,
          1392,
          4400,
          5267,
          6400,
          3112,
          340,
          1591,
          6237,
          6656,
          2929,
          1361,
          4952,
          6435,
          5682,
          627,
          1836,
          2249,
          1311,
          1650,
          261,
          774,
          2222,
          3147,
          6532,
          6662,
          323,
          704,
          1500,
          1345,
          5111,
          5804,
          6155,
          6473,
          14646,
          14777,
          14779,
          706,
          1334,
          1516,
          4191,
          5575,
          6106,
          14776,
          1084,
          1480,
          1497,
          1149,
          1428,
          1521,
          2261,
          2321,
          2770,
          3479,
          3551,
          4013,
          4157,
          102,
          158,
          303,
          885,
          1415,
          1489,
          1832,
          3900,
          4626,
          5431,
          6092,
          6426,
          1900,
          2400,
          2671,
          4408,
          5569,
          5768,
          5972,
          6033,
          127,
          797,
          858,
          1897,
          2250,
          2688,
          3564,
          3733,
          5269,
          6607,
          117,
          246,
          818,
          962,
          969,
          1326,
          2657,
          3348,
          3943,
          5225,
          6663,
          14864,
          4992,
          6124,
          6133,
          6437,
          6838,
          6950,
          82,
          3227,
          4373,
          5396,
          5928,
          6071,
          6677,
          7013,
          14866,
          56,
          1120,
          2224,
          6025,
          15309,
          68,
          2124,
          5554,
          6711,
          15393,
          15567,
          5778,
          4047,
          722,
          2177,
          2805,
          6822,
          15464,
          612,
          899,
          1023,
          1028,
          1038,
          1439,
          3488,
          3894,
          3951,
          4355,
          4685,
          4877,
          5389,
          6170,
          6543,
          14786,
          12,
          1467,
          2289,
          3333,
          3509,
          3752,
          3892,
          4385,
          4835,
          5627,
          6149,
          6681,
          14791,
          250,
          275,
          289,
          2225,
          3488,
          3961,
          4027,
          4383,
          4489,
          4780,
          6245,
          6407,
          5666,
          2062,
          3098,
          3118,
          3451,
          3471,
          4382,
          6258,
          15526,
          14,
          22,
          168,
          392,
          3421,
          4915,
          5426,
          5800,
          6292,
          15488,
          24,
          245,
          784,
          4220,
          5664,
          6387,
          14764,
          2371,
          4230,
          4927,
          6197,
          860,
          3151,
          3423,
          3512,
          3529,
          4802,
          6860,
          382,
          681,
          3224,
          3225,
          3233,
          3484,
          3745,
          4793,
          4955,
          5562,
          5784,
          6806,
          785,
          2668,
          2693,
          3212,
          3950,
          5263,
          6431,
          6781,
          1121,
          3278,
          6783,
          6820,
          14957,
          647,
          1401,
          1424,
          1686,
          2334,
          3424,
          3714,
          3820,
          4123,
          4986,
          5563,
          5944,
          6032,
          6858,
          15197,
          15199,
          1637,
          3536,
          6845,
          238,
          630,
          819,
          834,
          1697,
          1727,
          3169,
          3314,
          3700,
          4095,
          4523,
          4654,
          4692,
          4976,
          5110,
          5232,
          5604,
          5608,
          6042,
          6061,
          6080,
          6093,
          6323,
          6353,
          6584,
          15015,
          15022,
          139,
          1819,
          3178,
          3432,
          5587,
          5611,
          6085,
          6626,
          489,
          987,
          3452,
          3508,
          6126,
          2369,
          3103,
          5213,
          5412,
          5707,
          6250,
          6728,
          708,
          920,
          1715,
          1927,
          2353,
          2493,
          2560,
          2627,
          2738,
          3102,
          4358,
          4511,
          4707,
          4746,
          3057,
          4467,
          2786,
          5907,
          4519,
          1951,
          5489,
          1449,
          3250,
          6908,
          15398,
          705,
          6462,
          4974,
          1435,
          6234,
          2247,
          1363,
          2059,
          2116,
          6479,
          6259,
          5004,
          323
        ]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Bold"]]
          }
        ],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "text-anchor": "bottom-right",
        "text-offset": [-0.2, 0],
        "text-optional": false,
        "text-justify": "right",
        "icon-anchor": "center",
        "text-max-width": 20,
        "icon-image": {"stops": [[6, "nucl"], [7, "circle_grey_2"], [10, "-"]]},
        "icon-size": 0.4
      },
      "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": "1NUCL_z6-bottom-left",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "1NUCL"],
        ["==", "$type", "Point"],
        ["in", "id", 6596, 108, 2761, 61, 3649],
        [
          "!in",
          "name",
          "Lleida",
          "Tarragona",
          "Girona",
          "Terrassa",
          "Mataró",
          "Santa Coloma de Gramenet",
          "Barcelona"
        ]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Bold"]]
          }
        ],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "text-anchor": "bottom-left",
        "text-offset": [0.3, -0.1],
        "text-optional": false,
        "text-justify": "left",
        "icon-anchor": "center",
        "text-max-width": 20,
        "icon-image": {"stops": [[6, "nucl"], [7, "circle_grey_2"], [10, "-"]]},
        "icon-size": 0.4
      },
      "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": "1NUCL_z6-pr",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 5,
      "maxzoom": 7,
      "filter": [
        "all",
        ["==", "class", "city"],
        ["==", "$type", "Point"],
        ["in", "name", "Lleida", "Girona", "Tarragona"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.8}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "text-anchor": "bottom-right",
        "text-offset": [-0.3, 0],
        "text-optional": false,
        "text-justify": "left",
        "icon-anchor": "center",
        "text-max-width": 20,
        "text-padding": 2,
        "icon-image": {"stops": [[6, "nucl"], [7, "circle_grey_2"], [10, "-"]]},
        "icon-size": 0.4
      },
      "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": "1NUCL_z6-catala2",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Elx"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "1NUCL"],
        ["==", "$type", "Point"],
        ["in", "id", 6973],
        ["has", "name"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.8}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "text-anchor": "bottom-right",
        "text-offset": [-0.3, 0],
        "text-optional": false,
        "text-justify": "left",
        "icon-anchor": "center",
        "text-max-width": 20,
        "text-padding": 2,
        "icon-image": {"stops": [[6, "nucl"], [7, "circle_grey_2"], [10, "-"]]},
        "icon-size": 0.4
      },
      "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": "1NUCL_z6-catala3",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Alacant"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "1NUCL"],
        ["==", "$type", "Point"],
        ["in", "id", 97],
        ["has", "name"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.8}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "text-anchor": "bottom-left",
        "text-offset": [0.25, 0],
        "text-optional": false,
        "text-justify": "left",
        "icon-anchor": "center",
        "text-max-width": 20,
        "text-padding": 2,
        "icon-image": {"stops": [[6, "nucl"], [7, "circle_grey_2"], [10, "-"]]},
        "icon-size": 0.4
      },
      "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": "1NUCL_z6-oc",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "ELIMINAR del filtre id !in els codis: 6615 i 3777 (Varsòvia i Libreville) quan hi hagi el nou mbtiles."
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "1NUCL"],
        ["==", "$type", "Point"],
        [
          "!in",
          "id",
          1600,
          165,
          3643,
          1476,
          15449,
          15460,
          15420,
          5460,
          15074,
          992,
          6027,
          3519,
          747,
          845,
          720,
          6630,
          3082,
          4045,
          1338,
          3325,
          4097,
          2395,
          6624,
          900,
          4202,
          6044,
          383,
          888,
          5602,
          4274,
          2634,
          6217,
          4497,
          357,
          5906,
          15312,
          3610,
          15490,
          6973,
          97,
          5021,
          1915,
          1894,
          1014,
          2757,
          3602,
          5440,
          1016,
          3777,
          6615,
          3826,
          6651,
          4227,
          2344,
          4318,
          76,
          6766,
          3694,
          15187,
          3927,
          5829,
          2247,
          1363,
          1660,
          4719,
          1365,
          5004,
          4122,
          6259,
          1355,
          3999,
          6479,
          1664,
          3992,
          5686,
          2574,
          518,
          2116,
          1043,
          2059,
          5612,
          223,
          3460,
          4705,
          5882,
          5463,
          3732,
          756,
          2641,
          4333,
          5411,
          4688,
          494,
          1734,
          2230,
          4514,
          5728,
          4367,
          1782,
          5705,
          2262,
          4276,
          6265,
          2108,
          3750,
          1030,
          2114,
          5137,
          6234,
          4984,
          1435,
          1444,
          4974,
          6462,
          705,
          293,
          1392,
          4400,
          5267,
          6400,
          3112,
          340,
          1584,
          1591,
          1598,
          1674,
          3649,
          6237,
          6603,
          6656,
          2929,
          1361,
          6236,
          4952,
          5478,
          6435,
          5682,
          1526,
          627,
          1836,
          2249,
          1311,
          1650,
          261,
          774,
          2222,
          3147,
          6532,
          6662,
          61,
          323,
          704,
          1500,
          1647,
          1345,
          5111,
          5804,
          6155,
          6473,
          14646,
          14777,
          14779,
          706,
          1334,
          1516,
          4191,
          5575,
          6106,
          14776,
          1084,
          1480,
          1497,
          1119,
          1497,
          2108,
          1149,
          1428,
          1521,
          2261,
          2321,
          2770,
          3479,
          3551,
          4013,
          4157,
          5619,
          5781,
          102,
          158,
          303,
          885,
          1415,
          1489,
          1832,
          3900,
          4626,
          5431,
          6092,
          6426,
          610,
          1900,
          2400,
          2671,
          4408,
          5569,
          5768,
          5972,
          6033,
          127,
          797,
          858,
          1897,
          2250,
          2688,
          3564,
          3733,
          5269,
          6607,
          2391,
          117,
          246,
          818,
          962,
          969,
          1326,
          2657,
          3348,
          3943,
          5225,
          6663,
          14864,
          108,
          2761,
          4992,
          6124,
          6133,
          6437,
          6596,
          6838,
          6950,
          82,
          3227,
          4373,
          5396,
          5928,
          6071,
          6677,
          7013,
          14866,
          56,
          1120,
          2224,
          6025,
          15309,
          52,
          68,
          2124,
          5554,
          6711,
          15393,
          15567,
          5778,
          4047,
          722,
          2177,
          2805,
          6822,
          15464,
          612,
          786,
          899,
          1023,
          1028,
          1038,
          1439,
          3488,
          3894,
          3951,
          4355,
          4685,
          4877,
          5389,
          6170,
          6543,
          14786,
          12,
          1467,
          2289,
          3333,
          3509,
          3752,
          3892,
          4385,
          4835,
          5627,
          6149,
          6681,
          14791,
          250,
          275,
          289,
          2225,
          3488,
          3961,
          4027,
          4383,
          4482,
          4489,
          4780,
          6245,
          6407,
          5666,
          2062,
          3098,
          3118,
          3451,
          3471,
          4382,
          6258,
          15526,
          14,
          22,
          168,
          392,
          3421,
          4915,
          5426,
          5800,
          6292,
          15488,
          24,
          245,
          784,
          4220,
          5664,
          6387,
          14764,
          152,
          2371,
          4230,
          4927,
          6197,
          860,
          3151,
          3423,
          3512,
          3529,
          4802,
          6860,
          382,
          681,
          3224,
          3225,
          3233,
          84,
          3484,
          3745,
          4793,
          4955,
          5562,
          5784,
          6806,
          2308,
          3529,
          3745,
          785,
          2668,
          2693,
          3212,
          3950,
          5263,
          6431,
          6781,
          1121,
          3278,
          6783,
          6820,
          14957,
          647,
          1401,
          1424,
          1686,
          2334,
          3424,
          3714,
          3820,
          4123,
          4986,
          5563,
          5944,
          6032,
          6858,
          15197,
          15199,
          1637,
          3536,
          6845,
          238,
          630,
          819,
          834,
          1697,
          1727,
          3169,
          3314,
          3700,
          4095,
          4523,
          4654,
          4692,
          4976,
          5110,
          5232,
          5604,
          5608,
          6042,
          6061,
          6080,
          6093,
          6323,
          6353,
          6584,
          15015,
          15022,
          139,
          1819,
          3178,
          3432,
          5587,
          5611,
          6085,
          6626,
          489,
          987,
          3452,
          3508,
          6126,
          2369,
          3103,
          5213,
          5412,
          5707,
          6250,
          6728,
          708,
          920,
          1715,
          1927,
          2353,
          2493,
          2560,
          2627,
          2738,
          3102,
          4358,
          4511,
          4707,
          4746,
          5539,
          3057,
          4467,
          2786,
          5907,
          4519,
          1951,
          2581,
          5489,
          1449,
          3270,
          1459,
          4210,
          7058,
          3250,
          6908,
          88,
          1805,
          4011,
          4012,
          4282,
          14789,
          15398
        ],
        [
          "in",
          "name",
          "Bordeus",
          "Llemotges",
          "Montpeller",
          "Marsella",
          "Clarmont d’Alvèrnia"
        ],
        ["==", "status", 0]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.8,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Bold"]]
          }
        ],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          7,
          ["literal", 13],
          9,
          ["literal", 13],
          10,
          ["get", "mida_z4"],
          11,
          ["*", 1.3, ["get", "mida_z4"]],
          12,
          ["*", 1.5, ["get", "mida_z4"]]
        ],
        "visibility": "visible",
        "text-anchor": "bottom-left",
        "text-offset": [0.25, 0],
        "text-optional": false,
        "text-justify": "left",
        "icon-anchor": "center",
        "text-max-width": 20,
        "text-padding": 2,
        "icon-image": {"stops": [[6, "nucl"], [7, "circle_grey_2"], [10, "-"]]},
        "icon-size": 0.4
      },
      "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": "1NUCL_z6-perpinya",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "ELIMINAR del filtre id !in els codis: 6615 i 3777 (Varsòvia i Libreville) quan hi hagi el nou mbtiles."
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 9,
      "filter": [
        "all",
        ["==", "codi_geogr", "1NUCL"],
        ["==", "$type", "Point"],
        ["in", "id", 5021]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Bold"]]
          }
        ],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "text-anchor": "bottom-left",
        "text-offset": [0.25, 0],
        "text-optional": false,
        "text-justify": "left",
        "icon-anchor": "center",
        "text-max-width": 20,
        "text-padding": 2,
        "icon-image": {"stops": [[6, "nucl"], [7, "circle_grey_2"], [10, "-"]]},
        "icon-size": 0.4
      },
      "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": "1NUCL_z6",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "ELIMINAR del filtre id !in els codis: 6615 i 3777 (Varsòvia i Libreville) quan hi hagi el nou mbtiles."
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "1NUCL"],
        ["==", "$type", "Point"],
        [
          "!in",
          "id",
          1600,
          165,
          3643,
          1476,
          15449,
          15460,
          15420,
          5460,
          15074,
          992,
          6027,
          3519,
          747,
          845,
          720,
          6630,
          3082,
          4045,
          1338,
          3325,
          4097,
          2395,
          6624,
          900,
          4202,
          6044,
          383,
          888,
          5602,
          4274,
          2634,
          6217,
          4497,
          357,
          5906,
          15312,
          3610,
          15490,
          6973,
          97,
          5021,
          1915,
          1894,
          1014,
          2757,
          3602,
          5440,
          1016,
          3777,
          6615,
          3826,
          6651,
          4227,
          2344,
          4318,
          76,
          6766,
          3694,
          15187,
          3927,
          5829,
          2247,
          1363,
          1660,
          4719,
          1365,
          5004,
          4122,
          6259,
          1355,
          3999,
          6479,
          1664,
          3992,
          5686,
          2574,
          518,
          2116,
          1043,
          2059,
          5612,
          223,
          3460,
          4705,
          5882,
          5463,
          3732,
          756,
          2641,
          4333,
          5411,
          4688,
          494,
          1734,
          2230,
          4514,
          5728,
          4367,
          1782,
          5705,
          2262,
          4276,
          6265,
          2108,
          3750,
          1030,
          2114,
          5137,
          6234,
          4984,
          1435,
          1444,
          4974,
          6462,
          705,
          293,
          1392,
          4400,
          5267,
          6400,
          3112,
          340,
          1584,
          1591,
          1598,
          1674,
          3649,
          6237,
          6603,
          6656,
          2929,
          1361,
          6236,
          4952,
          5478,
          6435,
          5682,
          1526,
          627,
          1836,
          2249,
          1311,
          1650,
          261,
          774,
          2222,
          3147,
          6532,
          6662,
          61,
          323,
          704,
          1500,
          1647,
          1345,
          5111,
          5804,
          6155,
          6473,
          14646,
          14777,
          14779,
          706,
          1334,
          1516,
          4191,
          5575,
          6106,
          14776,
          1084,
          1480,
          1497,
          1119,
          1497,
          2108,
          1149,
          1428,
          1521,
          2261,
          2321,
          2770,
          3479,
          3551,
          4013,
          4157,
          5619,
          5781,
          102,
          158,
          303,
          885,
          1415,
          1489,
          1832,
          3900,
          4626,
          5431,
          6092,
          6426,
          610,
          1900,
          2400,
          2671,
          4408,
          5569,
          5768,
          5972,
          6033,
          127,
          797,
          858,
          1897,
          2250,
          2688,
          3564,
          3733,
          5269,
          6607,
          2391,
          117,
          246,
          818,
          962,
          969,
          1326,
          2657,
          3348,
          3943,
          5225,
          6663,
          14864,
          108,
          2761,
          4992,
          6124,
          6133,
          6437,
          6596,
          6838,
          6950,
          82,
          3227,
          4373,
          5396,
          5928,
          6071,
          6677,
          7013,
          14866,
          56,
          1120,
          2224,
          6025,
          15309,
          52,
          68,
          2124,
          5554,
          6711,
          15393,
          15567,
          5778,
          4047,
          722,
          2177,
          2805,
          6822,
          15464,
          612,
          786,
          899,
          1023,
          1028,
          1038,
          1439,
          3488,
          3894,
          3951,
          4355,
          4685,
          4877,
          5389,
          6170,
          6543,
          14786,
          12,
          1467,
          2289,
          3333,
          3509,
          3752,
          3892,
          4385,
          4835,
          5627,
          6149,
          6681,
          14791,
          250,
          275,
          289,
          2225,
          3488,
          3961,
          4027,
          4383,
          4482,
          4489,
          4780,
          6245,
          6407,
          5666,
          2062,
          3098,
          3118,
          3451,
          3471,
          4382,
          6258,
          15526,
          14,
          22,
          168,
          392,
          3421,
          4915,
          5426,
          5800,
          6292,
          15488,
          24,
          245,
          784,
          4220,
          5664,
          6387,
          14764,
          152,
          2371,
          4230,
          4927,
          6197,
          860,
          3151,
          3423,
          3512,
          3529,
          4802,
          6860,
          382,
          681,
          3224,
          3225,
          3233,
          84,
          3484,
          3745,
          4793,
          4955,
          5562,
          5784,
          6806,
          2308,
          3529,
          3745,
          785,
          2668,
          2693,
          3212,
          3950,
          5263,
          6431,
          6781,
          1121,
          3278,
          6783,
          6820,
          14957,
          647,
          1401,
          1424,
          1686,
          2334,
          3424,
          3714,
          3820,
          4123,
          4986,
          5563,
          5944,
          6032,
          6858,
          15197,
          15199,
          1637,
          3536,
          6845,
          238,
          630,
          819,
          834,
          1697,
          1727,
          3169,
          3314,
          3700,
          4095,
          4523,
          4654,
          4692,
          4976,
          5110,
          5232,
          5604,
          5608,
          6042,
          6061,
          6080,
          6093,
          6323,
          6353,
          6584,
          15015,
          15022,
          139,
          1819,
          3178,
          3432,
          5587,
          5611,
          6085,
          6626,
          489,
          987,
          3452,
          3508,
          6126,
          2369,
          3103,
          5213,
          5412,
          5707,
          6250,
          6728,
          708,
          920,
          1715,
          1927,
          2353,
          2493,
          2560,
          2627,
          2738,
          3102,
          4358,
          4511,
          4707,
          4746,
          5539,
          3057,
          4467,
          2786,
          5907,
          4519,
          1951,
          2581,
          5489,
          1449,
          3270,
          1459,
          4210,
          7058,
          3250,
          6908,
          88,
          1805,
          4011,
          4012,
          4282,
          14789,
          15398
        ],
        ["has", "name"],
        ["==", "status", 0],
        [
          "!in",
          "name",
          "Bordeus",
          "Llemotges",
          "Montpeller",
          "Marsella",
          "Clarmont d’Alvèrnia",
          "Lleida",
          "Tarragona",
          "Girona",
          "Terrassa",
          "Mataró",
          "Santa Coloma de Gramenet",
          "Barcelona"
        ]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Bold"]]
          }
        ],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          7,
          ["literal", 13],
          9,
          ["literal", 13],
          10,
          ["get", "mida_z4"],
          11,
          ["*", 1.3, ["get", "mida_z4"]],
          12,
          ["*", 1.5, ["get", "mida_z4"]]
        ],
        "visibility": "visible",
        "text-anchor": "bottom-left",
        "text-offset": [0.25, 0],
        "text-optional": false,
        "text-justify": "left",
        "icon-anchor": "center",
        "text-max-width": 20,
        "text-padding": 2,
        "icon-image": {"stops": [[6, "nucl"], [7, "circle_grey_2"], [10, "-"]]},
        "icon-size": 0.4
      },
      "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": "0UARE_alaska",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UARE"],
        ["==", "id", 115],
        ["==", "$type", "Point"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.8}],
        "text-font": ["FiraSansCondensed-MediumItalic"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z6"],
        "visibility": "visible",
        "text-anchor": "center",
        "text-offset": [-2, -5],
        "text-optional": false,
        "text-justify": "center",
        "icon-anchor": "center",
        "text-max-width": 10,
        "icon-size": 0.4,
        "text-letter-spacing": 2
      },
      "paint": {
        "text-color": "rgba(80, 51, 17, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "1CEST_z4-right",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "Rabat, Alger, Caracas, La Paz, Buenos Aires"
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "1CEST"],
        ["==", "$type", "Point"],
        ["in", "id", 1319, 3638, 985, 134, 6096]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"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": "right",
        "text-offset": [-0.7, 0.7],
        "text-justify": "right",
        "icon-image": "cest",
        "icon-size": 0.6,
        "text-max-width": 20
      },
      "paint": {
        "text-color": "rgba(0, 0, 0, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "1CEST_z4-top-left",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Mogadiscio, Santo Domingo"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "1CEST"],
        ["==", "$type", "Point"],
        ["in", "id", 4394, 386, 5906]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"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": "top-left",
        "text-justify": "left",
        "icon-image": "cest",
        "icon-size": 0.6,
        "text-offset": [0.5, 0.2],
        "text-max-width": 5,
        "text-line-height": 1.1
      },
      "paint": {
        "text-color": "rgba(0, 0, 0, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "1CEST_z4-top-left2",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Kinshasa"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "1CEST"],
        ["==", "$type", "Point"],
        ["in", "id", 3468]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"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": "top-left",
        "text-justify": "left",
        "icon-image": "cest",
        "icon-size": 0.6,
        "text-offset": [1.3, 0.3],
        "icon-offset": [10, 5]
      },
      "paint": {
        "text-color": "rgba(0, 0, 0, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "1CEST_z4-top-left3",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Tallinn"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "1CEST"],
        ["==", "$type", "Point"],
        ["in", "id", 6233]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"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": "top-left",
        "text-justify": "left",
        "icon-image": "cest",
        "icon-size": 0.6,
        "text-offset": [0.8, 0.2]
      },
      "paint": {
        "text-color": "rgba(0, 0, 0, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "1CEST_z4-top-right",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "1CEST"],
        ["==", "$type", "Point"],
        [
          "in",
          "id",
          2798,
          3443,
          6529,
          852,
          2296,
          4417,
          5833,
          23,
          5428,
          2589,
          4084,
          3935,
          1532,
          674
        ]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"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": "top-right",
        "text-offset": [-0.5, 0.2],
        "text-justify": "right",
        "icon-image": "cest",
        "icon-size": 0.6,
        "text-max-width": 8
      },
      "paint": {
        "text-color": "rgba(0, 0, 0, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "1CEST_z4-ASTANA",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Astanà"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "1CEST"],
        ["==", "$type", "Point"],
        ["in", "id", 393],
        [">=", "mida", 8]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "nom_origin"],
          {"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.6, -0.3],
        "text-justify": "left",
        "icon-image": "cest",
        "icon-size": 0.6,
        "text-line-height": 1
      },
      "paint": {
        "text-color": "rgba(0, 0, 0, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "1CEST_z5-ASTANA",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Astanà"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "1CEST"],
        ["==", "$type", "Point"],
        ["in", "id", 393]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "nom_origin"],
          {"font-scale": 0.6, "text-transform": "Uppercase"}
        ],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-anchor": "bottom-left",
        "text-offset": [0.4, -0.1],
        "text-justify": "left",
        "icon-image": "cest",
        "icon-size": 0.6,
        "text-max-width": 3,
        "text-line-height": 1.1
      },
      "paint": {
        "text-color": "rgba(0, 0, 0, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "1CEST_z6-ASTANA",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Astanà"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "codi_geogr", "1CEST"],
        ["==", "$type", "Point"],
        ["in", "id", 393]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "nom_origin"],
          {"font-scale": 0.8, "text-transform": "Uppercase"},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSansCondensed-SemiBold"]]
          }
        ],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-allow-overlap": false,
        "text-size": ["get", "mida_z4"],
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-anchor": "bottom-left",
        "text-justify": "left",
        "icon-image": "cest",
        "icon-size": 0.7,
        "text-max-width": 5,
        "text-line-height": 1.1,
        "text-offset": [0.4, -0.2]
      },
      "paint": {
        "text-color": "rgba(0, 0, 0, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "1CEST_z4-bottom-left2",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "1CEST"],
        ["==", "$type", "Point"],
        [
          "!in",
          "id",
          393,
          5906,
          6640,
          6096,
          5584,
          6840,
          255,
          3601,
          978,
          6310,
          753,
          2798,
          852,
          3443,
          3312,
          6529,
          4417,
          2296,
          8096,
          386,
          5833,
          5423,
          23,
          31,
          3567,
          3173,
          4950,
          2130,
          5428,
          3813,
          2589,
          4084,
          4126,
          4784,
          1532,
          4726,
          1690,
          3769,
          5713,
          1319,
          3638,
          5899,
          985,
          2317,
          2674,
          4394,
          641,
          674,
          134,
          6454,
          1950,
          3914,
          1905,
          1595,
          2698,
          5663,
          798,
          18,
          1835,
          162,
          43,
          960,
          3468,
          3935,
          1907
        ],
        [">=", "mida", 8]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"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.6, -0.3],
        "text-justify": "left",
        "icon-image": "cest",
        "icon-size": 0.6,
        "text-line-height": 1
      },
      "paint": {
        "text-color": "rgba(0, 0, 0, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "1CEST_z4-bottom-left",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Zagreb, ..."},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "1CEST"],
        ["==", "$type", "Point"],
        [
          "in",
          "id",
          957,
          1076,
          6717,
          6840,
          6105,
          18,
          1595,
          4126,
          4784,
          6454,
          798,
          1835,
          162,
          43
        ]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"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-justify": "left",
        "icon-image": "cest",
        "icon-size": 0.6,
        "text-offset": [0.5, -0.1]
      },
      "paint": {
        "text-color": "rgba(0, 0, 0, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "1CEST_z4-bottom-right3",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Beirut"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "1CEST"],
        ["==", "$type", "Point"],
        ["in", "id", 753]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"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-right",
        "text-offset": [-0.8, -0.5],
        "text-justify": "right",
        "icon-size": 0.6,
        "text-line-height": 1,
        "text-max-width": 7,
        "icon-image": "cest",
        "icon-offset": [-1, -4],
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(0, 0, 0, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "1CEST_z4-bottom-right2",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Brazzaville"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "1CEST"],
        ["==", "$type", "Point"],
        ["in", "id", 960]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"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-right",
        "text-justify": "left",
        "icon-image": "cest",
        "icon-size": 0.6,
        "text-line-height": 1,
        "text-max-width": 7,
        "icon-offset": [-8, -2],
        "text-offset": [-1.3, -0.5]
      },
      "paint": {
        "text-color": "rgba(0, 0, 0, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "1CEST_z4-bottom-right",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "Bamako, Dakar, l'Havana, Santiago de Xile, el Caire,  Hèlsinki, Oslo, Estocolm, Kuala Lumpur, Port of Spain, Duixanbé, Ljubljana, Londres, Amsterdam, ..."
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "1CEST"],
        ["==", "$type", "Point"],
        [
          "in",
          "id",
          5584,
          6640,
          799,
          6388,
          5663,
          3914,
          255,
          3819,
          978,
          6310,
          1907,
          3312,
          641,
          5423,
          31,
          3567,
          3173,
          4950,
          2130,
          2698,
          1950,
          1950,
          5899,
          3813,
          1690,
          4726,
          2317,
          2674,
          1905,
          3769
        ]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"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-right",
        "text-offset": [-0.7, -0.3],
        "text-justify": "right",
        "icon-size": 0.6,
        "text-line-height": 1,
        "text-max-width": 7,
        "icon-image": "cest"
      },
      "paint": {
        "text-color": "rgba(0, 0, 0, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "1CEST_z5",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "1CEST"],
        ["==", "$type", "Point"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"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": "cest",
        "icon-size": 0.6,
        "text-max-width": 10,
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(0, 0, 0, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "1CEST_z6-left",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "codi_geogr", "1CEST"],
        ["==", "$type", "Point"],
        ["in", "id", 6615, 3777, 6454, 3914, 798, 1835, 162, 43, 3468],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.7, "text-transform": "Uppercase"},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.6,
            "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_z4"]
        ],
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-anchor": "left",
        "text-justify": "left",
        "icon-image": {"stops": [[6, "cest"], [7, "-"]]},
        "icon-size": 0.7,
        "text-offset": [0.4, 0],
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(0, 0, 0, 0.8)",
        "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],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.7, "text-transform": "Uppercase"},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.6,
            "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_z4"]
        ],
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-anchor": "right",
        "text-justify": "right",
        "icon-image": {"stops": [[6, "cest"], [7, "-"]]},
        "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(0, 0, 0, 0.8)",
        "text-halo-color": "rgba(255, 255, 255, 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],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.7, "text-transform": "Uppercase"},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.6,
            "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_z4"]
        ],
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-anchor": "right",
        "text-justify": "right",
        "icon-image": {"stops": [[6, "cest"], [7, "-"]]},
        "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(0, 0, 0, 0.8)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "1CEST_z6-top",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "codi_geogr", "1CEST"],
        ["==", "$type", "Point"],
        ["==", "capa", "planisferi"],
        ["in", "name", "Andorra la Vella"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.7, "text-transform": "Uppercase"},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.6,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSansCondensed-SemiBold"]]
          }
        ],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-allow-overlap": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          6,
          ["*", 0.9, ["get", "mida_z4"]],
          7,
          ["get", "mida_z4"],
          8,
          ["*", 1.2, ["get", "mida_z4"]],
          10,
          ["*", 1.5, ["get", "mida_z4"]]
        ],
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-anchor": "top",
        "text-justify": "center",
        "icon-image": {"stops": [[6, "cest"], [7, "-"]]},
        "icon-size": 1,
        "text-max-width": 5,
        "text-line-height": 1,
        "text-offset": [-0.5, 0],
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(0, 0, 0, 0.8)",
        "text-halo-color": "rgba(255, 255, 255, 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],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.7, "text-transform": "Uppercase"},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.6,
            "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_z4"]
        ],
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-anchor": "bottom-right",
        "text-justify": "right",
        "icon-image": {"stops": [[6, "cest"], [7, "-"]]},
        "icon-size": 0.7,
        "text-offset": [-0.4, 0],
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(0, 0, 0, 0.8)",
        "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,
          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.7, "text-transform": "Uppercase"},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.6,
            "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"],
          8,
          ["get", "mida_z4"]
        ],
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-anchor": "bottom-left",
        "text-justify": "left",
        "icon-image": {"stops": [[6, "cest"], [7, "-"]]},
        "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(0, 0, 0, 0.8)",
        "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_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "1CEST"],
        ["==", "$type", "Point"],
        ["==", "capa", "planisferi"],
        ["==", "id", 5713]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"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": "cest",
        "icon-size": 0.6,
        "text-padding": 1,
        "icon-optional": false,
        "text-optional": false,
        "icon-offset": [0, 0]
      },
      "paint": {
        "text-color": "rgba(0, 0, 0, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "1CEST_Roma-z5",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "1CEST"],
        ["==", "$type", "Point"],
        ["==", "id", 5713],
        ["==", "capa", "planisferi"],
        ["==", "id", 5713]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.7, "text-transform": "Uppercase"}
        ],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-allow-overlap": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          6,
          ["get", "mida_z4"],
          12,
          ["get", "mida_z4"]
        ],
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-anchor": "bottom-left",
        "text-offset": [0.2, -0.1],
        "text-justify": "left",
        "icon-image": {"stops": [[6, "cest"], [7, "-"]]},
        "icon-size": 0.6
      },
      "paint": {
        "text-color": "rgba(0, 0, 0, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "1CEST_Roma_z6",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "codi_geogr", "1CEST"],
        ["==", "$type", "Point"],
        ["==", "id", 5713],
        ["==", "capa", "planisferi"],
        ["==", "id", 5713]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.7, "text-transform": "Uppercase"}
        ],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-allow-overlap": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          6,
          ["get", "mida_z4"],
          12,
          ["get", "mida_z4"]
        ],
        "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(0, 0, 0, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "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(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_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(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_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(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_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(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_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(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_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(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_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(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_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(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_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(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_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(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_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(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_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(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_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(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_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(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_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(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_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(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_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(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_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(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_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(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_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(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_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(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_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(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_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(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_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(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_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(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_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",
          "Sud-àfrica",
          "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-offset": [0, -0.5],
        "text-padding": 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_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(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_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(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_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",
          "Sud-àfrica",
          "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(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_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(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_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(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": "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": false,
        "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",
          "Sud-àfrica",
          "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,
        "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-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",
          "Sud-àfrica",
          "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,
        "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_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],
        "text-line-height": 1.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_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",
          "Sud-àfrica",
          "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],
        "text-line-height": 1.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_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],
        "text-line-height": 1.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_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",
        "text-line-height": 1.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_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",
        "text-line-height": 1.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-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],
        "text-line-height": 1.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-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],
        "text-line-height": 1.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_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],
        "text-line-height": 1.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_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],
        "text-line-height": 1.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_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,
        "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_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],
        "text-line-height": 1.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_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],
        "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_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,
        "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_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,
        "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_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,
        "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_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,
        "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_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],
        "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_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,
        "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_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,
        "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_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.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_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",
        "text-line-height": 1.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_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,
        "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_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.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_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",
        "text-line-height": 1.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_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",
        "text-line-height": 1.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",
      "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",
          "Sud-àfrica",
          "Estònia",
          "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],
        "text-line-height": 1.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,
        "icon-translate": [0, 0]
      }
    },
    {
      "id": "0UAES-z6_right",
      "type": "symbol",
      "metadata": {"maputnik:comment": "la Santa Seu"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 7,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [">=", "mida", 6],
        ["in", "id", 5871, 1838]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 1},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.8,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Bold"]]
          }
        ],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["+", 1.5, ["get", "mida"]],
        "text-max-width": 3,
        "text-anchor": "right",
        "text-justify": "right",
        "text-padding": 1,
        "text-optional": false,
        "icon-optional": false,
        "text-offset": [-0.7, 0.5],
        "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-z6-qatar-bahrain",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 7,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["in", "name", "Qatar", "Bahrain"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 1},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.8,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Bold"]]
          }
        ],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["+", 1.5, ["get", "mida"]],
        "text-offset": [-0.5, 1.1],
        "text-letter-spacing": 0.05,
        "text-line-height": 1.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-z6-brunei",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 7,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["==", "name", "Brunei"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 1},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.8,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Bold"]]
          }
        ],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["+", 1.5, ["get", "mida"]],
        "text-offset": [-0.5, 1],
        "text-anchor": "top-right",
        "text-letter-spacing": 0.05,
        "text-line-height": 1.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-z6-monaco",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 7,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["==", "name", "Mònaco"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 1},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.8,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Bold"]]
          }
        ],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["+", 1.5, ["get", "mida"]],
        "text-offset": [1, 1],
        "text-letter-spacing": 0.05,
        "text-line-height": 1.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-z6-center2",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Jamaica, Haití"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 7,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [
          "!in",
          "planisferi",
          "Andorra",
          "la Santa Seu",
          "Luxemburg",
          "Mònaco",
          "Azerbaidjan",
          "Brunei",
          "Bahrain",
          "Qatar"
        ],
        ["in", "colgeom", "puntual", "NLIN2"],
        ["in", "id", 3179, 2643]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 1},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.8,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Bold"]]
          }
        ],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["+", 1.5, ["get", "mida"]],
        "text-letter-spacing": 0.05,
        "text-max-width": 3,
        "text-offset": [-0.5, -0.4],
        "text-line-height": 1.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-z6-bottom3",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Moldàvia"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 7,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [
          "!in",
          "planisferi",
          "Andorra",
          "la Santa Seu",
          "Luxemburg",
          "Mònaco",
          "Azerbaidjan",
          "Brunei",
          "Bahrain",
          "Qatar"
        ],
        ["in", "colgeom", "puntual", "NLIN2"],
        ["in", "id", 4399, 291]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 1},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.8,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Bold"]]
          }
        ],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["+", 1.5, ["get", "mida"]],
        "text-letter-spacing": 0.05,
        "text-max-width": 3,
        "text-anchor": "bottom",
        "text-offset": [-0.5, -0.5],
        "text-line-height": 1.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-z6_bottom",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Malta, Israel, Jordània"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 7,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["in", "id", 4078, 3132, 3240, 15700]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 1},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.8,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Bold"]]
          }
        ],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["+", 1.5, ["get", "mida"]],
        "text-offset": [0.3, 1.5],
        "text-anchor": "bottom",
        "text-letter-spacing": 0,
        "text-max-width": 5,
        "text-line-height": 1.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-z6_right4",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Malawi"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 7,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [">=", "mida", 6],
        ["in", "id", 4064]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 1},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.8,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Bold"]]
          }
        ],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["+", 1.5, ["get", "mida"]],
        "text-max-width": 3,
        "text-anchor": "right",
        "text-justify": "center",
        "text-padding": 1,
        "text-optional": false,
        "icon-optional": false,
        "text-offset": [0.7, -1],
        "text-letter-spacing": 0.05,
        "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-z6_right3",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Kuwait"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 7,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["in", "id", 3598]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 1},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.8,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Bold"]]
          }
        ],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["+", 1.5, ["get", "mida"]],
        "text-anchor": "right",
        "text-letter-spacing": 0,
        "text-max-width": 5,
        "text-offset": [-0.2, 0.8],
        "text-line-height": 1.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-z6_right2",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Liban"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 7,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["in", "id", 3773]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 1},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.8,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Bold"]]
          }
        ],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["+", 1.5, ["get", "mida"]],
        "text-offset": [0, 1.4],
        "text-anchor": "right",
        "text-letter-spacing": 0,
        "text-max-width": 5,
        "text-line-height": 1.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-z6-right",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Trinidad i Tobago"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 7,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [
          "!in",
          "planisferi",
          "Andorra",
          "la Santa Seu",
          "Luxemburg",
          "Mònaco",
          "Azerbaidjan",
          "Brunei",
          "Bahrain",
          "Qatar"
        ],
        ["in", "colgeom", "puntual", "NLIN2"],
        ["in", "id", 6452]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 1},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.8,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Bold"]]
          }
        ],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["+", 1.5, ["get", "mida"]],
        "text-letter-spacing": 0.05,
        "text-max-width": 3,
        "text-anchor": "right",
        "text-offset": [0, 1.4],
        "text-line-height": 1.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-z6_bottom-left",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Islàndia"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 7,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [">=", "mida", 6],
        ["in", "id", 3129]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 1},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.8,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Bold"]]
          }
        ],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["+", 1.5, ["get", "mida"]],
        "text-max-width": 3,
        "text-anchor": "bottom-left",
        "text-justify": "center",
        "text-padding": 1,
        "text-optional": false,
        "icon-optional": false,
        "text-offset": [2.5, -1],
        "text-letter-spacing": 0.05,
        "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-z6-bottom-right",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Itàlia"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 7,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [
          "!in",
          "planisferi",
          "Andorra",
          "la Santa Seu",
          "Luxemburg",
          "Mònaco",
          "Azerbaidjan",
          "Brunei",
          "Bahrain",
          "Qatar"
        ],
        ["in", "colgeom", "puntual", "NLIN2"],
        ["in", "id", 3141]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 1},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.8,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Bold"]]
          }
        ],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["+", 1.5, ["get", "mida"]],
        "text-letter-spacing": 0.05,
        "text-max-width": 3,
        "text-anchor": "bottom-right",
        "text-offset": [-5, -6],
        "text-line-height": 1.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-z6-sahara",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Sàhara Occidental"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 7,
      "filter": [
        "all",
        ["==", "codi_geogr", "0TCON"],
        ["==", "id", 5760],
        ["==", "$type", "Point"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 1},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.8,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Bold"]]
          }
        ],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["+", 1.5, ["get", "mida"]],
        "text-letter-spacing": {"stops": [[4, 0], [6, 0.1]]},
        "text-max-width": 3,
        "text-offset": [-0.5, 1],
        "text-line-height": 1.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-z6-top3",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "Marroc, Bahames, Panamà, Burkina Faso, Seychelles, Tuvalu"
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 7,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "puntual", "NLIN2"],
        ["in", "id", 5865, 688, 6499, 5956, 4219, 604, 5007, 5797, 1010, 2605]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 1},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.8,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Bold"]]
          }
        ],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["+", 1.5, ["get", "mida"]],
        "text-letter-spacing": 0.05,
        "text-offset": [-0.5, 2],
        "text-max-width": 5,
        "text-line-height": 1.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-z6_top2",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Palestina"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 7,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["in", "id", 15586]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 1},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.8,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Bold"]]
          }
        ],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["+", 1.5, ["get", "mida"]],
        "text-anchor": "left",
        "text-letter-spacing": 0,
        "text-max-width": 5,
        "text-offset": [0.1, 2],
        "text-line-height": 1.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-z6_top",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "Suïssa, Bèlgica, Països Baixos, Burundi, Ruanda, Kosovo, Palau"
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 7,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["in", "id", 6152, 4989, 6163, 762, 4983, 1012, 5736, 3533]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 1},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.8,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Bold"]]
          }
        ],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["+", 1.5, ["get", "mida"]],
        "text-offset": [0.5, 0.7],
        "text-anchor": "top",
        "text-letter-spacing": 0.05,
        "text-max-width": 7,
        "text-line-height": 1.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-z6_top-right",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Eslovènia, Tanzània"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 7,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["in", "id", 2113, 6263, 2556]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 1},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.8,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Bold"]]
          }
        ],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["+", 1.5, ["get", "mida"]],
        "text-offset": [1.1, 1.4],
        "text-anchor": "top-right",
        "text-letter-spacing": 0,
        "text-max-width": 5,
        "text-line-height": 1.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-z6-left2",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 7,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [
          "!in",
          "planisferi",
          "Andorra",
          "la Santa Seu",
          "Luxemburg",
          "Mònaco",
          "Azerbaidjan",
          "Brunei",
          "Bahrain",
          "Qatar"
        ],
        ["in", "colgeom", "puntual", "NLIN2"],
        ["in", "id", 5634, 5887]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 1},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.8,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Bold"]]
          }
        ],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["+", 1.5, ["get", "mida"]],
        "text-letter-spacing": 0.05,
        "text-max-width": 3,
        "text-justify": "center",
        "text-anchor": "left",
        "text-offset": [1, 0],
        "text-line-height": 1.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-z6_left",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 7,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [
          "!in",
          "planisferi",
          "Andorra",
          "la Santa Seu",
          "Luxemburg",
          "Mònaco",
          "Azerbaidjan",
          "Brunei",
          "Bahrain",
          "Qatar"
        ],
        ["in", "colgeom", "puntual", "NLIN2"],
        ["in", "id", 3762]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 1},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.8,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Bold"]]
          }
        ],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["+", 1.5, ["get", "mida"]],
        "text-letter-spacing": 0.05,
        "text-max-width": 3,
        "text-anchor": "left",
        "text-line-height": 1.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-z6-xipre",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Xipre"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 7,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "puntual", "NLIN2"],
        ["in", "id", 14510]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 1},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.8,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Bold"]]
          }
        ],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["+", 1.5, ["get", "mida"]],
        "text-letter-spacing": 0.05,
        "text-max-width": 3,
        "text-offset": [-0.5, -0.2],
        "text-line-height": 1.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-z6-russia",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Rússia"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 7,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "puntual", "NLIN2"],
        ["in", "id", 5747]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 1},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.8,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Bold"]]
          }
        ],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["+", 1.5, ["get", "mida"]],
        "text-letter-spacing": 4,
        "text-max-width": 10,
        "text-anchor": "left",
        "text-offset": [2, -1],
        "text-line-height": 1.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-z6-EEUU",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 7,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [
          "!in",
          "planisferi",
          "Andorra",
          "la Santa Seu",
          "Luxemburg",
          "Mònaco",
          "Azerbaidjan",
          "Brunei",
          "Bahrain",
          "Qatar"
        ],
        ["in", "colgeom", "puntual", "NLIN2"],
        ["in", "id", 6472]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 1},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.8,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Bold"]]
          }
        ],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["+", 1.5, ["get", "mida"]],
        "text-letter-spacing": 1,
        "text-max-width": 50,
        "text-offset": [0, 1],
        "text-line-height": 1.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-z6-armenia",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Armènia, Costa Rica"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 7,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["in", "colgeom", "puntual", "NLIN2"],
        ["in", "id", 344, 1635, 4267, 4722]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 1},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.8,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Bold"]]
          }
        ],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["+", 1.5, ["get", "mida"]],
        "text-letter-spacing": 0.05,
        "text-max-width": 3,
        "text-offset": [-0.8, -1],
        "text-line-height": 1.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-z6-santa-seu",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 7,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [
          "!in",
          "planisferi",
          "la Santa Seu",
          "Luxemburg",
          "Mònaco",
          "Azerbaidjan",
          "Brunei",
          "Bahrain",
          "Qatar"
        ],
        ["in", "colgeom", "puntual", "NLIN2"],
        [
          "!in",
          "id",
          6152,
          291,
          5865,
          1838,
          5887,
          5871,
          2556,
          688,
          6499,
          4722,
          4989,
          4267,
          5956,
          2605,
          1010,
          5797,
          5007,
          1635,
          604,
          344,
          14510,
          4219,
          6472,
          5747,
          5634,
          2643,
          3179,
          6452,
          3762,
          4399,
          3533,
          4461,
          15700,
          4064,
          5736,
          1012,
          6263,
          3141,
          3598,
          3129,
          15586,
          3240,
          3132,
          3773,
          6163,
          762,
          4983,
          2113,
          4078
        ],
        ["!in", "name", "Andorra"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 1},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.8,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Bold"]]
          }
        ],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["+", 1.5, ["get", "mida"]],
        "text-letter-spacing": 0.05,
        "text-max-width": 7,
        "text-anchor": "right",
        "text-offset": [-0.8, 0],
        "text-line-height": 1.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-z6",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 7,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [
          "!in",
          "planisferi",
          "la Santa Seu",
          "Luxemburg",
          "Mònaco",
          "Azerbaidjan",
          "Brunei",
          "Bahrain",
          "Qatar"
        ],
        ["in", "colgeom", "puntual", "NLIN2"],
        [
          "!in",
          "id",
          6618,
          6152,
          291,
          5865,
          1838,
          5887,
          5871,
          2556,
          688,
          6499,
          4722,
          4989,
          4267,
          5956,
          2605,
          1010,
          5797,
          5007,
          1635,
          604,
          344,
          14510,
          4219,
          6472,
          5747,
          5634,
          2643,
          3179,
          6452,
          3762,
          4399,
          3533,
          4461,
          15700,
          4064,
          5736,
          1012,
          6263,
          3141,
          3598,
          3129,
          15586,
          3240,
          3132,
          3773,
          6163,
          762,
          4983,
          2113,
          4078
        ]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 1},
          "\n",
          ["concat", ["get", "name_nocat"]],
          {
            "font-scale": 0.8,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Bold"]]
          }
        ],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["+", 1.5, ["get", "mida"]],
        "text-letter-spacing": 0.05,
        "text-max-width": 7,
        "text-line-height": 1.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": "place-autonomous_community_admin_level_4_2-z7",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "CCAA: ARAGÓ"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 7,
      "maxzoom": 9,
      "filter": [
        "all",
        ["==", "class", "admin_1_2"],
        ["==", "name", "ARAGÓ"],
        ["==", "capa", "tp1miliop"]
      ],
      "layout": {
        "text-font": ["FiraSansCondensed-Bold"],
        "text-field": "{name}",
        "text-size": {"stops": [[7, 13], [9, 19]]},
        "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": 10,
        "text-max-angle": 45,
        "text-rotation-alignment": "auto",
        "text-pitch-alignment": "auto",
        "text-rotate": 0,
        "text-line-height": 1.1,
        "visibility": "visible",
        "icon-rotation-alignment": "auto",
        "text-offset": [-3, -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": [0, 0]
      }
    },
    {
      "id": "place-autonomous_community_admin_level_4_2-z9",
      "type": "symbol",
      "metadata": {"maputnik:comment": "CCAA: ARAGÓ"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 9,
      "maxzoom": 10,
      "filter": [
        "all",
        ["==", "class", "comarca"],
        ["==", "capa", "place_comarques"],
        ["==", "name", "Aragó"]
      ],
      "layout": {
        "text-field": "{name:latin}",
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": 19,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "center",
        "text-anchor": "center",
        "visibility": "visible",
        "text-offset": [1.5, -0.5],
        "text-font": ["FiraSans-Bold"],
        "text-transform": "uppercase",
        "text-line-height": 1.1,
        "text-letter-spacing": 0.3,
        "icon-text-fit": "none",
        "icon-rotation-alignment": "auto",
        "text-max-width": 10,
        "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-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-autonomous_community_admin_level_4-z9",
      "type": "symbol",
      "metadata": {"maputnik:comment": "CCAA: PAÍS VALENCIÀ"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 9,
      "maxzoom": 10,
      "filter": [
        "all",
        ["==", "class", "comarca"],
        ["==", "capa", "place_comarques"],
        ["==", "name", "País Valencià"]
      ],
      "layout": {
        "text-field": "{name:latin}",
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": 19,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "center",
        "text-anchor": "center",
        "visibility": "visible",
        "text-offset": [-1, 0],
        "text-font": ["FiraSans-Bold"],
        "text-transform": "uppercase",
        "text-line-height": 1.2,
        "text-letter-spacing": 0.3,
        "icon-text-fit": "none",
        "icon-rotation-alignment": "auto",
        "text-max-width": 10,
        "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_admin_level_2-z7",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "País: FRANÇA"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 7,
      "maxzoom": 9,
      "filter": [
        "all",
        ["==", "class", "state"],
        ["==", "name", "FRANÇA"],
        ["==", "capa", "tp1miliop"]
      ],
      "layout": {
        "text-font": ["FiraSansCondensed-Bold"],
        "text-field": "{name}",
        "text-size": {"stops": [[7, 15], [9, 20]]},
        "text-transform": "uppercase",
        "text-letter-spacing": 1,
        "icon-allow-overlap": false,
        "symbol-placement": "point",
        "text-allow-overlap": false,
        "icon-text-fit": "none",
        "text-max-width": 10,
        "text-anchor": "center",
        "text-line-height": 1.1,
        "visibility": "visible",
        "text-padding": 1,
        "text-offset": [-3, 4]
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5
      }
    },
    {
      "id": "place-country_admin_level_2-z9",
      "type": "symbol",
      "metadata": {"maputnik:comment": "País: FRANÇA"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 9,
      "maxzoom": 10,
      "filter": [
        "all",
        ["==", "class", "comarca"],
        ["==", "capa", "place_comarques"],
        ["==", "name", "França"]
      ],
      "layout": {
        "text-field": "{name:latin}",
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": 21,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "center",
        "text-anchor": "center",
        "visibility": "visible",
        "text-offset": [-3, -2.5],
        "text-font": ["FiraSans-Bold"],
        "text-transform": "uppercase",
        "text-line-height": 1.1,
        "text-letter-spacing": 1.5,
        "icon-text-fit": "none",
        "icon-rotation-alignment": "auto",
        "text-max-width": 14,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 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-comarca-z9_2",
      "type": "symbol",
      "metadata": {"maputnik:comment": "LLUÇANÈS"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 9,
      "maxzoom": 10,
      "filter": [
        "all",
        ["==", "class", "comarca"],
        ["==", "capa", "place_comarques"],
        ["in", "name", "Lluçanès"]
      ],
      "layout": {
        "text-field": "{name:latin}",
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": 13,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "center",
        "text-anchor": "center",
        "visibility": "visible",
        "text-offset": [-0.7, 1],
        "text-font": ["FiraSans-Bold"],
        "text-transform": "uppercase",
        "text-line-height": 1.1,
        "text-letter-spacing": 0.5,
        "icon-text-fit": "none",
        "icon-rotation-alignment": "auto",
        "text-max-width": 14
      },
      "paint": {
        "text-color": "rgba(96, 96, 96, 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-comarca-z9",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 9,
      "maxzoom": 10,
      "filter": [
        "all",
        ["==", "class", "comarca"],
        ["==", "capa", "place_comarques"],
        ["!in", "name", "Lluçanès", "França", "Aragó", "País Valencià"]
      ],
      "layout": {
        "text-field": "{name:latin}",
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": 13,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "center",
        "text-anchor": "center",
        "visibility": "visible",
        "text-offset": [0.3, 0.3],
        "text-font": ["FiraSans-Bold"],
        "text-transform": "uppercase",
        "text-line-height": 1.1,
        "text-letter-spacing": 0.5,
        "icon-text-fit": "none",
        "icon-rotation-alignment": "auto",
        "text-max-width": 14
      },
      "paint": {
        "text-color": "rgba(96, 96, 96, 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"],
        ["in", "name", "Catalunya"],
        ["==", "capa", "admin_1_p"]
      ],
      "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-country_admin_level_2_2-z7",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "País: ANDORRA"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 7,
      "maxzoom": 9,
      "filter": [
        "all",
        ["==", "class", "state"],
        ["==", "name", "ANDORRA"],
        ["==", "capa", "tp1miliop"]
      ],
      "layout": {
        "text-font": ["FiraSansCondensed-Bold"],
        "text-field": "{name:latin}",
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          7,
          ["+", 1, ["get", "fontsize"]],
          8,
          ["+", 3, ["get", "fontsize"]],
          9,
          ["+", 7, ["get", "fontsize"]]
        ],
        "text-offset": [-1, 0],
        "text-transform": "uppercase",
        "icon-allow-overlap": false,
        "symbol-placement": "point",
        "text-allow-overlap": false,
        "icon-text-fit": "none",
        "text-max-width": 10,
        "text-anchor": "center",
        "visibility": "visible",
        "text-justify": "center",
        "text-line-height": 1.1,
        "text-padding": 1,
        "text-letter-spacing": {"stops": [[7, 0], [8, 0.15], [9, 0.35]]}
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5
      }
    },
    {
      "id": "place-continent_z1",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Antàrtida"
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 1,
      "maxzoom": 2,
      "filter": [
        "all",
        ["==", "codi_geogr", "1CONT"],
        ["==", "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, 0]
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(100, 100, 100, 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_world",
      "minzoom": 2,
      "maxzoom": 3,
      "filter": [
        "all",
        ["==", "codi_geogr", "1CONT"],
        ["==", "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, 0]
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(100, 100, 100, 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_world",
      "minzoom": 3,
      "maxzoom": 4,
      "filter": [
        "all",
        ["==", "codi_geogr", "1CONT"],
        ["==", "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, 0]
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(100, 100, 100, 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_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "1CONT"],
        ["==", "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, 0],
        "text-letter-spacing": 5
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(100, 100, 100, 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_world",
      "minzoom": 1,
      "maxzoom": 2,
      "filter": [
        "all",
        ["==", "codi_geogr", "1CONT"],
        ["!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(100, 100, 100, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    }
  ],
  "id": "icgc_mapa_vissir"
}