{
  "version": 8,
  "name": "icgc_limits_administratius_gris",
  "metadata": {"maputnik:renderer": "mbgljs"},
  "center": [1.537786, 41.837539],
  "zoom": 12,
  "bearing": 0,
  "pitch": 0,
  "sources": {
    "terrainMapZen": {
      "type": "raster-dem",
      "tiles": [
        "https://s3.amazonaws.com/elevation-tiles-prod/terrarium/{z}/{x}/{y}.png"
      ],
      "tileSize": 256,
      "encoding": "terrarium",
      "maxzoom": 15
    },
    "terrainICGC": {
      "type": "raster-dem",
      "tiles": [
        "https://geoserveis.icgc.cat/servei/catalunya/contextmaps-terreny-5m-rgb/wmts/{z}/{x}/{y}.png"
      ],
      "tileSize": 256,
      "bounds": [0, 40.5, 4.2, 42.86],
      "minzoom": 7,
      "maxzoom": 14
    },
    "openmaptiles": {
      "type": "vector",
      "tiles": [
        "https://geoserveis.icgc.cat/servei/catalunya/contextmaps_v1/vt/{z}/{x}/{y}.pbf"
      ],
      "attribution": "<b>ContextMaps</b>:<a href=\"https://www.icgc.cat/Aplicacions/Visors/ContextMaps\">Institut Cartogràfic i Geològic de Catalunya</a>|<b>Mapa resta del món</b>:© OpenMapTiles © OpenStreetMap contributors",
      "maxzoom": 16
    },
    "contour": {
      "type": "vector",
      "tiles": [
        "https://geoserveis.icgc.cat/servei/catalunya/contextmaps-contorn/vt/{z}/{x}/{y}.pbf"
      ],
      "maxzoom": 16
    },
    "contextmapsadmpt": {
      "type": "vector",
      "tiles": [
        "https://geoserveis.icgc.cat/servei/catalunya/contextmaps-admpt_v1/vt/{z}/{x}/{y}.pbf"
      ],
      "maxzoom": 16
    },
    "contextmapsslope": {
      "type": "raster",
      "tiles": [
        "https://geoserveis.icgc.cat/servei/catalunya/contextmaps-slope/wmts/{z}/{x}/{y}.png"
      ],
      "tileSize": 256,
      "maxzoom": 16
    },
    "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": 13,
      "layout": {"visibility": "visible"},
      "paint": {
        "background-color": {
          "stops": [
            [6, "rgba(183, 183, 183, 1)"],
            [13, "rgba(220, 220, 220, 1)"]
          ]
        },
        "background-opacity": 1
      }
    },
    {
      "id": "land-outcat",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "boundary",
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Polygon"],
        ["==", "admin_level", 4],
        ["!=", "name", "Catalunya"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "fill-color": {
          "stops": [
            [1, "rgba(183, 183, 183, 1)"],
            [11, "rgba(183, 183, 183, 1)"],
            [12, "rgba(190, 190, 190, 1)"],
            [13, "rgba(236, 236, 236, 1)"],
            [14, "rgba(236, 236, 236, 1)"]
          ]
        },
        "fill-opacity": {"stops": [[1, 1], [13, 0.5], [14, 0.8]]}
      }
    },
    {
      "id": "ombra",
      "type": "raster",
      "source": "ombra",
      "minzoom": 13,
      "layout": {"visibility": "visible"},
      "paint": {"raster-opacity": 1, "raster-brightness-min": 0.3}
    },
    {
      "id": "land",
      "type": "fill",
      "source": "openmaptiles",
      "source-layer": "boundary",
      "maxzoom": 24,
      "filter": ["all", ["==", "$type", "Polygon"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "fill-color": {
          "stops": [
            [1, "rgba(183, 183, 183, 1)"],
            [11, "rgba(183, 183, 183, 1)"],
            [12, "rgba(190, 190, 190, 1)"],
            [13, "rgba(236, 236, 236, 1)"],
            [14, "rgba(236, 236, 236, 1)"]
          ]
        },
        "fill-opacity": {"stops": [[1, 1], [13, 0.1], [14, 0.1]]}
      }
    },
    {
      "id": "water-ocean",
      "type": "fill",
      "metadata": {
        "mapbox:group": "1444849382550.77",
        "maputnik:comment": "ocean, sea"
      },
      "source": "openmaptiles",
      "source-layer": "water",
      "minzoom": 0,
      "maxzoom": 24,
      "filter": ["all", ["==", "class", "ocean"], ["==", "$type", "Polygon"]],
      "layout": {"visibility": "visible"},
      "paint": {"fill-opacity": 1, "fill-color": "rgb(215, 215, 215)"}
    },
    {
      "id": "landcover-wood",
      "type": "fill",
      "metadata": {
        "mapbox:group": "1444849388993.3071",
        "maputnik:comment": "wood"
      },
      "source": "openmaptiles",
      "source-layer": "landcover",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": ["==", "class", "wood"],
      "layout": {"visibility": "visible"},
      "paint": {
        "fill-color": "rgba(190, 190, 190, 0.5)",
        "fill-opacity": 0.6,
        "fill-antialias": {"stops": [[0, false], [9, true]]}
      }
    },
    {
      "id": "landcover-beach",
      "type": "fill",
      "metadata": {"maputnik:comment": "beach"},
      "source": "openmaptiles",
      "source-layer": "landcover",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": ["all", ["in", "class", "beach", "floodplain"]],
      "layout": {"visibility": "visible"},
      "paint": {"fill-color": "rgba(220, 220, 220, 1)", "fill-opacity": 1}
    },
    {
      "id": "waterway-river",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849382550.77",
        "maputnik:comment": "river"
      },
      "source": "openmaptiles",
      "source-layer": "waterway",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["!in", "class", "coast-line", "dock", "canal"],
        ["!has", "escala"]
      ],
      "layout": {"line-cap": "round", "visibility": "visible"},
      "paint": {
        "line-color": "rgba(110, 110, 110, 1)",
        "line-width": 1,
        "line-opacity": 0.6
      }
    },
    {
      "id": "waterway-canal",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849382550.77",
        "maputnik:comment": "canal"
      },
      "source": "openmaptiles",
      "source-layer": "waterway",
      "minzoom": 13,
      "filter": [
        "all",
        ["in", "class", "canal"],
        ["!has", "entorn"],
        ["!has", "escala"]
      ],
      "layout": {"line-cap": "round", "visibility": "visible"},
      "paint": {
        "line-width": 1,
        "line-color": "rgba(170, 170, 170, 1)",
        "line-dasharray": [4, 4]
      }
    },
    {
      "id": "waterway-coast_line",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849382550.77",
        "maputnik:comment": "coast_line"
      },
      "source": "openmaptiles",
      "source-layer": "waterway",
      "minzoom": 13,
      "filter": [
        "all",
        ["!in", "class", "canal", "river", "stream", "dock"],
        ["!has", "escala"]
      ],
      "layout": {"line-cap": "round", "visibility": "visible"},
      "paint": {
        "line-color": "rgba(170, 170, 170, 1)",
        "line-width": {"base": 1.3, "stops": [[13, 0.5], [20, 2]]}
      }
    },
    {
      "id": "water-dock",
      "type": "fill",
      "metadata": {
        "mapbox:group": "1444849382550.77",
        "maputnik:comment": "dock"
      },
      "source": "openmaptiles",
      "source-layer": "water",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "class", "dock"],
        ["!in", "subclass", "breakwater"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {"fill-color": "rgba(230, 230, 230, 1)"}
    },
    {
      "id": "water-pond",
      "type": "fill",
      "metadata": {
        "mapbox:group": "1444849382550.77",
        "maputnik:comment": "pond, salt pond, reservoir"
      },
      "source": "openmaptiles",
      "source-layer": "water",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": ["all", ["in", "class", "pond", "salt_pond", "reservoir"]],
      "layout": {"visibility": "visible"},
      "paint": {"fill-color": "rgb(221, 221, 221)"}
    },
    {
      "id": "water-river_outline",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849382550.77",
        "maputnik:comment": "river outline"
      },
      "source": "openmaptiles",
      "source-layer": "water",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": ["all", ["in", "class", "river"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(170, 170, 170, 1)",
        "line-opacity": 1,
        "line-width": 3
      }
    },
    {
      "id": "water-lake_outline",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849382550.77",
        "maputnik:comment": "lake outline"
      },
      "source": "openmaptiles",
      "source-layer": "water",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "class", "lake", "reservoir"],
        ["!in", "jsel", "1a"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(170, 170, 170, 1)",
        "line-opacity": 1,
        "line-width": 2.5
      }
    },
    {
      "id": "water-lake",
      "type": "fill",
      "metadata": {
        "mapbox:group": "1444849382550.77",
        "maputnik:comment": "lake, river"
      },
      "source": "openmaptiles",
      "source-layer": "water",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": ["all", ["in", "class", "river", "lake"]],
      "layout": {"visibility": "visible"},
      "paint": {"fill-color": "rgba(217, 217, 217, 1)"}
    },
    {
      "id": "water-pond_outline",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849382550.77",
        "maputnik:comment": "pond outline"
      },
      "source": "openmaptiles",
      "source-layer": "water",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": ["all", ["in", "class", "pond", "salt_pond"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(170, 170, 170, 1)",
        "line-opacity": 1,
        "line-width": 1
      }
    },
    {
      "id": "landuse-residential",
      "type": "fill",
      "metadata": {"maputnik:comment": "landuse residential"},
      "source": "openmaptiles",
      "source-layer": "building",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": ["all", ["==", "building", "illa"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "fill-color": "rgb(220, 220, 220)",
        "fill-antialias": false,
        "fill-opacity": 0.5
      }
    },
    {
      "id": "landuse-residential_outline",
      "type": "line",
      "metadata": {"maputnik:comment": "landuse residential outline"},
      "source": "openmaptiles",
      "source-layer": "building",
      "minzoom": 13,
      "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": "water-swimming_pool",
      "type": "fill",
      "metadata": {
        "mapbox:group": "1444849382550.77",
        "maputnik:comment": "swimming pool"
      },
      "source": "openmaptiles",
      "source-layer": "water",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": ["all", ["in", "class", "pool"]],
      "layout": {"visibility": "visible"},
      "paint": {"fill-color": "rgba(200, 200, 200, 0.8)"}
    },
    {
      "id": "water-swimming_pool_outline",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849382550.77",
        "maputnik:comment": "swimming pool outline"
      },
      "source": "openmaptiles",
      "source-layer": "water",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": ["all", ["in", "class", "pool"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(170, 170, 170, 1)",
        "line-opacity": 1,
        "line-width": 0.5
      }
    },
    {
      "id": "building-residential",
      "type": "fill",
      "metadata": {"maputnik:comment": "residential"},
      "source": "openmaptiles",
      "source-layer": "building",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": ["all", ["==", "building", "residential"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "fill-color": "rgba(180, 180, 180, 1)",
        "fill-antialias": false,
        "fill-opacity": 1
      }
    },
    {
      "id": "building-ruins",
      "type": "fill",
      "metadata": {
        "mapbox:group": "1444849364238.8171",
        "maputnik:comment": "ruins\n"
      },
      "source": "openmaptiles",
      "source-layer": "building",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": ["all", ["==", "building", "ruins"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "fill-color": "rgba(180, 180, 180, 1)",
        "fill-antialias": true,
        "fill-opacity": {"stops": [[15, 0.5], [16, 1]]}
      }
    },
    {
      "id": "building-ruins_outline",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849364238.8171",
        "maputnik:comment": "ruins outline"
      },
      "source": "openmaptiles",
      "source-layer": "building",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": ["all", ["==", "building", "ruins"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(140, 140, 140, 1)",
        "line-dasharray": [4, 2.5],
        "line-opacity": 0.7,
        "line-width": 1
      }
    },
    {
      "id": "building-industrial",
      "type": "fill",
      "metadata": {
        "mapbox:group": "1444849364238.8171",
        "maputnik:comment": "industrial building"
      },
      "source": "openmaptiles",
      "source-layer": "building",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": ["all", ["==", "building", "industrial"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "fill-color": "rgba(180, 180, 180, 1)",
        "fill-antialias": true,
        "fill-opacity": 0.7
      }
    },
    {
      "id": "building_outline",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849364238.8171",
        "maputnik:comment": "building outline"
      },
      "source": "openmaptiles",
      "source-layer": "building",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": ["all", ["in", "building", "residential", "yes", "industrial"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(140, 140, 140, 1)",
        "line-width": 0.5,
        "line-opacity": 0.7
      }
    },
    {
      "id": "building-greenhouse",
      "type": "fill",
      "metadata": {
        "mapbox:group": "1444849364238.8171",
        "maputnik:comment": "greenhouse"
      },
      "source": "openmaptiles",
      "source-layer": "building",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": ["all", ["==", "building", "greenhouse"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "fill-color": "rgb(223, 223, 223)",
        "fill-antialias": true,
        "fill-opacity": 1
      }
    },
    {
      "id": "building-greenhouse_outline",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849364238.8171",
        "maputnik:comment": "greenhouse outline"
      },
      "source": "openmaptiles",
      "source-layer": "building",
      "minzoom": 15,
      "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": "railway-tunnel",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849354174.1904",
        "maputnik:comment": "railway and rack tunnel"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "tunnel"],
        ["==", "class", "rail"],
        ["!has", "subclass"],
        ["!has", "highspeed"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(100, 100, 100, 1)",
        "line-width": {"base": 1.4, "stops": [[14, 1.3], [15, 2], [20, 5]]},
        "line-dasharray": [3, 3],
        "line-opacity": 0.6
      }
    },
    {
      "id": "railway-highspeed-tunnel_casing",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849354174.1904",
        "maputnik:comment": "railway highspeed tunnel"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "tunnel"],
        ["==", "class", "rail"],
        ["==", "highspeed", "yes"],
        ["!has", "subclass"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(168, 168, 168, 1)",
        "line-width": {"stops": [[10, 1], [14, 4], [20, 6]]},
        "line-opacity": 1
      }
    },
    {
      "id": "railway-highspeed-tunnel",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849354174.1904",
        "maputnik:comment": "railway highspeed tunnel"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "tunnel"],
        ["==", "class", "rail"],
        ["==", "highspeed", "yes"],
        ["!has", "subclass"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(120, 120, 120, 1)",
        "line-width": {"stops": [[10, 1], [14, 0.75], [20, 2]]},
        "line-opacity": 0.6,
        "line-dasharray": [2.5, 2]
      }
    },
    {
      "id": "highway-pedestrian-tunnel",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849354174.1904",
        "maputnik:comment": "pedestrian tunnel"
      },
      "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(255, 255, 255,1)",
        "line-opacity": 1,
        "line-width": {"base": 1.2, "stops": [[15, 1], [20, 5]]},
        "line-translate": [0, 0]
      }
    },
    {
      "id": "highway-track-tunnel",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849354174.1904",
        "maputnik:comment": "track tunnel"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": ["all", ["==", "brunnel", "tunnel"], ["==", "class", "path"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(240, 240, 240, 1)",
        "line-dasharray": [2, 2.85],
        "line-width": {"stops": [[13, 0.1], [15, 1.5], [20, 4]], "base": 1.2},
        "line-opacity": 1
      }
    },
    {
      "id": "highway-path-tunnel",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849354174.1904",
        "maputnik:comment": "path tunnel"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": ["all", ["==", "brunnel", "tunnel"], ["==", "class", "minor"]],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(220, 220, 220, 1)",
        "line-width": {"base": 1.2, "stops": [[13, 1], [14, 3.1], [20, 7]]},
        "line-translate": [0, 0],
        "line-opacity": 1
      }
    },
    {
      "id": "highway-path_2.5-tunnel",
      "type": "line",
      "metadata": {"mapbox:group": "1444849354174.1904"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "tunnel"],
        ["in", "class", "service", "track"]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(240, 240, 240, 1)",
        "line-width": {"base": 1.2, "stops": [[13, 1.5], [15, 1.5], [20, 4]]},
        "line-translate": [0, 0],
        "line-opacity": 1
      }
    },
    {
      "id": "highway-path-tunnel_casing",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849354174.1904",
        "maputnik:comment": "path tunnel casing"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": ["all", ["==", "brunnel", "tunnel"], ["==", "class", "minor"]],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(220, 220, 220, 1)",
        "line-width": {"base": 1.2, "stops": [[16, 2], [17, 3], [19, 5]]},
        "line-translate": [0, 0],
        "line-opacity": 0.5
      }
    },
    {
      "id": "highway-tertiary-tunnel",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849354174.1904",
        "maputnik:comment": "highway tertiary tunnel"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "tunnel"],
        ["in", "class", "tertiary", "tertiary_link"]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(140, 140, 140, 1)",
        "line-width": {"base": 1.2, "stops": [[9, 0.5], [14, 2], [20, 6]]}
      }
    },
    {
      "id": "highway-secondary-tunnel",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849354174.1904",
        "maputnik:comment": "highway secondary tunnel"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "tunnel"],
        ["in", "class", "secondary", "secondary_link"]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(140, 140, 140, 1)",
        "line-width": {"base": 1.2, "stops": [[9, 0.8], [14, 2.5], [20, 8]]}
      }
    },
    {
      "id": "highway-primary-tunnel",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849354174.1904",
        "maputnik:comment": "highway primary tunnel"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "tunnel"],
        ["in", "class", "primary", "trunk", "primary_link"]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(160, 160, 160, 1)",
        "line-width": {
          "base": 1.2,
          "stops": [[9, 0.8], [10, 1.2], [14, 2.5], [20, 14]]
        },
        "line-offset": 0
      }
    },
    {
      "id": "highway-motorway-tunnel",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849354174.1904",
        "maputnik:comment": "highway motorway tunnel"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "tunnel"],
        ["in", "class", "motorway", "motorway_link"]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(121, 121, 121, 1)",
        "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": "landcover-parterre",
      "type": "fill",
      "metadata": {"maputnik:comment": "parterre"},
      "source": "openmaptiles",
      "source-layer": "landcover",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": ["all", ["==", "class", "parterre"]],
      "layout": {"visibility": "visible"},
      "paint": {"fill-color": "rgb(220, 220, 220)", "fill-opacity": 1}
    },
    {
      "id": "landcover-parterre_outline",
      "type": "line",
      "metadata": {"maputnik:comment": "parterre outline"},
      "source": "openmaptiles",
      "source-layer": "landcover",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": ["all", ["==", "class", "parterre"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-width": 0.7,
        "line-color": "rgba(140, 140, 140, 1)",
        "line-opacity": 0.7
      }
    },
    {
      "id": "landcover-golf_course",
      "type": "fill",
      "metadata": {"maputnik:comment": "golf course"},
      "source": "contextmapsadmpt",
      "source-layer": "landuse",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": ["all", ["==", "class", "golf"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "fill-color": "rgb(220, 220, 220)",
        "fill-outline-color": "rgba(140, 140, 140, 0.6)",
        "fill-opacity": 1
      }
    },
    {
      "id": "aeroway-heliport",
      "type": "line",
      "metadata": {"maputnik:comment": "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-pitch",
      "type": "fill",
      "metadata": {"maputnik:comment": "landuse pitch"},
      "source": "contextmapsadmpt",
      "source-layer": "landuse",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": ["all", ["in", "class", "futbol", "tennis", "multisport"]],
      "layout": {"visibility": "visible"},
      "paint": {"fill-opacity": 1, "fill-color": "rgb(200, 200, 200)"}
    },
    {
      "id": "landuse-pitch_insideline",
      "type": "line",
      "metadata": {"maputnik:comment": "landuse pitch insideline"},
      "source": "contextmapsadmpt",
      "source-layer": "landuse",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": ["==", "class", "sport_field_line"],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(140, 140, 140, 1)",
        "line-width": 0.7,
        "line-opacity": 1
      }
    },
    {
      "id": "landuse-pitch_outline",
      "type": "line",
      "metadata": {"maputnik:comment": "landuse pitch outline"},
      "source": "contextmapsadmpt",
      "source-layer": "landuse",
      "minzoom": 13,
      "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-runway",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849345966.4436",
        "maputnik:comment": "aeroway runway"
      },
      "source": "openmaptiles",
      "source-layer": "aeroway",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": ["all", ["in", "class", "taxiway"]],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(140, 140, 140, 1)",
        "line-width": 0.7,
        "line-opacity": 0.7
      }
    },
    {
      "id": "highway-pedestrian",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "filter": [
        "all",
        ["!in", "brunnel", "tunnel", "bridge"],
        ["==", "class", "pedestrian"]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(255, 255, 255,1)",
        "line-opacity": 1,
        "line-width": {"base": 1.2, "stops": [[15, 1], [20, 5]]},
        "line-translate": [0, 0]
      }
    },
    {
      "id": "highway-path_2.5-unpaved",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849345966.4436",
        "maputnik:comment": "highway path_2.5 unpaved"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": ["all", ["==", "class", "track"], ["!=", "brunnel", "tunnel"]],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(240, 240, 240, 1)",
        "line-width": {"base": 1.2, "stops": [[13, 1], [15, 1.5], [20, 4]]},
        "line-translate": [0, 0],
        "line-opacity": 1
      }
    },
    {
      "id": "highway-path_4-paved_casing",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849345966.4436",
        "maputnik:comment": "highway path_4 paved"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["!in", "brunnel", "tunnel", "bridge"],
        ["==", "class", "minor"],
        ["==", "surface", "paved"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(220, 220, 220, 1)",
        "line-width": {"base": 1.2, "stops": [[13, 1], [14, 3.1], [20, 7]]},
        "line-translate": [0, 0],
        "line-opacity": 1
      }
    },
    {
      "id": "highway-street",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849345966.4436",
        "maputnik:comment": "highway street"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["!in", "brunnel", "tunnel", "bridge"],
        ["==", "class", "minor"],
        ["!has", "width"],
        ["has", "name"],
        ["==", "surface", "paved"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(220, 220, 220, 1)",
        "line-opacity": 1,
        "line-width": {
          "base": 1.2,
          "stops": [[13, 0.5], [14, 2.5], [20, 11.5]]
        },
        "line-translate": [0, 0]
      }
    },
    {
      "id": "highway-path_4-unpaved_casing",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849345966.4436",
        "maputnik:comment": "highway path_4 unpaved"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["!in", "brunnel", "tunnel", "bridge"],
        ["==", "class", "minor"],
        ["!has", "name"],
        ["==", "oneway", 0],
        ["==", "surface", "unpaved"],
        ["!=", "width", 2.5]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(140, 140, 140, 1)",
        "line-width": {"base": 1.2, "stops": [[13, 1], [14, 3.2], [20, 7]]},
        "line-translate": [0, 0],
        "line-opacity": 0.7
      }
    },
    {
      "id": "highway-path_4-unpaved",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849345966.4436",
        "maputnik:comment": "highway path_4 unpaved"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["!in", "brunnel", "tunnel", "bridge"],
        ["==", "class", "minor"],
        ["!has", "name"],
        ["==", "oneway", 0],
        ["==", "surface", "unpaved"],
        ["!=", "width", 2.5]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(220, 220, 220, 1)",
        "line-width": {"base": 1.2, "stops": [[13, 0.4], [14, 2], [20, 7]]},
        "line-translate": [0, 0],
        "line-opacity": 1
      }
    },
    {
      "id": "highway-path_2.5-paved",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849345966.4436",
        "maputnik:comment": "highway path_2.5 paved"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["!=", "brunnel", "tunnel"],
        ["==", "class", "minor"],
        ["!has", "name"],
        ["==", "oneway", 0],
        ["==", "surface", "paved"],
        ["==", "width", 2.5]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(240, 240, 240, 1)",
        "line-width": {"base": 1.2, "stops": [[13, 0.5], [14, 1.5], [20, 4]]},
        "line-translate": [0, 0],
        "line-opacity": 0.5
      }
    },
    {
      "id": "highway-sidewalk",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849382550.77",
        "maputnik:comment": "highway sidewalk"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": ["all", ["==", "class", "minor_limit"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-width": 0.5,
        "line-color": "rgba(140, 140, 140, 1)",
        "line-opacity": 0.7
      }
    },
    {
      "id": "highway-track-bridge",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849334699.1902",
        "maputnik:comment": "highway track bridge"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["all", ["==", "brunnel", "bridge"], ["==", "class", "path"]]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(120, 120, 120, 1)",
        "line-width": {"base": 1.2, "stops": [[13, 1.3], [15, 1.7], [20, 16]]}
      }
    },
    {
      "id": "highway-track",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849345966.4436",
        "maputnik:comment": "highway track"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": ["all", ["!=", "brunnel", "tunnel"], ["==", "class", "path"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(240, 240, 240, 1)",
        "line-width": {"stops": [[13, 1], [15, 1.5], [20, 4]], "base": 1.2},
        "line-opacity": 1
      }
    },
    {
      "id": "highway-cami",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849345966.4436",
        "maputnik:comment": "highway_vial_pav4"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["!in", "brunnel", "tunnel", "bridge"],
        ["==", "class", "minor"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(240, 240, 240, 1)",
        "line-width": {"base": 1.2, "stops": [[14, 1.4], [20, 5]]},
        "line-translate": [0, 0],
        "line-opacity": 1
      }
    },
    {
      "id": "highway-tertiary",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849345966.4436",
        "maputnik:comment": "highway tertiary"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "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": "rgba(140, 140, 140, 1)",
        "line-width": {"base": 1.2, "stops": [[9, 0.5], [14, 2], [20, 6]]}
      }
    },
    {
      "id": "highway-secondary",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849345966.4436",
        "maputnik:comment": "highway secondary"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "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": "rgba(140, 140, 140, 1)",
        "line-width": {"base": 1.2, "stops": [[9, 0.8], [14, 2.5], [20, 14]]}
      }
    },
    {
      "id": "highway-primary",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849345966.4436",
        "maputnik:comment": "highway primary"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "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": "rgba(160, 160, 160, 1)",
        "line-width": {
          "base": 1.2,
          "stops": [[9, 0.8], [10, 1.2], [14, 2.5], [20, 8]]
        },
        "line-offset": 0
      }
    },
    {
      "id": "highway-motorway",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849345966.4436",
        "maputnik:comment": "highway motorway"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["!in", "brunnel", "bridge", "tunnel"],
        ["in", "class", "motorway", "motorway_link"]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(121, 121, 121, 1)",
        "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": "railway-service",
      "type": "line",
      "metadata": {"mapbox:group": "1444849345966.4436"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["!in", "brunnel", "tunnel", "brunnel"],
        ["==", "class", "rail"],
        ["!has", "highspeed"],
        ["has", "service"],
        ["!has", "subclass"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(100, 100, 100, 1)",
        "line-width": {"base": 1.4, "stops": [[14, 1.3], [15, 2], [20, 5]]},
        "line-opacity": 0.6
      }
    },
    {
      "id": "railway",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849345966.4436",
        "maputnik:comment": "railway"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", ["geometry-type"], "LineString"],
        [
          "all",
          ["!", ["has", "service"]],
          ["match", ["get", "brunnel"], ["bridge", "tunnel"], false, true],
          ["==", ["get", "class"], "rail"],
          ["!", ["has", "highspeed"]],
          [
            "match",
            ["get", "subclass"],
            [
              "betline",
              "cable_car",
              "chair_lift",
              "drag_lift",
              "funicular",
              "gondola",
              "magicCarpet",
              "rack",
              "tram"
            ],
            false,
            true
          ]
        ]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(100, 100, 100, 1)",
        "line-width": {"base": 1.4, "stops": [[14, 1.3], [15, 2], [20, 5]]},
        "line-opacity": 0.6
      }
    },
    {
      "id": "railway-hatching",
      "type": "line",
      "metadata": {"maputnik:comment": "railway-highspeed-hatching_7-12"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "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": "rgba(100, 100, 100, 1)",
        "line-dasharray": [0.1, 4, 0.1, 4],
        "line-width": {"stops": [[6, 2], [10, 4], [12, 6]]},
        "line-translate-anchor": "map",
        "line-opacity": 0.6
      }
    },
    {
      "id": "railway-tram",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849345966.4436",
        "maputnik:comment": "railway tram"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["!in", "brunnel", "tunnel", "bridge"],
        ["==", "class", "rail"],
        ["==", "subclass", "tram"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(100, 100, 100, 1)",
        "line-width": {"stops": [[9, 1], [14, 1.24], [17, 1.8]]},
        "line-translate-anchor": "map",
        "line-opacity": 0.7
      }
    },
    {
      "id": "railway-tram_hatching",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849345966.4436",
        "maputnik:comment": "railway tram hatching"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["!in", "brunnel", "tunnel"],
        ["==", "class", "rail"],
        ["==", "subclass", "tram"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(100, 100, 100, 1)",
        "line-dasharray": [0.1, 0.3, 0.1, 3],
        "line-width": {"base": 1.4, "stops": [[14.5, 4], [15, 5], [20, 12]]},
        "line-opacity": 0.7
      }
    },
    {
      "id": "railway-highspeed",
      "type": "line",
      "metadata": {"maputnik:comment": "railway highspeed"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "highspeed", "yes"],
        ["!in", "brunnel", "tunnel", "bridge"],
        ["!has", "subclass"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(100, 100, 100, 1)",
        "line-width": {"stops": [[9, 1], [14, 1.24], [17, 1.8]]},
        "line-translate-anchor": "map",
        "line-opacity": 0.8
      }
    },
    {
      "id": "railway-highspeed-hatching",
      "type": "line",
      "metadata": {"maputnik:comment": "railway highspeed"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "highspeed", "yes"],
        ["!in", "brunnel", "tunnel", "bridge"],
        ["!has", "subclass"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(100, 100, 100, 1)",
        "line-dasharray": [0.1, 6, 0.1, 6],
        "line-width": {"stops": [[6, 2.5], [10, 6], [12, 8]]},
        "line-translate-anchor": "map",
        "line-opacity": 0.8
      }
    },
    {
      "id": "railway-tram-bridge",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849334699.1902",
        "maputnik:comment": "railway tram bridge"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["==", "class", "rail"],
        ["==", "subclass", "tram"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(100, 100, 100, 1)",
        "line-width": {"stops": [[9, 1], [14, 1.24], [17, 1.8]]},
        "line-translate-anchor": "map",
        "line-opacity": 0.7
      }
    },
    {
      "id": "highway-pedestrian-bridge_casing",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849334699.1902",
        "maputnik:comment": "highway pedestrian bridge"
      },
      "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": "highway-pedestrian-bridge",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849334699.1902",
        "maputnik:comment": "highway pedestrian bridge"
      },
      "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, 239, 239, 1)",
        "line-opacity": 1,
        "line-width": {"base": 1.2, "stops": [[15, 1], [20, 5]]},
        "line-translate": [0, 0]
      }
    },
    {
      "id": "highway-path-bridge",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849334699.1902",
        "maputnik:comment": "highway path bridge"
      },
      "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(220, 220, 220, 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-xarxalocal-casing",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849334699.1902",
        "maputnik:comment": "bridge-tertiary-casing"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "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-xarxacomarcal-casing",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "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-xarxabasica-primary-casing",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849334699.1902",
        "maputnik:comment": "bridge-primary-casing"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "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": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["in", "class", "primary", "trunk", "primary_link"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "miter",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(160, 160, 160, 1)",
        "line-width": {
          "base": 1.2,
          "stops": [[9, 0.8], [10, 1.2], [14, 2.5], [20, 14]]
        },
        "line-offset": 0
      }
    },
    {
      "id": "highway-motorway-bridge_casing",
      "type": "line",
      "metadata": {"mapbox:group": "1444849334699.1902"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["in", "class", "motorway", "motorway_link"]
      ],
      "layout": {
        "line-cap": "butt",
        "line-join": "bevel",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(60, 60, 60, 1)",
        "line-width": {"stops": [[14, 2.5], [17, 7], [20, 14.5]]},
        "line-opacity": 1
      }
    },
    {
      "id": "highway-motorway-bridge",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849334699.1902",
        "maputnik:comment": "highway motorway bridge"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["in", "class", "motorway", "motorway_link"]
      ],
      "layout": {
        "line-cap": "round",
        "line-join": "round",
        "visibility": "visible"
      },
      "paint": {
        "line-color": "rgba(121, 121, 121, 1)",
        "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": "railway-highspeed-bridge_casing2",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849334699.1902",
        "maputnik:comment": "railway highspeed bridge"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "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": "railway-highspeed-bridge_casing",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849334699.1902",
        "maputnik:comment": "railway highspeed bridge"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["==", "class", "rail"],
        ["==", "highspeed", "yes"],
        ["!has", "subclass"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(100, 100, 100, 1)",
        "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": 0.6
      }
    },
    {
      "id": "railway-highspeed-bridge",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849334699.1902",
        "maputnik:comment": "railway highspeed bridge"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["==", "class", "rail"],
        ["==", "highspeed", "yes"],
        ["!has", "subclass"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(100, 100, 100, 1)",
        "line-width": {"stops": [[9, 1], [14, 1.24], [17, 1.8]]},
        "line-translate-anchor": "map",
        "line-opacity": 1
      }
    },
    {
      "id": "railway-bridge_casing2",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849334699.1902",
        "maputnik:comment": "railway bridge"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "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": "railway-bridge_casing",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849334699.1902",
        "maputnik:comment": "railway bridge"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["==", "class", "rail"],
        ["!has", "subclass"],
        ["!=", "highspeed", "yes"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(100, 100, 100, 1)",
        "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": "railway-bridge",
      "type": "line",
      "metadata": {
        "mapbox:group": "1444849334699.1902",
        "maputnik:comment": "railway bridge"
      },
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "brunnel", "bridge"],
        ["==", "class", "rail"],
        ["!has", "subclass"],
        ["!=", "highspeed", "yes"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "line-color": "rgba(100, 100, 100, 1)",
        "line-width": {"stops": [[9, 1], [14, 1.24], [17, 1.8]]},
        "line-translate-anchor": "map",
        "line-opacity": 1
      }
    },
    {
      "id": "boundary-admin_level_8-z8",
      "type": "line",
      "metadata": {"maputnik:comment": "municipality boundary"},
      "source": "openmaptiles",
      "source-layer": "boundary",
      "minzoom": 8,
      "maxzoom": 13,
      "filter": [
        "all",
        ["in", "admin_level", 8],
        ["==", "$type", "LineString"],
        ["!=", "maritime", 1],
        ["==", "mtc25", "SI"],
        [
          "!in",
          "icgc_id",
          3652,
          3627,
          3622,
          3655,
          3646,
          3635,
          3647,
          3648,
          3613,
          3619,
          3620,
          3615,
          3607,
          3608,
          3664,
          3629,
          3626,
          3638,
          3642,
          3611,
          3649,
          3645,
          3634,
          3656,
          3632,
          3640,
          3641,
          3637,
          3636,
          3614,
          3612,
          3633,
          3653,
          3631,
          3621,
          3618,
          3616,
          3661,
          3662,
          3663,
          3660,
          3657,
          3659,
          3617,
          3630,
          3625,
          3623,
          3628,
          3654,
          3624,
          3665,
          3650,
          3667,
          3668,
          3609,
          3639,
          3651,
          3610,
          3644,
          3643,
          3658,
          3666
        ]
      ],
      "layout": {"line-join": "round", "visibility": "visible"},
      "paint": {
        "line-color": {
          "stops": [
            [8, "rgba(230, 230, 230, 1)"],
            [9, "rgba(230, 230, 230, 1)"],
            [13, "rgba(255, 255, 255, 1)"],
            [13.1, "rgba(120, 120, 120, 0.5)"]
          ]
        },
        "line-width": {
          "stops": [[1, 0.2], [6, 0.5], [12.7, 1], [13, 2.5]],
          "base": 1.4
        },
        "line-opacity": 1
      }
    },
    {
      "id": "boundary-admin_level_8-z13",
      "type": "line",
      "metadata": {"maputnik:comment": "municipality boundary"},
      "source": "openmaptiles",
      "source-layer": "boundary",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "admin_level", 8],
        ["==", "$type", "LineString"],
        ["!=", "maritime", 1],
        ["==", "mtc25", "SI"]
      ],
      "layout": {"line-join": "round", "visibility": "visible"},
      "paint": {
        "line-color": {
          "stops": [
            [8, "rgba(230, 230, 230, 1)"],
            [9, "rgba(230, 230, 230, 1)"],
            [13, "rgba(255, 255, 255, 1)"],
            [13.1, "rgba(120, 120, 120, 0.5)"]
          ]
        },
        "line-width": {
          "stops": [[1, 0.2], [6, 0.5], [12.7, 1], [13, 2.5]],
          "base": 1.4
        },
        "line-opacity": 1,
        "line-dasharray": [5, 1.4, 0.8, 1.4, 0.8, 1.4]
      }
    },
    {
      "id": "boundary-admin_level_7-z13",
      "type": "line",
      "metadata": {"maputnik:comment": "municipality boundary"},
      "source": "openmaptiles",
      "source-layer": "boundary",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "admin_level", 7],
        ["==", "$type", "LineString"],
        ["!=", "maritime", 1],
        ["!has", "tipusua"]
      ],
      "layout": {"line-join": "round", "visibility": "visible"},
      "paint": {
        "line-color": {
          "stops": [
            [8, "rgba(230, 230, 230, 1)"],
            [9, "rgba(230, 230, 230, 1)"],
            [13, "rgba(255, 255, 255, 1)"],
            [13.1, "rgba(100, 100, 100, 0.5)"]
          ]
        },
        "line-opacity": 1,
        "line-width": 3,
        "line-dasharray": [4, 1.4, 0.8, 1.4, 0.8, 1.4]
      }
    },
    {
      "id": "boundary-admin_level_7",
      "type": "line",
      "metadata": {"maputnik:comment": "county boundary"},
      "source": "openmaptiles",
      "source-layer": "boundary",
      "minzoom": 3,
      "maxzoom": 13,
      "filter": [
        "all",
        ["in", "admin_level", 7],
        ["==", "$type", "LineString"],
        ["!=", "maritime", 1],
        ["has", "mtc25"]
      ],
      "layout": {"line-join": "round", "visibility": "visible"},
      "paint": {
        "line-color": {
          "stops": [
            [1, "rgba(210, 210, 210, 0.5)"],
            [4, "rgba(255, 255, 255, 0.8)"],
            [6, "rgba(255, 255, 255, 1)"],
            [13, "rgba(255, 255, 255, 1)"],
            [13.1, "rgba(30, 30, 30, 0.3)"]
          ],
          "base": 1.4
        },
        "line-width": {
          "base": 1.4,
          "stops": [[1, 0.02], [4, 0.1], [6, 0.7], [9, 1.5], [10, 2.5]]
        },
        "line-opacity": {"stops": [[6, 0.5], [9, 1]]}
      }
    },
    {
      "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",
        "visibility": "visible",
        "line-cap": "butt"
      },
      "paint": {
        "line-color": {
          "stops": [
            [1, "rgba(210, 210, 210, 0.5)"],
            [4, "rgba(255, 255, 255, 0.8)"],
            [6, "rgba(255, 255, 255, 1)"],
            [13, "rgba(255, 255, 255, 1)"],
            [13.1, "rgba(30, 30, 30, 0.4)"]
          ],
          "base": 1.4
        },
        "line-width": {
          "base": 1.4,
          "stops": [[1, 0.02], [4, 0.1], [6, 0.7], [9, 1.5], [10, 2], [13, 2.5]]
        },
        "line-opacity": {"stops": [[6, 0.5], [9, 1]]}
      }
    },
    {
      "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",
        "visibility": "visible",
        "line-cap": "butt"
      },
      "paint": {
        "line-color": {
          "stops": [
            [1, "rgba(210, 210, 210, 0.5)"],
            [4, "rgba(255, 255, 255, 0.8)"],
            [6, "rgba(255, 255, 255, 1)"],
            [13, "rgba(255, 255, 255, 1)"],
            [13.1, "rgba(30, 30, 30, 0.4)"]
          ],
          "base": 1.4
        },
        "line-width": {
          "base": 1.4,
          "stops": [[1, 0.02], [4, 0.1], [6, 0.7], [9, 1.5], [10, 2], [13, 2.5]]
        },
        "line-opacity": {"stops": [[6, 0.5], [9, 1]]}
      }
    },
    {
      "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",
        "visibility": "visible",
        "line-cap": "butt"
      },
      "paint": {
        "line-color": {
          "stops": [
            [1, "rgba(255, 255, 255, 0.8)"],
            [6, "rgba(255, 255, 255, 1)"],
            [13, "rgba(255, 255, 255, 1)"],
            [13.1, "rgba(30, 30, 30, 0.4)"]
          ],
          "base": 1.4
        },
        "line-width": {
          "base": 1.4,
          "stops": [[1, 0.05], [4, 0.7], [6, 1], [9, 1.5], [10, 2.5]]
        },
        "line-opacity": {"stops": [[6, 0.5], [9, 1]]}
      }
    },
    {
      "id": "boundary-land-level-other-cat",
      "type": "line",
      "metadata": {"maputnik:comment": "autonomous community boundary"},
      "source": "openmaptiles",
      "source-layer": "boundary",
      "minzoom": 6,
      "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", "visibility": "visible"},
      "paint": {
        "line-color": {
          "stops": [
            [1, "rgba(255, 255, 255, 0.8)"],
            [6, "rgba(255, 255, 255, 1)"],
            [13, "rgba(255, 255, 255, 1)"],
            [13.1, "rgba(30, 30, 30, 0.4)"]
          ],
          "base": 1.4
        },
        "line-width": {
          "stops": [[1, 0.05], [4, 0.7], [6, 1], [9, 1.5], [10, 2.5]],
          "base": 1.4
        },
        "line-opacity": {"stops": [[1, 0.5], [6, 1]]}
      }
    },
    {
      "id": "boundary-admin_level_2",
      "type": "line",
      "metadata": {"maputnik:comment": "international boundary"},
      "source": "openmaptiles",
      "source-layer": "boundary",
      "minzoom": 0,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "admin_level", 2],
        ["==", "$type", "LineString"],
        ["!has", "minzoom"],
        ["!=", "maritime", 1],
        [
          "!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": {
          "stops": [
            [1, "rgba(255, 255, 255, 0.8)"],
            [6, "rgba(255, 255, 255, 1)"],
            [13, "rgba(255, 255, 255, 1)"],
            [13.1, "rgba(30, 30, 30, 0.4)"]
          ],
          "base": 1.4
        },
        "line-width": {
          "stops": [[1, 0.05], [4, 0.7], [6, 1], [9, 1.5], [10, 2.5]]
        },
        "line-opacity": {"stops": [[1, 0.5], [6, 1]], "base": 1}
      }
    },
    {
      "id": "highway-shield-primary",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["!in", "network", "us-interstate", "us-highway", "us-state"],
        ["in", "class", "trunk"],
        ["has", "name"],
        ["!has", "caixes"],
        ["has", "icgc_id"]
      ],
      "layout": {
        "text-size": 10,
        "icon-rotation-alignment": "viewport",
        "symbol-spacing": {"stops": [[6, 300], [11, 500], [15, 900]]},
        "text-font": ["Arial-Regular"],
        "symbol-placement": "line",
        "text-rotation-alignment": "viewport",
        "icon-size": 1,
        "text-field": "{name}",
        "visibility": "visible",
        "icon-text-fit": "both",
        "icon-text-fit-padding": [1.5, 3, 1, 3]
      },
      "paint": {
        "icon-color": "#000000",
        "icon-halo-color": "rgba(0, 0, 0, 0)",
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(200, 200, 200, 1)"
      }
    },
    {
      "id": "highway-shield-primary-out-cat",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "transportation_name",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["<=", "ref_length", 7],
        ["==", "$type", "LineString"],
        ["!in", "network", "us-interstate", "us-highway", "us-state"],
        [">", "ref_length", 2],
        ["in", "class", "trunk"],
        ["has", "name"],
        ["!has", "caixes"],
        ["!has", "icgc_id"]
      ],
      "layout": {
        "text-size": 10,
        "icon-rotation-alignment": "viewport",
        "symbol-spacing": 300,
        "text-font": ["Arial-Regular"],
        "symbol-placement": "line",
        "text-rotation-alignment": "viewport",
        "icon-size": 1,
        "text-field": "{ref}",
        "visibility": "visible",
        "icon-text-fit": "both",
        "icon-text-fit-padding": [1.5, 3, 1, 3]
      },
      "paint": {
        "icon-color": "#000000",
        "icon-halo-color": "rgba(0, 0, 0, 0)",
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(200, 200, 200, 1)"
      }
    },
    {
      "id": "highway-shield-xarxalocal",
      "type": "symbol",
      "metadata": {"maputnik:comment": "highway-shield-tertiary"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["!in", "network", "us-interstate", "us-highway", "us-state"],
        ["==", "class", "tertiary"],
        ["has", "icgc_id"],
        [">=", "codi_via", "\"a\""]
      ],
      "layout": {
        "text-size": 10,
        "icon-rotation-alignment": "viewport",
        "symbol-spacing": 300,
        "text-font": ["FiraSans-Bold"],
        "symbol-placement": "line",
        "text-rotation-alignment": "viewport",
        "icon-size": 1,
        "text-field": "{name}",
        "visibility": "visible",
        "icon-text-fit": "both",
        "icon-text-fit-padding": [2, 2, 2, 2],
        "icon-image": "road_4"
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(200, 200, 200, 1)"
      }
    },
    {
      "id": "highway-shield-xarxalocal-out-cat",
      "type": "symbol",
      "metadata": {"maputnik:comment": "highway-shield-tertiary-out-cat"},
      "source": "openmaptiles",
      "source-layer": "transportation_name",
      "minzoom": 13,
      "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": ["FiraSans-Bold"],
        "symbol-placement": "line",
        "text-rotation-alignment": "viewport",
        "icon-size": 1,
        "text-field": "{ref}",
        "visibility": "visible",
        "icon-text-fit": "both",
        "icon-text-fit-padding": [2, 2, 2, 2],
        "icon-image": "r"
      },
      "paint": {
        "icon-color": "#000000",
        "icon-halo-color": "rgba(0, 0, 0, 0)",
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(200, 200, 200, 1)"
      }
    },
    {
      "id": "highway-shield-xarxacomarcal",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["!in", "network", "us-interstate", "us-highway", "us-state"],
        ["==", "class", "secondary"],
        ["!has", "caixes"],
        ["has", "icgc_id"],
        [">=", "codi_via", "\"a\""]
      ],
      "layout": {
        "text-size": {"stops": [[12, 10], [14, 11]]},
        "icon-rotation-alignment": "viewport",
        "symbol-spacing": {"stops": [[6, 300], [11, 500], [15, 900]]},
        "text-font": ["FiraSans-Bold"],
        "symbol-placement": "line",
        "text-rotation-alignment": "viewport",
        "icon-size": 1,
        "text-field": "{name}",
        "visibility": "visible",
        "icon-text-fit": "both",
        "icon-text-fit-padding": [2.5, 2.5, 2, 2.5],
        "icon-image": "road_3"
      },
      "paint": {
        "icon-color": "#000000",
        "icon-halo-color": "rgba(0, 0, 0, 0)",
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(200, 200, 200, 1)"
      }
    },
    {
      "id": "highway-shield-xarxacomarcal-out-cat",
      "type": "symbol",
      "metadata": {"maputnik:comment": "highway-shield-secondary-out-cat"},
      "source": "openmaptiles",
      "source-layer": "transportation_name",
      "minzoom": 13,
      "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": ["FiraSans-Bold"],
        "symbol-placement": "line",
        "text-rotation-alignment": "viewport",
        "icon-size": 1,
        "text-field": "{ref}",
        "visibility": "visible",
        "icon-text-fit": "both",
        "icon-text-fit-padding": [2.5, 2.5, 2, 2.5],
        "icon-image": "road_3"
      },
      "paint": {
        "icon-color": "#000000",
        "icon-halo-color": "rgba(0, 0, 0, 0)",
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(200, 200, 200, 1)"
      }
    },
    {
      "id": "highway-shield-xarxabasica",
      "type": "symbol",
      "metadata": {"maputnik:comment": "highway-shield-motorway"},
      "source": "openmaptiles",
      "source-layer": "transportation",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "LineString"],
        ["!in", "network", "us-interstate", "us-highway", "us-state"],
        ["in", "class", "motorway", "primary"],
        ["!has", "caixes"],
        ["!in", "name", "S/N", "C-25LD1744"],
        ["has", "icgc_id"],
        ["has", "codi_via"],
        ["==", "tram", "troncal"],
        [">=", "codi_via", "\"a\""]
      ],
      "layout": {
        "text-size": {"stops": [[12, 11], [14, 12]]},
        "icon-rotation-alignment": "viewport",
        "text-font": ["FiraSans-Bold"],
        "symbol-placement": "line",
        "text-rotation-alignment": "viewport",
        "icon-size": 0.95,
        "text-field": {"stops": [[6, "{codi_via}"], [10, "{codi_via}"]]},
        "visibility": "visible",
        "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]]},
        "icon-image": "road_3"
      },
      "paint": {
        "icon-color": "rgba(121, 121, 121, 1)",
        "text-opacity": 1,
        "text-translate-anchor": "map",
        "icon-halo-blur": 0.5,
        "icon-halo-width": 2,
        "text-halo-color": "rgba(200, 200, 200, 1)",
        "text-color": "rgba(90, 90, 90, 1)"
      }
    },
    {
      "id": "highway-shield-xarxabasica-out-cat",
      "type": "symbol",
      "metadata": {"maputnik:comment": "highway-shield-motorway-out-cat"},
      "source": "openmaptiles",
      "source-layer": "transportation_name",
      "minzoom": 13,
      "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-Bold"],
        "symbol-placement": "line",
        "text-rotation-alignment": "viewport",
        "icon-size": 0.95,
        "text-field": {"stops": [[6, "{ref}"], [10, "{ref}"]]},
        "visibility": "visible",
        "icon-text-fit": "both",
        "icon-pitch-alignment": "map",
        "icon-text-fit-padding": [2, 3, 2, 3],
        "symbol-spacing": {"stops": [[6, 300], [11, 500], [15, 900]]},
        "icon-image": "road_3"
      },
      "paint": {
        "icon-color": "rgba(121, 121, 121, 1)",
        "text-color": "rgba(90, 90, 90, 1)",
        "text-opacity": 1,
        "text-halo-color": "rgba(200, 200, 200, 1)",
        "text-translate-anchor": "map"
      }
    },
    {
      "id": "airport-13-international",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "aerodrome_label",
      "minzoom": 13,
      "maxzoom": 20,
      "filter": [
        "all",
        ["==", "class", "international"],
        ["!=", "name", "Aeròdrom de Sabadell"]
      ],
      "layout": {
        "text-padding": 2,
        "text-font": ["FiraSans-Regular"],
        "text-anchor": "top",
        "icon-image": "aeroport_11",
        "text-field": "{name:latin}{name:nonlatin}",
        "text-offset": [0, 0.6],
        "text-size": 16,
        "text-max-width": 7,
        "visibility": "visible",
        "icon-size": 1,
        "text-optional": true,
        "text-line-height": 1.1
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "#666",
        "text-halo-width": 1,
        "text-halo-color": "#ffffff"
      }
    },
    {
      "id": "poi-orography-altimetria-peak",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "capa", "poi"],
        ["in", "codigeo", 50203, 50103],
        ["==", "class", "peak"],
        ["has", "ele"],
        ["!=", "icgc_id", 11450]
      ],
      "layout": {
        "text-padding": 2,
        "text-font": ["FiraSans-Regular"],
        "text-anchor": "right",
        "icon-image": "triangle_bn_11",
        "text-field": [
          "format",
          ["get", "name"],
          "\n",
          {"text-font": ["literal", ["FiraSans-SemiBold"]], "font-scale": 1},
          ["get", "ele"],
          {"text-font": ["literal", ["FiraSans-Regular"]], "font-scale": 0.9}
        ],
        "text-offset": [-0.5, 0],
        "text-max-width": 9,
        "visibility": "visible",
        "text-allow-overlap": false,
        "text-size": {"stops": [[13, 11], [15, 13], [17, 13]]},
        "icon-allow-overlap": 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": "#666"
      }
    },
    {
      "id": "poi-orography-altimetria-geovertex",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "capa", "poi"],
        ["!=", "codigeo", 50203],
        ["==", "class", "geovertex"],
        ["has", "ele"],
        [
          "!in",
          "name",
          "el Còdol Barret",
          "Cim de la Dou",
          "Roc de la Maula",
          "Cim de Finestrelles"
        ]
      ],
      "layout": {
        "text-padding": 2,
        "text-font": ["FiraSans-Regular"],
        "text-anchor": "right",
        "icon-image": "triangle_bn_11",
        "text-field": [
          "format",
          ["get", "name"],
          "\n",
          {"text-font": ["literal", ["FiraSans-SemiBold"]], "font-scale": 1},
          ["get", "ele"],
          {"text-font": ["literal", ["FiraSans-Regular"]], "font-scale": 0.9}
        ],
        "text-offset": [-0.5, 0],
        "text-max-width": 9,
        "visibility": "visible",
        "text-allow-overlap": false,
        "text-size": {"stops": [[13, 11], [15, 13], [17, 13]]},
        "icon-allow-overlap": 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": "#666"
      }
    },
    {
      "id": "poi-orography-altimetria-geovertex2-doblet",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "capa", "poi"],
        ["==", "codigeo", 50203],
        ["==", "class", "geovertex"],
        ["has", "ele"],
        [
          "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": ["FiraSans-Regular"],
        "text-anchor": "right",
        "icon-image": "triangle_bn_11",
        "text-field": [
          "format",
          ["get", "name"],
          "\n",
          {"text-font": ["literal", ["FiraSans-SemiBold"]], "font-scale": 1},
          ["concat", "(", ["get", "name2"], ")", "\n"],
          {
            "text-font": ["literal", ["FiraSansCondensed-Italic"]],
            "font-scale": 0.9
          },
          ["get", "ele"],
          {"text-font": ["literal", ["FiraSans-Regular"]], "font-scale": 0.9}
        ],
        "text-offset": [-0.5, 0],
        "text-max-width": 9,
        "visibility": "visible",
        "text-allow-overlap": false,
        "text-size": {"stops": [[13, 11], [15, 13], [17, 13]]},
        "icon-allow-overlap": 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": "#666"
      }
    },
    {
      "id": "poi-orography-altimetria-geovertex2",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "mountain_peak",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "capa", "poi"],
        ["==", "codigeo", 50203],
        ["==", "class", "geovertex"],
        ["has", "ele"],
        [
          "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": ["FiraSans-Regular"],
        "text-anchor": "right",
        "icon-image": "triangle_bn_11",
        "text-field": [
          "format",
          ["get", "name"],
          "\n",
          {"text-font": ["literal", ["FiraSans-SemiBold"]], "font-scale": 1},
          ["get", "ele"],
          {"text-font": ["literal", ["FiraSans-Regular"]], "font-scale": 0.9}
        ],
        "text-offset": [-0.5, 0],
        "text-max-width": 9,
        "visibility": "visible",
        "text-allow-overlap": false,
        "text-size": {"stops": [[13, 11], [15, 13], [17, 13]]},
        "icon-allow-overlap": 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": "#666"
      }
    },
    {
      "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(66, 66, 66, 1)",
        "text-halo-width": 0.2,
        "text-halo-color": "rgba(255, 255, 255,0.7)"
      }
    },
    {
      "id": "place-hidronims-golf-badia",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": ["all", ["==", "$type", "Point"], ["==", "codigeo", 60103]],
      "layout": {
        "text-font": ["DroidSerif-Italic"],
        "symbol-placement": "point",
        "text-field": "{name}",
        "text-size": {"stops": [[13, 9], [15, 13], [16, 16]]},
        "text-anchor": "center",
        "text-letter-spacing": 0.05,
        "visibility": "visible",
        "text-allow-overlap": true,
        "text-ignore-placement": false,
        "symbol-avoid-edges": false,
        "symbol-z-order": "auto",
        "text-pitch-alignment": "auto",
        "icon-text-fit": "none",
        "text-max-width": 7,
        "text-offset": {"stops": [[14, [2, -1]], [16, [0, 0]]]}
      },
      "paint": {
        "text-color": "rgba(0, 150, 255, 1)",
        "text-halo-color": "rgba(255, 255, 255,1)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-hidronims-cala",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": ["all", ["==", "$type", "Point"], ["==", "codigeo", 60104]],
      "layout": {
        "text-letter-spacing": 0.05,
        "text-size": {"stops": [[13, 9], [15, 13], [16, 16]]},
        "text-font": ["DroidSerif-Italic"],
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "none",
        "visibility": "visible",
        "icon-allow-overlap": true,
        "text-anchor": "left",
        "text-justify": "left",
        "text-offset": [0.5, 0.5],
        "text-max-width": 7
      },
      "paint": {
        "text-color": "rgba(0, 150, 255, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 1)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-litoral",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Cap, punta, arxipèlag, illa"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "codigeo", 51001, 51002, 51007],
        ["<=", "rank", 11],
        ["!in", "icgc_zoom", 11, 10]
      ],
      "layout": {
        "text-size": {"stops": [[13, 9], [15, 15], [16, 19]]},
        "text-font": ["DroidSerif-Italic"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 10,
        "visibility": "visible",
        "symbol-placement": "point",
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-letter-spacing": 0.05,
        "text-justify": "left",
        "text-anchor": "left",
        "text-offset": [0.5, 0]
      },
      "paint": {
        "text-color": "rgba(50, 50, 50, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255,1)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-litoral-platja",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": ["all", ["==", "codigeo", 51008]],
      "layout": {
        "text-size": {"stops": [[13, 9], [15, 13], [16, 16]]},
        "text-font": ["DroidSerif-Italic"],
        "text-field": "{name}",
        "text-transform": "none",
        "visibility": "visible",
        "symbol-placement": "point",
        "symbol-spacing": 10000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-letter-spacing": 0.05,
        "text-offset": [0.5, 0],
        "text-anchor": "left",
        "text-max-width": 15,
        "text-justify": "left"
      },
      "paint": {
        "text-color": "rgba(50, 50, 50, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255,1)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-equipaments-15-2",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 15,
      "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"],
        ["<=", "fontsize", 6]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": 13,
        "text-font": ["FiraSansCondensed-Regular"],
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "none",
        "text-max-width": 7,
        "visibility": "visible",
        "symbol-spacing": 80
      },
      "paint": {
        "text-color": "rgba(50, 50, 50, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 1)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-equipaments-15",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 15,
      "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"],
        [">", "fontsize", 6]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": 13,
        "text-font": ["FiraSansCondensed-Regular"],
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "none",
        "text-max-width": 7,
        "visibility": "visible",
        "symbol-spacing": 80
      },
      "paint": {
        "text-color": "rgba(50, 50, 50, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 1)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-congost-vall",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": ["all", ["in", "codigeo", 50305, 50306], ["has", "icgc_zoom"]],
      "layout": {
        "text-size": {
          "base": 1.2,
          "stops": [[10, 11], [13, 11.5], [14, 11], [15, 12]]
        },
        "text-font": {
          "base": 1,
          "stops": [[9, ["FiraSans-BoldItalic"]], [15, ["DroidSerif-Italic"]]]
        },
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible",
        "symbol-placement": "point",
        "symbol-spacing": 10000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "icon-allow-overlap": false
      },
      "paint": {
        "text-color": "rgba(90, 86, 86, 1)",
        "text-halo-width": 1.2,
        "text-halo-color": "rgba(255, 255, 255,0.8)"
      }
    },
    {
      "id": "place-indret-paratge",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "place-relleu-z15-spacing-medium"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 16,
      "maxzoom": 24,
      "filter": ["all", ["in", "codigeo", 50901, 50908]],
      "layout": {
        "text-size": 21,
        "text-font": ["FiraSans-Light"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 7,
        "visibility": "visible",
        "symbol-placement": "point",
        "symbol-spacing": 10000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-letter-spacing": 0.3,
        "text-line-height": 1.2
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255,1)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-relleu-costa-falda",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 14,
      "maxzoom": 24,
      "filter": ["all", ["==", "codigeo", 50701]],
      "layout": {
        "text-size": 11.5,
        "text-font": ["DroidSerif-Regular"],
        "text-field": "{name}",
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible",
        "symbol-placement": "point",
        "symbol-spacing": 10000,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-letter-spacing": {"stops": [[11, 0.25], [12, 0.15]]}
      },
      "paint": {
        "text-color": "rgba(51, 51, 51, 1)",
        "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": {"stops": [[14, 12], [15, 14], [17, 17]]},
        "text-font": ["FiraSans-Regular"],
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "none",
        "text-max-width": 5,
        "visibility": "visible",
        "symbol-spacing": 80,
        "text-anchor": "left",
        "text-justify": "center",
        "icon-keep-upright": false,
        "icon-anchor": "bottom",
        "icon-pitch-alignment": "auto",
        "icon-text-fit": "none",
        "icon-rotation-alignment": "auto",
        "icon-optional": false
      },
      "paint": {
        "text-color": "rgba(50, 50, 50, 1)",
        "text-halo-color": "rgba(255, 255, 255, 1)",
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "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"]
      ],
      "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,
        "visibility": "visible",
        "symbol-spacing": 80
      },
      "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-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, 10], [17, 15]]},
        "text-font": ["FiraSans-Regular"],
        "text-field": "{name}{name:nonlatin}",
        "text-transform": "none",
        "visibility": "visible",
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-anchor": "center",
        "text-max-width": 40,
        "text-justify": "auto",
        "symbol-placement": "line",
        "symbol-spacing": {"stops": [[15, 300], [16, 400], [18, 500]]}
      },
      "paint": {
        "text-color": "rgba(60, 60, 60, 1)",
        "text-halo-width": 1,
        "text-halo-color": "rgba(255, 255, 255, 1)",
        "text-halo-blur": 0.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, 9], [16, 11], [17, 12]]},
        "text-font": ["FiraSans-Regular"],
        "text-field": "{name}{name:nonlatin}",
        "text-transform": "none",
        "text-max-width": 6,
        "visibility": "visible",
        "text-justify": "center",
        "text-anchor": "center",
        "icon-anchor": "bottom",
        "symbol-spacing": 80,
        "text-line-height": 1
      },
      "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,1)"
      }
    },
    {
      "id": "place-other-neighbourhood",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 14,
      "maxzoom": 17,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "class", "neighbourhood"],
        ["!has", "icgc_zoom"],
        ["!has", "zoom"],
        ["==", "capa", "place5m2"]
      ],
      "layout": {
        "text-font": ["FiraSansCondensed-Regular"],
        "text-field": "{name:latin}",
        "text-max-width": 6,
        "visibility": "visible",
        "text-allow-overlap": false,
        "text-anchor": "center",
        "text-justify": "center",
        "text-size": 14
      },
      "paint": {
        "text-color": "rgba(70, 70, 70, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255,1)",
        "text-halo-blur": 0.5
      }
    },
    {
      "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-Regular"],
        "text-size": {"stops": [[14, 14], [16, 15], [18, 19]]},
        "text-field": "{name:latin}",
        "text-max-width": 8,
        "visibility": "visible",
        "text-allow-overlap": false,
        "text-anchor": "center",
        "text-justify": "center"
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255,1)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-altres-industries",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 15,
      "maxzoom": 20,
      "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], [16, 16], [17, 22]]},
        "text-font": ["FiraSansCondensed-Regular"],
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "none",
        "text-max-width": 9,
        "visibility": "visible",
        "icon-anchor": "center",
        "symbol-spacing": 80,
        "icon-size": 0
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255,1)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-other-poblament-z12",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "Poblament aïllat; desactivat"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["!in", "class", "city", "town", "village", "country", "continent"],
        [">", "codigeo", 10300],
        ["<", "codigeo", 20000],
        ["!has", "icgc_zoom"],
        ["!has", "zoom"],
        ["==", "rank", 11],
        ["==", "capa", "place5m2"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": {"stops": [[15, 10], [16, 13], [17, 15]]},
        "text-font": ["FiraSansCondensed-Regular"],
        "text-field": "{codgieo}{name:latin}{name:nonlatin}",
        "text-transform": "none",
        "text-max-width": 7,
        "visibility": "visible",
        "text-optional": false,
        "icon-allow-overlap": false,
        "icon-ignore-placement": false
      },
      "paint": {
        "text-color": "rgba(50, 50, 50, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 1)",
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-equipament-educatiu-13-15",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 15,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["in", "codigeo", 40821, 40503],
        ["==", "capa", "place5m2"]
      ],
      "layout": {
        "text-letter-spacing": 0,
        "text-size": {
          "base": 1.2,
          "stops": [
            [11, 8],
            [11.9, 8.5],
            [12, 11],
            [13, 8.5],
            [14, 8.5],
            [15, 10]
          ]
        },
        "text-font": {
          "base": 1,
          "stops": [
            [11, ["FiraSans-Thin"]],
            [12, ["FiraSansCondensed-Regular"]],
            [13, ["FiraSans-Italic"]]
          ]
        },
        "text-field": "{name:latin}{name:nonlatin}",
        "text-transform": "none",
        "text-max-width": {"stops": [[15, 9], [16, 10], [17, 14]]},
        "visibility": "visible",
        "icon-anchor": "bottom",
        "symbol-spacing": 80,
        "text-anchor": "top"
      },
      "paint": {
        "text-color": "rgba(41, 41, 41, 1)",
        "text-halo-color": "rgba(255, 255, 255,0.8)",
        "text-halo-width": 1.2
      }
    },
    {
      "id": "place-village_icgc-14_2outcat",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "class", "village"],
        ["==", "codigeo", 10104],
        ["==", "outcat", 1]
      ],
      "layout": {
        "text-font": ["FiraSansCondensed-Regular"],
        "text-size": {"stops": [[12, 14], [14.9, 17.5], [15, 20]]},
        "text-field": "{name:latin}",
        "text-max-width": {"stops": [[10, 5], [15, 8], [18, 12]]},
        "visibility": "visible",
        "text-allow-overlap": false,
        "text-anchor": "center",
        "text-justify": "center"
      },
      "paint": {
        "text-color": "rgba(20, 20, 20, 1)",
        "text-halo-width": 1.2,
        "text-halo-color": "rgba(255, 255, 255,1)"
      }
    },
    {
      "id": "place-village_icgc-14_1outcat",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "class", "village"],
        ["!in", "codigeo", 1, 10104],
        ["==", "outcat", 1]
      ],
      "layout": {
        "text-font": ["FiraSansCondensed-Regular"],
        "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]]},
        "visibility": "visible",
        "text-allow-overlap": false,
        "text-anchor": "center",
        "text-justify": "center"
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-width": 1.2,
        "text-halo-color": "rgba(255, 255, 255,1)"
      }
    },
    {
      "id": "place-village_icgc-14_1",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "class", "village"],
        ["!in", "codigeo", 1, 10104],
        ["!has", "icgc_zoom"],
        ["!has", "zoom"],
        ["has", "icgc_id"],
        ["!=", "icgc_id", 147004],
        ["==", "capa", "place5m2"]
      ],
      "layout": {
        "text-font": ["FiraSansCondensed-Regular"],
        "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]]},
        "visibility": "visible",
        "text-allow-overlap": false,
        "text-anchor": "center",
        "text-justify": "center"
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-width": 1.2,
        "text-halo-color": "rgba(255, 255, 255,1)"
      }
    },
    {
      "id": "place-village_icgc-14_2",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["==", "class", "village"],
        ["!has", "icgc_zoom"],
        ["!has", "zoom"],
        ["==", "codigeo", 10104],
        ["has", "icgc_id"],
        ["==", "capa", "place5m2"]
      ],
      "layout": {
        "text-font": ["FiraSansCondensed-Regular"],
        "text-size": {"stops": [[12, 14], [14.9, 17.5], [15, 20]]},
        "text-field": "{name:latin}",
        "text-max-width": {"stops": [[10, 5], [15, 8], [18, 12]]},
        "visibility": "visible",
        "text-allow-overlap": false,
        "text-anchor": "center",
        "text-justify": "center"
      },
      "paint": {
        "text-color": "rgba(20, 20, 20, 1)",
        "text-halo-width": 1.2,
        "text-halo-color": "rgba(255, 255, 255,1)"
      }
    },
    {
      "id": "place-city-z13_icgc-no-muni",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": [
        "all",
        ["in", "class", "city"],
        ["==", "tipuscap", "M"],
        ["==", "muni", "NO"],
        ["==", "capa", "place_div_admin"]
      ],
      "layout": {
        "text-field": "{name:latin}",
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[12, 16.5], [14, 23]]},
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "auto",
        "text-anchor": "center",
        "visibility": "visible",
        "text-offset": [0, 0],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-transform": "none",
        "text-max-width": 6,
        "icon-anchor": "center"
      },
      "paint": {
        "text-color": "rgba(20, 20, 20, 1)",
        "text-halo-width": 1,
        "text-halo-color": "rgba(255, 255, 255, 1)",
        "text-halo-blur": 1,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-city-z13_icgc-muni-SFB",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 13,
      "maxzoom": 24,
      "filter": ["all", ["==", "icgc_id", 166451], ["==", "capa", "place5m2"]],
      "layout": {
        "text-field": "Sant Feliu de Buixalleu",
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[12, 16.5], [14, 23]]},
        "text-allow-overlap": false,
        "text-max-width": 5,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "center",
        "text-anchor": "left",
        "visibility": "visible",
        "text-offset": [0, 0],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-transform": "none"
      },
      "paint": {
        "text-color": "rgba(20, 20, 20, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 1)",
        "text-halo-blur": 0.5,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-city-z13_icgc-muni",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 13,
      "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": [[12, 16.5], [14, 23]]},
        "text-allow-overlap": false,
        "text-max-width": 5,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "center",
        "text-anchor": "left",
        "visibility": "visible",
        "text-offset": [0, 0],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-transform": "none"
      },
      "paint": {
        "text-color": "rgba(20, 20, 20, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 1)",
        "text-halo-blur": 0.5,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-city-z10-13_icgc-no-muni-topleft",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 10,
      "maxzoom": 13,
      "filter": [
        "all",
        ["in", "class", "city"],
        ["==", "tipuscap", "M"],
        ["==", "muni", "NO"],
        [
          "in",
          "name",
          "la Coma",
          "Montcada",
          "Serrateix",
          "Camallera",
          "Prats",
          "Calonge",
          "Boadella d'Empordà",
          "Sant Martí de Maldà",
          "",
          "Ribera de Cardós",
          "Sant Miquel d'Olèrdola",
          "el Vilar d'Urtx",
          "Figaró",
          "Sant Joan de Mediona"
        ]
      ],
      "layout": {
        "text-field": "{name:latin}",
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[10, 10], [11, 11], [12, 12], [13, 13]]},
        "text-allow-overlap": true,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "auto",
        "text-anchor": "top-left",
        "visibility": "visible",
        "text-font": ["FiraSansCondensed-Regular"],
        "text-transform": "none",
        "text-max-width": 6,
        "text-offset": [0.45, 0],
        "text-line-height": 1
      },
      "paint": {
        "text-color": "rgba(60, 60, 60, 1)",
        "text-halo-color": "rgba(255, 255, 255, 1)",
        "icon-opacity": 1,
        "text-opacity": 1,
        "text-halo-width": 1.2,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-city-z10-13_icgc-no-muni-bottomleft",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 10,
      "maxzoom": 13,
      "filter": [
        "all",
        ["in", "class", "city"],
        ["==", "tipuscap", "M"],
        ["==", "muni", "NO"],
        ["in", "name", "Lavit", "Passanant", "Vinyols"]
      ],
      "layout": {
        "text-field": "{name:latin}",
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[10, 10], [11, 11], [12, 12], [13, 13]]},
        "text-allow-overlap": true,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "auto",
        "text-anchor": "bottom-left",
        "visibility": "visible",
        "text-font": ["FiraSansCondensed-Regular"],
        "text-transform": "none",
        "text-max-width": 6,
        "text-offset": [0.45, 0],
        "text-line-height": 1
      },
      "paint": {
        "text-color": "rgba(60, 60, 60, 1)",
        "text-halo-color": "rgba(255, 255, 255, 1)",
        "icon-opacity": 1,
        "text-opacity": 1,
        "text-halo-width": 1.2,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-city-z10-13_icgc-no-muni-bottomright",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 10,
      "maxzoom": 13,
      "filter": [
        "all",
        ["in", "class", "city"],
        ["==", "tipuscap", "M"],
        ["==", "muni", "NO"],
        ["in", "name", "Mosqueroles", "València d'Àneu"]
      ],
      "layout": {
        "text-field": "{name:latin}",
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[10, 10], [11, 11], [12, 12], [13, 13]]},
        "text-allow-overlap": true,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "auto",
        "text-anchor": "bottom-right",
        "visibility": "visible",
        "text-font": ["FiraSansCondensed-Regular"],
        "text-transform": "none",
        "text-max-width": 6,
        "text-offset": [-0.45, 0],
        "text-line-height": 1
      },
      "paint": {
        "text-color": "rgba(60, 60, 60, 1)",
        "text-halo-color": "rgba(255, 255, 255, 1)",
        "icon-opacity": 1,
        "text-opacity": 1,
        "text-halo-width": 1.2,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-city-z10-13_icgc-no-muni-right",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 10,
      "maxzoom": 13,
      "filter": [
        "all",
        ["in", "class", "city"],
        ["==", "tipuscap", "M"],
        ["==", "muni", "NO"],
        [
          "in",
          "name",
          "Vandellòs",
          "Santa Eulàlia",
          "Sant Sadurní de l'Heura",
          "Bigues",
          "Arres de Jos",
          "Salardú",
          "el Pont de Vilomara"
        ]
      ],
      "layout": {
        "text-field": "{name:latin}",
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[10, 10], [11, 11], [12, 12], [13, 13]]},
        "text-allow-overlap": true,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "auto",
        "text-anchor": "right",
        "visibility": "visible",
        "text-font": ["FiraSansCondensed-Regular"],
        "text-transform": "none",
        "text-max-width": 6,
        "text-offset": [-0.45, 0],
        "text-line-height": 1
      },
      "paint": {
        "text-color": "rgba(60, 60, 60, 1)",
        "text-halo-color": "rgba(255, 255, 255, 1)",
        "icon-opacity": 1,
        "text-opacity": 1,
        "text-halo-width": 1.2,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-city-z10-13_icgc-no-muni-left",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 10,
      "maxzoom": 13,
      "filter": [
        "all",
        ["in", "class", "city"],
        ["==", "tipuscap", "M"],
        ["==", "muni", "NO"],
        [
          "!in",
          "name",
          "les Escaldes",
          "la Coma",
          "Vinyols",
          "Montcada",
          "Vandellòs",
          "Passanant",
          "Serrateix",
          "Camallera",
          "Santa Eulàlia",
          "Sant Sadurní de l'Heura",
          "Bigues",
          "Mosqueroles",
          "Prats",
          "Arres de Jos",
          "Salardú",
          "València d'Àneu",
          "el Pont de Vilomara",
          "Calonge",
          "Boadella d'Empordà",
          "Lavit",
          "Sant Martí de Maldà",
          "Ribera de Cardós",
          "Sant Miquel d'Olèrdola",
          "el Vilar d'Urtx",
          "Figaró",
          "Sant Joan de Mediona"
        ]
      ],
      "layout": {
        "text-field": "{name:latin}",
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[10, 10], [11, 11], [12, 12], [13, 13]]},
        "text-allow-overlap": true,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "auto",
        "text-anchor": "left",
        "visibility": "visible",
        "text-font": ["FiraSansCondensed-Regular"],
        "text-transform": "none",
        "text-max-width": 6,
        "text-offset": [0.45, 0],
        "text-line-height": 1
      },
      "paint": {
        "text-color": "rgba(60, 60, 60, 1)",
        "text-halo-color": "rgba(255, 255, 255, 1)",
        "icon-opacity": 1,
        "text-opacity": 1,
        "text-halo-width": 1.2,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "place-capital_admin_CEST",
      "type": "circle",
      "metadata": {"maputnik:comment": "Point municipality and county capital"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 10,
      "maxzoom": 13,
      "filter": ["all", ["==", "tipuscap", "E"], ["has", "idcol"]],
      "layout": {"visibility": "visible"},
      "paint": {
        "circle-color": "rgba(255, 255, 255, 1)",
        "circle-radius": {"stops": [[10, 3], [16, 8]]},
        "circle-opacity": 1,
        "circle-blur": 0,
        "circle-pitch-scale": "map",
        "circle-pitch-alignment": "viewport"
      }
    },
    {
      "id": "place-capital_admin_level_7_8-SFB",
      "type": "circle",
      "metadata": {"maputnik:comment": "Point municipality and county capital"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 10,
      "maxzoom": 13,
      "filter": [
        "all",
        ["in", "tipuscap", "M", "C", "A"],
        ["!=", "outcat", 1],
        ["==", "capa", "place_municipis_centroide"],
        ["==", "name", "Sant Feliu de Buixalleu"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "circle-color": "rgba(223, 223, 223, 1)",
        "circle-radius": {"stops": [[10, 3], [16, 8]]},
        "circle-opacity": 1,
        "circle-blur": 0,
        "circle-pitch-scale": "map",
        "circle-pitch-alignment": "viewport"
      }
    },
    {
      "id": "place-capital_admin_level_7_8",
      "type": "circle",
      "metadata": {"maputnik:comment": "Point municipality and county capital"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 10,
      "maxzoom": 13,
      "filter": [
        "all",
        ["in", "tipuscap", "M", "C", "A"],
        ["==", "class", "city"],
        ["!=", "outcat", 1],
        ["==", "capa", "place_div_admin"],
        ["!=", "name", "Sant Feliu de Buixalleu"]
      ],
      "layout": {"visibility": "visible"},
      "paint": {
        "circle-color": "rgba(223, 223, 223, 1)",
        "circle-radius": {"stops": [[10, 3], [16, 8]]},
        "circle-opacity": 1,
        "circle-blur": 0,
        "circle-pitch-scale": "map",
        "circle-pitch-alignment": "viewport"
      }
    },
    {
      "id": "place-city-z7-capcomar-outcat",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 13,
      "maxzoom": 15,
      "filter": [
        "all",
        ["in", "class", "city"],
        ["in", "tipuscap", "C", "A"],
        ["!has", "name_oc"],
        ["==", "capa", "toponimia250mp"]
      ],
      "layout": {
        "text-field": "{name:latin}",
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": 22,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "center",
        "text-anchor": "center",
        "visibility": "visible",
        "text-offset": [0, 0],
        "text-font": {
          "base": 1,
          "stops": [[7, ["FiraSansCondensed-Regular"]], [12, ["FiraSans-Bold"]]]
        },
        "text-transform": "uppercase",
        "text-max-width": 6
      },
      "paint": {
        "text-color": "rgba(20, 20, 20, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 1)",
        "text-halo-blur": 0.5,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-city-z7-capcomar",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 13,
      "maxzoom": 15,
      "filter": [
        "all",
        ["in", "class", "city"],
        ["in", "tipuscap", "C", "A"],
        ["!has", "name_oc"],
        ["==", "capa", "place_div_admin"]
      ],
      "layout": {
        "text-field": "{name:latin}",
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": 22,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "center",
        "text-anchor": "center",
        "visibility": "visible",
        "text-offset": [0, 0],
        "text-font": {
          "base": 1,
          "stops": [[7, ["FiraSansCondensed-Regular"]], [12, ["FiraSans-Bold"]]]
        },
        "text-transform": "uppercase",
        "text-max-width": 6
      },
      "paint": {
        "text-color": "rgba(20, 20, 20, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 1)",
        "text-halo-blur": 0.5,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-country_admin_level_2_short_a",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "abbreviated country name\n< Il"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 2,
      "maxzoom": 3,
      "filter": [
        "all",
        ["in", "rank", 1, 2],
        ["==", "class", "country"],
        ["has", "codi_estat"],
        ["<", "name", "Il"]
      ],
      "layout": {
        "text-font": ["FiraSans-Regular"],
        "text-field": "{codi_estat}",
        "text-size": 9,
        "text-max-width": 0,
        "text-transform": "none",
        "visibility": "visible",
        "text-allow-overlap": true
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(0, 0, 0, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255 , 255, 0.8)"
      }
    },
    {
      "id": "place-country_admin_level_2_short_i",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "abbreviated country name\n> Il"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 2,
      "maxzoom": 3,
      "filter": [
        "all",
        ["in", "rank", 1],
        ["==", "class", "country"],
        ["has", "codi_estat"],
        [">", "name", "Il"]
      ],
      "layout": {
        "text-font": ["FiraSans-Regular"],
        "text-field": "{codi_estat}",
        "text-size": 9,
        "text-max-width": 0,
        "text-transform": "none",
        "visibility": "visible",
        "text-allow-overlap": true
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(0, 0, 0, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255 , 255, 0.8)"
      }
    },
    {
      "id": "place-country_admin_level_2_CAT-copy",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "abbreviated country name, CAT only"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 3,
      "maxzoom": 5,
      "filter": [
        "all",
        ["==", "class", "admin_1_2"],
        ["==", "name:latin", "Catalunya"]
      ],
      "layout": {
        "text-font": ["FiraSans-Light"],
        "text-field": "{name}",
        "text-size": 9,
        "text-max-width": 6.25,
        "text-offset": [0, 0.3],
        "text-transform": "none",
        "visibility": "visible",
        "text-letter-spacing": 0,
        "icon-allow-overlap": true,
        "text-allow-overlap": true
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(0, 0, 0, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "place-county_admin_level_7",
      "type": "symbol",
      "metadata": {"maputnik:comment": "county name"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 7,
      "maxzoom": 10,
      "filter": [
        "all",
        ["==", "class", "comarca"],
        ["==", "capa", "place_div_admin"]
      ],
      "layout": {
        "text-field": "{name:latin}",
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[7, 9], [8, 11], [10, 22]]},
        "text-allow-overlap": true,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "center",
        "text-anchor": "center",
        "visibility": "visible",
        "text-offset": [0, 0],
        "text-font": ["Arial-Regular"],
        "text-transform": "none",
        "text-line-height": 1.2,
        "text-letter-spacing": 0,
        "icon-text-fit": "none",
        "icon-rotation-alignment": "auto",
        "text-max-width": 5
      },
      "paint": {
        "text-color": "rgba(0, 0, 0, 1)",
        "text-halo-width": 2,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-municipalities_admin_level_8-right",
      "type": "symbol",
      "metadata": {"maputnik:comment": "municipality name"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 10,
      "maxzoom": 13,
      "filter": ["all", ["==", "muni", "centroide"], ["in", "icgc_id", 485]],
      "layout": {
        "text-field": "{nommuni}",
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[10, 10], [11, 11], [12, 12], [13, 13]]},
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "center",
        "text-anchor": "right",
        "visibility": "visible",
        "text-font": ["FiraSans-Regular"],
        "text-transform": "none",
        "text-max-width": 7,
        "text-line-height": 1,
        "text-offset": [0.5, 0]
      },
      "paint": {
        "text-color": "rgba(0, 0, 0, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-municipalities_admin_level_8-bottom2",
      "type": "symbol",
      "metadata": {"maputnik:comment": "municipality name"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 10,
      "maxzoom": 13,
      "filter": [
        "all",
        ["==", "muni", "centroide"],
        ["in", "name", "les Masies de Voltregà", ""]
      ],
      "layout": {
        "text-field": "{nommuni}",
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[10, 10], [11, 11], [12, 12], [13, 13]]},
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "center",
        "text-anchor": "bottom",
        "visibility": "visible",
        "text-font": ["FiraSans-Regular"],
        "text-transform": "none",
        "text-max-width": 7,
        "text-line-height": 1,
        "text-offset": [-1.2, -1.5]
      },
      "paint": {
        "text-color": "rgba(0, 0, 0, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-municipalities_admin_level_8-bottom",
      "type": "symbol",
      "metadata": {"maputnik:comment": "municipality name"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 10,
      "maxzoom": 13,
      "filter": [
        "all",
        ["==", "muni", "centroide"],
        [
          "in",
          "name",
          "Sant Feliu de Buixalleu",
          "Sant Miquel d'Olèrdola",
          "Poboleda",
          "la Vilella Alta",
          "Montblanc",
          "Almoster",
          "Planoles",
          "Les",
          "la Tallada d'Empordà"
        ]
      ],
      "layout": {
        "text-field": "{nommuni}",
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[10, 10], [11, 11], [12, 12], [13, 13]]},
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "center",
        "text-anchor": "bottom",
        "visibility": "visible",
        "text-font": ["FiraSans-Regular"],
        "text-transform": "none",
        "text-max-width": 7,
        "text-offset": [-0.8, -0.4],
        "text-line-height": 1
      },
      "paint": {
        "text-color": "rgba(0, 0, 0, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-municipalities_admin_level_8-top-left",
      "type": "symbol",
      "metadata": {"maputnik:comment": "municipality name"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 10,
      "maxzoom": 13,
      "filter": [
        "all",
        ["==", "muni", "centroide"],
        [
          "in",
          "name",
          "Sant Quintí de Mediona",
          "Gratallops",
          "Tarroja de Segarra",
          "Santa Maria de Besora",
          "l'Hospitalet de Llobregat",
          "Piera"
        ]
      ],
      "layout": {
        "text-field": "{nommuni}",
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[10, 10], [11, 11], [12, 12], [13, 13]]},
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "center",
        "text-anchor": "top-left",
        "visibility": "visible",
        "text-font": ["FiraSans-Regular"],
        "text-transform": "none",
        "text-max-width": 7,
        "text-offset": [-0.8, -0.4],
        "text-line-height": 1
      },
      "paint": {
        "text-color": "rgba(0, 0, 0, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-municipalities_admin_level_8-bottom-right",
      "type": "symbol",
      "metadata": {"maputnik:comment": "municipality name"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 10,
      "maxzoom": 13,
      "filter": [
        "all",
        ["==", "muni", "centroide"],
        [
          "in",
          "name",
          "Sant Andreu de Llavaneres",
          "Santa Susanna",
          "la Nou de Gaià",
          "Vilallonga del Camp",
          "Vilalba Sasserra",
          "Sant Iscle de Vallalta",
          "Vall-llobrega",
          "Can Salvà"
        ]
      ],
      "layout": {
        "text-field": "{nommuni}",
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[10, 10], [11, 11], [12, 12], [13, 13]]},
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "center",
        "text-anchor": "bottom-right",
        "visibility": "visible",
        "text-offset": [0.5, 0.2],
        "text-font": ["FiraSans-Regular"],
        "text-transform": "none",
        "text-max-width": 7,
        "text-line-height": 1
      },
      "paint": {
        "text-color": "rgba(0, 0, 0, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-municipalities_admin_level_8-left",
      "type": "symbol",
      "metadata": {"maputnik:comment": "municipality name"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 10,
      "maxzoom": 13,
      "filter": [
        "all",
        ["==", "muni", "centroide"],
        [
          "in",
          "name",
          "Vilassar de Mar",
          "Arenys de Mar",
          "Sant Guim de la Plana",
          "la Secuita",
          "Torredembarra",
          "Badalona",
          "Cabrera de Mar",
          "Caldes d'Estrac",
          "Sant Pere Pescador",
          "Vilafant",
          "Esterri de Cardós",
          "Esterri d'Àneu",
          "Castellolí",
          "Sant Pol de Mar",
          "Palafrugell",
          "Palamós",
          "Begur",
          "Cassà de la Selva"
        ]
      ],
      "layout": {
        "text-field": "{nommuni}",
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[10, 10], [11, 11], [12, 12], [13, 13]]},
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "center",
        "text-anchor": "left",
        "visibility": "visible",
        "text-offset": [0, 0],
        "text-font": ["FiraSans-Regular"],
        "text-transform": "none",
        "text-max-width": 7,
        "text-line-height": 1
      },
      "paint": {
        "text-color": "rgba(0, 0, 0, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-municipalities_admin_level_8-top",
      "type": "symbol",
      "metadata": {"maputnik:comment": "municipality name"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 10,
      "maxzoom": 13,
      "filter": [
        "all",
        ["==", "muni", "centroide"],
        [
          "in",
          "name",
          "Sant Fost de Campsentelles",
          "Roda de Ter",
          "Manresa",
          "Gelida",
          "Sant Cugat del Vallès",
          "Badia del Vallès",
          "Cerdanyola del Vallès",
          "Pacs del Penedès",
          "Vilagrassa",
          "l'Espluga Calba",
          "Móra la Nova",
          "Pradell de la Teixeta",
          "Vallclara",
          "Pontils",
          "Conesa",
          "la Selva del Camp",
          "la Llacuna",
          "els Monjos",
          "Avinyó Nou",
          "Figaró",
          "Benifallet",
          "Bossòst",
          "els Alamús",
          "Sidamon",
          "Castelldans",
          "Juneda",
          "Ribes de Freser",
          "Sant Bartomeu del Grau",
          "Rajadell",
          "Aguilar de Segarra",
          "Vilanova del Camí",
          "Ullastret",
          "Borrassà",
          "Pedret i Marzà",
          "Palau-saverdera"
        ]
      ],
      "layout": {
        "text-field": "{nommuni}",
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[10, 10], [11, 11], [12, 12], [13, 13]]},
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "center",
        "text-anchor": "top",
        "visibility": "visible",
        "text-offset": [0, 0],
        "text-font": ["FiraSans-Regular"],
        "text-transform": "none",
        "text-max-width": 7,
        "text-line-height": 1
      },
      "paint": {
        "text-color": "rgba(0, 0, 0, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-municipalities_admin_level_8-cent",
      "type": "symbol",
      "metadata": {"maputnik:comment": "municipality name"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 10,
      "maxzoom": 13,
      "filter": [
        "all",
        ["==", "muni", "centroide"],
        [
          "!in",
          "nommuni",
          "Sant Feliu de Buixalleu",
          "Sant Fost de Campsentelles",
          "Vilassar de Mar",
          "Arenys de Mar",
          "Sant Andreu de Llavaneres",
          "Santa Susanna",
          "Roda de Ter",
          "les Masies de Voltregà",
          "Manresa",
          "Gelida",
          "Sant Cugat del Vallès",
          "Badia del Vallès",
          "Cerdanyola del Vallès",
          "Olèrdola",
          "Pacs del Penedès",
          "Sant Quintí de Mediona",
          "Sant Guim de la Plana",
          "Vilagrassa",
          "l'Espluga Calba",
          "Poboleda",
          "Móra la Nova",
          "la Vilella Alta",
          "Gratallops",
          "Pradell de la Teixeta",
          "Vallclara",
          "Pontils",
          "Conesa",
          "Montblanc",
          "la Selva del Camp",
          "Almoster",
          "la Nou de Gaià",
          "la Secuita",
          "Vilallonga del Camp",
          "Torredembarra",
          "la Llacuna",
          "Santa Margarida i els Monjos",
          "Avinyonet del Penedès",
          "Figaró-Montmany",
          "Vilalba Sasserra",
          "Badalona",
          "Cabrera de Mar",
          "Caldes d'Estrac",
          "Sant Iscle de Vallalta",
          "la Tallada d'Empordà",
          "Sant Pere Pescador",
          "Vilafant",
          "Benifallet",
          "Bossòst",
          "Les",
          "Esterri de Cardós",
          "Esterri d'Àneu",
          "els Alamús",
          "Sidamon",
          "Castelldans",
          "Juneda",
          "Tarroja de Segarra",
          "Ribes de Freser",
          "Planoles",
          "Santa Maria de Besora",
          "Sant Bartomeu del Grau",
          "Rajadell",
          "Aguilar de Segarra",
          "Vilanova del Camí",
          "Castellolí",
          "Piera",
          "l'Hospitalet de Llobregat",
          "Sant Pol de Mar",
          "Cassà de la Selva",
          "Ullastret",
          "Begur",
          "Vall-llobrega",
          "Palamós",
          "Palafrugell",
          "Tremp",
          "Borrassà",
          "Pedret i Marzà",
          "Palau-saverdera"
        ],
        ["!=", "icgc_id", 485]
      ],
      "layout": {
        "text-field": "{nommuni}",
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[10, 10], [11, 11], [12, 12], [13, 13]]},
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "center",
        "text-anchor": "bottom",
        "visibility": "visible",
        "text-offset": [0, 0],
        "text-font": ["FiraSans-Regular"],
        "text-transform": "none",
        "text-max-width": 7,
        "text-line-height": 1
      },
      "paint": {
        "text-color": "rgba(0, 0, 0, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-municipalities_admin_level_8",
      "type": "symbol",
      "metadata": {"maputnik:comment": "municipality name"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 10,
      "maxzoom": 13,
      "filter": [
        "all",
        ["in", "class", "city"],
        ["in", "tipuscap", "A", "M", "C"],
        ["==", "muni", "SI"],
        ["==", "name", "Tremp"]
      ],
      "layout": {
        "text-field": "{name:latin}",
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[10, 10], [11, 11], [12, 12], [13, 13]]},
        "text-allow-overlap": false,
        "text-max-width": 7,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "center",
        "text-anchor": "center",
        "visibility": "visible",
        "text-offset": [0, 0],
        "text-font": ["FiraSans-Regular"],
        "text-transform": "none",
        "text-line-height": 1
      },
      "paint": {
        "text-color": "rgba(0, 0, 0, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-blur": 0.5,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-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": 20,
      "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": 13,
      "maxzoom": 18,
      "filter": [
        "all",
        ["in", "class", "city"],
        ["==", "codigeo", 10100],
        ["==", "outcat", 1],
        ["has", "name_ca"],
        ["has", "name_oc"]
      ],
      "layout": {
        "text-field": [
          "format",
          ["get", "name_ca"],
          {"font-scale": 1},
          "\n",
          ["concat", ["get", "name_oc"]],
          {
            "font-scale": 1,
            "text-transform": "None",
            "text-font": ["literal", ["FiraSans-Bold"]]
          }
        ],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": 22,
        "text-allow-overlap": false,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "center",
        "text-anchor": "center",
        "visibility": "visible",
        "text-offset": [0, 0],
        "text-font": {
          "base": 1,
          "stops": [[7, ["FiraSansCondensed-Regular"]], [12, ["FiraSans-Bold"]]]
        },
        "text-transform": "uppercase",
        "text-max-width": 15
      },
      "paint": {
        "text-color": "rgba(20, 20, 20, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 1)",
        "text-halo-blur": 0.5,
        "icon-opacity": 1,
        "text-opacity": 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-top-copy",
      "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],
        ["==", "name", "Portugal"]
      ],
      "layout": {
        "icon-allow-overlap": true,
        "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-letter-spacing": 0,
        "text-offset": [-2, -0.5]
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(0, 0, 0, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "0UAES_z2-top-EUA",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 2,
      "maxzoom": 3,
      "filter": [
        "all",
        ["==", "codi_geogr", "0UAES"],
        ["==", "$type", "Point"],
        [">=", "mida", 8],
        ["==", "name", "Estats Units"]
      ],
      "layout": {
        "icon-allow-overlap": true,
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "text-font": ["FiraSans-Regular"],
        "text-allow-overlap": false,
        "visibility": "visible",
        "text-transform": "none",
        "text-max-width": 6.25,
        "text-offset": [0, 0.3],
        "text-letter-spacing": 0,
        "text-size": 16
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(0, 0, 0, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "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", "name", "Portugal", "Lesotho", "Moldàvia", "Estats Units"]
      ],
      "layout": {
        "icon-allow-overlap": true,
        "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": [0, 0.3],
        "text-letter-spacing": 0
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(0, 0, 0, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "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": {
        "icon-allow-overlap": true,
        "text-field": ["format", ["get", "name"], {"font-scale": 1.2}],
        "text-font": ["FiraSans-Regular"],
        "text-allow-overlap": true,
        "visibility": "visible",
        "text-transform": "none",
        "text-size": 9,
        "text-max-width": 6.25,
        "text-offset": [0, 0.3],
        "text-letter-spacing": 0
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(0, 0, 0, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "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": {
        "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,
        "text-letter-spacing": 0
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(0, 0, 0, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "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": true,
        "visibility": "visible",
        "text-transform": "none",
        "text-size": ["get", "mida"],
        "text-max-width": 6.25,
        "text-letter-spacing": 0
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(0, 0, 0, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "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-z7FR",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 7,
      "maxzoom": 13,
      "filter": ["all", ["==", "name", "FRANÇA"]],
      "layout": {
        "text-font": ["FiraSans-Regular"],
        "text-field": "FRANÇA",
        "text-max-width": 6.25,
        "text-transform": "none",
        "visibility": "visible",
        "text-letter-spacing": 0.3,
        "icon-allow-overlap": false,
        "text-size": {"stops": [[7, 9], [10, 15]]},
        "text-allow-overlap": false
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(0, 0, 0, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5
      }
    },
    {
      "id": "place-country-adm1_2-z9AND-copy",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 9,
      "maxzoom": 13,
      "filter": ["all", ["==", "name", "Andorra"], ["==", "class", "country"]],
      "layout": {
        "text-font": ["FiraSans-Regular"],
        "text-field": "ANDORRA",
        "text-max-width": 6.25,
        "text-transform": "none",
        "visibility": "visible",
        "text-letter-spacing": 0.1,
        "icon-allow-overlap": false,
        "text-size": {"stops": [[7, 9], [10, 15]]},
        "text-allow-overlap": false,
        "text-offset": {"base": 1, "stops": [[7, [0.8, 0.1]], [8, [-0.5, 0]]]}
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(0, 0, 0, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5
      }
    },
    {
      "id": "place-country-adm1_2-z7AND",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 6,
      "maxzoom": 9,
      "filter": ["all", ["==", "name", "ANDORRA"]],
      "layout": {
        "text-font": ["FiraSans-Regular"],
        "text-field": "ANDORRA",
        "text-max-width": 6.25,
        "text-transform": "none",
        "visibility": "visible",
        "text-letter-spacing": 0.1,
        "icon-allow-overlap": false,
        "text-size": {"stops": [[7, 9], [10, 15]]},
        "text-allow-overlap": false,
        "text-offset": {"base": 1, "stops": [[7, [-0.4, 0.1]], [8, [-1.2, 0]]]}
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(0, 0, 0, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5
      }
    },
    {
      "id": "place-country-adm1_2-z7PV",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 7,
      "maxzoom": 13,
      "filter": [
        "all",
        ["==", "class", "admin_1_2"],
        ["==", "name", "PAÍS VALENCIÀ"]
      ],
      "layout": {
        "text-font": ["FiraSans-Regular"],
        "text-field": "{name}",
        "text-max-width": 6.25,
        "text-transform": "none",
        "visibility": "visible",
        "text-letter-spacing": 0.3,
        "icon-allow-overlap": false,
        "text-size": {"stops": [[7, 9], [10, 15]]},
        "text-allow-overlap": false,
        "text-offset": [-2, -1]
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(0, 0, 0, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5
      }
    },
    {
      "id": "place-country-adm1_2-z7Arago",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 7,
      "maxzoom": 13,
      "filter": ["all", ["==", "class", "admin_1_2"], ["==", "name", "ARAGÓ"]],
      "layout": {
        "text-font": ["FiraSans-Regular"],
        "text-field": "{name}",
        "text-max-width": 6.25,
        "text-transform": "none",
        "visibility": "visible",
        "text-letter-spacing": 0.3,
        "icon-allow-overlap": false,
        "text-size": {"stops": [[7, 9], [10, 15]]},
        "text-allow-overlap": false,
        "text-offset": [-6, -1]
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(0, 0, 0, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5
      }
    },
    {
      "id": "place-country-adm1_2-z7-cat",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 6,
      "maxzoom": 7,
      "filter": [
        "all",
        ["==", "class", "admin_1_2"],
        ["==", "name", "Catalunya"]
      ],
      "layout": {
        "text-font": ["FiraSans-Regular"],
        "text-field": "{name:latin}",
        "text-max-width": 6.25,
        "text-transform": "uppercase",
        "visibility": "visible",
        "text-letter-spacing": 0.3,
        "icon-allow-overlap": false,
        "text-size": {"stops": [[7, 9], [10, 15]]},
        "text-allow-overlap": false,
        "text-offset": [0, 0]
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(0, 0, 0, 1)",
        "text-halo-color": "rgba(255, 255, 255, 0.8)",
        "text-halo-width": 1.5
      }
    },
    {
      "id": "place-country-adm1_2",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 5,
      "maxzoom": 7,
      "filter": [
        "all",
        ["==", "class", "admin_1_2"],
        ["<=", "rank", 6],
        ["in", "estat", "Espanya", "França"]
      ],
      "layout": {
        "text-font": ["FiraSans-Regular"],
        "text-field": "{name:latin}",
        "text-max-width": 6.25,
        "text-offset": [0, 0],
        "text-transform": "none",
        "visibility": "visible",
        "text-letter-spacing": 0.1,
        "icon-allow-overlap": false,
        "text-size": 9,
        "text-allow-overlap": false
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(0, 0, 0, 1)",
        "text-halo-width": 2,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "place-country_admin_level_2_Andorra",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "country name, Andorra only"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 5,
      "maxzoom": 6,
      "filter": ["all", ["in", "rank", 1, 2, 3], ["==", "name", "Andorra"]],
      "layout": {
        "text-font": ["FiraSans-Regular"],
        "text-field": "{name:latin}",
        "text-size": 9,
        "text-max-width": 6.25,
        "text-transform": "none",
        "visibility": "visible",
        "text-letter-spacing": 0,
        "text-allow-overlap": true
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(0, 0, 0, 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-america-nord",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 1,
      "maxzoom": 2,
      "filter": [
        "all",
        ["==", "name", "Hastings"],
        ["!=", "estat", "Nova Zelanda"]
      ],
      "layout": {
        "text-font": ["FiraSans-Bold"],
        "text-field": "AMÈRICA DEL NORD",
        "text-size": 14,
        "text-max-width": 6,
        "text-transform": "uppercase",
        "visibility": "visible",
        "text-letter-spacing": 0.15,
        "text-anchor": "bottom",
        "text-offset": [0, 0]
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "place-america-sud",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 1,
      "maxzoom": 2,
      "filter": ["all", ["==", "name", "Aripuanã"]],
      "layout": {
        "text-font": ["FiraSans-Bold"],
        "text-field": "AMÈRICA DEL SUD",
        "text-size": 14,
        "text-max-width": 6,
        "text-transform": "uppercase",
        "visibility": "visible",
        "text-letter-spacing": 0.15,
        "text-anchor": "bottom",
        "text-offset": [0, 0]
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "place-oceania",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 1,
      "maxzoom": 2,
      "filter": ["all", ["==", "name", "Oodnadatta"]],
      "layout": {
        "text-font": ["FiraSans-Bold"],
        "text-field": "OCEANIA",
        "text-size": 14,
        "text-max-width": 6,
        "text-transform": "uppercase",
        "visibility": "visible",
        "text-letter-spacing": 0.15,
        "text-anchor": "bottom",
        "text-offset": [0, 0]
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "place-africa",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 1,
      "maxzoom": 2,
      "filter": ["all", ["==", "name", "Bangui"]],
      "layout": {
        "text-font": ["FiraSans-Bold"],
        "text-field": "ÀFRICA",
        "text-size": 14,
        "text-max-width": 6,
        "text-transform": "uppercase",
        "visibility": "visible",
        "text-letter-spacing": 0.15,
        "text-anchor": "bottom",
        "text-offset": [0, 0]
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "place-asia",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place_world",
      "minzoom": 1,
      "maxzoom": 2,
      "filter": ["all", ["==", "name", "Baiankhongor"]],
      "layout": {
        "text-font": ["FiraSans-Bold"],
        "text-field": "ÀSIA",
        "text-size": 14,
        "text-max-width": 6,
        "text-transform": "uppercase",
        "visibility": "visible",
        "text-letter-spacing": 0.15,
        "text-anchor": "bottom",
        "text-offset": [0, 0]
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(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_world",
      "minzoom": 1,
      "maxzoom": 2,
      "filter": ["all", ["==", "name", "Zúric"]],
      "layout": {
        "text-font": ["FiraSans-Bold"],
        "text-field": "EUROPA",
        "text-size": 14,
        "text-max-width": 6,
        "text-transform": "uppercase",
        "visibility": "visible",
        "text-letter-spacing": 0.15,
        "text-anchor": "bottom",
        "text-offset": [0, 0]
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-width": 1.5,
        "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",
        ["==", "class", "admin_1_2"],
        ["==", "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",
      "type": "symbol",
      "metadata": {"mapbox:group": "1444849242106.713"},
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 1,
      "maxzoom": 2,
      "filter": [
        "all",
        ["==", "class", "continent"],
        ["has", "codi_geogr"],
        ["!in", "name", "Antàrtida"]
      ],
      "layout": {
        "text-font": ["FiraSans-Bold"],
        "text-field": "{name:latin}",
        "text-size": 14,
        "text-max-width": 6,
        "text-transform": "uppercase",
        "visibility": "visible",
        "text-letter-spacing": 0.15,
        "text-offset": [0, 0.5]
      },
      "paint": {
        "text-halo-blur": 0.5,
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 0.8)"
      }
    },
    {
      "id": "1CEST_z6-bottom-left-z10",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 10,
      "maxzoom": 13,
      "filter": [
        "all",
        ["==", "tipuscap", "E"],
        ["==", "capa", "toponimia250mp"]
      ],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"]],
        "text-font": ["FiraSansCondensed-Regular"],
        "text-allow-overlap": true,
        "text-size": {"stops": [[10, 11], [12, 18]]},
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "auto",
        "text-anchor": "left",
        "visibility": "visible",
        "text-transform": "none",
        "text-max-width": 15,
        "text-offset": [0.45, -0.45]
      },
      "paint": {
        "text-color": "rgba(90, 90, 90, 1)",
        "text-halo-color": "rgba(255, 255, 255, 1)",
        "icon-opacity": 1,
        "text-opacity": 1,
        "text-halo-width": 1.5,
        "text-halo-blur": 0.5
      }
    },
    {
      "id": "1CEST_z6-bottom-left",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 13,
      "maxzoom": 19,
      "filter": ["all", ["==", "tipuscap", "E"], ["has", "idcol"]],
      "layout": {
        "icon-allow-overlap": false,
        "text-field": ["format", ["get", "name"]],
        "text-font": ["FiraSans-Bold"],
        "text-allow-overlap": false,
        "text-size": {"stops": [[12, 16.5], [14, 23]]},
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "center",
        "text-anchor": "left",
        "visibility": "visible",
        "text-offset": [0, 0],
        "text-transform": "uppercase",
        "text-max-width": 15
      },
      "paint": {
        "text-color": "rgba(20, 20, 20, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 1)",
        "text-halo-blur": 0.5,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-town-250_ca_es",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "ciutat oms"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 13,
      "maxzoom": 18,
      "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", ["FiraSansCondensed-Regular"]]
          }
        ],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[12, 16.5], [14, 23]]},
        "text-allow-overlap": false,
        "text-max-width": 15,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "center",
        "text-anchor": "left",
        "visibility": "visible",
        "text-offset": [0, 0],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-transform": "none"
      },
      "paint": {
        "text-color": "rgba(20, 20, 20, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 1)",
        "text-halo-blur": 0.5,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "place-town-250-oc",
      "type": "symbol",
      "metadata": {
        "mapbox:group": "1444849242106.713",
        "maputnik:comment": "ciutat oms"
      },
      "source": "openmaptiles",
      "source-layer": "place",
      "minzoom": 13,
      "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": [[12, 16.5], [14, 23]]},
        "text-allow-overlap": false,
        "text-max-width": 5,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "center",
        "text-anchor": "left",
        "visibility": "visible",
        "text-offset": [0, 0],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-transform": "none"
      },
      "paint": {
        "text-color": "rgba(20, 20, 20, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 1)",
        "text-halo-blur": 0.5,
        "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": 13,
      "maxzoom": 18,
      "filter": [
        "all",
        ["==", "$type", "Point"],
        ["==", "outcat", 1],
        ["==", "codigeo", 10000],
        ["has", "name_ca"],
        ["!has", "name_es"],
        ["==", "capa", "toponimia250mp"],
        ["!=", "icgc_id", 4217]
      ],
      "layout": {
        "text-field": ["format", ["get", "name"], {"font-scale": 1}],
        "symbol-placement": "point",
        "symbol-avoid-edges": false,
        "text-size": {"stops": [[12, 16.5], [14, 23]]},
        "text-allow-overlap": false,
        "text-max-width": 5,
        "text-ignore-placement": false,
        "text-pitch-alignment": "auto",
        "text-rotation-alignment": "auto",
        "text-justify": "center",
        "text-anchor": "left",
        "visibility": "visible",
        "text-offset": [0, 0],
        "text-font": ["FiraSansCondensed-SemiBold"],
        "text-transform": "none"
      },
      "paint": {
        "text-color": "rgba(20, 20, 20, 1)",
        "text-halo-width": 1.5,
        "text-halo-color": "rgba(255, 255, 255, 1)",
        "text-halo-blur": 0.5,
        "icon-opacity": 1,
        "text-opacity": 1
      }
    },
    {
      "id": "waterwayname-other",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "waterway",
      "minzoom": 14,
      "filter": ["all", ["in", "class", "river", "stream", "canal"]],
      "layout": {
        "text-font": ["FiraSans-Italic"],
        "symbol-placement": "line",
        "text-field": "{name:latin}",
        "text-size": 10,
        "text-anchor": "bottom",
        "text-letter-spacing": 0.2,
        "visibility": "visible",
        "symbol-spacing": 6000
      },
      "paint": {
        "text-color": "#333",
        "text-halo-color": "rgba(255, 255, 255,0.8)",
        "text-halo-width": 1.2
      }
    },
    {
      "id": "watername-river-stream-z13-2",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 13,
      "maxzoom": 14,
      "filter": ["all", ["in", "codigeo", 60301, 60302]],
      "layout": {
        "text-font": ["FiraSans-Italic"],
        "symbol-placement": "line",
        "text-field": "{name}",
        "text-anchor": "bottom",
        "text-letter-spacing": 0.1,
        "visibility": "visible",
        "text-size": 9
      },
      "paint": {
        "text-color": "#333",
        "text-halo-color": "rgba(255, 255, 255,0.8)",
        "text-halo-width": 1.2
      }
    },
    {
      "id": "watername-river-stream-z13",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 13,
      "maxzoom": 14,
      "filter": [
        "all",
        ["in", "codigeo", 60301, 60302],
        ["==", "capa", "mtc50m_along"]
      ],
      "layout": {
        "text-font": ["FiraSans-Italic"],
        "symbol-placement": "line",
        "text-field": "{name}",
        "text-anchor": "bottom",
        "text-letter-spacing": 0.2,
        "visibility": "visible",
        "text-size": 10,
        "symbol-spacing": {"stops": [[13, 250], [14, 1000]]}
      },
      "paint": {
        "text-color": "#333",
        "text-halo-color": "rgba(255, 255, 255,0.8)",
        "text-halo-width": 1.2
      }
    },
    {
      "id": "watername-z14",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 14,
      "maxzoom": 15,
      "filter": [
        "all",
        ["in", "codigeo", 60301],
        ["==", "capa", "mtc25m_along"]
      ],
      "layout": {
        "text-font": ["FiraSans-Italic"],
        "symbol-placement": "line",
        "text-field": "{name:latin}",
        "text-anchor": "bottom",
        "symbol-spacing": {"stops": [[13, 250], [14, 1000]]},
        "visibility": "visible",
        "text-size": 10,
        "text-letter-spacing": 0.2
      },
      "paint": {
        "text-color": "#333",
        "text-halo-color": "rgba(255, 255, 255,0.8)",
        "text-halo-width": 1.2
      }
    },
    {
      "id": "watername-z15",
      "type": "symbol",
      "source": "openmaptiles",
      "source-layer": "water_name",
      "minzoom": 15,
      "filter": [
        "all",
        ["==", "capa", "place5m2_along"],
        ["in", "codigeo", 60301, 60302, 60303],
        [">", "fontsize", 7]
      ],
      "layout": {
        "text-font": ["FiraSans-Italic"],
        "symbol-placement": "line",
        "text-field": "{name:latin}",
        "text-size": 12,
        "text-anchor": "bottom",
        "text-letter-spacing": 0.2,
        "symbol-spacing": {"stops": [[13, 250], [14, 1000]]},
        "visibility": "visible"
      },
      "paint": {
        "text-color": "#333",
        "text-halo-color": "rgba(255, 255, 255,0.8)",
        "text-halo-width": 1.2
      }
    }
  ],
  "id": "icgc_limits_administratius_gris"
}