{
  "version": 8,
  "name": "icgc_mapa_simple",
  "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"
      ],
      "maxzoom": 16
    },
    "terrainMapZen": {
      "type": "raster-dem",
      "tiles": [
        "https://s3.amazonaws.com/elevation-tiles-prod/terrarium/{z}/{x}/{y}.png"
      ],
      "minzoom": 0,
      "maxzoom": 15,
      "encoding": "terrarium"
    },
    "ombra": {
      "type": "raster",
      "tiles": [
        "https://tilemaps.icgc.cat/mapfactory/wmts/relleu/CAT3857/{z}/{x}/{y}.png"
      ],
      "minzoom": 0,
      "maxzoom": 14
    }
  },
  "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": {
          "stops": [
            [0, "rgba(232, 232, 206, 1)"],
            [11.9, "rgba(232, 232, 206, 1)"],
            [12, "rgba(233,233,216,255)"]
          ]
        }
      }
    },
    {
      "id": "terrainMapZen",
      "type": "hillshade",
      "source": "terrainMapZen",
      "minzoom": 0,
      "maxzoom": 18,
      "layout": {"visibility": "visible"},
      "paint": {
        "hillshade-illumination-anchor": "map",
        "hillshade-exaggeration": 1,
        "hillshade-highlight-color": "rgba(250, 250, 250, 1)",
        "hillshade-shadow-color": "rgba(200, 200, 200, 1)",
        "hillshade-accent-color": "rgba(250, 250, 250, 1)",
        "hillshade-illumination-direction": 345
      }
    },
    {
      "id": "background_outcat",
      "type": "background",
      "maxzoom": 0,
      "layout": {"visibility": "visible"},
      "paint": {
        "background-color": {
          "stops": [
            [0, "rgba(232, 232, 206, 0.5)"],
            [7, "rgba(232,232,206,0.5)"],
            [8, "rgba(232,232,206,0.7)"],
            [11.9, "rgba(232, 232, 206, 0.7)"],
            [12, "rgba(233,233,216,255)"]
          ]
        }
      }
    },
    {
      "id": "ombra",
      "type": "raster",
      "source": "ombra",
      "minzoom": 12,
      "layout": {"visibility": "visible"},
      "paint": {"raster-brightness-min": 0.3}
    },
    {
      "id": "terrainICGC-copy",
      "type": "hillshade",
      "source": "terrainICGC",
      "minzoom": 7,
      "maxzoom": 12,
      "layout": {"visibility": "visible"},
      "paint": {
        "hillshade-illumination-anchor": "map",
        "hillshade-highlight-color": "rgba(232, 232, 207, 1)",
        "hillshade-shadow-color": {
          "stops": [
            [6, "rgba(130, 140, 130, 1)"],
            [13, "rgba(130, 140, 130, 1)"],
            [14, "rgba(165, 165, 137, 1)"]
          ]
        },
        "hillshade-accent-color": {
          "stops": [
            [6, "rgba(120, 120, 120, 1)"],
            [13.9, "rgba(120, 120, 120, 1)"],
            [14, "rgba(232, 232, 207, 1)"]
          ]
        },
        "hillshade-illumination-direction": 345,
        "hillshade-exaggeration": 1
      }
    },
    {
      "id": "background-2",
      "type": "background",
      "minzoom": 12,
      "maxzoom": 24,
      "layout": {"visibility": "visible"},
      "paint": {
        "background-color": {
          "stops": [
            [0, "rgba(232, 232, 206, 0.5)"],
            [6.9, "rgba(232, 232, 206, 0.2)"],
            [8, "rgba(232,232,206,0.1)"],
            [11.9, "rgba(232, 232, 206, 0.3)"],
            [12, "rgba(232,232,206,0.7)"]
          ]
        }
      }
    },
    {
      "id": "water-ocean-0-14",
      "type": "fill",
      "metadata": {
        "mapbox:group": "1444849382550.77",
        "maputnik:comment": "MAI09 - Massa d'aigua: /mar /cas genèric "
      },
      "source": "openmaptiles",
      "source-layer": "water",
      "minzoom": 0,
      "maxzoom": 14,
      "filter": ["all", ["==", "class", "ocean"], ["==", "$type", "Polygon"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "fill-opacity": 1,
        "fill-color": "rgb(203, 219, 219)",
        "fill-antialias": false
      }
    },
    {
      "id": "water-ocean-14-24",
      "type": "fill",
      "metadata": {
        "mapbox:group": "1444849382550.77",
        "maputnik:comment": "MAI09 - Massa d'aigua: /mar /cas genèric "
      },
      "source": "openmaptiles",
      "source-layer": "water",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": ["all", ["==", "class", "ocean"], ["==", "$type", "Polygon"]],
      "layout": {"visibility": "visible"},
      "paint": {"fill-opacity": 1, "fill-color": "rgb(203, 219, 219)"}
    },
    {
      "id": "waterway-7-9-river",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849382550.77",
        "maputnik:comment": "FLU01 - Curs fluvial: /sols per l'eix /cas genèric "
      },
      "source": "openmaptiles",
      "source-layer": "waterway",
      "minzoom": 7,
      "maxzoom": 9,
      "filter": [
        "all",
        [
          "!in",
          "icgc_id",
          356359,
          356265,
          356281,
          356374,
          356307,
          356344,
          356304,
          356385,
          356269,
          356296,
          356398,
          356375,
          356284,
          356271,
          356294,
          356379,
          356371,
          356356,
          356266,
          356384,
          356351
        ],
        ["!has", "escala"]
      ],
      "layout": {"line-cap": "round", "visibility": "visible"},
      "paint": {
        "line-width": 0.7,
        "line-opacity": 1,
        "line-color": "rgba(202, 215, 216, 1)"
      }
    },
    {
      "id": "waterway-9-10-river",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849382550.77",
        "maputnik:comment": "FLU01 - Curs fluvial: /sols per l'eix /cas genèric "
      },
      "source": "openmaptiles",
      "source-layer": "waterway",
      "minzoom": 9,
      "maxzoom": 10,
      "filter": [
        "all",
        [
          "!in",
          "name:latin",
          "Canal de Aragón y Cataluña",
          "Canal de Segarra - Garrigues (en construcció)",
          "Canal d'Urgell",
          "Canal Auxiliar d'Urgell"
        ],
        ["!=", "class", "canal"]
      ],
      "layout": {"line-cap": "round", "visibility": "visible"},
      "paint": {
        "line-width": 0.7,
        "line-opacity": 1,
        "line-color": "rgb(203, 219, 219)"
      }
    },
    {
      "id": "waterway-10-12-river",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849382550.77",
        "maputnik:comment": "FLU01 - Curs fluvial: /sols per l'eix /cas genèric "
      },
      "source": "openmaptiles",
      "source-layer": "waterway",
      "minzoom": 10,
      "maxzoom": 12,
      "filter": [
        "all",
        [
          "!in",
          "class",
          "Canal d'amplada igual o superior a 3 metres",
          "Canal amplada més 3m",
          "canal",
          "Canal en c/p"
        ],
        ["!=", "classicgc", "Conducció subterrània"]
      ],
      "layout": {"line-cap": "round", "visibility": "visible"},
      "paint": {
        "line-opacity": 1,
        "line-color": "rgb(203, 219, 219)",
        "line-width": 1
      }
    },
    {
      "id": "waterway-12-14-river",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849382550.77",
        "maputnik:comment": "FLU01 - Curs fluvial: /sols per l'eix /cas genèric "
      },
      "source": "openmaptiles",
      "source-layer": "waterway",
      "minzoom": 12,
      "maxzoom": 14,
      "filter": ["all", ["in", "class", "river", "stream"]],
      "layout": {"line-cap": "round", "visibility": "visible"},
      "paint": {"line-width": 1, "line-color": "rgba(176, 202, 216, 1)"}
    },
    {
      "id": "waterway-14-24-river",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849382550.77",
        "maputnik:comment": "FLU01 - Curs fluvial: /sols per l'eix /cas genèric "
      },
      "source": "openmaptiles",
      "source-layer": "waterway",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": ["all", ["!in", "class", "coast-line", "canal"]],
      "layout": {"line-cap": "round", "visibility": "visible"},
      "paint": {
        "line-width": 1.4,
        "line-opacity": 1,
        "line-color": "rgba(176, 202, 216, 1)"
      }
    },
    {
      "id": "waterway-canal-8-12",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849382550.77",
        "maputnik:comment": "CAN01 - Canal, rec, séquia: /sols per l'eix /cas genèric"
      },
      "source": "openmaptiles",
      "source-layer": "waterway",
      "minzoom": 8,
      "maxzoom": 12,
      "filter": [
        "all",
        [
          "in",
          "class",
          "canal",
          "Canal d'amplada igual o superior a 3 metres",
          "Canal amplada més 3m",
          "Canal en c/p"
        ],
        ["==", "escala", "250m"]
      ],
      "layout": {"line-cap": "round", "visibility": "visible"},
      "paint": {
        "line-width": 1,
        "line-opacity": 1,
        "line-color": "rgb(203, 219, 219)"
      }
    },
    {
      "id": "waterway-canal-12-14",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849382550.77",
        "maputnik:comment": "CAN01 - Canal, rec, séquia: /sols per l'eix /cas genèric"
      },
      "source": "openmaptiles",
      "source-layer": "waterway",
      "minzoom": 12,
      "maxzoom": 14,
      "filter": ["all", ["in", "class", "canal"]],
      "layout": {"line-cap": "round", "visibility": "visible"},
      "paint": {
        "line-width": 1,
        "line-color": "rgba(176, 202, 216, 1)",
        "line-dasharray": [4, 4]
      }
    },
    {
      "id": "waterway-canal-14-24",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849382550.77",
        "maputnik:comment": "CAN01 - Canal, rec, séquia: /sols per l'eix /cas genèric"
      },
      "source": "openmaptiles",
      "source-layer": "waterway",
      "minzoom": 14,
      "filter": ["all", ["in", "class", "canal"]],
      "layout": {"line-cap": "round", "visibility": "visible"},
      "paint": {
        "line-width": 1,
        "line-color": "rgba(176, 202, 216, 1)",
        "line-dasharray": [4, 4]
      }
    },
    {
      "id": "water-5-9",
      "type": "fill",
      "metadata": {
        "mapbox:group": "1444849382550.77",
        "maputnik:comment": "MAI03 - Massa d'aigua: /llacuna, estany /cas genèric "
      },
      "source": "openmaptiles",
      "source-layer": "water",
      "minzoom": 5,
      "maxzoom": 9,
      "filter": [
        "all",
        ["in", "class", "river", "lake", "reservoir"],
        ["==", "$type", "Polygon"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {"fill-color": "rgb(203, 219, 219)"}
    },
    {
      "id": "water-9-10",
      "type": "fill",
      "metadata": {
        "mapbox:group": "1444849382550.77",
        "maputnik:comment": "MAI01 - Massa d'aigua: /curs fluvial /cas genèric"
      },
      "source": "openmaptiles",
      "source-layer": "water",
      "minzoom": 9,
      "maxzoom": 10,
      "filter": [
        "all",
        ["in", "class", "river", "lake", "reservoir"],
        ["==", "$type", "Polygon"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {"fill-color": "rgb(203, 219, 219)"}
    },
    {
      "id": "water-salines-9-12",
      "type": "fill",
      "metadata": {"mapbox:group": "1444849382550.77"},
      "source": "openmaptiles",
      "source-layer": "water",
      "minzoom": 9,
      "maxzoom": 12,
      "filter": ["all", ["in", "class", "salines", "Salines"]],
      "layout": {"visibility": "visible"},
      "paint": {"fill-color": "rgba(189, 208, 220, 1)"}
    },
    {
      "id": "water-dock",
      "type": "fill",
      "metadata": {"mapbox:group": "1444849382550.77"},
      "source": "openmaptiles",
      "source-layer": "water",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "class", "dock"],
        ["!in", "subclass", "breakwater"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {"fill-color": "rgba(237, 237, 220, 1)"}
    },
    {
      "id": "water-dock-breakwater",
      "type": "fill",
      "metadata": {"mapbox:group": "1444849382550.77"},
      "source": "openmaptiles",
      "source-layer": "water",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "class", "dock"],
        ["in", "subclass", "breakwater"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {"fill-color": "rgba(237, 237, 220, 1)"}
    },
    {
      "id": "water-14-24-other",
      "type": "fill",
      "metadata": {
        "mapbox:group": "1444849382550.77",
        "maputnik:comment": "RAI01 - Recinte d'aigua"
      },
      "source": "openmaptiles",
      "source-layer": "water",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": ["all", ["in", "class", "pond", "salt_pond", "reservoir"]],
      "layout": {"visibility": "visible"},
      "paint": {"fill-color": "rgba(189, 222, 233, 1)"}
    },
    {
      "id": "water-15-24-other",
      "type": "fill",
      "metadata": {
        "mapbox:group": "1444849382550.77",
        "maputnik:comment": "RAI01 - Recinte d'aigua"
      },
      "source": "openmaptiles",
      "source-layer": "water",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": ["all", ["in", "class", "pool"]],
      "layout": {"visibility": "visible"},
      "paint": {"fill-color": "rgba(189, 222, 233, 1)"}
    },
    {
      "id": "water-10-11-linia-river",
      "type": "line",
      "metadata": {"mapbox:group": "1444849382550.77"},
      "source": "openmaptiles",
      "source-layer": "water",
      "minzoom": 10,
      "maxzoom": 11,
      "filter": ["all", ["in", "class", "river"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-opacity": 1,
        "line-color": "rgba(189, 208, 220, 1)",
        "line-width": 3
      }
    },
    {
      "id": "water-10-11-linia",
      "type": "line",
      "metadata": {"mapbox:group": "1444849382550.77"},
      "source": "openmaptiles",
      "source-layer": "water",
      "minzoom": 10,
      "maxzoom": 11,
      "filter": ["all", ["in", "class", "lake", "reservoir"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-opacity": 1,
        "line-color": "rgba(189, 208, 220, 1)",
        "line-width": 3
      }
    },
    {
      "id": "water-11-12-linia-river",
      "type": "line",
      "metadata": {"mapbox:group": "1444849382550.77"},
      "source": "openmaptiles",
      "source-layer": "water",
      "minzoom": 11,
      "maxzoom": 12,
      "filter": ["all", ["in", "class", "river"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(189, 208, 220, 1)",
        "line-opacity": 1,
        "line-width": 2
      }
    },
    {
      "id": "water-11-12-linia",
      "type": "line",
      "metadata": {"mapbox:group": "1444849382550.77"},
      "source": "openmaptiles",
      "source-layer": "water",
      "minzoom": 11,
      "maxzoom": 12,
      "filter": ["all", ["in", "class", "lake", "reservoir"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(189, 208, 220, 1)",
        "line-opacity": 1,
        "line-width": 2
      }
    },
    {
      "id": "water-12-24-linia-river",
      "type": "line",
      "metadata": {"mapbox:group": "1444849382550.77"},
      "source": "openmaptiles",
      "source-layer": "water",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": ["all", ["in", "class", "river", "pond"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgb(176, 202, 216)",
        "line-opacity": 1,
        "line-width": {"stops": [[12, 0.7], [14, 2]]}
      }
    },
    {
      "id": "water-12-24-linia",
      "type": "line",
      "metadata": {"mapbox:group": "1444849382550.77"},
      "source": "openmaptiles",
      "source-layer": "water",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "class", "lake", "reservoir"],
        ["!in", "jsel", "1a"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgb(176, 202, 216)",
        "line-opacity": 1,
        "line-width": {"stops": [[12, 0.6], [14, 2]]}
      }
    },
    {
      "id": "water-14-24-other-linia",
      "type": "line",
      "metadata": {"mapbox:group": "1444849382550.77"},
      "source": "openmaptiles",
      "source-layer": "water",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": ["all", ["in", "class", "pond", "salt_pond"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(131, 182, 209, 1)",
        "line-opacity": 1,
        "line-width": 0.5
      }
    },
    {
      "id": "water-10-11",
      "type": "fill",
      "metadata": {
        "mapbox:group": "1444849382550.77",
        "maputnik:comment": "MAI01 - Massa d'aigua: /curs fluvial /cas genèric"
      },
      "source": "openmaptiles",
      "source-layer": "water",
      "minzoom": 10,
      "maxzoom": 11,
      "filter": [
        "all",
        ["in", "class", "river", "lake", "reservoir"],
        ["==", "$type", "Polygon"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {"fill-color": "rgba(203, 218, 218, 1)"}
    },
    {
      "id": "water-11-12",
      "type": "fill",
      "metadata": {
        "mapbox:group": "1444849382550.77",
        "maputnik:comment": "MAI01 - Massa d'aigua: /curs fluvial /cas genèric"
      },
      "source": "openmaptiles",
      "source-layer": "water",
      "minzoom": 11,
      "maxzoom": 12,
      "filter": [
        "all",
        ["in", "class", "river", "lake", "reservoir"],
        ["==", "$type", "Polygon"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {"fill-color": "rgba(203, 218, 218, 1)"}
    },
    {
      "id": "water-12-24",
      "type": "fill",
      "metadata": {"mapbox:group": "1444849382550.77"},
      "source": "openmaptiles",
      "source-layer": "water",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "class", "river", "lake", "reservoir", "pond"],
        ["==", "$type", "Polygon"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {"fill-color": "rgb(203, 219, 219)", "fill-antialias": false}
    },
    {
      "id": "water-15-24-other-linia",
      "type": "line",
      "metadata": {"mapbox:group": "1444849382550.77"},
      "source": "openmaptiles",
      "source-layer": "water",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": ["all", ["in", "class", "pool"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(131, 182, 209, 1)",
        "line-opacity": 1,
        "line-width": 0.5
      }
    },
    {
      "id": "building-illa-14-24",
      "type": "fill",
      "metadata": {"maputnik:comment": "ILL01 - Illa urbanitzada"},
      "source": "openmaptiles",
      "source-layer": "building",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": ["all", ["!=", "building", "greenhouse"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "fill-color": "rgba(225, 230, 202, 1)",
        "fill-antialias": false,
        "fill-opacity": 0.7
      }
    },
    {
      "id": "building-illa-outline-14-24",
      "type": "line",
      "metadata": {"maputnik:comment": "ILL01 - Illa urbanitzada"},
      "source": "openmaptiles",
      "source-layer": "building",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": ["all", ["==", "building", "illa"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(140, 140, 140, 1)",
        "line-opacity": 0.7,
        "line-width": 0.5
      }
    },
    {
      "id": "building-hivernacle-14-24",
      "type": "fill",
      "metadata": {
        "mapbox:group": "1444849364238.8171",
        "maputnik:comment": "HIV01 - Hivernacle"
      },
      "source": "openmaptiles",
      "source-layer": "building",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": ["all", ["==", "building", "greenhouse"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "fill-color": "rgba(219, 228, 228, 1)",
        "fill-antialias": true,
        "fill-opacity": 1
      }
    },
    {
      "id": "building-hivernacle-14-24-line",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849364238.8171",
        "maputnik:comment": "HIV01 - Hivernacle"
      },
      "source": "openmaptiles",
      "source-layer": "building",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": ["all", ["==", "building", "greenhouse"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(140, 140, 140, 1)",
        "line-width": 0.5,
        "line-opacity": 0.7
      }
    },
    {
      "id": "building-7-24",
      "type": "fill",
      "metadata": {
        "mapbox:group": "1444849364238.8171",
        "maputnik:comment": "EDI01 - Edificació: /cas genèric "
      },
      "source": "openmaptiles",
      "source-layer": "building",
      "minzoom": 7,
      "maxzoom": 24,
      "filter": ["all", ["in", "building", "residential", "yes", "industrial"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "fill-color": "rgba(196, 196, 196, 1)",
        "fill-antialias": true,
        "fill-opacity": 1
      }
    },
    {
      "id": "tunnel-corriol",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849354174.1904",
        "maputnik:comment": "tunnel-vial0"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": ["all", ["==", "brunnel", "tunnel"], ["==", "class", "path"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(234,239,225,255)",
        "line-dasharray": [8, 2.85],
        "line-width": 1.24,
        "line-opacity": 1
      }
    },
    {
      "id": "tunnel-pedestrian",
      "type": "line",
      "metadata": {"mapbox:group": "1444849354174.1904"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "tunnel"],
        ["==", "class", "pedestrian"]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(239,244,229,255)",
        "line-opacity": 1,
        "line-width": {"base": 1.2, "stops": [[15, 1], [20, 5]]},
        "line-translate": [0, 0]
      }
    },
    {
      "id": "tunnel-cami-casing",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849354174.1904",
        "maputnik:comment": "tunnel-vial4-casing"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": ["all", ["==", "brunnel", "tunnel"], ["==", "class", "minor"]],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": {"stops": [[11, "#686868"], [13.9, "#686868"]]},
        "line-width": {"base": 1.2, "stops": [[16, 2], [17, 3], [19, 5]]},
        "line-translate": [0, 0],
        "line-opacity": 1
      }
    },
    {
      "id": "tunnel-cami",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849354174.1904",
        "maputnik:comment": "tunnel-vial4"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": ["all", ["==", "brunnel", "tunnel"], ["==", "class", "minor"]],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(234,239,225,255)",
        "line-width": {"base": 1.2, "stops": [[14, 1.4], [20, 5]]},
        "line-translate": [0, 0],
        "line-opacity": 1
      }
    },
    {
      "id": "tunnel-xarxalocal",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849354174.1904",
        "maputnik:comment": "tunnel-tertiary"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "tunnel"],
        ["in", "class", "tertiary", "tertiary_link"]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#f1d67d",
        "line-width": {"base": 1.2, "stops": [[9, 0.5], [14, 2], [20, 6]]}
      }
    },
    {
      "id": "tunnel-xarxacomarcal",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849354174.1904",
        "maputnik:comment": "tunnel-secondary"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "tunnel"],
        ["in", "class", "secondary", "secondary_link"]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#ebc571",
        "line-width": {"base": 1.2, "stops": [[9, 0.8], [14, 2.5], [20, 8]]}
      }
    },
    {
      "id": "tunnel-xarxabasica-primary",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849354174.1904",
        "maputnik:comment": "tunnel-primary"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 9,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "tunnel"],
        ["in", "class", "primary", "trunk", "primary_link"]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": {
          "stops": [
            [6, "#f6b14b"],
            [11, "#f6b14b"],
            [16, "rgba(233,211,169,255)"]
          ]
        },
        "line-width": {
          "base": 1.2,
          "stops": [[9, 0.8], [10, 1.2], [14, 2.5], [20, 14]]
        },
        "line-offset": 0
      }
    },
    {
      "id": "tunnel-xarxabasica",
      "type": "line",
      "metadata": {"mapbox:group": "1444849354174.1904"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 9,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "tunnel"],
        ["in", "class", "motorway", "motorway_link"]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": {
          "stops": [
            [6, "#f6b14b"],
            [11, "#f6b14b"],
            [16, "rgba(233,211,169,255)"]
          ]
        },
        "line-width": {
          "base": 1.2,
          "stops": [
            [9, 0.8],
            [10, 2.3],
            [11, 2.8],
            [11.9, 2.8],
            [12, 2],
            [14, 2.5],
            [20, 14]
          ]
        },
        "line-offset": 0
      }
    },
    {
      "id": "tunnel-xarxabasica-blanc",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849354174.1904",
        "maputnik:comment": "tunnel-motorway-casing"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 9.5,
      "maxzoom": 12,
      "filter": [
        "all",
        ["==", "brunnel", "tunnel"],
        ["in", "class", "motorway", "motorway_link"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(255, 255, 255, 1)",
        "line-width": {"stops": [[9, 0.05], [10, 0.2]]},
        "line-opacity": 1
      }
    },
    {
      "id": "landuse_golf",
      "type": "fill",
      "source": "contextmapsadmpt",
      "source-layer": "landuse",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": ["all", ["==", "tipus", "GO"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "fill-color": "rgba(216, 230, 177, 1)",
        "fill-outline-color": "rgba(121, 121, 121, 0.4)"
      }
    },
    {
      "id": "landuse-parterre-12-24",
      "type": "fill",
      "metadata": {
        "maputnik:comment": "ELU02 - Element urbanístic auxiliar: /parterre"
      },
      "source": "openmaptiles",
      "source-layer": "landcover",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": ["all", ["==", "class", "parterre"]],
      "layout": {"visibility": "visible"},
      "paint": {"fill-color": "rgba(218, 238, 201, 1)", "fill-opacity": 1}
    },
    {
      "id": "landuse-parterre-outline-12-24",
      "type": "line",
      "metadata": {"maputnik:comment": "Voreres"},
      "source": "openmaptiles",
      "source-layer": "landcover",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": ["all", ["==", "class", "parterre"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-width": 0.7,
        "line-color": " rgba(202, 202, 202, 1)",
        "line-opacity": 1
      }
    },
    {
      "id": "landuse-heliport-14-24",
      "type": "line",
      "metadata": {"maputnik:comment": "HEL01 - Heliport"},
      "source": "contextmapsadmpt",
      "source-layer": "landuse",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": ["all", ["==", "class", "heliport"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-width": 0.5,
        "line-color": "rgba(140, 140, 140, 1)",
        "line-opacity": 0.7
      }
    },
    {
      "id": "landuse-sport_field-12-14",
      "type": "fill",
      "metadata": {
        "maputnik:comment": "CES03 - Camp d'esports: /no aplicable "
      },
      "source": "contextmapsadmpt",
      "source-layer": "landuse",
      "minzoom": 12,
      "maxzoom": 14,
      "filter": ["all", ["in", "class", "futbol", "tennis", "multisport"]],
      "layout": {"visibility": "visible"},
      "paint": {"fill-opacity": 1, "fill-color": "rgba(210, 230, 183, 1)"}
    },
    {
      "id": "landuse-sport_field-14-24",
      "type": "fill",
      "metadata": {
        "maputnik:comment": "CES03 - Camp d'esports: /no aplicable "
      },
      "source": "contextmapsadmpt",
      "source-layer": "landuse",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": ["all", ["in", "class", "futbol", "tennis", "multisport"]],
      "layout": {"visibility": "visible"},
      "paint": {"fill-opacity": 1, "fill-color": "rgba(217, 233, 174, 1)"}
    },
    {
      "id": "landuse-sport-field_int-14-24",
      "type": "line",
      "metadata": {
        "maputnik:comment": "CES02 - Camp d'esports: /línia interior"
      },
      "source": "contextmapsadmpt",
      "source-layer": "landuse",
      "minzoom": 14,
      "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.7,
        "line-opacity": 0.6
      }
    },
    {
      "id": "landuse-sport-field_ext-13-14",
      "type": "line",
      "metadata": {"maputnik:comment": "CES01 - Camp d'esports: /contorn "},
      "source": "contextmapsadmpt",
      "source-layer": "landuse",
      "minzoom": 13,
      "maxzoom": 14,
      "filter": ["all", ["in", "class", "futbol", "tennis", "multisport"]],
      "layout": {"visibility": "visible"},
      "paint": {"line-color": "rgba(154, 154, 154, 1)", "line-width": 0.3}
    },
    {
      "id": "landuse-sport-field_ext-14-24",
      "type": "line",
      "metadata": {"maputnik:comment": "CES01 - Camp d'esports: /contorn "},
      "source": "contextmapsadmpt",
      "source-layer": "landuse",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": ["all", ["in", "class", "futbol", "tennis", "multisport"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(154, 154, 154, 1)",
        "line-width": 1,
        "line-opacity": 0.7
      }
    },
    {
      "id": "aeroway-taxiway-casing",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849345966.4436",
        "maputnik:comment": "AER01 - Pista d'aeroport o aeròdrom"
      },
      "source": "openmaptiles",
      "source-layer": "aeroway",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": ["all", ["in", "class", "taxiway"]],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(179, 179, 179, 1)",
        "line-width": 0.7,
        "line-opacity": 0.7
      }
    },
    {
      "id": "highway-minor_limit",
      "type": "line",
      "metadata": {"mapbox:group": "1444849382550.77"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": ["all", ["==", "class", "minor_limit"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-width": 0.7,
        "line-color": " rgba(202, 202, 202, 1)",
        "line-opacity": 1
      }
    },
    {
      "id": "highway-busway",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": ["all", ["!=", "brunnel", "tunnel"], ["==", "class", "busway"]],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(239,244,229,255)",
        "line-opacity": 1,
        "line-width": {"base": 1.2, "stops": [[13, 0.5], [14, 1.5], [20, 4]]},
        "line-translate": [0, 0]
      }
    },
    {
      "id": "highway-service-parking_aisle-15",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 16,
      "maxzoom": 24,
      "filter": [
        "all",
        ["!=", "brunnel", "tunnel"],
        ["==", "class", "service"],
        ["==", "service", "parking_aisle"]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(239,244,229,255)",
        "line-opacity": 1,
        "line-width": {"base": 1.2, "stops": [[15, 1], [20, 5]]},
        "line-translate": [0, 0]
      }
    },
    {
      "id": "highway-pedestrian",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 15,
      "filter": [
        "all",
        ["!in", "brunnel", "tunnel", "bridge"],
        ["==", "class", "pedestrian"]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(239,244,229,255)",
        "line-opacity": 1,
        "line-width": {"base": 1.2, "stops": [[15, 1], [20, 5]]},
        "line-translate": [0, 0]
      }
    },
    {
      "id": "highway-pedestrian-steps",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 16,
      "filter": [
        "all",
        ["in", "class", "pedestrian"],
        ["==", "subclass", "steps"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "miter",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(156, 156, 156, 1)",
        "line-width": {"base": 1.2, "stops": [[15, 0.2], [20, 8]]},
        "line-dasharray": [0.2, 1]
      }
    },
    {
      "id": "highway-corriol",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849345966.4436",
        "maputnik:comment": "highway-vial_nopav0"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        ["!=", "brunnel", "tunnel"],
        ["in", "class", "path", "track"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(234,239,225,255)",
        "line-dasharray": [8, 2.85],
        "line-width": 1.24,
        "line-opacity": 1
      }
    },
    {
      "id": "highway-cami-casing",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849345966.4436",
        "maputnik:comment": "highway-vial_carrer_casing"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 16,
      "maxzoom": 24,
      "filter": [
        "all",
        ["!in", "brunnel", "tunnel", "bridge"],
        ["==", "class", "minor"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": {"stops": [[11, "#686868"], [13.9, "#686868"]]},
        "line-width": {"base": 1.2, "stops": [[16, 2.5], [17, 3], [19, 5]]},
        "line-translate": [0, 0],
        "line-opacity": 1
      }
    },
    {
      "id": "highway-cami",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849345966.4436",
        "maputnik:comment": "highway_vial_pav4"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        ["!in", "brunnel", "tunnel", "bridge"],
        ["in", "class", "minor"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(234,239,225,255)",
        "line-width": {"base": 1.2, "stops": [[14, 1.4], [20, 5]]},
        "line-translate": [0, 0],
        "line-opacity": 1
      }
    },
    {
      "id": "highway-xarxalocal",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849345966.4436",
        "maputnik:comment": "highway-tertiary"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": [
        "all",
        ["!in", "brunnel", "bridge", "tunnel"],
        ["in", "class", "tertiary", "tertiary_link"]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#f1d67d",
        "line-width": {"base": 1.2, "stops": [[9, 0.5], [14, 2], [20, 6]]}
      }
    },
    {
      "id": "highway-xarxacomarcal",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849345966.4436",
        "maputnik:comment": "highway-secondary"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 7,
      "maxzoom": 24,
      "filter": [
        "all",
        ["!in", "brunnel", "bridge", "tunnel"],
        ["in", "class", "secondary", "secondary_link"]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#ebc571",
        "line-width": {"base": 1.2, "stops": [[9, 0.8], [14, 2.5], [20, 8]]}
      }
    },
    {
      "id": "highway-xarxabasica-primary",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 4,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["!in", "brunnel", "bridge", "tunnel"],
        ["in", "class", "primary", "trunk", "primary_link"]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": {
          "stops": [
            [6, "#f6b14b"],
            [11, "#f6b14b"],
            [16, "rgba(233,211,169,255)"]
          ]
        },
        "line-width": {
          "base": 1.2,
          "stops": [[9, 0.8], [10, 1.2], [14, 2.5], [20, 14]]
        },
        "line-offset": 0
      }
    },
    {
      "id": "highway-xarxabasica",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 4,
      "maxzoom": 24,
      "filter": [
        "all",
        ["!in", "brunnel", "bridge", "tunnel"],
        ["in", "class", "motorway", "motorway_link"]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": {
          "stops": [
            [6, "#f6b14b"],
            [11, "#f6b14b"],
            [16, "rgba(233,211,169,255)"]
          ]
        },
        "line-width": {
          "base": 1.2,
          "stops": [
            [9, 0.8],
            [10, 2.3],
            [11, 2.8],
            [11.9, 2.8],
            [12, 2],
            [14, 2.5],
            [20, 14]
          ]
        },
        "line-offset": 0
      }
    },
    {
      "id": "highway-xarxabasica-blanc",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849345966.4436",
        "maputnik:comment": "highway-motorway-casing"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 9.5,
      "maxzoom": 12,
      "filter": [
        "all",
        ["!in", "brunnel", "bridge", "tunnel"],
        ["in", "class", "motorway", "motorway_link"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(255, 255, 255, 1)",
        "line-width": {"stops": [[9, 0.05], [10, 0.2]]},
        "line-opacity": 1
      }
    },
    {
      "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": {"stops": [[9, "#bcbeb1"], [17, "#a3a39b"]]},
        "line-width": {"stops": [[9, 1], [14, 1.24], [17, 1.8]]},
        "line-translate-anchor": "map",
        "line-opacity": 1
      }
    },
    {
      "id": "railway-highspeed-hatching",
      "type": "line",
      "metadata": {"maputnik:comment": "railway highspeed"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 9,
      "maxzoom": 12,
      "filter": [
        "all",
        ["==", "highspeed", "yes"],
        ["!in", "brunnel", "tunnel", "bridge"],
        ["!has", "subclass"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "#bcbeb1",
        "line-dasharray": [0.1, 6, 0.1, 6],
        "line-width": {"stops": [[6, 2.5], [10, 6], [12, 8]]},
        "line-translate-anchor": "map",
        "line-opacity": 1
      }
    },
    {
      "id": "railway-highspeed",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 9,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "highspeed", "yes"],
        ["!in", "brunnel", "tunnel", "bridge"],
        ["!has", "subclass"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": {"stops": [[9, "#bcbeb1"], [17, "#a3a39b"]]},
        "line-width": {"stops": [[9, 1], [14, 1.24], [17, 1.8]]},
        "line-translate-anchor": "map",
        "line-opacity": 1
      }
    },
    {
      "id": "railway-hatching",
      "type": "line",
      "metadata": {"maputnik:comment": "railway-highspeed-hatching_7-12"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 9,
      "maxzoom": 12,
      "filter": [
        "all",
        ["!in", "brunnel", "tunnel", "bridge"],
        ["==", "class", "rail"],
        [
          "!in",
          "subclass",
          "funicular",
          "tram",
          "gondola",
          "chair_lift",
          "drag_lift",
          "magicCarpet",
          "betline"
        ],
        ["!=", "highspeed", "yes"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "#bcbeb1",
        "line-dasharray": [0.1, 4, 0.1, 4],
        "line-width": {"stops": [[6, 2], [10, 4], [12, 6]]},
        "line-translate-anchor": "map",
        "line-opacity": 1
      }
    },
    {
      "id": "railway",
      "type": "line",
      "metadata": {"maputnik:comment": "railway-highspeed-hatching_12-24"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 9,
      "maxzoom": 24,
      "filter": [
        "all",
        ["!in", "brunnel", "tunnel", "bridge"],
        ["==", "class", "rail"],
        [
          "!in",
          "subclass",
          "funicular",
          "tram",
          "gondola",
          "chair_lift",
          "drag_lift",
          "magicCarpet",
          "betline"
        ],
        ["!=", "highspeed", "yes"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": {"stops": [[9, "#bcbeb1"], [17, "#a3a39b"]]},
        "line-width": {"stops": [[9, 1], [14, 1.24], [17, 1.8]]},
        "line-translate-anchor": "map",
        "line-opacity": 1
      }
    },
    {
      "id": "railway-funicular-hatching2",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849345966.4436",
        "maputnik:comment": "railway-funicular-casing"
      },
      "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": {"stops": [[9, "#bcbeb1"], [17, "#a3a39b"]]},
        "line-opacity": 1,
        "line-dasharray": [0, 14.15, 7.07, 14.15],
        "line-width": 1.24,
        "line-offset": -2.5
      }
    },
    {
      "id": "railway-funicular-hatching",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849345966.4436",
        "maputnik:comment": "railway-funicular-casing"
      },
      "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": {"stops": [[9, "#bcbeb1"], [17, "#a3a39b"]]},
        "line-opacity": 1,
        "line-dasharray": [0, 14.15, 7.07, 14.15],
        "line-width": 1.24,
        "line-offset": 2.5
      }
    },
    {
      "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",
          1106190,
          1106152,
          1106164,
          1106147,
          1106154,
          1106192,
          1106189
        ]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": {"stops": [[9, "#bcbeb1"], [17, "#a3a39b"]]},
        "line-dasharray": [37.5, 12.5],
        "line-opacity": 1,
        "line-width": 1.24
      }
    },
    {
      "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": {"stops": [[9, "#bcbeb1"], [17, "#a3a39b"]]},
        "line-width": 1.24,
        "line-dasharray": [12.75, 4.25]
      }
    },
    {
      "id": "bridge-railway-tram",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849334699.1902",
        "maputnik:comment": "bridge-railway-highspeed-casing_12-24"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["==", "class", "rail"],
        ["==", "subclass", "tram"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": {"stops": [[9, "#bcbeb1"], [17, "#a3a39b"]]},
        "line-width": {"stops": [[9, 1], [14, 1.24], [17, 1.8]]},
        "line-translate-anchor": "map",
        "line-opacity": 1
      }
    },
    {
      "id": "bridge-pedestrian-casing",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849334699.1902",
        "maputnik:comment": "bridge-pedestrian-15"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["in", "class", "pedestrian"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(140, 140, 140, 1)",
        "line-width": {
          "base": 1.2,
          "stops": [[15, 1], [16, 2], [17, 3], [19, 5], [20, 6]]
        },
        "line-translate": [0, 0],
        "line-opacity": 1
      }
    },
    {
      "id": "bridge-pedestrian",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849334699.1902",
        "maputnik:comment": "bridge-pedestrian-11-15"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["in", "class", "pedestrian"]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(239,244,229,255)",
        "line-opacity": 1,
        "line-width": {"base": 1.2, "stops": [[15, 1], [20, 5]]},
        "line-translate": [0, 0]
      }
    },
    {
      "id": "bridge-cami-casing",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849334699.1902",
        "maputnik:comment": "bridge-vial4-casing"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": ["all", ["==", "brunnel", "bridge"], ["in", "class", "minor"]],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(161, 161, 161, 1)",
        "line-width": {
          "base": 1.2,
          "stops": [[15, 2.5], [16, 3.5], [17, 4.5], [19, 6.5]]
        },
        "line-translate": [0, 0],
        "line-opacity": 1
      }
    },
    {
      "id": "bridge-cami",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849334699.1902",
        "maputnik:comment": "bridge-vial4"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": ["all", ["==", "brunnel", "bridge"], ["in", "class", "minor"]],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(234,239,225,255)",
        "line-width": {"base": 1.2, "stops": [[14, 1.4], [20, 5]]},
        "line-translate": [0, 0],
        "line-opacity": 1
      }
    },
    {
      "id": "bridge-xarxalocal-casing",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849334699.1902",
        "maputnik:comment": "bridge-tertiary-casing"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["in", "class", "tertiary", "tertiary_link"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "bevel",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(141, 141, 141, 1)",
        "line-width": {"stops": [[14, 1.8], [17, 4.2], [20, 6.5]]},
        "line-opacity": 1
      }
    },
    {
      "id": "bridge-xarxalocal",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 8,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["in", "class", "tertiary", "tertiary_link"]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#f1d67d",
        "line-width": {"base": 1.2, "stops": [[9, 0.5], [14, 2], [20, 6]]}
      }
    },
    {
      "id": "bridge-xarxacomarcal-casing",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["in", "class", "secondary", "secondary_link"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "bevel",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(141, 141, 141, 1)",
        "line-width": {"stops": [[14, 2.5], [17, 5.3], [20, 9]]},
        "line-opacity": 1
      }
    },
    {
      "id": "bridge-xarxacomarcal",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849334699.1902",
        "maputnik:comment": "bridge-secondary"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 8,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["in", "class", "secondary", "secondary_link"]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "#ebc571",
        "line-width": {"base": 1.2, "stops": [[9, 0.8], [14, 2.5], [20, 8]]}
      }
    },
    {
      "id": "bridge-xarxabasica-primary-casing",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849334699.1902",
        "maputnik:comment": "bridge-primary-casing"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["in", "class", "primary", "trunk", "primary_link"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "bevel",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(121, 121, 121, 1)",
        "line-width": {"stops": [[14, 3.2], [17, 7.5], [20, 15]]},
        "line-opacity": 1
      }
    },
    {
      "id": "bridge-xarxabasica-primary",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849334699.1902",
        "maputnik:comment": "bridge-primary-casing"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 9,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["in", "class", "primary", "trunk", "primary_link"]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": {
          "stops": [
            [6, "#f6b14b"],
            [11, "#f6b14b"],
            [16, "rgba(233,211,169,255)"]
          ]
        },
        "line-width": {
          "base": 1.2,
          "stops": [[9, 0.8], [10, 1.2], [14, 2.5], [20, 14]]
        },
        "line-offset": 0
      }
    },
    {
      "id": "bridge-xarxabasica-casing",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["in", "class", "motorway", "motorway_link"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "bevel",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(121, 121, 121, 1)",
        "line-width": {"stops": [[14, 2.5], [17, 7], [20, 14.5]]},
        "line-opacity": 1
      }
    },
    {
      "id": "bridge-xarxabasica",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 9,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["in", "class", "motorway", "motorway_link"]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": {
          "stops": [
            [6, "#f6b14b"],
            [11, "#f6b14b"],
            [16, "rgba(233,211,169,255)"]
          ]
        },
        "line-width": {
          "base": 1.2,
          "stops": [
            [9, 0.8],
            [10, 2.3],
            [11, 2.8],
            [11.9, 2.8],
            [12, 2],
            [14, 2.5],
            [20, 14]
          ]
        },
        "line-offset": 0
      }
    },
    {
      "id": "bridge-xarxabasica-blanc",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849334699.1902",
        "maputnik:comment": "bridge-primary"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 9.5,
      "maxzoom": 12,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["in", "class", "motorway", "motorway_link"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(255, 255, 255, 1)",
        "line-width": {"stops": [[9, 0.05], [10, 0.2]]},
        "line-opacity": 1
      }
    },
    {
      "id": "bridge-railway-highspeed-casing2",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849334699.1902",
        "maputnik:comment": "bridge-railway-highspeed_12-24"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["==", "class", "rail"],
        ["==", "highspeed", "yes"],
        ["!has", "subclass"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(242,240,237,255)",
        "line-width": {"base": 1.4, "stops": [[12.5, 1], [15, 5], [20, 8]]},
        "line-offset": 0,
        "line-translate": [0, 0],
        "line-opacity": 1
      }
    },
    {
      "id": "bridge-railway-highspeed-casing",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849334699.1902",
        "maputnik:comment": "bridge-railway-highspeed-hatching_7-12"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["==", "class", "rail"],
        ["==", "highspeed", "yes"],
        ["!has", "subclass"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "#a3a39b",
        "line-width": {"base": 1.4, "stops": [[12.5, 0.3], [15, 0.7], [20, 1]]},
        "line-offset": 0,
        "line-translate": [0, 0],
        "line-gap-width": {"stops": [[12, 2.5], [15, 4], [17, 5]]},
        "line-opacity": 1
      }
    },
    {
      "id": "bridge-railway-highspeed",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849334699.1902",
        "maputnik:comment": "bridge-railway-highspeed_7-12"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 9,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["==", "class", "rail"],
        ["==", "highspeed", "yes"],
        ["!has", "subclass"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": {"stops": [[9, "#bcbeb1"], [17, "#a3a39b"]]},
        "line-width": {"stops": [[9, 1], [14, 1.24], [17, 1.8]]},
        "line-translate-anchor": "map",
        "line-opacity": 1
      }
    },
    {
      "id": "bridge-railway-casing2",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849334699.1902",
        "maputnik:comment": "bridge-railway_12-24-hatching"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["==", "class", "rail"],
        ["!has", "subclass"],
        ["!=", "highspeed", "yes"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(242,240,237,255)",
        "line-width": {"base": 1.4, "stops": [[12.5, 1], [15, 5], [20, 8]]},
        "line-offset": 0,
        "line-translate": [0, 0],
        "line-opacity": 1
      }
    },
    {
      "id": "bridge-railway-casing",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849334699.1902",
        "maputnik:comment": "bridge-railway_12-24-casing"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["==", "class", "rail"],
        ["!has", "subclass"],
        ["!=", "highspeed", "yes"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "#a3a39b",
        "line-width": {"base": 1.4, "stops": [[12.5, 0.3], [15, 0.7], [20, 1]]},
        "line-offset": 0,
        "line-translate": [0, 0],
        "line-gap-width": {"stops": [[12, 2.5], [15, 4], [17, 5]]},
        "line-opacity": 1
      }
    },
    {
      "id": "bridge-railway",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849334699.1902",
        "maputnik:comment": "bridge-railway_12-24"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 9,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["==", "class", "rail"],
        ["!has", "subclass"],
        ["!=", "highspeed", "yes"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": {"stops": [[9, "#bcbeb1"], [17, "#a3a39b"]]},
        "line-width": {"stops": [[9, 1], [14, 1.24], [17, 1.8]]},
        "line-translate-anchor": "map",
        "line-opacity": 1
      }
    },
    {
      "id": "bridge-railway-other",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["==", "class", "rail"],
        ["!has", "highspeed"],
        [
          "in",
          "subclass",
          "gondola",
          "chair_lift",
          "drag_lift",
          "cable_car",
          "magicCarpet",
          "betline"
        ]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": {"stops": [[9, "#bcbeb1"], [17, "#a3a39b"]]},
        "line-width": 1.24,
        "line-dasharray": [12.75, 4.25]
      }
    },
    {
      "id": "cablecar",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "filter": ["all", ["==", "class", "cable_car"], ["!has", "icgc_id"]],
      "layout": {"line-cap": "round", "visibility": "visible"},
      "paint": {
        "line-color": "hsl(0, 0%, 70%)",
        "line-width": {"base": 1, "stops": [[11, 1], [19, 2.5]]}
      }
    },
    {
      "id": "cablecar-dash",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "filter": [
        "all",
        ["==", "class", "cable_car"],
        ["==", "!has", "icgc_id"]
      ],
      "layout": {"line-cap": "round", "visibility": "visible"},
      "paint": {
        "line-color": "hsl(0, 0%, 70%)",
        "line-width": {"base": 1, "stops": [[11, 3], [19, 5.5]]},
        "line-dasharray": [2, 3]
      }
    },
    {
      "id": "railway-cable_car",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12.5,
      "filter": [
        "all",
        ["==", "class", "rail"],
        ["==", "subclass", "cable_car"],
        ["has", "icgc_id"]
      ],
      "layout": {"line-cap": "round", "visibility": "visible"},
      "paint": {
        "line-color": "rgba(70, 70, 70, 1)",
        "line-width": {"base": 1, "stops": [[11, 1], [19, 2.5]]}
      }
    },
    {
      "id": "boundary-admin_level_4_z3-cat",
      "type": "line",
      "metadata": {"maputnik:comment": "autonomous community boundary"},
      "source": "openmaptiles",
      "source-layer": "boundary",
      "minzoom": 3,
      "maxzoom": 7,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["!has", "minzoom"],
        ["!=", "maritime", 1],
        ["in", "admin_level", 4],
        [
          "!in",
          "icgc_id",
          12855,
          12860,
          12884,
          12886,
          12881,
          12843,
          12713,
          12856,
          12887,
          12885,
          12880
        ],
        ["!has", "name"],
        ["has", "mtc25"]
      ],
      "layout": {
        "line-join": "round",
        "line-cap": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(205, 204, 193, 1)",
        "line-width": {
          "base": 1.4,
          "stops": [[7, 2.5], [8, 5], [10, 9], [11, 20], [13, 15]]
        },
        "line-opacity": 0.5
      }
    },
    {
      "id": "boundary-land-level-other-3",
      "type": "line",
      "metadata": {"maputnik:comment": "autonomous community boundary"},
      "source": "openmaptiles",
      "source-layer": "boundary",
      "minzoom": 4,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "admin_level", 4, 5, 6],
        ["==", "$type", "LineString"],
        ["!has", "minzoom"],
        [
          "in",
          "name",
          "Comunitat Autònoma de la Comunitat Valenciana",
          "Comunitat Autònoma d'Aragó"
        ],
        ["!=", "maritime", 1],
        ["in", "icgc_id", 47488, 11865, 11691, 11695]
      ],
      "layout": {
        "line-join": "round",
        "line-cap": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(205, 204, 193, 1)",
        "line-width": {
          "base": 1.4,
          "stops": [[7, 2.5], [8, 5], [10, 9], [11, 20], [13, 15]]
        },
        "line-opacity": 0.5
      }
    },
    {
      "id": "boundary-land-level-other-2",
      "type": "line",
      "metadata": {"maputnik:comment": "autonomous community boundary"},
      "source": "openmaptiles",
      "source-layer": "boundary",
      "minzoom": 4,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "admin_level", 4, 5, 6],
        ["==", "$type", "LineString"],
        ["!has", "minzoom"],
        [
          "!in",
          "name",
          "Comunitat Autònoma de la Comunitat Valenciana",
          "Comunitat Autònoma d'Aragó",
          "Comunitat Autònoma de Catalunya"
        ],
        ["!=", "maritime", 1],
        ["!has", "mtc25"],
        ["==", "tipusua", "A"]
      ],
      "layout": {
        "line-join": "round",
        "line-cap": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(205, 204, 193, 1)",
        "line-width": {
          "base": 1.4,
          "stops": [[7, 2.5], [8, 5], [10, 9], [11, 20], [13, 15]]
        },
        "line-opacity": 0.5
      }
    },
    {
      "id": "boundary-land-level-other-cat-2",
      "type": "line",
      "metadata": {"maputnik:comment": "autonomous community boundary"},
      "source": "openmaptiles",
      "source-layer": "boundary",
      "minzoom": 4,
      "maxzoom": 6,
      "filter": [
        "all",
        ["in", "admin_level", 4, 5, 6],
        ["==", "$type", "LineString"],
        ["!has", "minzoom"],
        ["!in", "name", "Comunitat Autònoma de Catalunya"],
        ["!=", "maritime", 1],
        ["has", "name"]
      ],
      "layout": {
        "line-join": "round",
        "line-cap": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(205, 204, 193, 1)",
        "line-width": {
          "base": 1.4,
          "stops": [[7, 2.5], [8, 5], [10, 9], [11, 20], [13, 15]]
        },
        "line-opacity": 0.5
      }
    },
    {
      "id": "boundary-land-level-other-cat",
      "type": "line",
      "metadata": {"maputnik:comment": "autonomous community boundary"},
      "source": "openmaptiles",
      "source-layer": "boundary",
      "minzoom": 7,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "admin_level", 4, 5, 6],
        ["==", "$type", "LineString"],
        ["!has", "minzoom"],
        [
          "!in",
          "name",
          "Comunitat Autònoma d'Aragó",
          "Comunitat Autònoma de Catalunya"
        ],
        ["!=", "maritime", 1],
        ["has", "mtc25"]
      ],
      "layout": {
        "line-join": "round",
        "line-cap": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(205, 204, 193, 1)",
        "line-width": {
          "base": 1.4,
          "stops": [[7, 2.5], [8, 5], [10, 9], [11, 20], [13, 15]]
        },
        "line-opacity": 0.5
      }
    },
    {
      "id": "boundary-admin_level_2_ESP",
      "type": "line",
      "metadata": {
        "maputnik:comment": "international boundary.\nNómes tram Aragó, Navarra i País Basc"
      },
      "source": "openmaptiles",
      "source-layer": "boundary",
      "minzoom": 0,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "admin_level", 4, 5, 6],
        ["==", "$type", "LineString"],
        ["!has", "minzoom"],
        ["!in", "maritime", 1],
        [
          "in",
          "name",
          "Comunitat Autònoma del País Basc",
          "Comunitat Foral de Navarra",
          "Comunitat Autònoma d'Aragó"
        ],
        ["in", "icgc_id", 12683, 12691, 12703, 12737, 12735]
      ],
      "layout": {"line-join": "round", "visibility": "visible"},
      "paint": {
        "line-color": "rgba(205, 204, 193, 1)",
        "line-width": {
          "stops": [[4, 1], [7, 2.5], [8, 5], [10, 9], [11, 20], [13, 15]]
        },
        "line-opacity": 0.5
      }
    },
    {
      "id": "boundary-admin_level_2_CAT",
      "type": "line",
      "metadata": {
        "maputnik:comment": "international boundary.\nNomés Catalunya"
      },
      "source": "openmaptiles",
      "source-layer": "boundary",
      "minzoom": 0,
      "maxzoom": 7,
      "filter": [
        "all",
        ["in", "admin_level", 2],
        ["==", "$type", "LineString"],
        ["!has", "minzoom"],
        ["!=", "maritime", 1],
        ["!in", "icgc_id", 3669, 2886],
        ["!has", "mtc25"]
      ],
      "layout": {"line-join": "round", "visibility": "visible"},
      "paint": {
        "line-color": "rgba(205, 204, 193, 1)",
        "line-width": {
          "stops": [[4, 1], [7, 2.5], [8, 5], [10, 9], [11, 20], [13, 15]]
        },
        "line-opacity": 0.5
      }
    },
    {
      "id": "boundary-admin_level_2",
      "type": "line",
      "metadata": {"maputnik:comment": "international boundary.\nGeneral"},
      "source": "openmaptiles",
      "source-layer": "boundary",
      "minzoom": 0,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "admin_level", 2],
        ["==", "$type", "LineString"],
        ["!has", "minzoom"],
        ["!=", "maritime", 1],
        ["!in", "name", "Espanya", "França"],
        [
          "!in",
          "icgc_id",
          34135,
          34053,
          33514,
          33445,
          33509,
          33499,
          33485,
          33459,
          33464,
          33460,
          33486,
          33497,
          33444,
          33494,
          33518,
          33519
        ],
        ["has", "name"]
      ],
      "layout": {"line-join": "round", "visibility": "visible"},
      "paint": {
        "line-color": "rgba(205, 204, 193, 1)",
        "line-width": {
          "stops": [[4, 1], [7, 2.5], [8, 5], [10, 9], [11, 20], [13, 15]]
        },
        "line-opacity": 0.5
      }
    },
    {
      "id": "airport-label-1",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "aerodrome_label",
      "minzoom": 12,
      "filter": ["all", ["has", "iata"]],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": {"stops": [[15, 11], [17, 14]]},
        "text-font": ["FiraSansCondensed-Regular"],
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "none",
        "text-max-width": 9,
        "symbol-spacing": 80,
        "visibility": "visible",
        "icon-image": "airport_11",
        "icon-anchor": "bottom",
        "icon-offset": [0, 0],
        "text-offset": [0, 1]
      },
      "paint": {
        "text-color": "rgba(101, 101, 101, 1)",
        "text-halo-width": 1.2,
        "text-halo-color": "rgba(255, 255, 255,0.7)"
      }
    },
    {
      "id": "highway-shield-xarxalocal",
      "type": "symbol",
      "metadata": {"maputnik:comment": "highway-shield-tertiary"},
      "source": "openmaptiles",
      "source-layer": "transportation_name",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        ["<=", "ref_length", 6],
        ["==", "$type", "LineString"],
        ["!in", "network", "us-interstate", "us-highway", "us-state"],
        [">", "ref_length", 2],
        ["==", "class", "tertiary"],
        ["!has", "caixes"],
        ["has", "icgc_id"],
        ["==", "tram", "troncal"]
      ],
      "layout": {
        "text-size": 10,
        "icon-rotation-alignment": "viewport",
        "symbol-spacing": 300,
        "text-font": ["FiraSansCondensed-Regular"],
        "symbol-placement": "line",
        "text-rotation-alignment": "viewport",
        "icon-size": 1,
        "text-field": "{name}",
        "icon-text-fit": "both",
        "icon-text-fit-padding": [2, 2, 2, 2],
        "visibility": "visible"
      },
      "paint": {
        "text-color": "#686868",
        "text-halo-width": 2,
        "text-halo-color": "#f1d67d",
        "icon-color": "#000000",
        "icon-halo-color": "rgba(0, 0, 0, 0)"
      }
    },
    {
      "id": "highway-shield-xarxalocal-out-cat",
      "type": "symbol",
      "metadata": {"maputnik:comment": "highway-shield-tertiary-out-cat"},
      "source": "openmaptiles",
      "source-layer": "transportation_name",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        ["<=", "ref_length", 6],
        ["==", "$type", "LineString"],
        ["!in", "network", "us-interstate", "us-highway", "us-state"],
        [">", "ref_length", 2],
        ["==", "class", "tertiary"],
        ["!has", "caixes"],
        ["!has", "icgc_id"]
      ],
      "layout": {
        "text-size": 10,
        "icon-rotation-alignment": "viewport",
        "symbol-spacing": 300,
        "text-font": ["FiraSansCondensed-Regular"],
        "symbol-placement": "line",
        "text-rotation-alignment": "viewport",
        "icon-size": 1,
        "text-field": "{ref}",
        "icon-text-fit": "both",
        "icon-text-fit-padding": [2, 2, 2, 2],
        "visibility": "visible"
      },
      "paint": {
        "icon-color": "#000000",
        "icon-halo-color": "rgba(0, 0, 0, 0)",
        "text-color": "#686868",
        "text-halo-width": 2,
        "text-halo-color": "#f1d67d"
      }
    },
    {
      "id": "highway-shield-xarxacomarcal",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["!in", "network", "us-interstate", "us-highway", "us-state"],
        ["==", "class", "secondary"],
        ["!has", "caixes"],
        ["has", "icgc_id"],
        ["==", "tram", "troncal"]
      ],
      "layout": {
        "text-size": {"stops": [[12, 10], [14, 11]]},
        "icon-rotation-alignment": "viewport",
        "symbol-spacing": {"stops": [[6, 300], [11, 500], [15, 900]]},
        "text-font": ["FiraSansCondensed-Regular"],
        "symbol-placement": "line",
        "text-rotation-alignment": "viewport",
        "icon-size": 1,
        "text-field": "{name}",
        "icon-text-fit": "both",
        "icon-text-fit-padding": [2.5, 2.5, 2, 2.5],
        "visibility": "visible"
      },
      "paint": {
        "icon-color": "#000000",
        "icon-halo-color": "rgba(0, 0, 0, 0)",
        "text-color": "#686868",
        "text-halo-width": {"stops": [[12, 2], [14, 1.5]]},
        "text-halo-color": "#ebc571"
      }
    },
    {
      "id": "highway-shield-xarxacomarcal-out-cat",
      "type": "symbol",
      "metadata": {"maputnik:comment": "highway-shield-secondary-out-cat"},
      "source": "openmaptiles",
      "source-layer": "transportation_name",
      "minzoom": 12,
      "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": {"stops": [[12, 10], [14, 11]]},
        "icon-rotation-alignment": "viewport",
        "symbol-spacing": {"stops": [[6, 300], [11, 500], [15, 900]]},
        "text-font": ["FiraSansCondensed-Regular"],
        "symbol-placement": "line",
        "text-rotation-alignment": "viewport",
        "icon-size": 1,
        "text-field": "{ref}",
        "icon-text-fit": "both",
        "icon-text-fit-padding": [2.5, 2.5, 2, 2.5],
        "visibility": "visible"
      },
      "paint": {
        "icon-color": "#000000",
        "icon-halo-color": "rgba(0, 0, 0, 0)",
        "text-color": "#686868",
        "text-halo-color": "#ebc571",
        "text-halo-width": {"stops": [[12, 2], [14, 1.5]]}
      }
    },
    {
      "id": "highway-shield-xarxabasica",
      "type": "symbol",
      "metadata": {"maputnik:comment": "highway-shield-motorway"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["!in", "network", "us-interstate", "us-highway", "us-state"],
        ["in", "class", "motorway", "primary"],
        ["!has", "caixes"],
        ["!=", "name", "S/N"],
        ["has", "icgc_id"],
        ["has", "codi_via"],
        ["==", "tram", "troncal"]
      ],
      "layout": {
        "text-size": {"stops": [[12, 11], [14, 12]]},
        "icon-rotation-alignment": "viewport",
        "text-font": ["FiraSans-Regular"],
        "symbol-placement": "line",
        "text-rotation-alignment": "viewport",
        "icon-size": 0.95,
        "text-field": {"stops": [[6, "{codi_via}"], [10, "{codi_via}"]]},
        "icon-text-fit": "both",
        "icon-pitch-alignment": "map",
        "icon-text-fit-padding": [2, 3, 2, 3],
        "symbol-spacing": {"stops": [[6, 300], [11, 500], [15, 900]]},
        "visibility": "visible"
      },
      "paint": {
        "icon-color": "#f6b14b",
        "text-opacity": 1,
        "text-translate-anchor": "map",
        "text-halo-width": {"stops": [[12, 2], [14, 1.5]]},
        "text-halo-color": "#f6b14b",
        "text-color": "#686868"
      }
    },
    {
      "id": "highway-shield-xarxabasica-out-cat",
      "type": "symbol",
      "metadata": {"maputnik:comment": "highway-shield-motorway-out-cat"},
      "source": "openmaptiles",
      "source-layer": "transportation_name",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        ["<=", "ref_length", 6],
        ["==", "$type", "LineString"],
        ["!in", "network", "us-interstate", "us-highway", "us-state"],
        [">", "ref_length", 2],
        ["in", "class", "motorway", "primary"],
        ["!has", "caixes"],
        ["!has", "icgc_id"]
      ],
      "layout": {
        "text-size": {"stops": [[12, 11], [14, 12]]},
        "icon-rotation-alignment": "viewport",
        "text-font": ["FiraSans-Regular"],
        "symbol-placement": "line",
        "text-rotation-alignment": "viewport",
        "icon-size": 0.95,
        "text-field": {"stops": [[6, "{ref}"], [10, "{ref}"]]},
        "icon-text-fit": "both",
        "icon-pitch-alignment": "map",
        "icon-text-fit-padding": [2, 3, 2, 3],
        "symbol-spacing": {"stops": [[6, 300], [11, 500], [15, 900]]},
        "visibility": "visible"
      },
      "paint": {
        "icon-color": "#f6b14b",
        "text-color": "#686868",
        "text-opacity": 1,
        "text-halo-color": "#f6b14b",
        "text-translate-anchor": "map",
        "text-halo-width": {"stops": [[12, 2], [14, 1.5]]}
      }
    },
    {
      "id": "poi-orography-trianglestroked",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        [
          "!in",
          "name",
          "Pica d'Estats",
          "Cim de la Dou",
          "Cim de Finestrelles",
          "Roc de la Maula",
          "el Còdol Barret"
        ],
        ["==", "capa", "poi"],
        ["==", "class", "geovertex"],
        ["==", "codigeo", 0]
      ],
      "layout": {
        "text-padding": 2,
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-anchor": "right",
        "icon-image": "triangle_bn_11",
        "text-field": [
          "format",
          ["get", "name"],
          "\n",
          {
            "text-font": ["literal", ["FiraSansCondensed-SemiBold"]],
            "font-scale": 1
          },
          ["get", "ele"],
          {
            "text-font": ["literal", ["FiraSans-SemiBoldItalic"]],
            "font-scale": 0.9
          }
        ],
        "text-offset": [-0.5, 0],
        "text-max-width": 9,
        "visibility": "visible",
        "text-allow-overlap": true,
        "text-size": {"stops": [[13, 11], [15, 13], [17, 13]]},
        "icon-allow-overlap": false,
        "icon-size": {"stops": [[13, 0.8], [15, 1], [17, 1.1]]},
        "text-justify": "right"
      },
      "paint": {
        "text-halo-blur": 0.1,
        "text-halo-width": 0.2,
        "text-halo-color": "#ffffff",
        "text-color": "#555"
      }
    },
    {
      "id": "poi-orography-altimetria-geovertex-doblet",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "capa", "poi"],
        ["==", "codigeo", 50203],
        ["has", "ele"],
        ["==", "class", "geovertex"],
        [
          "in",
          "name",
          "Pic de Costa Cabirolera",
          "Tuc de Pujastó",
          "Puigpedrós",
          "Puig de Dòrria",
          "Puigmal",
          "Puig Neulós",
          "Pic de Salòria",
          "Mont-roig",
          "Gran Tuc de Colomers",
          "Pic de Certascan",
          "Pic de Sanfonts"
        ],
        ["has", "name2"]
      ],
      "layout": {
        "text-padding": 2,
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-anchor": "right",
        "icon-image": "triangle_bn_11",
        "text-field": [
          "format",
          ["get", "name"],
          "\n",
          {
            "text-font": ["literal", ["FiraSansCondensed-SemiBold"]],
            "font-scale": 1
          },
          ["concat", "(", ["get", "name2"], ")", "\n"],
          {
            "text-font": ["literal", ["FiraSansCondensed-Italic"]],
            "font-scale": 0.9
          },
          ["get", "ele"],
          {
            "text-font": ["literal", ["FiraSans-SemiBoldItalic"]],
            "font-scale": 0.9
          }
        ],
        "text-offset": [-0.5, 0],
        "text-max-width": 9,
        "visibility": "visible",
        "text-allow-overlap": false,
        "text-size": {"stops": [[13, 11], [15, 13], [17, 13]]},
        "icon-allow-overlap": false,
        "icon-size": {"stops": [[13, 0.8], [15, 1], [17, 1.1]]},
        "text-justify": "right"
      },
      "paint": {
        "text-halo-blur": 0.1,
        "text-halo-width": 0.2,
        "text-halo-color": "#ffffff",
        "text-color": "#555"
      }
    },
    {
      "id": "poi-orography-altimetria-geovertex",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "capa", "poi"],
        ["==", "codigeo", 50203],
        ["has", "ele"],
        ["==", "class", "geovertex"],
        [
          "in",
          "name",
          "Pic de Costa Cabirolera",
          "Tuc de Pujastó",
          "Puigpedrós",
          "Puig de Dòrria",
          "Puigmal",
          "Puig Neulós",
          "Pic de Salòria",
          "Mont-roig",
          "Gran Tuc de Colomers",
          "Pic de Certascan",
          "Pic de Sanfonts"
        ],
        ["!has", "name2"]
      ],
      "layout": {
        "text-padding": 2,
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-anchor": "right",
        "icon-image": "triangle_bn_11",
        "text-field": [
          "format",
          ["get", "name"],
          "\n",
          {
            "text-font": ["literal", ["FiraSansCondensed-SemiBold"]],
            "font-scale": 1
          },
          ["get", "ele"],
          {
            "text-font": ["literal", ["FiraSans-SemiBoldItalic"]],
            "font-scale": 0.9
          }
        ],
        "text-offset": [-0.5, 0],
        "text-max-width": 9,
        "visibility": "visible",
        "text-allow-overlap": false,
        "text-size": {"stops": [[13, 11], [15, 13], [17, 13]]},
        "icon-allow-overlap": false,
        "icon-size": {"stops": [[13, 0.8], [15, 1], [17, 1.1]]},
        "text-justify": "right"
      },
      "paint": {
        "text-halo-blur": 0.1,
        "text-halo-width": 0.2,
        "text-halo-color": "#ffffff",
        "text-color": "#555"
      }
    },
    {
      "id": "poi-orography-altimetria-peak",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "capa", "poi"],
        ["in", "codigeo", 50203, 50103],
        ["has", "ele"],
        ["==", "class", "peak"],
        ["!=", "icgc_id", 11450]
      ],
      "layout": {
        "text-padding": 2,
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-anchor": "right",
        "icon-image": "triangle_bn_11",
        "text-field": [
          "format",
          ["get", "name"],
          "\n",
          {
            "text-font": ["literal", ["FiraSansCondensed-SemiBold"]],
            "font-scale": 1
          },
          ["get", "ele"],
          {
            "text-font": ["literal", ["FiraSans-SemiBoldItalic"]],
            "font-scale": 0.9
          }
        ],
        "text-offset": [-0.5, 0],
        "text-max-width": 9,
        "visibility": "visible",
        "text-allow-overlap": false,
        "text-size": {"stops": [[13, 11], [15, 13], [17, 13]]},
        "icon-allow-overlap": false,
        "icon-size": {"stops": [[13, 0.8], [15, 1], [17, 1.1]]},
        "text-justify": "right"
      },
      "paint": {
        "text-halo-blur": 0.1,
        "text-halo-width": 0.2,
        "text-halo-color": "#ffffff",
        "text-color": "#555"
      }
    },
    {
      "id": "poi-xemeneia-18-24",
      "type": "circle",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "CNS03 - Construcció: /xemeneia"
      },
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 18,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "name", "xemeneia"],
        ["in", "classicgc", "circle"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "circle-radius": 6,
        "circle-stroke-color": "#A06437",
        "circle-stroke-width": 1.2,
        "circle-opacity": 0,
        "circle-stroke-opacity": 1
      }
    },
    {
      "id": "poi-riu-navegable3",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 11,
      "maxzoom": 15,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "class", "Riu navegable"],
        ["==", "icgc_id", 15252]
      ],
      "layout": {
        "text-padding": 2,
        "text-font": ["FiraSans-Regular"],
        "text-anchor": "top",
        "icon-image": "riu_navegable_2_11",
        "text-field": "",
        "text-offset": [0, 0.6],
        "text-size": 10,
        "text-max-width": 9,
        "text-allow-overlap": true,
        "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],
        "visibility": "visible"
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "#666",
        "text-halo-width": 1,
        "text-halo-color": "#ffffff"
      }
    },
    {
      "id": "place-orography-colls",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "codigeo", 50302],
        ["==", "capa", "place5m2"]
      ],
      "layout": {
        "text-size": ["*", 1.4, ["get", "fontsize"]],
        "text-font": ["FiraSans-BoldItalic"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 10,
        "visibility": "visible",
        "symbol-placement": "point",
        "symbol-spacing": 1000,
        "text-allow-overlap": true,
        "text-ignore-placement": false,
        "text-letter-spacing": 0.35,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-avoid-edges": false
      },
      "paint": {
        "text-color": "#777",
        "text-halo-width": 1,
        "text-halo-color": "rgba(255, 255, 255,0.8)"
      }
    },
    {
      "id": "place-orography-serres",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["==", "codigeo", 50102],
        ["!=", "name", "PIRINEUS"],
        ["==", "capa", "place5m2_along"]
      ],
      "layout": {
        "text-size": ["*", 1.4, ["get", "fontsize"]],
        "text-font": ["FiraSans-BoldItalic"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 10,
        "visibility": "visible",
        "symbol-placement": "line",
        "symbol-spacing": 1000,
        "text-allow-overlap": true,
        "text-ignore-placement": false,
        "text-letter-spacing": {"stops": [[15, 0.35], [16, 0.4]]},
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "symbol-z-order": "auto",
        "symbol-avoid-edges": false
      },
      "paint": {
        "text-color": "#777",
        "text-halo-width": 1,
        "text-halo-color": "rgba(255, 255, 255,0.8)"
      }
    },
    {
      "id": "place-hidronims-litoral-z12",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 12,
      "maxzoom": 13,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "codigeo", 60103, 60104],
        ["==", "capa", "tp050mp"],
        [">", "fontsize", 6]
      ],
      "layout": {
        "text-font": ["FiraSans-Italic"],
        "symbol-placement": "point",
        "text-field": "{name}",
        "text-size": ["*", 1.4, ["get", "fontsize"]],
        "text-anchor": "bottom",
        "text-letter-spacing": 0.05,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "symbol-avoid-edges": false,
        "symbol-z-order": "auto",
        "text-pitch-alignment": "auto",
        "icon-text-fit": "none",
        "text-max-width": 70,
        "text-offset": {"stops": [[12, [2, -0.2]], [16, [0, 0]]]},
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(0, 150, 255, 1)",
        "text-halo-color": "rgba(255, 255, 255,0.8)",
        "text-halo-width": 1.2
      }
    },
    {
      "id": "place-hidronims-litoral-z13",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 13,
      "maxzoom": 14,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "codigeo", 60103, 60104],
        ["==", "capa", "tp025mp"],
        [">", "fontsize", 6]
      ],
      "layout": {
        "text-font": ["FiraSans-Italic"],
        "symbol-placement": "point",
        "text-field": "{name}",
        "text-size": ["*", 1.4, ["get", "fontsize"]],
        "text-anchor": "bottom",
        "text-letter-spacing": 0.05,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "symbol-avoid-edges": false,
        "symbol-z-order": "auto",
        "text-pitch-alignment": "auto",
        "icon-text-fit": "none",
        "text-max-width": 70,
        "text-offset": {"stops": [[14, [2, -0.2]], [16, [0, 0]]]},
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(0, 150, 255, 1)",
        "text-halo-color": "rgba(255, 255, 255,0.8)",
        "text-halo-width": 1.2
      }
    },
    {
      "id": "place-hidronims-golf-badia",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "codigeo", 60103],
        ["==", "capa", "place5m2"]
      ],
      "layout": {
        "text-font": ["FiraSans-Italic"],
        "symbol-placement": "point",
        "text-field": "{name}",
        "text-anchor": "bottom",
        "text-letter-spacing": 0.05,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "symbol-avoid-edges": false,
        "symbol-z-order": "auto",
        "text-pitch-alignment": "auto",
        "icon-text-fit": "none",
        "text-max-width": 70,
        "text-offset": {"stops": [[14, [2, -1]], [16, [0, 0]]]},
        "visibility": "visible",
        "text-size": ["*", 1.4, ["get", "fontsize"]]
      },
      "paint": {
        "text-color": "rgba(0, 150, 255, 1)",
        "text-halo-color": "rgba(255, 255, 255,0.8)",
        "text-halo-width": 1.2
      }
    },
    {
      "id": "place-hidronims-cala",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "codigeo", 60104],
        ["==", "capa", "place5m2"],
        ["!=", "icgc_id", 211395]
      ],
      "layout": {
        "text-letter-spacing": 0.01,
        "text-size": ["*", 1.4, ["get", "fontsize"]],
        "text-font": ["FiraSans-Italic"],
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "none",
        "icon-allow-overlap": true,
        "text-anchor": "left",
        "text-justify": "left",
        "text-offset": {"base": 1, "stops": [[14, [-1, 0]], [16, [0, 0]]]},
        "text-max-width": 10,
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(0, 150, 255, 1)",
        "text-halo-width": 1.2,
        "text-halo-color": "rgba(255, 255, 255,0.8)"
      }
    },
    {
      "id": "place-equipaments-15-16",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "place-religios"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 15,
      "maxzoom": 16,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        [
          "in",
          "codigeo",
          40101,
          40204,
          40302,
          40401,
          40402,
          40601,
          40702,
          40703,
          40705,
          40804,
          40805,
          40809,
          40820,
          40903,
          40905,
          41102
        ],
        ["<", "rank", 12],
        ["==", "capa", "place5m2"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": 12,
        "text-font": ["FiraSans-Italic"],
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "none",
        "text-max-width": 9,
        "symbol-spacing": 80,
        "icon-rotation-alignment": "auto",
        "icon-text-fit": "none",
        "text-anchor": "bottom-left",
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(101, 101, 101, 1)",
        "text-halo-width": 1.2,
        "text-halo-color": "rgba(255, 255, 255,0.7)"
      }
    },
    {
      "id": "place-equipaments-16",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 16,
      "maxzoom": 24,
      "filter": [
        "all",
        [
          "in",
          "codigeo",
          40101,
          40204,
          40302,
          40401,
          40402,
          40502,
          40505,
          40601,
          40702,
          40703,
          40705,
          40804,
          40805,
          40809,
          40820,
          40903,
          40905,
          41102
        ],
        ["==", "capa", "place5m2"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": {"stops": [[15, 10], [17, 12.5]]},
        "text-font": ["FiraSans-Italic"],
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "none",
        "text-max-width": 7,
        "symbol-spacing": 80,
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(101, 101, 101, 1)",
        "text-halo-width": 1.2,
        "text-halo-color": "rgba(255, 255, 255,0.7)"
      }
    },
    {
      "id": "place-litoral-z12",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Cap, punta, arxipèlag, illa"
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 12,
      "maxzoom": 13,
      "filter": [
        "all",
        ["in", "codigeo", 51001, 51002, 51007],
        ["==", "capa", "tp050mp"],
        [">", "fontsize", 6]
      ],
      "layout": {
        "text-size": ["*", 1.4, ["get", "fontsize"]],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 90,
        "symbol-placement": "point",
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-letter-spacing": 0.05,
        "text-offset": [1.5, -0.1],
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(90, 86, 86, 1)",
        "text-halo-width": 1.2,
        "text-halo-color": "rgba(255, 255, 255,0.8)"
      }
    },
    {
      "id": "place-litoral-z13",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Cap, punta, arxipèlag, illa"
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 13,
      "maxzoom": 14,
      "filter": [
        "all",
        ["in", "codigeo", 51001, 51002, 51007],
        ["==", "capa", "tp025mp"],
        [">", "fontsize", 6],
        ["!=", "icgc_id", 54471]
      ],
      "layout": {
        "text-size": ["*", 1.4, ["get", "fontsize"]],
        "text-font": ["FiraSans-BoldItalic"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 90,
        "symbol-placement": "point",
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-letter-spacing": 0.05,
        "visibility": "visible",
        "text-anchor": "center",
        "text-offset": [1, 0]
      },
      "paint": {
        "text-color": "rgba(90, 86, 86, 1)",
        "text-halo-width": 1.2,
        "text-halo-color": "rgba(255, 255, 255,0.8)"
      }
    },
    {
      "id": "place-litoral-z14",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Cap, punta, arxipèlag, illa"
      },
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "codigeo", 51001, 51002, 51007],
        ["!in", "icgc_zoom", 11, 10],
        ["==", "capa", "place5m2"]
      ],
      "layout": {
        "text-size": ["*", 1.4, ["get", "fontsize"]],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 90,
        "symbol-placement": "point",
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-letter-spacing": 0.05,
        "text-offset": [1.5, -0.1],
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(90, 86, 86, 1)",
        "text-halo-width": 1.2,
        "text-halo-color": "rgba(255, 255, 255,0.8)"
      }
    },
    {
      "id": "place-litoral-platja",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": ["all", ["==", "codigeo", 51008], ["==", "capa", "place5m2"]],
      "layout": {
        "text-size": 10,
        "text-font": ["FiraSans-Italic"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 90,
        "symbol-placement": "point",
        "symbol-spacing": 10000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-letter-spacing": 0.1,
        "text-offset": [5, -0.1],
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(90, 86, 86, 1)",
        "text-halo-width": 1.2,
        "text-halo-color": "rgba(255, 255, 255,0.8)"
      }
    },
    {
      "id": "place-relleu-costa-falda",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "codigeo", 50701],
        ["==", "capa", "place5m2_along"]
      ],
      "layout": {
        "text-size": ["*", 1.4, ["get", "fontsize"]],
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 9,
        "symbol-placement": "line-center",
        "symbol-spacing": 10000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-letter-spacing": {"stops": [[11, 0.25], [12, 0.15]]},
        "visibility": "visible"
      },
      "paint": {
        "text-color": "#777",
        "text-halo-width": 1,
        "text-halo-color": "rgba(255, 255, 255,0.8)"
      }
    },
    {
      "id": "place-port-z12",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "codigeo", 30304],
        ["==", "capa", "place5m2"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": ["*", 2, ["get", "fontsize"]],
        "text-font": ["FiraSans-Light"],
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "none",
        "text-max-width": 9,
        "symbol-spacing": 80,
        "text-anchor": "top",
        "text-justify": "left",
        "icon-keep-upright": false,
        "icon-anchor": "bottom",
        "icon-pitch-alignment": "auto",
        "icon-text-fit": "none",
        "icon-rotation-alignment": "auto",
        "icon-optional": false,
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(101, 101, 101, 1)",
        "text-halo-color": "rgba(255, 255, 255,0.7)",
        "text-halo-width": 0.8
      }
    },
    {
      "id": "place-isolated",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "class", "isolated_dwelling"],
        ["==", "codigeo", 10301],
        ["!has", "zoom"],
        ["!=", "name", "Ajuntament"],
        ["==", "capa", "place5m2"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": {"stops": [[15, 11], [17, 14]]},
        "text-font": ["FiraSansCondensed-Regular"],
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "none",
        "text-max-width": 9,
        "symbol-spacing": 80,
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(101, 101, 101, 1)",
        "text-halo-width": 1.2,
        "text-halo-color": "rgba(255, 255, 255,0.7)"
      }
    },
    {
      "id": "highway-name-pedestrian",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 17,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["in", "class", "pedestrian"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": 8.5,
        "text-font": ["FiraSans-Regular"],
        "text-field": "{name}{name:nonlatin}",
        "text-transform": "none",
        "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,
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(66, 66, 66, 1)",
        "text-halo-color": "rgba(255, 255, 255,0.7)",
        "text-halo-width": 1.5
      }
    },
    {
      "id": "highway-minor-square-2",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "places del carrerer"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 16,
      "maxzoom": 24,
      "filter": ["all", ["==", "$type", "Point"], ["==", "class", "square"]],
      "layout": {
        "text-size": {"stops": [[15, 8], [17, 9.5]]},
        "text-font": ["FiraSans-Regular"],
        "text-field": "{name}{name:nonlatin}",
        "text-transform": "none",
        "text-max-width": 7,
        "text-justify": "center",
        "text-anchor": {"stops": [[15, "top"], [17, "center"]]},
        "icon-anchor": "bottom",
        "symbol-spacing": 80,
        "visibility": "visible"
      },
      "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": "highway-name-minor",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 16,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["in", "class", "minor"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": {"stops": [[16, 7.5], [17, 9.2]]},
        "text-font": ["FiraSans-Regular"],
        "text-field": "{name}{name:nonlatin}",
        "text-transform": "none",
        "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]]},
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(66, 66, 66, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255,0.7)"
      }
    },
    {
      "id": "poi-esqui-13",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "poi",
      "minzoom": 13,
      "maxzoom": 20,
      "filter": ["all", ["==", "classicgc", "estacio_esqui"]],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": 10,
        "text-font": ["FiraSans-Regular"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible",
        "text-justify": "center",
        "text-anchor": "top",
        "icon-anchor": "bottom",
        "icon-size": 0.8,
        "icon-image": "estacio_esqui_11"
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(80, 80, 80, 1)",
        "text-halo-width": 0.2,
        "text-halo-color": "rgba(255, 255, 255,0.7)"
      }
    },
    {
      "id": "place-other",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "zooms 14 a 24"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "class", "other"],
        ["==", "capa", "place5m2"],
        ["!=", "codigeo", 21600]
      ],
      "layout": {
        "text-letter-spacing": 0.1,
        "text-size": {"base": 1.2, "stops": [[12, 10], [15, 11]]},
        "text-font": ["FiraSans-Italic"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible"
      },
      "paint": {
        "text-color": "#666",
        "text-halo-width": 1.2,
        "text-halo-color": "rgba(255, 255, 255,0.8)"
      }
    },
    {
      "id": "place-other-neighbourhood",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 12,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "class", "neighbourhood"],
        ["!has", "icgc_zoom"],
        ["!has", "zoom"],
        ["==", "capa", "place5m2"],
        ["!=", "icgc_id", 209766]
      ],
      "layout": {
        "text-font": ["FiraSans-SemiBoldItalic"],
        "text-size": {"stops": [[12, 12], [14.9, 16], [15, 18]]},
        "text-field": "{name:latin}",
        "text-max-width": {"stops": [[10, 5], [15, 8], [18, 12]]},
        "text-allow-overlap": false,
        "text-anchor": "center",
        "text-justify": "center",
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(121, 121, 121, 1)",
        "text-halo-width": 1.2,
        "text-halo-color": "rgba(255, 255, 255,0.8)"
      }
    },
    {
      "id": "place-poligons-industrials",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "place-other-serveis"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "codigeo", 21600],
        ["==", "capa", "place5m2"]
      ],
      "layout": {
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-size": {"stops": [[14, 13], [15, 16], [17, 18]]},
        "text-field": "{name:latin}",
        "text-max-width": {"stops": [[10, 5], [15, 8], [18, 12]]},
        "text-allow-overlap": false,
        "text-anchor": "center",
        "text-justify": "center",
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(121, 121, 121, 1)",
        "text-halo-width": 1.2,
        "text-halo-color": "rgba(255, 255, 255,0.8)"
      }
    },
    {
      "id": "place-altres-industries",
      "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"],
        ["==", "codigeo", 21700],
        ["!has", "icgc_zoom"],
        ["!has", "zoom"],
        ["==", "capa", "place5m2"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": {"stops": [[15, 11.5], [17, 15.5]]},
        "text-font": ["FiraSans-Italic"],
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "none",
        "text-max-width": 9,
        "icon-anchor": "center",
        "symbol-spacing": 80,
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(101, 101, 101, 1)",
        "text-halo-width": 1.2,
        "text-halo-color": "rgba(255, 255, 255,0.8)"
      }
    },
    {
      "id": "place-village_icgc_12_1",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 12,
      "maxzoom": 14,
      "filter": [
        "all",
        ["==", "class", "village"],
        ["!in", "codigeo", 1, 10104],
        ["!has", "icgc_zoom"],
        ["!has", "zoom"],
        ["<", "rank", 10],
        ["==", "capa", "place5m2"],
        ["!in", "icgc_id", 186450]
      ],
      "layout": {
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-size": {"stops": [[12, 13.5], [14.9, 16.5], [15, 19]]},
        "text-field": "{name:latin}",
        "text-max-width": {"stops": [[10, 5], [15, 8], [18, 12]]},
        "text-allow-overlap": false,
        "text-anchor": "center",
        "text-justify": "center",
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(121, 121, 121, 1)",
        "text-halo-width": 1.2,
        "text-halo-color": "rgba(255, 255, 255,0.8)"
      }
    },
    {
      "id": "place-village_icgc_12_2",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 12,
      "maxzoom": 14,
      "filter": [
        "all",
        ["==", "class", "village"],
        ["==", "codigeo", 10104],
        ["!has", "icgc_zoom"],
        ["!has", "zoom"],
        ["<", "rank", 10]
      ],
      "layout": {
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-size": {"stops": [[12, 13.5], [14.9, 16.5], [15, 19]]},
        "text-field": "{name:latin}",
        "text-max-width": {"stops": [[10, 5], [15, 8], [18, 12]]},
        "text-allow-overlap": false,
        "text-anchor": "center",
        "text-justify": "center",
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(121, 121, 121, 1)",
        "text-halo-width": 1.2,
        "text-halo-color": "rgba(255, 255, 255,0.8)"
      }
    },
    {
      "id": "place-village_icgc_14_1",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "class", "village"],
        ["!in", "codigeo", 1, 10104],
        ["!has", "icgc_zoom"],
        ["!has", "zoom"],
        ["==", "capa", "place5m2"],
        ["!in", "icgc_id", 186450]
      ],
      "layout": {
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-size": {"stops": [[12, 12], [14.9, 16], [15, 18]]},
        "text-field": "{name:latin}",
        "text-max-width": {"stops": [[10, 5], [15, 8], [18, 12]]},
        "text-allow-overlap": false,
        "text-anchor": "center",
        "text-justify": "center",
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(121, 121, 121, 1)",
        "text-halo-width": 1.2,
        "text-halo-color": "rgba(255, 255, 255,0.8)"
      }
    },
    {
      "id": "place-village_icgc_14_2",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "class", "village"],
        ["==", "codigeo", 10104],
        ["!has", "icgc_zoom"],
        ["!has", "zoom"],
        ["==", "capa", "place5m2"],
        ["!in", "icgc_id", 177053, 177055]
      ],
      "layout": {
        "text-font": ["FiraSansCondensed-Regular"],
        "text-size": {"stops": [[12, 14], [14.9, 18], [15, 21]]},
        "text-field": "{name:latin}",
        "text-max-width": {"stops": [[10, 5], [15, 8], [18, 12]]},
        "text-allow-overlap": false,
        "text-anchor": "center",
        "text-justify": "center",
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-width": 1.2,
        "text-halo-color": "rgba(255, 255, 255,0.8)"
      }
    },
    {
      "id": "place-town-250_ca_es",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "ciutat oms"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 9,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "outcat", 1],
        ["==", "codigeo", 10000],
        ["has", "name_ca"],
        ["has", "name_es"],
        ["==", "capa", "toponimia250mp"]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 1},
          "\n",
          "(",
          ["concat", ["get", "name_es"]],
          ")",
          {
            "font-scale": 0.8,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-SemiBold"]]
          }
        ],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {
          "stops": [[9, 11], [10, 11], [10.1, 13], [12, 14], [14, 23]]
        },
        "text-allow-overlap": false,
        "text-max-width": 8,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "left",
        "text-anchor": "left",
        "text-offset": [0.1, 0.1],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-width": 1,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 1,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-town-250_ca",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "ciutat oms"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 9,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "outcat", 1],
        ["==", "codigeo", 10000],
        ["has", "name_ca"],
        ["!has", "name_es"],
        ["==", "capa", "toponimia250mp"],
        ["!=", "icgc_id", 1767]
      ],
      "layout": {
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {
          "stops": [[9, 10], [10, 10], [10.1, 13], [12, 14], [14, 23]]
        },
        "text-allow-overlap": false,
        "text-max-width": 8,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "left",
        "text-anchor": "left",
        "text-offset": [0.1, 0.1],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-width": 1,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 1,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-city-z9-outcat",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "ciutat oms"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 9,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "capa", "toponimia250mp"],
        ["==", "outcat", 1],
        ["in", "codigeo", 10000, 10100],
        [
          "in",
          "name",
          "Sent Lari",
          "Sèish",
          "Banhères de Luishon",
          "Coflens",
          "Aulús",
          "Tarascon",
          "Acs",
          "Queragut",
          "Quilhan",
          "Atsat"
        ]
      ],
      "layout": {
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {
          "stops": [[9, 10], [10, 10], [10.1, 13], [12, 14], [14, 23]]
        },
        "text-allow-overlap": false,
        "text-max-width": 8,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "left",
        "text-anchor": "left",
        "text-offset": [0.1, 0.1],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-width": 1,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 1,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-city-z10_icgc-no-muni",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "class", "city"],
        ["==", "tipuscap", "M"],
        ["==", "muni", "NO"],
        ["==", "capa", "place_div_admin"]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name"],
          "\n",
          "(",
          {
            "text-font": ["literal", ["FiraSansCondensed-Italic"]],
            "font-scale": 0.85
          },
          ["get", "nommuni"],
          {
            "text-font": ["literal", ["FiraSansCondensed-Italic"]],
            "font-scale": 0.85
          },
          ")",
          {
            "text-font": ["literal", ["FiraSansCondensed-Italic"]],
            "font-scale": 0.85
          }
        ],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[10, 12], [12, 14], [14, 23]]},
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "auto",
        "text-anchor": "left",
        "text-offset": [0.1, 0.1],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-transform": {"stops": [[6, "none"], [15, "none"]]},
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-width": 1,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 1,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-city-z10_icgc-muni-SFB-copy",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": ["all", ["==", "capa", "place5m2"], ["==", "icgc_id", 166451]],
      "layout": {
        "text-field": "Sant Feliu de Buixalleu",
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[10, 12], [12, 14], [14, 23]]},
        "text-allow-overlap": false,
        "text-max-width": {"stops": [[12, 8], [17, 10]]},
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": {"stops": [[10, "center"], [17, "center"]]},
        "text-anchor": {"stops": [[10, "left"], [17, "center"]]},
        "text-offset": [0.1, 0.1],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-transform": {"stops": [[6, "none"], [15, "none"]]},
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-width": 1,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 1,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-city-z10_icgc-muni-SFB",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 10,
      "maxzoom": 13,
      "filter": [
        "all",
        ["!in", "capa", "place_div_admin", "place_municipis_centroide"],
        ["==", "name", "Sant Feliu de Buixalleu"]
      ],
      "layout": {
        "text-field": "{name:latin}",
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[10, 12], [12, 14], [14, 23]]},
        "text-allow-overlap": false,
        "text-max-width": {"stops": [[12, 8], [17, 10]]},
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": {"stops": [[10, "center"], [17, "center"]]},
        "text-anchor": {"stops": [[10, "left"], [17, "center"]]},
        "text-offset": [0.1, 0.1],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-transform": {"stops": [[6, "none"], [15, "none"]]},
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-width": 1,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 1,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-city-z10_icgc-muni",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "class", "city"],
        ["==", "tipuscap", "M"],
        ["==", "muni", "SI"],
        ["==", "capa", "place_div_admin"],
        ["!=", "name", "Sant Feliu de Buixalleu"]
      ],
      "layout": {
        "text-field": "{name:latin}",
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[10, 12], [12, 14], [14, 23]]},
        "text-allow-overlap": false,
        "text-max-width": {"stops": [[12, 8], [17, 10]]},
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": {"stops": [[10, "center"], [17, "center"]]},
        "text-anchor": {"stops": [[10, "left"], [17, "center"]]},
        "text-offset": [0.1, 0.1],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-transform": {"stops": [[6, "none"], [15, "none"]]},
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-width": 1,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 1,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-city-z8_icgc",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 9,
      "maxzoom": 10,
      "filter": [
        "all",
        ["==", "class", "city"],
        ["==", "rank", 6],
        ["==", "capa", "place_div_admin"]
      ],
      "layout": {
        "text-field": "{name:latin}",
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[8, 10], [11, 10], [15, 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": "left",
        "text-offset": [0.1, 0.1],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-width": 1,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 1,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-city-z7-capcomar-bottom-left",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 7,
      "maxzoom": 24,
      "filter": [
        "all",
        [
          "!in",
          "name",
          "Lleida",
          "Tarragona",
          "Barcelona",
          "Girona",
          "Gandesa",
          "Sabadell",
          "Santa Coloma de Farners",
          "Móra d'Ebre",
          "Gandesa",
          "Igualada",
          "Montblanc",
          "Vilafranca del Penedès",
          "Vilanova i la Geltrú",
          "Valls",
          "Terrassa",
          "Sant Feliu de Llobregat",
          "Mollerussa",
          "el Vendrell",
          "Tàrrega",
          "Vielha"
        ],
        ["==", "outcat", 1],
        ["==", "capa", "toponimia250mp"],
        ["==", "tipuscap", "C"]
      ],
      "layout": {
        "text-field": "{name:latin}",
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[9, 15], [12, 20], [14, 22]]},
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "left",
        "text-anchor": "left",
        "text-offset": [0.3, 0.3],
        "text-font": ["FiraSans-Bold"],
        "text-transform": {"stops": [[6, "none"], [12, "uppercase"]]},
        "text-max-width": 7,
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-width": 1,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 1,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-city-z7-capcomar-bottom-right",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 7,
      "maxzoom": 9,
      "filter": [
        "all",
        ["in", "class", "city"],
        [
          "!in",
          "name",
          "Girona",
          "Lleida",
          "Tarragona",
          "Vielha",
          "Manresa",
          "Figueres",
          "la Seu d'Urgell",
          "Tortosa",
          "Vic",
          "Mataró",
          "Cervera",
          "Sant Pau de Fenollet",
          "Vilanova i la Geltrú",
          "Barcelona"
        ],
        ["==", "tipuscap", "C"],
        ["!=", "outcat", 1],
        ["in", "name", "Prats de Lluçanès"],
        ["==", "capa", "place_div_admin"]
      ],
      "layout": {
        "text-field": "{name:latin}",
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[8, 11], [11, 11], [15, 20]]},
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "right",
        "text-anchor": "bottom",
        "text-offset": [0.3, 0.3],
        "text-font": ["FiraSans-Bold"],
        "text-transform": {"stops": [[6, "none"], [12, "uppercase"]]},
        "text-max-width": 7,
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-width": 1,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 1,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-city-z7-capcomar-right",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 7,
      "maxzoom": 9,
      "filter": [
        "all",
        ["in", "class", "city"],
        [
          "!in",
          "name",
          "Girona",
          "Lleida",
          "Tarragona",
          "Vielha",
          "Manresa",
          "Figueres",
          "la Seu d'Urgell",
          "Tortosa",
          "Vic",
          "Mataró",
          "Cervera",
          "Sant Pau de Fenollet",
          "Vilanova i la Geltrú",
          "Barcelona"
        ],
        ["==", "tipuscap", "C"],
        ["!=", "outcat", 1],
        [
          "in",
          "name",
          "Berga",
          "Sant Feliu de Llobregat",
          "Mollerussa",
          "Tàrrega",
          "el Pont de Suert",
          "Terrassa",
          "Montblanc",
          "Reus",
          "Gandesa",
          "el Vendrell",
          "Valls",
          "Vilafranca del Penedès"
        ],
        ["==", "capa", "place_div_admin"]
      ],
      "layout": {
        "text-field": "{name:latin}",
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[8, 11], [11, 11], [15, 20]]},
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "right",
        "text-anchor": "right",
        "text-offset": [0.3, 0.3],
        "text-font": ["FiraSans-Bold"],
        "text-transform": {"stops": [[6, "none"], [12, "uppercase"]]},
        "text-max-width": 7,
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-width": 1,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 1,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-city-z7-capcomar-left",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 7,
      "maxzoom": 9,
      "filter": [
        "all",
        ["in", "class", "city"],
        ["!in", "name", "Sant Pau de Fenollet"],
        ["==", "tipuscap", "C"],
        ["!=", "outcat", 1],
        [
          "!in",
          "name",
          "Berga",
          "Prats de Lluçanès",
          "Sant Feliu de Llobregat",
          "Mollerussa",
          "Tàrrega",
          "el Pont de Suert",
          "Terrassa",
          "Montblanc",
          "Reus",
          "Gandesa",
          "el Vendrell",
          "Valls",
          "Vilafranca del Penedès"
        ],
        ["==", "capa", "place_div_admin"]
      ],
      "layout": {
        "text-field": "{name:latin}",
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[8, 11], [11, 11], [15, 20]]},
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "left",
        "text-anchor": "left",
        "text-offset": [0.3, 0.3],
        "text-font": ["FiraSans-Bold"],
        "text-transform": {"stops": [[6, "none"], [12, "uppercase"]]},
        "text-max-width": 7,
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-width": 1,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 1,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-city-z6_icgc",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "Capitals de vegueria i altres ciutats importants"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 6,
      "maxzoom": 7,
      "filter": [
        "all",
        [
          "in",
          "name",
          "Lleida",
          "Girona",
          "Tarragona",
          "Vielha",
          "Manresa",
          "Figueres",
          "la Seu d'Urgell",
          "Tortosa",
          "Vic",
          "Mataró",
          "Cervera"
        ],
        ["==", "class", "city"],
        ["==", "capa", "place_div_admin"]
      ],
      "layout": {
        "text-field": "{name:latin}",
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[8, 11], [11, 11], [15, 20]]},
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "left",
        "text-anchor": "left",
        "text-offset": [0.3, 0.3],
        "text-font": {
          "base": 1,
          "stops": [
            [7, ["FiraSansCondensed-Bold"]],
            [8, ["FiraSansCondensed-Regular"]],
            [12, ["FiraSans-Bold"]]
          ]
        },
        "text-transform": {"stops": [[6, "none"], [12, "uppercase"]]},
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-width": 1,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 1,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-city-z10-capcomar-vielha",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "class", "city"],
        ["==", "tipuscap", "C"],
        ["!=", "outcat", 1],
        ["==", "name", "Vielha"],
        ["==", "capa", "place_div_admin"]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name"],
          "\n",
          "(",
          {
            "text-font": ["literal", ["FiraSansCondensed-Italic"]],
            "font-scale": 0.85
          },
          ["get", "nommuni"],
          {
            "text-font": ["literal", ["FiraSansCondensed-Italic"]],
            "font-scale": 0.85
          },
          ")",
          {
            "text-font": ["literal", ["FiraSansCondensed-Italic"]],
            "font-scale": 0.85
          }
        ],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[7, 12], [9, 17], [12, 20], [14, 22]]},
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "left",
        "text-anchor": "left",
        "text-offset": [0.3, 0.3],
        "text-font": ["FiraSans-Bold"],
        "text-transform": {"stops": [[6, "none"], [12, "uppercase"]]},
        "text-max-width": 9,
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-width": 1,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 1,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-city-z9-capcomar-vielha",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 9,
      "maxzoom": 10,
      "filter": [
        "all",
        ["in", "class", "city"],
        ["==", "tipuscap", "C"],
        ["!=", "outcat", 1],
        ["==", "name", "Vielha"],
        ["==", "capa", "place_div_admin"]
      ],
      "layout": {
        "text-field": "{name:latin}",
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[7, 12], [9, 17], [12, 20], [14, 22]]},
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "center",
        "text-anchor": "left",
        "text-offset": [0.3, 0.3],
        "text-font": ["FiraSans-Bold"],
        "text-transform": {"stops": [[6, "none"], [12, "uppercase"]]},
        "text-max-width": 7,
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-width": 1,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 1,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-city-z9-capcomar",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 9,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "class", "city"],
        ["==", "tipuscap", "C"],
        ["!=", "outcat", 1],
        ["!=", "name", "Vielha"],
        ["==", "capa", "place_div_admin"]
      ],
      "layout": {
        "text-field": "{name:latin}",
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[9, 15], [12, 20], [14, 22]]},
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "left",
        "text-anchor": "left",
        "text-offset": [0.3, 0.3],
        "text-font": ["FiraSans-Bold"],
        "text-transform": {"stops": [[6, "none"], [12, "uppercase"]]},
        "text-max-width": 7,
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-width": 1,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 1,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-city-bcn_icgc",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 5,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "name", "Barcelona"],
        ["==", "class", "city"],
        ["==", "capa", "place_div_admin"]
      ],
      "layout": {
        "text-font": ["FiraSans-Bold"],
        "text-field": "{name:latin}",
        "text-size": {"stops": [[7, 15], [9, 19], [12, 23], [14, 24]]},
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "left",
        "text-anchor": "left",
        "text-offset": [0.3, 0.3],
        "text-transform": {"stops": [[6, "none"], [12, "uppercase"]]},
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-width": 1,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 1,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-village",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": ["all", ["==", "class", "village"], ["has", "feature_id"]],
      "layout": {
        "text-font": ["FiraSans-Regular"],
        "text-size": {"base": 1.2, "stops": [[10, 12], [11, 12], [13, 14]]},
        "text-field": "{name:latin}",
        "text-max-width": 8,
        "visibility": "visible",
        "text-allow-overlap": {"stops": [[10, false], [13, false]]}
      },
      "paint": {
        "text-color": "rgba(43, 43, 43, 1)",
        "text-halo-width": 1.2,
        "text-halo-color": "rgba(255, 255, 255,0.8)"
      }
    },
    {
      "id": "place-village_icgc",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 10,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "class", "village"],
        ["!=", "codigeo", 1],
        ["!has", "icgc_zoom"],
        ["has", "zoom"]
      ],
      "layout": {
        "text-font": ["FiraSans-Regular"],
        "text-size": {"base": 1.2, "stops": [[10, 12], [11, 12], [13, 14]]},
        "text-field": "{name:latin}",
        "text-max-width": 8,
        "visibility": "visible",
        "text-allow-overlap": {"stops": [[10, false], [13, false]]}
      },
      "paint": {
        "text-color": "rgba(130, 130, 130, 1)",
        "text-halo-width": 1.2,
        "text-halo-color": "rgba(255, 255, 255,0.8)"
      }
    },
    {
      "id": "place-city-z7-capcomar-250-ca_oc",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "Capitals de comarca de fora de Catalunya."
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 7,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "class", "city"],
        ["==", "codigeo", 10100],
        ["==", "outcat", 1],
        ["has", "name_ca"],
        ["has", "name_oc"],
        ["==", "capa", "toponimia250mp"]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name_ca"],
          {"font-scale": 1},
          "\n",
          ["concat", ["get", "name_oc"]],
          {"font-scale": 1, "text-transform": "None"}
        ],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[9, 15], [12, 20], [14, 22]]},
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "left",
        "text-anchor": "left",
        "text-offset": [0.3, 0.3],
        "text-font": ["FiraSans-Bold"],
        "text-transform": {"stops": [[6, "none"], [12, "uppercase"]]},
        "text-max-width": 15,
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-width": 1,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 1,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-city-z7-pw-D-copy",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "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": [[8, 11], [11, 11], [15, 20]]},
        "text-allow-overlap": true,
        "text-max-width": 8,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "left",
        "text-anchor": "left",
        "text-offset": [0.1, 0.1],
        "text-font": ["FiraSans-Bold"],
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-width": 1,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 1,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-city-z7-pw-D",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "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": [[8, 11], [11, 11], [15, 20]]},
        "text-allow-overlap": true,
        "text-max-width": 8,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "left",
        "text-anchor": "left",
        "text-offset": [0.1, 0.1],
        "text-font": ["FiraSans-Bold"],
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-width": 1,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 1,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-city-z7-pw-D-F",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "class", "city"],
        ["has", "name_nocat"],
        ["in", "name", "Bordeus", "Montpeller", "Auix", "Besiers"],
        ["==", "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": [[8, 11], [11, 11], [15, 20]]},
        "text-allow-overlap": true,
        "text-max-width": 8,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "left",
        "text-anchor": "left",
        "text-offset": [0.1, 0.1],
        "text-font": ["FiraSans-Bold"],
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-width": 1,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 1,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-city-z7-pw-D-F-3",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 9,
      "filter": [
        "all",
        ["==", "class", "city"],
        ["in", "name", "Perpinyà"],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[8, 11], [11, 11], [15, 20]]},
        "text-allow-overlap": true,
        "text-max-width": 8,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "left",
        "text-anchor": "left",
        "text-offset": [0.1, 0.1],
        "text-font": ["FiraSans-Bold"],
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-width": 1,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 1,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-city-z7-pw-D-F-2",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "class", "city"],
        [
          "in",
          "name",
          "Tolosa",
          "Baiona",
          "Pau",
          "Tarba",
          "Orlhac",
          "Nimes",
          "Ais de Provença",
          "Sent Gironç",
          "Limós",
          "Carcassona",
          "Narbona",
          "Seta",
          "Albi",
          "Rodés",
          "Agen"
        ],
        ["==", "capa", "planisferi"]
      ],
      "layout": {
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[8, 11], [11, 11], [15, 20]]},
        "text-allow-overlap": true,
        "text-max-width": 8,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "left",
        "text-anchor": "left",
        "text-offset": [0.1, 0.1],
        "text-font": ["FiraSans-Bold"],
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-width": 1,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 1,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-country-adm1_2",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "class", "admin_1_2"],
        ["<=", "rank", 6],
        ["in", "estat", "Espanya", "França"]
      ],
      "layout": {
        "text-font": ["FiraSans-Thin"],
        "text-field": "{name}",
        "text-size": 11,
        "text-max-width": 5,
        "text-offset": [0.4, 0],
        "text-transform": "none",
        "text-letter-spacing": 0,
        "icon-allow-overlap": true,
        "visibility": "visible"
      },
      "paint": {
        "text-halo-blur": 1,
        "text-color": "rgba(0, 0, 0, 1)",
        "text-halo-width": 2,
        "text-halo-color": "rgba(255, 255, 255, 1)"
      }
    },
    {
      "id": "0UAES_z2-center7",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Nigèria"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 2,
      "maxzoom": 3,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [">=", "mida", 8],
        ["in", "id", 4792]
      ],
      "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"],
        [">=", "mida", 8],
        ["in", "id", 336]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.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"],
        [">=", "mida", 8],
        ["in", "id", 6472]
      ],
      "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"],
        [">=", "mida", 8],
        ["in", "id", 1010]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.9}],
        "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"],
        [">=", "mida", 8],
        ["in", "id", 6497]
      ],
      "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. Centreafricana"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 2,
      "maxzoom": 3,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [">=", "mida", 8],
        ["in", "id", 1602, 5632]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.84}],
        "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, Aurtràlia"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 2,
      "maxzoom": 3,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [">=", "mida", 8],
        ["in", "id", 502, 953]
      ],
      "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": [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"],
        [">=", "mida", 8],
        ["in", "id", 5747]
      ],
      "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-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"],
        [">=", "mida", 8],
        ["in", "id", 15010]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.9}],
        "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"],
        [">=", "mida", 8],
        ["in", "id", 6642, 1013, 3716]
      ],
      "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. Dominicana"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 2,
      "maxzoom": 3,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [">=", "mida", 8],
        ["in", "id", 5634]
      ],
      "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"],
        [">=", "mida", 8],
        ["in", "id", 1093, 6775]
      ],
      "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"],
        [">=", "mida", 8],
        ["in", "id", 3775]
      ],
      "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"],
        [">=", "mida", 8],
        ["in", "id", 5994]
      ],
      "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"],
        [">=", "mida", 8],
        ["in", "id", 6490]
      ],
      "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"],
        [">=", "mida", 8],
        ["in", "id", 344]
      ],
      "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"],
        [">=", "mida", 8],
        ["in", "id", 3090]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.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"],
        [">=", "mida", 8],
        ["in", "id", 4788, 6844]
      ],
      "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"],
        [">=", "mida", 8],
        ["in", "id", 2588, 1635, 2316, 1079, 276, 2603]
      ],
      "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"],
        [">=", "mida", 8],
        ["in", "id", 1628]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.8}],
        "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"],
        [">=", "mida", 8],
        ["in", "id", 2328]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.8}],
        "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"],
        [">=", "mida", 8],
        ["in", "id", 3240]
      ],
      "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. Dem. del Congo, Moldàvia"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 2,
      "maxzoom": 3,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [">=", "mida", 8],
        ["in", "id", 5633, 4399]
      ],
      "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"],
        [">=", "mida", 8],
        ["in", "id", 6622]
      ],
      "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-Portugal",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Espanya"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 2,
      "maxzoom": 3,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["==", "name", "Portugal"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-font": ["FiraSans-Regular"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "none",
        "text-size": ["get", "mida"],
        "text-max-width": 6.25,
        "text-offset": [-1.5, -1.4]
      },
      "paint": {
        "text-halo-blur": 1,
        "text-color": "rgba(0, 0, 0, 1)",
        "text-halo-width": 2,
        "text-halo-color": "rgba(255, 255, 255, 1)"
      }
    },
    {
      "id": "0UAES_z2-EUA",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Azerbaidjan, Kenya"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 2,
      "maxzoom": 3,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["==", "name", "Estats Units"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-font": ["FiraSans-Regular"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "none",
        "text-size": 16,
        "text-max-width": 6.25
      },
      "paint": {
        "text-halo-blur": 1,
        "text-color": "rgba(0, 0, 0, 1)",
        "text-halo-width": 2,
        "text-halo-color": "rgba(255, 255, 255, 1)"
      }
    },
    {
      "id": "0UAES_z2",
      "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", "Portugal", "Lesotho", "Moldàvia", "Estats Units"],
        [">=", "mida", 8]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-font": ["FiraSans-Regular"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "none",
        "text-size": ["get", "mida"],
        "text-max-width": 6.25
      },
      "paint": {
        "text-halo-blur": 1,
        "text-color": "rgba(0, 0, 0, 1)",
        "text-halo-width": 2,
        "text-halo-color": "rgba(255, 255, 255, 1)"
      }
    },
    {
      "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"],
        [">=", "mida", 8],
        ["in", "id", 512, 3402]
      ],
      "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, 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"],
        [">=", "mida", 8],
        [
          "in",
          "id",
          6158,
          6541,
          6163,
          2643,
          1586,
          2367,
          6534,
          5395,
          5441,
          4686,
          6772,
          5626,
          6161,
          2178,
          1601,
          4064,
          2572
        ]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-line-height": 1.1,
        "text-anchor": "bottom",
        "text-max-width": 5,
        "text-offset": [0, -0.5],
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(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": "Zimbawe, Botswana, França, Espanya, Equador, Suïssa, Cambodja, Romania"
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 2,
      "maxzoom": 3,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [">=", "mida", 8],
        ["in", "id", 5714, 6871, 937, 1937, 2094, 2127, 1077]
      ],
      "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"],
        [">=", "mida", 8],
        ["in", "id", 4390]
      ],
      "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-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"],
        [">=", "mida", 8],
        ["in", "id", 3090]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.4}],
        "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"],
        [">=", "mida", 8],
        ["in", "id", 1602]
      ],
      "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, Aurtràlia, Estats Units"
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 3,
      "maxzoom": 4,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [">=", "mida", 8],
        ["in", "id", 6472, 1093, 953, 6775, 502]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": 18,
        "text-max-width": 15,
        "text-anchor": "center",
        "text-letter-spacing": 0.5,
        "text-offset": [0, 0],
        "text-line-height": 1.2
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-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"],
        [">=", "mida", 8],
        ["in", "id", 5747]
      ],
      "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": 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"],
        [">=", "mida", 8],
        ["in", "id", 5634, 2232]
      ],
      "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-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"],
        [">=", "mida", 8],
        ["in", "id", 344, 2178]
      ],
      "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": "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"],
        [">=", "mida", 8],
        ["in", "id", 2328, 512, 4845]
      ],
      "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-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"],
        [">=", "mida", 8],
        ["in", "id", 1012, 6871, 6403, 15010]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": true,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-anchor": "top",
        "text-offset": [0, -0.5],
        "text-max-width": 7
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z3_bottom2",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Burkina Faso"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 3,
      "maxzoom": 4,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [">=", "mida", 8],
        ["in", "id", 1010]
      ],
      "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-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"
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 3,
      "maxzoom": 4,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [
          "in",
          "id",
          49,
          3115,
          6534,
          5395,
          6158,
          6622,
          1514,
          4832,
          5441,
          2572,
          3132,
          6514,
          4390,
          788,
          1814
        ],
        [">=", "mida", 8]
      ],
      "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-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"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 3,
      "maxzoom": 4,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["in", "id", 3129, 5022]
      ],
      "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-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"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 3,
      "maxzoom": 4,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [">=", "mida", 8],
        ["in", "id", 6772, 6499]
      ],
      "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-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", "id", 4983, 762]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-line-height": 1.1,
        "text-max-width": 6
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z3-Espanya",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Espanya"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 3,
      "maxzoom": 4,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [">=", "mida", 8],
        [
          "!in",
          "id",
          6499,
          6772,
          15010,
          2178,
          4845,
          5022,
          49,
          3115,
          6534,
          5395,
          6158,
          6622,
          1514,
          4832,
          3129,
          2232,
          1814,
          512,
          1010,
          2328,
          788,
          6403,
          4390,
          6871,
          1012,
          6514,
          3132,
          344,
          2572,
          1602,
          3090,
          5634,
          5441,
          1093,
          6472,
          953,
          5747,
          6775,
          502
        ],
        ["==", "name", "Espanya"]
      ],
      "layout": {
        "text-font": ["FiraSans-Regular"],
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-size": ["get", "mida"],
        "text-max-width": 6.25,
        "text-transform": "none",
        "visibility": "visible"
      },
      "paint": {
        "text-halo-blur": 1,
        "text-color": "rgba(0, 0, 0, 1)",
        "text-halo-width": 2,
        "text-halo-color": "rgba(255, 255, 255, 1)"
      }
    },
    {
      "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",
          "id",
          6499,
          6772,
          15010,
          2178,
          4845,
          5022,
          49,
          3115,
          6534,
          5395,
          6158,
          6622,
          1514,
          4832,
          3129,
          2232,
          1814,
          512,
          1010,
          2328,
          788,
          6403,
          4390,
          6871,
          1012,
          6514,
          3132,
          344,
          2572,
          1602,
          3090,
          5634,
          5441,
          1093,
          6472,
          953,
          5747,
          6775,
          502
        ],
        ["!=", "name", "Espanya"]
      ],
      "layout": {
        "text-font": ["FiraSans-Regular"],
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-size": ["get", "mida"],
        "text-max-width": 6.25,
        "text-transform": "none",
        "visibility": "visible"
      },
      "paint": {
        "text-halo-blur": 1,
        "text-color": "rgba(0, 0, 0, 1)",
        "text-halo-width": 2,
        "text-halo-color": "rgba(255, 255, 255, 1)"
      }
    },
    {
      "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"],
        [">=", "mida", 6],
        ["in", "id", 3141]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-max-width": 5,
        "text-anchor": "bottom",
        "text-offset": [-6, -6]
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z4_bottom",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "Hondures, Portugal, Uganda, Ruanda, Malawi"
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [">=", "mida", 6],
        ["in", "id", 2112, 2727, 5441, 6541, 5736, 4064, 4399]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-max-width": 10,
        "text-anchor": "bottom",
        "text-offset": [0, -0.9]
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z4_bottom-left2",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Guinea-Bissau, Islàndia"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [">=", "mida", 6],
        ["in", "id", 2605, 3129]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-max-width": 5,
        "text-anchor": "bottom-left",
        "text-justify": "left",
        "text-offset": [1.25, 0.5]
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z4_bottom-left",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Eritrea, Burkina Faso"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [">=", "mida", 6],
        ["in", "id", 2102, 1010]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-max-width": 10,
        "text-anchor": "bottom-left",
        "text-offset": [-2, -0.5],
        "text-justify": "center"
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z4_bottom-right",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "Montenegro, Haití, Costa Rica, Djibouti, Geòrgia"
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [">=", "mida", 6],
        ["in", "id", 4461, 2643, 1635, 2377, 2367]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-max-width": 7,
        "text-anchor": "bottom-right",
        "text-offset": [1, -0.35],
        "text-justify": "center"
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z4_top-right",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Israel"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [">=", "mida", 6],
        ["in", "id", 3132]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-max-width": 7,
        "text-anchor": "center",
        "text-offset": [-0.5, 2.6]
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z4_top-left",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "Liechtenstein, Sudan del sud, Jordània"
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [">=", "mida", 6],
        ["in", "id", 3240, 15700, 15010]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-max-width": 7,
        "text-anchor": "top-left",
        "text-offset": [-1.3, 0]
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z4_top4",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Eslovènia"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [">=", "mida", 6],
        ["in", "id", 2113]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-max-width": 5,
        "text-anchor": "top",
        "text-offset": [-5, 1]
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z4_top3",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Bèlgica, Suïssa"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [">=", "mida", 6],
        ["in", "id", 762, 6163]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-max-width": 5,
        "text-anchor": "top",
        "text-offset": [1.5, 1]
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z4_top2",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "Singapur, El Marroc, Panamà, Iraq, Països Baixos"
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [">=", "mida", 6],
        ["in", "id", 6077, 5007, 4219, 3114, 998, 4983]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-max-width": 10,
        "text-anchor": "top",
        "text-offset": [0, 2.1],
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z4_top",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Azerbaidjan"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [">=", "mida", 6],
        ["in", "id", 512]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-max-width": 5,
        "text-anchor": "top",
        "text-offset": [-3.5, 1]
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z4_right4",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Palestina"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [">=", "mida", 6],
        ["in", "id", 15586]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-max-width": 5,
        "text-anchor": "right",
        "text-justify": "right",
        "text-padding": 1,
        "text-optional": false,
        "icon-optional": false,
        "text-offset": [0.3, 2.5]
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z4_right3",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Armènia"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["in", "id", 344]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-max-width": 10,
        "text-anchor": "bottom",
        "text-offset": [-0.9, -0.6],
        "text-justify": "center",
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z4_right2",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "Saint Kitts i Nevis, Saint Vincent i les Granadines, Jamaica, Zàmbia, Líban, Kuwait"
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["in", "id", 5865, 5871, 3179, 6844, 3598, 5919]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-max-width": 10,
        "text-anchor": "right",
        "text-offset": [-0.5, 0],
        "text-justify": "right",
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z4_right5",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Bahrain"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [">=", "mida", 6],
        ["in", "id", 608]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-max-width": 5,
        "text-anchor": "right",
        "text-offset": [-1.5, 0.3],
        "text-justify": "right",
        "text-padding": 1,
        "text-optional": false,
        "icon-optional": false
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z4_right",
      "type": "symbol",
      "metadata": {"maputnik:comment": "la Santa Seu, Líban"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [">=", "mida", 6],
        ["in", "id", 6618, 3773]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-max-width": 5,
        "text-anchor": "right",
        "text-offset": [-1.6, 1.5],
        "text-justify": "right",
        "text-padding": 1,
        "text-optional": false,
        "icon-optional": false
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z4_left3",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Trinidad i Tobago"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [">=", "mida", 6],
        ["in", "id", 6452]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-max-width": 5,
        "text-anchor": "top-right",
        "text-justify": "left",
        "text-offset": [3, 0]
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z4_left2",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "Antigua i Barbuda, Dominica, Saint Lucia, Barbados, Grenada"
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["in", "id", 5887, 291, 2556, 688, 1838, 3762]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-max-width": 50,
        "text-anchor": "left",
        "text-offset": [1, 0],
        "text-justify": "center",
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z4_left4",
      "type": "symbol",
      "metadata": {"maputnik:comment": "República Dominicana"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [">=", "mida", 6],
        ["in", "id", 5634]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-max-width": 5,
        "text-anchor": "left",
        "text-offset": [0, -0.7],
        "text-justify": "center",
        "text-line-height": 1.1
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z4_left5",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Rússia"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [">=", "mida", 8],
        ["in", "id", 5747]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": 18,
        "text-max-width": 15,
        "text-anchor": "left",
        "text-letter-spacing": 4,
        "text-offset": [0, 2],
        "text-line-height": 1.2
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z4_left",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Ucraïna"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [">=", "mida", 6],
        ["in", "id", 6534]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-max-width": 5,
        "text-anchor": "left",
        "text-offset": [0, 0],
        "text-justify": "left"
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z4_center4",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Albània, Macedònia del Nord, Estònia"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [">=", "mida", 6],
        ["in", "id", 3996, 112, 2131]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-max-width": 10,
        "text-anchor": "center",
        "text-offset": [0, 2.1],
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z4_center3",
      "type": "symbol",
      "metadata": {
        "maputnik:comment": "Canadà,Brasil, Xina, Aurtràlia, Estats Units"
      },
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [">=", "mida", 8],
        ["in", "id", 6472, 1093, 953, 6775, 502]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": 18,
        "text-max-width": 15,
        "text-anchor": "center",
        "text-letter-spacing": 0.5,
        "text-offset": [0, 0],
        "text-line-height": 1.2
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z4_center2",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Qatar"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [">=", "mida", 6],
        ["in", "id", 1357]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-max-width": 5,
        "text-anchor": "center",
        "text-offset": [-1, 2],
        "text-justify": "left"
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z4_center",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Eswatini, Níger"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [">=", "mida", 6],
        ["in", "id", 4791, 3122, 6152]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida"],
        "text-max-width": 5,
        "text-anchor": "center",
        "text-offset": [0, 0.4],
        "text-justify": "left"
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "0UAES-z4",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Resta de països."},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [">=", "mida", 6],
        [
          "!in",
          "id",
          2112,
          6163,
          2131,
          3996,
          112,
          6534,
          4399,
          3762,
          608,
          3129,
          3122,
          5919,
          998,
          2113,
          4983,
          762,
          1357,
          3598,
          3114,
          15586,
          3132,
          3773,
          344,
          2367,
          4791,
          6152,
          15010,
          2377,
          6844,
          4064,
          5736,
          6541,
          1010,
          2605,
          2102,
          4219,
          5007,
          1635,
          3179,
          6077,
          1838,
          688,
          2556,
          6452,
          2727,
          5865,
          5887,
          5871,
          291,
          2643,
          15700,
          3240,
          6618,
          4461,
          3141,
          512,
          5634,
          5441,
          1093,
          6472,
          953,
          5747,
          6775,
          502
        ]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Regular"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "none",
        "text-size": ["get", "mida"],
        "text-max-width": 6.25
      },
      "paint": {
        "text-halo-blur": 1,
        "text-color": "rgba(0, 0, 0, 1)",
        "text-halo-width": 2,
        "text-halo-color": "rgba(255, 255, 255, 1)"
      }
    },
    {
      "id": "0UAES-z5-center",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Andorra"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        ["in", "id", 269]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"], {"font-scale": 0.7}],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-size": ["get", "mida_z4"],
        "text-offset": [0, 0],
        "text-anchor": "center",
        "text-letter-spacing": 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": "place-country-adm1_2_CAT",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Catalunya"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 6,
      "maxzoom": 7,
      "filter": [
        "all",
        ["==", "class", "admin_1_2"],
        ["<=", "rank", 6],
        ["in", "name", "Catalunya"]
      ],
      "layout": {
        "text-font": ["FiraSans-Bold"],
        "text-field": "{name:latin}",
        "text-size": 12,
        "text-max-width": 10,
        "text-transform": "none",
        "visibility": "visible",
        "text-letter-spacing": 0.4,
        "icon-allow-overlap": false,
        "text-justify": "center",
        "text-anchor": "bottom-right",
        "text-offset": [1.7, -0.7]
      },
      "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-continent_z1",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Antàrtida"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 1,
      "maxzoom": 2,
      "filter": [
        "all",
        ["==", "class", "continent"],
        ["has", "codi_geogr"],
        ["==", "name", "Antàrtida"]
      ],
      "layout": {
        "text-font": ["FiraSans-Bold"],
        "text-field": "{name:latin}",
        "text-size": 14,
        "text-max-width": 6,
        "text-transform": "uppercase",
        "visibility": "visible",
        "text-letter-spacing": 0.15,
        "text-anchor": "bottom",
        "text-offset": [0, -6]
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "place-continent_z2",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Antàrtida"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 2,
      "maxzoom": 3,
      "filter": [
        "all",
        ["==", "class", "continent"],
        ["has", "codi_geogr"],
        ["==", "name", "Antàrtida"]
      ],
      "layout": {
        "text-font": ["FiraSans-Bold"],
        "text-field": "{name:latin}",
        "text-size": 14,
        "text-max-width": 6,
        "text-transform": "uppercase",
        "visibility": "visible",
        "text-letter-spacing": 0.8,
        "text-anchor": "bottom",
        "text-offset": [0, -12]
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "place-continent_z3",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Antàrtida"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 3,
      "maxzoom": 4,
      "filter": [
        "all",
        ["==", "class", "continent"],
        ["has", "codi_geogr"],
        ["==", "name", "Antàrtida"]
      ],
      "layout": {
        "text-font": ["FiraSans-Bold"],
        "text-field": "{name:latin}",
        "text-size": 15,
        "text-max-width": 6,
        "text-transform": "uppercase",
        "visibility": "visible",
        "text-letter-spacing": 1.5,
        "text-anchor": "bottom",
        "text-offset": [0, -23]
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "place-continent_z4",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Antàrtida"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "class", "continent"],
        ["has", "codi_geogr"],
        ["==", "name", "Antàrtida"]
      ],
      "layout": {
        "text-font": ["FiraSans-Bold"],
        "text-field": "{name:latin}",
        "text-size": 17,
        "text-max-width": 6,
        "text-transform": "uppercase",
        "visibility": "visible",
        "text-anchor": "bottom",
        "text-offset": [0, -40],
        "text-letter-spacing": 5
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "place-europa",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 1,
      "maxzoom": 2,
      "filter": ["all", ["==", "icgc_id", 234]],
      "layout": {
        "text-font": ["FiraSans-Bold"],
        "text-field": ["literal", "EUROPA"],
        "text-size": 14,
        "text-max-width": 6.25,
        "text-transform": "uppercase",
        "visibility": "visible"
      },
      "paint": {
        "text-halo-blur": 1,
        "text-color": "#334",
        "text-halo-width": 2,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "place-asia",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 1,
      "maxzoom": 2,
      "filter": ["all", ["==", "icgc_id", 1013]],
      "layout": {
        "text-font": ["FiraSans-Bold"],
        "text-field": ["literal", "ÀSIA"],
        "text-size": 14,
        "text-max-width": 6.25,
        "text-transform": "uppercase",
        "visibility": "visible"
      },
      "paint": {
        "text-halo-blur": 1,
        "text-color": "#334",
        "text-halo-width": 2,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "place-africa",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 1,
      "maxzoom": 2,
      "filter": ["all", ["==", "icgc_id", 3426]],
      "layout": {
        "text-font": ["FiraSans-Bold"],
        "text-field": ["literal", "ÀFRICA"],
        "text-size": 14,
        "text-max-width": 6.25,
        "text-transform": "uppercase",
        "visibility": "visible"
      },
      "paint": {
        "text-halo-blur": 1,
        "text-color": "#334",
        "text-halo-width": 2,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "place-america-sud",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 1,
      "maxzoom": 2,
      "filter": ["all", ["==", "name", "Brasil"]],
      "layout": {
        "text-font": ["FiraSans-Bold"],
        "text-field": ["literal", "AMÈRICA DEL SUD"],
        "text-size": 14,
        "text-max-width": 6.25,
        "text-transform": "uppercase",
        "visibility": "visible"
      },
      "paint": {
        "text-halo-blur": 1,
        "text-color": "#334",
        "text-halo-width": 2,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "place-america-nord",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 1,
      "maxzoom": 2,
      "filter": ["all", ["==", "name", "United States of America"]],
      "layout": {
        "text-font": ["FiraSans-Bold"],
        "text-field": ["literal", "AMÈRICA DEL NORD"],
        "text-size": 14,
        "text-max-width": 6.25,
        "text-transform": "uppercase",
        "visibility": "visible"
      },
      "paint": {
        "text-halo-blur": 1,
        "text-color": "#334",
        "text-halo-width": 2,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "place-antartida",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 1,
      "maxzoom": 2,
      "filter": ["all", ["==", "name", "Antàrtida"]],
      "layout": {
        "text-font": ["FiraSans-Bold"],
        "text-field": "{name:latin}",
        "text-size": 14,
        "text-max-width": 6.25,
        "text-transform": "uppercase",
        "visibility": "visible",
        "icon-offset": [0, 0],
        "text-offset": [0, -6]
      },
      "paint": {
        "text-halo-blur": 1,
        "text-color": "#334",
        "text-halo-width": 2,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "place-oceania",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 1,
      "maxzoom": 2,
      "filter": ["all", ["==", "name", "Australia"]],
      "layout": {
        "text-font": ["FiraSans-Bold"],
        "text-field": ["literal", "OCEANIA"],
        "text-size": 14,
        "text-max-width": 6.25,
        "text-transform": "uppercase",
        "visibility": "visible"
      },
      "paint": {
        "text-halo-blur": 1,
        "text-color": "#334",
        "text-halo-width": 2,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "place-continent",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 1,
      "maxzoom": 2,
      "filter": [
        "all",
        ["==", "class", "continent"],
        ["has", "codi_geogr"],
        ["!in", "name", "Antàrtida"]
      ],
      "layout": {
        "text-font": ["FiraSans-Bold"],
        "text-field": "{name:latin}",
        "text-size": 14,
        "text-max-width": 6.25,
        "text-transform": "uppercase",
        "visibility": "visible"
      },
      "paint": {
        "text-halo-blur": 1,
        "text-color": "#334",
        "text-halo-width": 2,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "place-andorra-z7-9",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 5,
      "maxzoom": 9,
      "filter": ["all", ["==", "name", "ANDORRA"], ["==", "codigeo", 5]],
      "layout": {
        "text-font": ["FiraSans-Regular"],
        "text-field": "{name:latin}",
        "text-size": {"stops": [[7, 12], [10, 19]]},
        "text-max-width": 6.25,
        "text-offset": [0.4, 0],
        "text-transform": "none",
        "text-letter-spacing": {"stops": [[6, 0.1], [8, 0.5]]},
        "icon-allow-overlap": true,
        "text-justify": "center",
        "text-anchor": "center",
        "visibility": "visible"
      },
      "paint": {
        "text-halo-blur": 1,
        "text-color": "rgba(120, 120, 120, 1)",
        "text-halo-width": 1,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "place-ara-val-z7-9",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 7,
      "maxzoom": 9,
      "filter": ["all", ["==", "codigeo", 4]],
      "layout": {
        "text-font": ["FiraSans-Italic"],
        "text-field": "{name:latin}",
        "text-size": {"stops": [[7, 12], [10, 19]]},
        "text-max-width": 6.25,
        "text-offset": [0.4, 0],
        "text-transform": "none",
        "text-letter-spacing": {"stops": [[6, 0.25], [8, 0.5]]},
        "icon-allow-overlap": true,
        "symbol-avoid-edges": true,
        "text-allow-overlap": true,
        "symbol-placement": "point",
        "icon-anchor": "center",
        "visibility": "visible"
      },
      "paint": {
        "text-halo-blur": 1,
        "text-color": "rgba(120, 120, 120, 1)",
        "text-halo-width": 1,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-translate-anchor": "map",
        "text-translate": [-10, 2]
      }
    },
    {
      "id": "place-fra",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 5,
      "maxzoom": 9,
      "filter": [
        "all",
        ["==", "name", "FRANÇA (FRANCE)"],
        ["==", "class", "state"]
      ],
      "layout": {
        "text-font": ["FiraSans-Regular"],
        "text-field": "FRANÇA",
        "text-size": {"stops": [[7, 12], [10, 19]]},
        "text-offset": [0.4, 0],
        "text-transform": "none",
        "text-letter-spacing": {"stops": [[6, 0.8], [8, 0.8]]},
        "icon-allow-overlap": true,
        "symbol-placement": "point",
        "text-allow-overlap": true,
        "icon-text-fit": "none",
        "visibility": "visible"
      },
      "paint": {
        "text-halo-blur": 1,
        "text-color": "rgba(120, 120, 120, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1
      }
    },
    {
      "id": "1CEST_z5-bottom-right",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "1CEST"],
        ["==", "$type", "Point"],
        [
          "in",
          "id",
          718,
          1348,
          4417,
          6640,
          6233,
          5651,
          6310,
          753,
          799,
          3914,
          255,
          978,
          3813,
          1690,
          4726,
          3769,
          1319,
          5899,
          985,
          2317,
          2674,
          4394,
          641,
          134,
          1950,
          1905,
          2698,
          18,
          3935
        ]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "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": "",
        "icon-size": 0.6,
        "text-max-width": 10,
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(255, 255, 255, 1)",
        "text-halo-color": "rgba(0, 0, 0, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "1CEST_z6-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]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8, "text-transform": "Uppercase"},
          "\n",
          ["concat", ["get", "planisfe_1"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSansCondensed-SemiBold"]]
          }
        ],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-allow-overlap": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          6,
          ["get", "mida_z4"],
          12,
          ["get", "mida_z6"]
        ],
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-anchor": "left",
        "text-justify": "left",
        "icon-image": "",
        "icon-size": 0.7,
        "text-offset": [0.4, 0],
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(255, 255, 255, 1)",
        "text-halo-color": "rgba(0, 0, 0, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "1CEST_z6-right",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "codi_geogr", "1CEST"],
        ["==", "$type", "Point"],
        ["in", "id", 978, 2674, 2317, 641, 674, 985, 1319, 3638, 960, 3935]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8, "text-transform": "Uppercase"},
          "\n",
          ["concat", ["get", "planisfe_1"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSansCondensed-SemiBold"]]
          }
        ],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-allow-overlap": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          6,
          ["get", "mida_z4"],
          12,
          ["get", "mida_z6"]
        ],
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-anchor": "right",
        "text-justify": "right",
        "icon-image": "",
        "icon-size": 0.7,
        "text-max-width": 10,
        "text-offset": [-0.4, -0.5],
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(255, 255, 255, 1)",
        "text-halo-color": "rgba(0, 0, 0, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "1CEST_z6-right_D",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "codi_geogr", "1CEST"],
        ["==", "$type", "Point"],
        ["in", "id", 3769, 5899, 4394, 5584, 1950, 1905, 1595, 2698, 18]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8, "text-transform": "Uppercase"},
          "\n",
          ["concat", ["get", "planisfe_1"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSansCondensed-SemiBold"]]
          }
        ],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-allow-overlap": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          6,
          ["get", "mida_z4"],
          12,
          ["get", "mida_z6"]
        ],
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-anchor": "right",
        "text-justify": "right",
        "icon-image": "",
        "icon-size": 0.7,
        "text-max-width": 10,
        "text-offset": [-0.4, -0.1],
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(255, 255, 255, 1)",
        "text-halo-color": "rgba(0, 0, 0, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "1CEST_z6-top-left",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Santo Domingo"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "codi_geogr", "1CEST"],
        ["==", "$type", "Point"],
        ["in", "id", 134, 3369, 6305, 5663, 5906]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8, "text-transform": "Uppercase"},
          "\n",
          ["concat", ["get", "planisfe_1"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSansCondensed-SemiBold"]]
          }
        ],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-allow-overlap": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          6,
          ["get", "mida_z4"],
          12,
          ["get", "mida_z6"]
        ],
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-anchor": "top-left",
        "text-justify": "left",
        "icon-image": "",
        "icon-size": 0.7,
        "text-offset": [0.3, 0],
        "text-line-height": 1.1,
        "text-max-width": 5,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(255, 255, 255, 1)",
        "text-halo-color": "rgba(0, 0, 0, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "1CEST_z6-top-right",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "codi_geogr", "1CEST"],
        ["==", "$type", "Point"],
        ["in", "id", 2670, 1532, 2296, 5663, 1907, 3201, 5428]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8, "text-transform": "Uppercase"},
          "\n",
          ["concat", ["get", "planisfe_1"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSansCondensed-SemiBold"]]
          }
        ],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-allow-overlap": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          6,
          ["get", "mida_z4"],
          12,
          ["get", "mida_z6"]
        ],
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-anchor": "top-right",
        "text-justify": "right",
        "icon-image": "",
        "icon-size": 0.7,
        "text-offset": [-0.4, 0],
        "text-line-height": 1.1,
        "text-max-width": 5,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(255, 255, 255, 1)",
        "text-halo-color": "rgba(0, 0, 0, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "1CEST_z6-bottom-left2",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Dakar"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "codi_geogr", "1CEST"],
        ["==", "$type", "Point"],
        ["in", "id", 1690]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8, "text-transform": "Uppercase"},
          "\n",
          ["concat", ["get", "planisfe_1"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSansCondensed-SemiBold"]]
          }
        ],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-allow-overlap": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          6,
          ["get", "mida_z4"],
          12,
          ["get", "mida_z6"]
        ],
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-anchor": "bottom-left",
        "text-justify": "left",
        "icon-image": "",
        "icon-size": 0.7,
        "text-offset": [0.3, 0],
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(255, 255, 255, 1)",
        "text-halo-color": " rgba(0, 0, 0, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "1CEST_z6-bottom-right",
      "type": "symbol",
      "metadata": {"maputnik:comment": "Moroni, Tel Aviv, Beirut"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "codi_geogr", "1CEST"],
        ["==", "$type", "Point"],
        ["in", "id", 4490, 6310, 753, 655]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8, "text-transform": "Uppercase"},
          "\n",
          ["concat", ["get", "planisfe_1"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSansCondensed-SemiBold"]]
          }
        ],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-allow-overlap": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          6,
          ["get", "mida_z4"],
          12,
          ["get", "mida_z6"]
        ],
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-anchor": "bottom-right",
        "text-justify": "right",
        "icon-image": "",
        "icon-size": 0.7,
        "text-offset": [-0.4, 0],
        "text-line-height": 1.1,
        "text-padding": 1
      },
      "paint": {
        "text-color": "rgba(255, 255, 255, 1)",
        "text-halo-color": "rgba(0, 0, 0, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "1CEST_z6-bottom-left-z9",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 9,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        [
          "!in",
          "id",
          978,
          393,
          2670,
          5428,
          5906,
          655,
          753,
          6310,
          4490,
          6305,
          3201,
          3369,
          1690,
          2296,
          1532,
          3769,
          5713,
          1319,
          3638,
          5899,
          985,
          2317,
          2674,
          4394,
          641,
          674,
          5584,
          134,
          6454,
          1950,
          3914,
          1905,
          1595,
          2698,
          5663,
          798,
          18,
          1835,
          162,
          43,
          960,
          3468,
          3935,
          1907
        ],
        ["==", "tipuscap", "E"],
        ["has", "idcol"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.75, "text-transform": "Uppercase"},
          "\n",
          ["concat", ["get", "planisfe_1"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSansCondensed-SemiBold"]]
          }
        ],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-allow-overlap": false,
        "text-size": {"stops": [[9, 18], [15, 25]]},
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-anchor": "bottom-left",
        "text-justify": "left",
        "icon-image": "",
        "icon-size": 0.7,
        "text-max-width": 5,
        "text-line-height": 1.1,
        "text-offset": [0.4, -0.2],
        "text-padding": 1,
        "symbol-spacing": 1000
      },
      "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": "1CEST_z6-bottom-left",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 6,
      "maxzoom": 9,
      "filter": [
        "all",
        ["==", "codi_geogr", "1CEST"],
        ["==", "$type", "Point"],
        [
          "!in",
          "id",
          978,
          393,
          2670,
          5428,
          5906,
          655,
          753,
          6310,
          4490,
          6305,
          3201,
          3369,
          1690,
          2296,
          1532,
          3769,
          5713,
          1319,
          3638,
          5899,
          985,
          2317,
          2674,
          4394,
          641,
          674,
          5584,
          134,
          6454,
          1950,
          3914,
          1905,
          1595,
          2698,
          5663,
          798,
          18,
          1835,
          162,
          43,
          960,
          3468,
          3935,
          1907
        ]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.75, "text-transform": "Uppercase"},
          "\n",
          ["concat", ["get", "planisfe_1"]],
          {
            "font-scale": 0.7,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSansCondensed-SemiBold"]]
          }
        ],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-allow-overlap": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          6,
          ["get", "mida_z4"]
        ],
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-anchor": "bottom-left",
        "text-justify": "left",
        "icon-image": "",
        "icon-size": 0.7,
        "text-max-width": 5,
        "text-line-height": 1.1,
        "text-offset": [0.4, -0.2],
        "text-padding": 1,
        "symbol-spacing": 1000
      },
      "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": "1CEST_Roma_z4",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 4,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "codi_geogr", "1CEST"],
        ["==", "$type", "Point"],
        ["==", "id", 5713]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "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": "",
        "icon-size": 0.6,
        "text-padding": 1,
        "icon-optional": false,
        "text-optional": false,
        "icon-offset": [0, 0]
      },
      "paint": {
        "text-color": "rgba(255, 255, 255, 1)",
        "text-halo-color": "rgba(0, 0, 0, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "1CEST_Roma-z5",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": [
        "all",
        ["==", "codi_geogr", "1CEST"],
        ["==", "$type", "Point"],
        ["==", "id", 5713]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "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-left",
        "text-offset": [0.2, -0.1],
        "text-justify": "left",
        "icon-image": "",
        "icon-size": 0.6
      },
      "paint": {
        "text-color": "rgba(255, 255, 255, 1)",
        "text-halo-color": "rgba(0, 0, 0, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "1CEST_Roma_z6",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 6,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "codi_geogr", "1CEST"],
        ["==", "$type", "Point"],
        ["==", "id", 5713]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": [
          "format",
          ["get", "name"],
          {"font-scale": 0.8, "text-transform": "Uppercase"}
        ],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-allow-overlap": false,
        "text-size": [
          "interpolate",
          ["linear"],
          ["zoom"],
          6,
          ["get", "mida_z4"],
          12,
          ["get", "mida_z6"]
        ],
        "visibility": "visible",
        "text-transform": "uppercase",
        "text-anchor": "bottom-left",
        "text-offset": [0.3, -0.1],
        "text-justify": "left",
        "icon-image": "",
        "icon-size": 0.7
      },
      "paint": {
        "text-color": "rgba(255, 255, 255, 1)",
        "text-halo-color": "rgba(0, 0, 0, 0.8)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "waterwayname-other",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "waterway",
      "minzoom": 14,
      "filter": ["all", ["in", "class", "river", "stream", "canal"]],
      "layout": {
        "text-font": ["FiraSans-Italic"],
        "symbol-placement": "line",
        "text-field": "{name:latin}",
        "text-size": 10,
        "text-anchor": "bottom",
        "text-letter-spacing": 0.2,
        "visibility": "visible",
        "symbol-spacing": 6000
      },
      "paint": {
        "text-color": "rgba(6, 126, 182, 1)",
        "text-halo-color": "rgba(255, 255, 255,0.8)",
        "text-halo-width": 1.2
      }
    },
    {
      "id": "watername-river-stream-z13-2",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 13,
      "maxzoom": 14,
      "filter": ["all", ["in", "codigeo", 60301, 60302]],
      "layout": {
        "text-font": ["FiraSans-Italic"],
        "symbol-placement": "line",
        "text-field": "{name}",
        "text-anchor": "bottom",
        "text-letter-spacing": 0.1,
        "visibility": "visible",
        "text-size": 9
      },
      "paint": {
        "text-color": "rgba(6, 126, 182, 1)",
        "text-halo-color": "rgba(255, 255, 255,0.8)",
        "text-halo-width": 1.2
      }
    },
    {
      "id": "watername-river-stream-z13",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 13,
      "maxzoom": 14,
      "filter": [
        "all",
        ["in", "codigeo", 60301, 60302],
        ["==", "capa", "mtc50m_along"]
      ],
      "layout": {
        "text-font": ["FiraSans-Italic"],
        "symbol-placement": "line",
        "text-field": "{name}",
        "text-anchor": "bottom",
        "text-letter-spacing": 0.3,
        "visibility": "visible",
        "text-size": 10,
        "symbol-spacing": {"stops": [[13, 250], [14, 1000]]}
      },
      "paint": {
        "text-color": "rgba(6, 126, 182, 1)",
        "text-halo-color": "rgba(255, 255, 255,0.8)",
        "text-halo-width": 1.2
      }
    },
    {
      "id": "watername-z14",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 14,
      "maxzoom": 15,
      "filter": [
        "all",
        ["in", "codigeo", 60301],
        ["==", "capa", "mtc25m_along"]
      ],
      "layout": {
        "text-font": ["FiraSans-Italic"],
        "symbol-placement": "line",
        "text-field": "{name:latin}",
        "text-anchor": "bottom",
        "symbol-spacing": {"stops": [[13, 250], [14, 1000]]},
        "visibility": "visible",
        "text-size": 10,
        "text-letter-spacing": 0.2
      },
      "paint": {
        "text-color": "rgba(6, 126, 182, 1)",
        "text-halo-color": "rgba(255, 255, 255,0.8)",
        "text-halo-width": 1.2
      }
    },
    {
      "id": "watername-z15",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 15,
      "filter": [
        "all",
        ["==", "capa", "place5m2_along"],
        ["in", "codigeo", 60301, 60302, 60303],
        [">", "fontsize", 7]
      ],
      "layout": {
        "text-font": ["FiraSans-Italic"],
        "symbol-placement": "line",
        "text-field": "{name:latin}",
        "text-size": 12,
        "text-anchor": "bottom",
        "text-letter-spacing": 0.2,
        "symbol-spacing": {"stops": [[13, 250], [14, 1000]]},
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(6, 126, 182, 1)",
        "text-halo-color": "rgba(255, 255, 255,0.8)",
        "text-halo-width": 1.2
      }
    },
    {
      "id": "watername-lake-z13",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 13,
      "maxzoom": 15,
      "filter": [
        "all",
        ["==", "capa", "tp025mp"],
        ["in", "codigeo", 60105, 60203],
        [">", "fontsize", 6]
      ],
      "layout": {
        "text-font": ["FiraSans-SemiBoldItalic"],
        "symbol-placement": "point",
        "text-field": "{name:latin}",
        "text-size": ["*", 1.4, ["get", "fontsize"]],
        "text-anchor": "bottom",
        "text-letter-spacing": 0.2,
        "symbol-spacing": {"stops": [[13, 250], [14, 1000]]},
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(6, 126, 182, 1)",
        "text-halo-color": "rgba(255, 255, 255,0.8)",
        "text-halo-width": 1.2
      }
    },
    {
      "id": "watername-lake-z15",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "capa", "place5m2"],
        ["in", "codigeo", 60105, 60203]
      ],
      "layout": {
        "text-font": ["FiraSans-Italic"],
        "symbol-placement": "point",
        "text-field": "{name:latin}",
        "text-size": 12,
        "text-anchor": "bottom",
        "text-letter-spacing": 0.2,
        "symbol-spacing": {"stops": [[13, 250], [14, 1000]]},
        "visibility": "visible"
      },
      "paint": {
        "text-color": "rgba(6, 126, 182, 1)",
        "text-halo-color": "rgba(255, 255, 255,0.8)",
        "text-halo-width": 1.2
      }
    },
    {
      "id": "building-industrial_select",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "building",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": ["==", "icgc_id", "null"],
      "layout": {"visibility": "visible"},
      "paint": {"fill-color": "rgba(242, 0, 242, 1)", "fill-opacity": 1}
    },
    {
      "id": "tunnel-pedestrian_select",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": ["==", "id_via", "null"],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(242, 0, 242, 1)",
        "line-opacity": 1,
        "line-width": 5
      }
    },
    {
      "id": "highway-pedestrian_select",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": ["==", "id_via", "null"],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(242, 0, 242, 1)",
        "line-opacity": 1,
        "line-width": 5
      }
    },
    {
      "id": "highway-pedestrian-steps_select",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": ["==", "nom vial", "null"],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(242, 0, 242, 1)",
        "line-opacity": 1,
        "line-width": 5
      }
    },
    {
      "id": "highway-busway_select",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": ["==", "id_via", "null"],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(242, 0, 242, 1)",
        "line-opacity": 1,
        "line-width": 5
      }
    },
    {
      "id": "railway-service_select",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": ["==", "icgc_id", "null"],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(242, 0, 242, 1)",
        "line-opacity": 1,
        "line-width": 5
      }
    },
    {
      "id": "railway-service-hatching_select",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": ["==", "icgc_id", "null"],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(242, 0, 242, 1)",
        "line-opacity": 1,
        "line-width": 5
      }
    },
    {
      "id": "railway-highspeed_select",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": ["==", "icgc_id", "null"],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(242, 0, 242, 1)",
        "line-opacity": 1,
        "line-width": 5
      }
    },
    {
      "id": "railway-highspeed-hatching_select",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": ["==", "icgc_id", "null"],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(242, 0, 242, 1)",
        "line-opacity": 1,
        "line-width": 5
      }
    },
    {
      "id": "bridge-pedestrian_select",
      "type": "line",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": ["==", "id_via", "null"],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(242, 0, 242, 1)",
        "line-opacity": 1,
        "line-width": 5
      }
    }
  ],
  "id": "icgc_mapa_simple"
}