/ artwork / styles / style-stadia-outdoors.json
style-stadia-outdoors.json
   1  {
   2      "bearing": 0,
   3      "center": [
   4          8.542,
   5          47.372
   6      ],
   7      "glyphs": "https://tiles.stadiamaps.com/fonts/{fontstack}/{range}.pbf",
   8      "layers": [
   9          {
  10              "id": "background",
  11              "paint": {
  12                  "background-color": "#f9f3ea"
  13              },
  14              "type": "background",
  15              "metadata": {
  16                  "microg:gms-type-feature": "landscape.natural.landcover",
  17                  "microg:gms-type-element": "geometry.fill"
  18              }
  19          },
  20          {
  21              "filter": [
  22                  "==",
  23                  "subclass",
  24                  "glacier"
  25              ],
  26              "id": "landcover-glacier",
  27              "layout": {
  28                  "visibility": "visible"
  29              },
  30              "paint": {
  31                  "fill-color": "#fff",
  32                  "fill-opacity": {
  33                      "base": 1,
  34                      "stops": [
  35                          [
  36                              0,
  37                              0.9
  38                          ],
  39                          [
  40                              10,
  41                              0.3
  42                          ]
  43                      ]
  44                  }
  45              },
  46              "source": "openmaptiles",
  47              "source-layer": "landcover",
  48              "type": "fill",
  49              "metadata": {
  50                  "microg:gms-type-feature": "landscape.natural.landcover",
  51                  "microg:gms-type-element": "geometry.fill"
  52              }
  53          },
  54          {
  55              "filter": [
  56                  "==",
  57                  "$type",
  58                  "Polygon"
  59              ],
  60              "id": "park",
  61              "paint": {
  62                  "fill-color": "#d8e8c8",
  63                  "fill-opacity": {
  64                      "base": 1.8,
  65                      "stops": [
  66                          [
  67                              6,
  68                              0.5
  69                          ],
  70                          [
  71                              12,
  72                              0.2
  73                          ]
  74                      ]
  75                  }
  76              },
  77              "source": "openmaptiles",
  78              "source-layer": "park",
  79              "type": "fill",
  80              "metadata": {
  81                  "microg:gms-type-feature": "landscape.natural.landcover",
  82                  "microg:gms-type-element": "geometry.fill"
  83              }
  84          },
  85          {
  86              "filter": [
  87                  "==",
  88                  "class",
  89                  "cemetery"
  90              ],
  91              "id": "landuse-cemetery",
  92              "paint": {
  93                  "fill-color": "#e0e4dd"
  94              },
  95              "source": "openmaptiles",
  96              "source-layer": "landuse",
  97              "type": "fill",
  98              "metadata": {
  99                  "microg:gms-type-feature": "landscape.man_made",
 100                  "microg:gms-type-element": "geometry.fill"
 101              }
 102          },
 103          {
 104              "filter": [
 105                  "==",
 106                  "class",
 107                  "railway"
 108              ],
 109              "id": "landuse-railway",
 110              "paint": {
 111                  "fill-color": "hsla(30, 19%, 90%, 0.4)"
 112              },
 113              "source": "openmaptiles",
 114              "source-layer": "landuse",
 115              "type": "fill",
 116              "metadata": {
 117                  "microg:gms-type-feature": "landscape.man_made",
 118                  "microg:gms-type-element": "geometry.fill"
 119              }
 120          },
 121          {
 122              "filter": [
 123                  "in",
 124                  "class",
 125                  "public_park",
 126                  "national_park",
 127                  "nature_reserve"
 128              ],
 129              "id": "landcover-grass-park",
 130              "paint": {
 131                  "fill-antialias": {
 132                      "base": 1,
 133                      "stops": [
 134                          [
 135                              0,
 136                              false
 137                          ],
 138                          [
 139                              9,
 140                              true
 141                          ]
 142                      ]
 143                  },
 144                  "fill-color": "#d5e8c2",
 145                  "fill-outline-color": "hsla(0, 0%, 0%, 0.1)"
 146              },
 147              "source": "openmaptiles",
 148              "source-layer": "park",
 149              "type": "fill",
 150              "metadata": {
 151                  "microg:gms-type-feature": "poi.park",
 152                  "microg:gms-type-element": "geometry.fill"
 153              }
 154          },
 155          {
 156              "filter": [
 157                  "all",
 158                  [
 159                      "==",
 160                      "class",
 161                      "rock"
 162                  ]
 163              ],
 164              "id": "landcover-rock",
 165              "paint": {
 166                  "fill-color": "hsla(0, 0%, 85%, 1)",
 167                  "fill-opacity": 1,
 168                  "fill-outline-color": "hsla(0, 0%, 0%, 0.1)"
 169              },
 170              "source": "openmaptiles",
 171              "source-layer": "landcover",
 172              "type": "fill",
 173              "metadata": {
 174                  "microg:gms-type-feature": "landscape.natural.landcover",
 175                  "microg:gms-type-element": "geometry.fill"
 176              }
 177          },
 178          {
 179              "filter": [
 180                  "all",
 181                  [
 182                      "==",
 183                      "class",
 184                      "sand"
 185                  ]
 186              ],
 187              "id": "landcover-sand",
 188              "paint": {
 189                  "fill-color": "hsla(44, 70%, 87%, 1)",
 190                  "fill-opacity": 1,
 191                  "fill-outline-color": "hsla(0, 0%, 0%, 0.1)"
 192              },
 193              "source": "openmaptiles",
 194              "source-layer": "landcover",
 195              "type": "fill",
 196              "metadata": {
 197                  "microg:gms-type-feature": "landscape.natural.landcover",
 198                  "microg:gms-type-element": "geometry.fill"
 199              }
 200          },
 201          {
 202              "filter": [
 203                  "==",
 204                  "class",
 205                  "wetland"
 206              ],
 207              "id": "landcover-wetland",
 208              "paint": {
 209                  "fill-antialias": {
 210                      "base": 1,
 211                      "stops": [
 212                          [
 213                              0,
 214                              false
 215                          ],
 216                          [
 217                              9,
 218                              true
 219                          ]
 220                      ]
 221                  },
 222                  "fill-color": "#3D85C6",
 223                  "fill-opacity": 0.075,
 224                  "fill-outline-color": "hsla(0, 0%, 0%, 0.03)"
 225              },
 226              "source": "openmaptiles",
 227              "source-layer": "landcover",
 228              "type": "fill",
 229              "metadata": {
 230                  "microg:gms-type-feature": "landscape.natural.landcover",
 231                  "microg:gms-type-element": "geometry.fill"
 232              }
 233          },
 234          {
 235              "filter": [
 236                  "==",
 237                  "class",
 238                  "wood"
 239              ],
 240              "id": "landcover-wood",
 241              "paint": {
 242                  "fill-antialias": {
 243                      "base": 1,
 244                      "stops": [
 245                          [
 246                              0,
 247                              false
 248                          ],
 249                          [
 250                              9,
 251                              true
 252                          ]
 253                      ]
 254                  },
 255                  "fill-color": "#90d86c",
 256                  "fill-opacity": 0.15,
 257                  "fill-outline-color": "hsla(0, 0%, 0%, 0.2)"
 258              },
 259              "source": "openmaptiles",
 260              "source-layer": "landcover",
 261              "type": "fill",
 262              "metadata": {
 263                  "microg:gms-type-feature": "landscape.natural.landcover",
 264                  "microg:gms-type-element": "geometry.fill"
 265              }
 266          },
 267          {
 268              "filter": [
 269                  "==",
 270                  "class",
 271                  "grass"
 272              ],
 273              "id": "landcover-grass",
 274              "paint": {
 275                  "fill-color": "#d8e8c8",
 276                  "fill-opacity": 1
 277              },
 278              "source": "openmaptiles",
 279              "source-layer": "landcover",
 280              "type": "fill",
 281              "metadata": {
 282                  "microg:gms-type-feature": "landscape.natural.landcover",
 283                  "microg:gms-type-element": "geometry.fill"
 284              }
 285          },
 286          {
 287              "filter": [
 288                  "!in",
 289                  "class",
 290                  "canal",
 291                  "river",
 292                  "stream"
 293              ],
 294              "id": "waterway-other",
 295              "layout": {
 296                  "line-cap": "round"
 297              },
 298              "paint": {
 299                  "line-color": "#a0c8f0",
 300                  "line-width": {
 301                      "base": 1.3,
 302                      "stops": [
 303                          [
 304                              13,
 305                              0.5
 306                          ],
 307                          [
 308                              20,
 309                              2
 310                          ]
 311                      ]
 312                  }
 313              },
 314              "source": "openmaptiles",
 315              "source-layer": "waterway",
 316              "type": "line",
 317              "metadata": {
 318                  "microg:gms-type-feature": "water",
 319                  "microg:gms-type-element": "geometry.fill"
 320              }
 321          },
 322          {
 323              "filter": [
 324                  "in",
 325                  "class",
 326                  "canal",
 327                  "stream"
 328              ],
 329              "id": "waterway-stream-canal",
 330              "layout": {
 331                  "line-cap": "round"
 332              },
 333              "paint": {
 334                  "line-color": "#a0c8f0",
 335                  "line-width": {
 336                      "base": 1.3,
 337                      "stops": [
 338                          [
 339                              13,
 340                              0.5
 341                          ],
 342                          [
 343                              20,
 344                              6
 345                          ]
 346                      ]
 347                  }
 348              },
 349              "source": "openmaptiles",
 350              "source-layer": "waterway",
 351              "type": "line",
 352              "metadata": {
 353                  "microg:gms-type-feature": "water",
 354                  "microg:gms-type-element": "geometry.fill"
 355              }
 356          },
 357          {
 358              "filter": [
 359                  "==",
 360                  "class",
 361                  "river"
 362              ],
 363              "id": "waterway-river",
 364              "layout": {
 365                  "line-cap": "round"
 366              },
 367              "paint": {
 368                  "line-color": "#a0c8f0",
 369                  "line-width": {
 370                      "base": 1.2,
 371                      "stops": [
 372                          [
 373                              10,
 374                              0.8
 375                          ],
 376                          [
 377                              20,
 378                              6
 379                          ]
 380                      ]
 381                  }
 382              },
 383              "source": "openmaptiles",
 384              "source-layer": "waterway",
 385              "type": "line",
 386              "metadata": {
 387                  "microg:gms-type-feature": "water",
 388                  "microg:gms-type-element": "geometry.fill"
 389              }
 390          },
 391          {
 392              "filter": [
 393                  "all",
 394                  [
 395                      "in",
 396                      "admin_level",
 397                      4
 398                  ],
 399                  [
 400                      "!=",
 401                      "maritime",
 402                      1
 403                  ]
 404              ],
 405              "id": "boundary-land-level-4",
 406              "layout": {
 407                  "line-join": "round"
 408              },
 409              "paint": {
 410                  "line-color": "#9e9cab",
 411                  "line-dasharray": [
 412                      4,
 413                      2,
 414                      2,
 415                      2
 416                  ],
 417                  "line-opacity": 0.5,
 418                  "line-width": {
 419                      "base": 1.4,
 420                      "stops": [
 421                          [
 422                              4,
 423                              0.4
 424                          ],
 425                          [
 426                              5,
 427                              0.8
 428                          ],
 429                          [
 430                              12,
 431                              2.5
 432                          ]
 433                      ]
 434                  }
 435              },
 436              "source": "openmaptiles",
 437              "source-layer": "boundary",
 438              "type": "line",
 439              "metadata": {
 440                  "microg:gms-type-feature": "administrative.province",
 441                  "microg:gms-type-element": "geometry.stroke"
 442              }
 443          },
 444          {
 445              "filter": [
 446                  "all",
 447                  [
 448                      "==",
 449                      "admin_level",
 450                      2
 451                  ],
 452                  [
 453                      "!=",
 454                      "maritime",
 455                      1
 456                  ],
 457                  [
 458                      "!=",
 459                      "disputed",
 460                      1
 461                  ]
 462              ],
 463              "id": "boundary-land-level-2",
 464              "layout": {
 465                  "line-cap": "round",
 466                  "line-join": "round"
 467              },
 468              "paint": {
 469                  "line-color": "hsl(248, 7%, 66%)",
 470                  "line-width": {
 471                      "base": 1,
 472                      "stops": [
 473                          [
 474                              0,
 475                              0.6
 476                          ],
 477                          [
 478                              4,
 479                              1.4
 480                          ],
 481                          [
 482                              5,
 483                              2
 484                          ],
 485                          [
 486                              12,
 487                              4
 488                          ]
 489                      ]
 490                  }
 491              },
 492              "source": "openmaptiles",
 493              "source-layer": "boundary",
 494              "type": "line",
 495              "metadata": {
 496                  "microg:gms-type-feature": "administrative.country",
 497                  "microg:gms-type-element": "geometry.stroke"
 498              }
 499          },
 500          {
 501              "filter": [
 502                  "all",
 503                  [
 504                      "!=",
 505                      "maritime",
 506                      1
 507                  ],
 508                  [
 509                      "==",
 510                      "disputed",
 511                      1
 512                  ]
 513              ],
 514              "id": "boundary-land-disputed",
 515              "layout": {
 516                  "line-cap": "round",
 517                  "line-join": "round"
 518              },
 519              "paint": {
 520                  "line-color": "hsl(248, 7%, 70%)",
 521                  "line-dasharray": [
 522                      1,
 523                      3
 524                  ],
 525                  "line-width": {
 526                      "base": 1,
 527                      "stops": [
 528                          [
 529                              0,
 530                              0.6
 531                          ],
 532                          [
 533                              4,
 534                              1.4
 535                          ],
 536                          [
 537                              5,
 538                              2
 539                          ],
 540                          [
 541                              12,
 542                              4
 543                          ]
 544                      ]
 545                  }
 546              },
 547              "source": "openmaptiles",
 548              "source-layer": "boundary",
 549              "type": "line",
 550              "metadata": {
 551                  "microg:gms-type-feature": "administrative.country",
 552                  "microg:gms-type-element": "geometry.stroke"
 553              }
 554          },
 555          {
 556              "filter": [
 557                  "==",
 558                  "$type",
 559                  "Polygon"
 560              ],
 561              "id": "water-offset",
 562              "layout": {
 563                  "visibility": "visible"
 564              },
 565              "maxzoom": 8,
 566              "minzoom": 6,
 567              "paint": {
 568                  "fill-color": "#a0c8f0",
 569                  "fill-opacity": 1,
 570                  "fill-translate": {
 571                      "base": 1,
 572                      "stops": [
 573                          [
 574                              6,
 575                              [
 576                                  2,
 577                                  0
 578                              ]
 579                          ],
 580                          [
 581                              8,
 582                              [
 583                                  0,
 584                                  0
 585                              ]
 586                          ]
 587                      ]
 588                  }
 589              },
 590              "source": "openmaptiles",
 591              "source-layer": "water",
 592              "type": "fill",
 593              "metadata": {
 594                  "microg:gms-type-feature": "water",
 595                  "microg:gms-type-element": "geometry.fill"
 596              }
 597          },
 598          {
 599              "id": "water",
 600              "layout": {
 601                  "visibility": "visible"
 602              },
 603              "paint": {
 604                  "fill-color": "hsl(210, 60%, 80%)"
 605              },
 606              "source": "openmaptiles",
 607              "source-layer": "water",
 608              "type": "fill",
 609              "metadata": {
 610                  "microg:gms-type-feature": "water",
 611                  "microg:gms-type-element": "geometry.fill"
 612              }
 613          },
 614          {
 615              "filter": [
 616                  "==",
 617                  "$type",
 618                  "Polygon"
 619              ],
 620              "id": "park-outline",
 621              "layout": {},
 622              "minzoom": 6,
 623              "paint": {
 624                  "line-color": {
 625                      "base": 1,
 626                      "stops": [
 627                          [
 628                              6,
 629                              "hsla(96, 40%, 49%, 0.36)"
 630                          ],
 631                          [
 632                              8,
 633                              "hsla(96, 40%, 49%, 0.66)"
 634                          ]
 635                      ]
 636                  },
 637                  "line-dasharray": [
 638                      3,
 639                      3
 640                  ]
 641              },
 642              "source": "openmaptiles",
 643              "source-layer": "park",
 644              "type": "line",
 645              "metadata": {
 646                  "microg:gms-type-feature": "poi.park",
 647                  "microg:gms-type-element": "geometry.stroke"
 648              }
 649          },
 650          {
 651              "filter": [
 652                  "==",
 653                  "subclass",
 654                  "ice_shelf"
 655              ],
 656              "id": "landcover-ice-shelf",
 657              "layout": {
 658                  "visibility": "visible"
 659              },
 660              "paint": {
 661                  "fill-color": "#fff",
 662                  "fill-opacity": {
 663                      "base": 1,
 664                      "stops": [
 665                          [
 666                              0,
 667                              0.9
 668                          ],
 669                          [
 670                              10,
 671                              0.3
 672                          ]
 673                      ]
 674                  }
 675              },
 676              "source": "openmaptiles",
 677              "source-layer": "landcover",
 678              "type": "fill",
 679              "metadata": {
 680                  "microg:gms-type-feature": "landscape.natural.landcover",
 681                  "microg:gms-type-element": "geometry.fill"
 682              }
 683          },
 684          {
 685              "id": "building",
 686              "paint": {
 687                  "fill-antialias": true,
 688                  "fill-color": {
 689                      "base": 1,
 690                      "stops": [
 691                          [
 692                              15.5,
 693                              "#f2eae2"
 694                          ],
 695                          [
 696                              16,
 697                              "#dfdbd7"
 698                          ]
 699                      ]
 700                  }
 701              },
 702              "source": "openmaptiles",
 703              "source-layer": "building",
 704              "type": "fill",
 705              "metadata": {
 706                  "microg:gms-type-feature": "landscape.man_made",
 707                  "microg:gms-type-element": "geometry.stroke"
 708              }
 709          },
 710          {
 711              "id": "building-top",
 712              "layout": {
 713                  "visibility": "visible"
 714              },
 715              "paint": {
 716                  "fill-color": "#f2eae2",
 717                  "fill-opacity": {
 718                      "base": 1,
 719                      "stops": [
 720                          [
 721                              13,
 722                              0
 723                          ],
 724                          [
 725                              16,
 726                              1
 727                          ]
 728                      ]
 729                  },
 730                  "fill-outline-color": "#dfdbd7",
 731                  "fill-translate": {
 732                      "base": 1,
 733                      "stops": [
 734                          [
 735                              14,
 736                              [
 737                                  0,
 738                                  0
 739                              ]
 740                          ],
 741                          [
 742                              16,
 743                              [
 744                                  -2,
 745                                  -2
 746                              ]
 747                          ]
 748                      ]
 749                  }
 750              },
 751              "source": "openmaptiles",
 752              "source-layer": "building",
 753              "type": "fill",
 754              "metadata": {
 755                  "microg:gms-type-feature": "landscape.man_made",
 756                  "microg:gms-type-element": "geometry.fill"
 757              }
 758          },
 759          {
 760              "filter": [
 761                  "all",
 762                  [
 763                      "==",
 764                      "brunnel",
 765                      "tunnel"
 766                  ],
 767                  [
 768                      "in",
 769                      "class",
 770                      "service",
 771                      "track"
 772                  ]
 773              ],
 774              "id": "tunnel-service-track-casing",
 775              "layout": {
 776                  "line-join": "round"
 777              },
 778              "paint": {
 779                  "line-color": "#cfcdca",
 780                  "line-dasharray": [
 781                      0.5,
 782                      0.25
 783                  ],
 784                  "line-width": {
 785                      "base": 1.2,
 786                      "stops": [
 787                          [
 788                              15,
 789                              1
 790                          ],
 791                          [
 792                              16,
 793                              4
 794                          ],
 795                          [
 796                              20,
 797                              11
 798                          ]
 799                      ]
 800                  }
 801              },
 802              "source": "openmaptiles",
 803              "source-layer": "transportation",
 804              "type": "line",
 805              "metadata": {
 806                  "microg:gms-type-feature": "road.local",
 807                  "microg:gms-type-element": "geometry.stroke"
 808              }
 809          },
 810          {
 811              "filter": [
 812                  "all",
 813                  [
 814                      "==",
 815                      "brunnel",
 816                      "tunnel"
 817                  ],
 818                  [
 819                      "==",
 820                      "class",
 821                      "minor"
 822                  ]
 823              ],
 824              "id": "tunnel-minor-casing",
 825              "layout": {
 826                  "line-join": "round"
 827              },
 828              "paint": {
 829                  "line-color": "#cfcdca",
 830                  "line-opacity": {
 831                      "stops": [
 832                          [
 833                              12,
 834                              0
 835                          ],
 836                          [
 837                              12.5,
 838                              1
 839                          ]
 840                      ]
 841                  },
 842                  "line-width": {
 843                      "base": 1.2,
 844                      "stops": [
 845                          [
 846                              12,
 847                              0.5
 848                          ],
 849                          [
 850                              13,
 851                              1
 852                          ],
 853                          [
 854                              14,
 855                              4
 856                          ],
 857                          [
 858                              20,
 859                              15
 860                          ]
 861                      ]
 862                  }
 863              },
 864              "source": "openmaptiles",
 865              "source-layer": "transportation",
 866              "type": "line",
 867              "metadata": {
 868                  "microg:gms-type-feature": "road.local",
 869                  "microg:gms-type-element": "geometry.stroke"
 870              }
 871          },
 872          {
 873              "filter": [
 874                  "all",
 875                  [
 876                      "==",
 877                      "brunnel",
 878                      "tunnel"
 879                  ],
 880                  [
 881                      "in",
 882                      "class",
 883                      "secondary",
 884                      "tertiary"
 885                  ]
 886              ],
 887              "id": "tunnel-secondary-tertiary-casing",
 888              "layout": {
 889                  "line-join": "round"
 890              },
 891              "paint": {
 892                  "line-color": "#e9ac77",
 893                  "line-opacity": 1,
 894                  "line-width": {
 895                      "base": 1.2,
 896                      "stops": [
 897                          [
 898                              8,
 899                              1.5
 900                          ],
 901                          [
 902                              20,
 903                              17
 904                          ]
 905                      ]
 906                  }
 907              },
 908              "source": "openmaptiles",
 909              "source-layer": "transportation",
 910              "type": "line",
 911              "metadata": {
 912                  "microg:gms-type-feature": "road.local",
 913                  "microg:gms-type-element": "geometry.stroke"
 914              }
 915          },
 916          {
 917              "filter": [
 918                  "all",
 919                  [
 920                      "==",
 921                      "brunnel",
 922                      "tunnel"
 923                  ],
 924                  [
 925                      "in",
 926                      "class",
 927                      "primary",
 928                      "trunk"
 929                  ]
 930              ],
 931              "id": "tunnel-trunk-primary-casing",
 932              "layout": {
 933                  "line-join": "round"
 934              },
 935              "paint": {
 936                  "line-color": "#e9ac77",
 937                  "line-width": {
 938                      "base": 1.2,
 939                      "stops": [
 940                          [
 941                              5,
 942                              0.4
 943                          ],
 944                          [
 945                              6,
 946                              0.6
 947                          ],
 948                          [
 949                              7,
 950                              1.5
 951                          ],
 952                          [
 953                              20,
 954                              22
 955                          ]
 956                      ]
 957                  }
 958              },
 959              "source": "openmaptiles",
 960              "source-layer": "transportation",
 961              "type": "line",
 962              "metadata": {
 963                  "microg:gms-type-feature": "road.highway",
 964                  "microg:gms-type-element": "geometry.stroke"
 965              }
 966          },
 967          {
 968              "filter": [
 969                  "all",
 970                  [
 971                      "==",
 972                      "brunnel",
 973                      "tunnel"
 974                  ],
 975                  [
 976                      "==",
 977                      "class",
 978                      "motorway"
 979                  ]
 980              ],
 981              "id": "tunnel-motorway-casing",
 982              "layout": {
 983                  "line-join": "round",
 984                  "visibility": "visible"
 985              },
 986              "paint": {
 987                  "line-color": "#e9ac77",
 988                  "line-dasharray": [
 989                      0.5,
 990                      0.25
 991                  ],
 992                  "line-width": {
 993                      "base": 1.2,
 994                      "stops": [
 995                          [
 996                              5,
 997                              0.4
 998                          ],
 999                          [
1000                              6,
1001                              0.6
1002                          ],
1003                          [
1004                              7,
1005                              1.5
1006                          ],
1007                          [
1008                              20,
1009                              22
1010                          ]
1011                      ]
1012                  }
1013              },
1014              "source": "openmaptiles",
1015              "source-layer": "transportation",
1016              "type": "line",
1017              "metadata": {
1018                  "microg:gms-type-feature": "road.arterial",
1019                  "microg:gms-type-element": "geometry.stroke"
1020              }
1021          },
1022          {
1023              "filter": [
1024                  "all",
1025                  [
1026                      "==",
1027                      "$type",
1028                      "LineString"
1029                  ],
1030                  [
1031                      "all",
1032                      [
1033                          "==",
1034                          "brunnel",
1035                          "tunnel"
1036                      ],
1037                      [
1038                          "in",
1039                          "class",
1040                          "path",
1041                          "footway"
1042                      ]
1043                  ]
1044              ],
1045              "id": "tunnel-path",
1046              "paint": {
1047                  "line-color": "#cba",
1048                  "line-dasharray": [
1049                      1.5,
1050                      0.75
1051                  ],
1052                  "line-width": {
1053                      "base": 1.2,
1054                      "stops": [
1055                          [
1056                              15,
1057                              1.2
1058                          ],
1059                          [
1060                              20,
1061                              4
1062                          ]
1063                      ]
1064                  }
1065              },
1066              "source": "openmaptiles",
1067              "source-layer": "transportation",
1068              "type": "line",
1069              "metadata": {
1070                  "microg:gms-type-feature": "road.local",
1071                  "microg:gms-type-element": "geometry.fill"
1072              }
1073          },
1074          {
1075              "filter": [
1076                  "all",
1077                  [
1078                      "==",
1079                      "brunnel",
1080                      "tunnel"
1081                  ],
1082                  [
1083                      "in",
1084                      "class",
1085                      "service",
1086                      "track"
1087                  ]
1088              ],
1089              "id": "tunnel-service-track",
1090              "layout": {
1091                  "line-join": "round"
1092              },
1093              "paint": {
1094                  "line-color": "#fff",
1095                  "line-width": {
1096                      "base": 1.2,
1097                      "stops": [
1098                          [
1099                              15.5,
1100                              0
1101                          ],
1102                          [
1103                              16,
1104                              2
1105                          ],
1106                          [
1107                              20,
1108                              7.5
1109                          ]
1110                      ]
1111                  }
1112              },
1113              "source": "openmaptiles",
1114              "source-layer": "transportation",
1115              "type": "line",
1116              "metadata": {
1117                  "microg:gms-type-feature": "road.local",
1118                  "microg:gms-type-element": "geometry.fill"
1119              }
1120          },
1121          {
1122              "filter": [
1123                  "all",
1124                  [
1125                      "==",
1126                      "brunnel",
1127                      "tunnel"
1128                  ],
1129                  [
1130                      "==",
1131                      "class",
1132                      "minor_road"
1133                  ]
1134              ],
1135              "id": "tunnel-minor",
1136              "layout": {
1137                  "line-join": "round"
1138              },
1139              "paint": {
1140                  "line-color": "#fff",
1141                  "line-opacity": 1,
1142                  "line-width": {
1143                      "base": 1.2,
1144                      "stops": [
1145                          [
1146                              13.5,
1147                              0
1148                          ],
1149                          [
1150                              14,
1151                              2.5
1152                          ],
1153                          [
1154                              20,
1155                              11.5
1156                          ]
1157                      ]
1158                  }
1159              },
1160              "source": "openmaptiles",
1161              "source-layer": "transportation",
1162              "type": "line",
1163              "metadata": {
1164                  "microg:gms-type-feature": "road.local",
1165                  "microg:gms-type-element": "geometry.fill"
1166              }
1167          },
1168          {
1169              "filter": [
1170                  "all",
1171                  [
1172                      "==",
1173                      "brunnel",
1174                      "tunnel"
1175                  ],
1176                  [
1177                      "in",
1178                      "class",
1179                      "secondary",
1180                      "tertiary"
1181                  ]
1182              ],
1183              "id": "tunnel-secondary-tertiary",
1184              "layout": {
1185                  "line-join": "round"
1186              },
1187              "paint": {
1188                  "line-color": "#fff4c6",
1189                  "line-width": {
1190                      "base": 1.2,
1191                      "stops": [
1192                          [
1193                              6.5,
1194                              0
1195                          ],
1196                          [
1197                              7,
1198                              0.5
1199                          ],
1200                          [
1201                              20,
1202                              10
1203                          ]
1204                      ]
1205                  }
1206              },
1207              "source": "openmaptiles",
1208              "source-layer": "transportation",
1209              "type": "line",
1210              "metadata": {
1211                  "microg:gms-type-feature": "road.local",
1212                  "microg:gms-type-element": "geometry.fill"
1213              }
1214          },
1215          {
1216              "filter": [
1217                  "all",
1218                  [
1219                      "==",
1220                      "brunnel",
1221                      "tunnel"
1222                  ],
1223                  [
1224                      "in",
1225                      "class",
1226                      "primary",
1227                      "trunk"
1228                  ]
1229              ],
1230              "id": "tunnel-trunk-primary",
1231              "layout": {
1232                  "line-join": "round"
1233              },
1234              "paint": {
1235                  "line-color": "#fff4c6",
1236                  "line-width": {
1237                      "base": 1.2,
1238                      "stops": [
1239                          [
1240                              6.5,
1241                              0
1242                          ],
1243                          [
1244                              7,
1245                              0.5
1246                          ],
1247                          [
1248                              20,
1249                              18
1250                          ]
1251                      ]
1252                  }
1253              },
1254              "source": "openmaptiles",
1255              "source-layer": "transportation",
1256              "type": "line",
1257              "metadata": {
1258                  "microg:gms-type-feature": "road.highway",
1259                  "microg:gms-type-element": "geometry.fill"
1260              }
1261          },
1262          {
1263              "filter": [
1264                  "all",
1265                  [
1266                      "==",
1267                      "brunnel",
1268                      "tunnel"
1269                  ],
1270                  [
1271                      "==",
1272                      "class",
1273                      "motorway"
1274                  ]
1275              ],
1276              "id": "tunnel-motorway",
1277              "layout": {
1278                  "line-join": "round",
1279                  "visibility": "visible"
1280              },
1281              "paint": {
1282                  "line-color": "#ffdaa6",
1283                  "line-width": {
1284                      "base": 1.2,
1285                      "stops": [
1286                          [
1287                              6.5,
1288                              0
1289                          ],
1290                          [
1291                              7,
1292                              0.5
1293                          ],
1294                          [
1295                              20,
1296                              18
1297                          ]
1298                      ]
1299                  }
1300              },
1301              "source": "openmaptiles",
1302              "source-layer": "transportation",
1303              "type": "line",
1304              "metadata": {
1305                  "microg:gms-type-feature": "road.arterial",
1306                  "microg:gms-type-element": "geometry.fill"
1307              }
1308          },
1309          {
1310              "filter": [
1311                  "all",
1312                  [
1313                      "==",
1314                      "brunnel",
1315                      "tunnel"
1316                  ],
1317                  [
1318                      "==",
1319                      "class",
1320                      "rail"
1321                  ]
1322              ],
1323              "id": "tunnel-railway",
1324              "paint": {
1325                  "line-color": "#bbb",
1326                  "line-dasharray": [
1327                      2,
1328                      2
1329                  ],
1330                  "line-width": {
1331                      "base": 1.4,
1332                      "stops": [
1333                          [
1334                              14,
1335                              0.4
1336                          ],
1337                          [
1338                              15,
1339                              0.75
1340                          ],
1341                          [
1342                              20,
1343                              2
1344                          ]
1345                      ]
1346                  }
1347              },
1348              "source": "openmaptiles",
1349              "source-layer": "transportation",
1350              "type": "line",
1351              "metadata": {
1352                  "microg:gms-type-feature": "transit.line",
1353                  "microg:gms-type-element": "geometry.fill"
1354              }
1355          },
1356          {
1357              "filter": [
1358                  "all",
1359                  [
1360                      "in",
1361                      "class",
1362                      "ferry"
1363                  ]
1364              ],
1365              "id": "ferry",
1366              "layout": {
1367                  "line-join": "round",
1368                  "visibility": "visible"
1369              },
1370              "paint": {
1371                  "line-color": "rgba(108, 159, 182, 1)",
1372                  "line-dasharray": [
1373                      2,
1374                      2
1375                  ],
1376                  "line-width": 1.1
1377              },
1378              "source": "openmaptiles",
1379              "source-layer": "transportation",
1380              "type": "line",
1381              "metadata": {
1382                  "microg:gms-type-feature": "transit.line",
1383                  "microg:gms-type-element": "geometry.fill"
1384              }
1385          },
1386          {
1387              "filter": [
1388                  "all",
1389                  [
1390                      "in",
1391                      "class",
1392                      "taxiway"
1393                  ]
1394              ],
1395              "id": "aeroway-taxiway-casing",
1396              "layout": {
1397                  "line-cap": "round",
1398                  "line-join": "round",
1399                  "visibility": "visible"
1400              },
1401              "minzoom": 12,
1402              "paint": {
1403                  "line-color": "rgba(153, 153, 153, 1)",
1404                  "line-opacity": 1,
1405                  "line-width": {
1406                      "base": 1.5,
1407                      "stops": [
1408                          [
1409                              11,
1410                              2
1411                          ],
1412                          [
1413                              17,
1414                              12
1415                          ]
1416                      ]
1417                  }
1418              },
1419              "source": "openmaptiles",
1420              "source-layer": "aeroway",
1421              "type": "line",
1422              "metadata": {
1423                  "microg:gms-type-feature": "road.local",
1424                  "microg:gms-type-element": "geometry.stroke"
1425              }
1426          },
1427          {
1428              "filter": [
1429                  "all",
1430                  [
1431                      "in",
1432                      "class",
1433                      "runway"
1434                  ]
1435              ],
1436              "id": "aeroway-runway-casing",
1437              "layout": {
1438                  "line-cap": "round",
1439                  "line-join": "round",
1440                  "visibility": "visible"
1441              },
1442              "minzoom": 12,
1443              "paint": {
1444                  "line-color": "rgba(153, 153, 153, 1)",
1445                  "line-opacity": 1,
1446                  "line-width": {
1447                      "base": 1.5,
1448                      "stops": [
1449                          [
1450                              11,
1451                              5
1452                          ],
1453                          [
1454                              17,
1455                              55
1456                          ]
1457                      ]
1458                  }
1459              },
1460              "source": "openmaptiles",
1461              "source-layer": "aeroway",
1462              "type": "line",
1463              "metadata": {
1464                  "microg:gms-type-feature": "transit.station.airport",
1465                  "microg:gms-type-element": "geometry.stroke"
1466              }
1467          },
1468          {
1469              "filter": [
1470                  "all",
1471                  [
1472                      "==",
1473                      "$type",
1474                      "Polygon"
1475                  ],
1476                  [
1477                      "in",
1478                      "class",
1479                      "runway",
1480                      "taxiway"
1481                  ]
1482              ],
1483              "id": "aeroway-area",
1484              "layout": {
1485                  "visibility": "visible"
1486              },
1487              "minzoom": 4,
1488              "paint": {
1489                  "fill-color": "rgba(255, 255, 255, 1)",
1490                  "fill-opacity": {
1491                      "base": 1,
1492                      "stops": [
1493                          [
1494                              13,
1495                              0
1496                          ],
1497                          [
1498                              14,
1499                              1
1500                          ]
1501                      ]
1502                  }
1503              },
1504              "source": "openmaptiles",
1505              "source-layer": "aeroway",
1506              "type": "fill",
1507              "metadata": {
1508                  "microg:gms-type-feature": "transit.station.airport",
1509                  "microg:gms-type-element": "geometry.stroke"
1510              }
1511          },
1512          {
1513              "filter": [
1514                  "all",
1515                  [
1516                      "in",
1517                      "class",
1518                      "taxiway"
1519                  ],
1520                  [
1521                      "==",
1522                      "$type",
1523                      "LineString"
1524                  ]
1525              ],
1526              "id": "aeroway-taxiway",
1527              "layout": {
1528                  "line-cap": "round",
1529                  "line-join": "round",
1530                  "visibility": "visible"
1531              },
1532              "minzoom": 4,
1533              "paint": {
1534                  "line-color": "rgba(255, 255, 255, 1)",
1535                  "line-opacity": {
1536                      "base": 1,
1537                      "stops": [
1538                          [
1539                              11,
1540                              0
1541                          ],
1542                          [
1543                              12,
1544                              1
1545                          ]
1546                      ]
1547                  },
1548                  "line-width": {
1549                      "base": 1.5,
1550                      "stops": [
1551                          [
1552                              11,
1553                              1
1554                          ],
1555                          [
1556                              17,
1557                              10
1558                          ]
1559                      ]
1560                  }
1561              },
1562              "source": "openmaptiles",
1563              "source-layer": "aeroway",
1564              "type": "line",
1565              "metadata": {
1566                  "microg:gms-type-feature": "road.local",
1567                  "microg:gms-type-element": "geometry.fill"
1568              }
1569          },
1570          {
1571              "filter": [
1572                  "all",
1573                  [
1574                      "in",
1575                      "class",
1576                      "runway"
1577                  ],
1578                  [
1579                      "==",
1580                      "$type",
1581                      "LineString"
1582                  ]
1583              ],
1584              "id": "aeroway-runway",
1585              "layout": {
1586                  "line-cap": "round",
1587                  "line-join": "round",
1588                  "visibility": "visible"
1589              },
1590              "minzoom": 4,
1591              "paint": {
1592                  "line-color": "rgba(255, 255, 255, 1)",
1593                  "line-opacity": {
1594                      "base": 1,
1595                      "stops": [
1596                          [
1597                              11,
1598                              0
1599                          ],
1600                          [
1601                              12,
1602                              1
1603                          ]
1604                      ]
1605                  },
1606                  "line-width": {
1607                      "base": 1.5,
1608                      "stops": [
1609                          [
1610                              11,
1611                              4
1612                          ],
1613                          [
1614                              17,
1615                              50
1616                          ]
1617                      ]
1618                  }
1619              },
1620              "source": "openmaptiles",
1621              "source-layer": "aeroway",
1622              "type": "line",
1623              "metadata": {
1624                  "microg:gms-type-feature": "transit.station.airport",
1625                  "microg:gms-type-element": "geometry.fill"
1626              }
1627          },
1628          {
1629              "filter": [
1630                  "==",
1631                  "$type",
1632                  "Polygon"
1633              ],
1634              "id": "highway-area",
1635              "layout": {
1636                  "visibility": "visible"
1637              },
1638              "paint": {
1639                  "fill-antialias": false,
1640                  "fill-color": "hsla(0, 0%, 89%, 0.56)",
1641                  "fill-opacity": 0.9,
1642                  "fill-outline-color": "#cfcdca"
1643              },
1644              "source": "openmaptiles",
1645              "source-layer": "transportation",
1646              "type": "fill",
1647              "metadata": {
1648                  "microg:gms-type-feature": "road.highway",
1649                  "microg:gms-type-element": "geometry.fill"
1650              }
1651          },
1652          {
1653              "filter": [
1654                  "all",
1655                  [
1656                      "!in",
1657                      "brunnel",
1658                      "bridge",
1659                      "tunnel"
1660                  ],
1661                  [
1662                      "==",
1663                      "class",
1664                      "motorway_link"
1665                  ]
1666              ],
1667              "id": "highway-motorway-link-casing",
1668              "layout": {
1669                  "line-cap": "round",
1670                  "line-join": "round"
1671              },
1672              "minzoom": 12,
1673              "paint": {
1674                  "line-color": "#e9ac77",
1675                  "line-opacity": 1,
1676                  "line-width": {
1677                      "base": 1.2,
1678                      "stops": [
1679                          [
1680                              12,
1681                              1
1682                          ],
1683                          [
1684                              13,
1685                              3
1686                          ],
1687                          [
1688                              14,
1689                              4
1690                          ],
1691                          [
1692                              20,
1693                              15
1694                          ]
1695                      ]
1696                  }
1697              },
1698              "source": "openmaptiles",
1699              "source-layer": "transportation",
1700              "type": "line",
1701              "metadata": {
1702                  "microg:gms-type-feature": "road.arterial",
1703                  "microg:gms-type-element": "geometry.stroke"
1704              }
1705          },
1706          {
1707              "filter": [
1708                  "all",
1709                  [
1710                      "!in",
1711                      "brunnel",
1712                      "bridge",
1713                      "tunnel"
1714                  ],
1715                  [
1716                      "in",
1717                      "class",
1718                      "primary_link",
1719                      "secondary_link",
1720                      "tertiary_link",
1721                      "trunk_link"
1722                  ]
1723              ],
1724              "id": "highway-link-casing",
1725              "layout": {
1726                  "line-cap": "round",
1727                  "line-join": "round",
1728                  "visibility": "visible"
1729              },
1730              "minzoom": 13,
1731              "paint": {
1732                  "line-color": "#e9ac77",
1733                  "line-opacity": 1,
1734                  "line-width": {
1735                      "base": 1.2,
1736                      "stops": [
1737                          [
1738                              12,
1739                              1
1740                          ],
1741                          [
1742                              13,
1743                              3
1744                          ],
1745                          [
1746                              14,
1747                              4
1748                          ],
1749                          [
1750                              20,
1751                              15
1752                          ]
1753                      ]
1754                  }
1755              },
1756              "source": "openmaptiles",
1757              "source-layer": "transportation",
1758              "type": "line",
1759              "metadata": {
1760                  "microg:gms-type-feature": "road.highway",
1761                  "microg:gms-type-element": "geometry.stroke"
1762              }
1763          },
1764          {
1765              "filter": [
1766                  "all",
1767                  [
1768                      "==",
1769                      "$type",
1770                      "LineString"
1771                  ],
1772                  [
1773                      "all",
1774                      [
1775                          "!=",
1776                          "brunnel",
1777                          "tunnel"
1778                      ],
1779                      [
1780                          "in",
1781                          "class",
1782                          "minor",
1783                          "service",
1784                          "track"
1785                      ]
1786                  ]
1787              ],
1788              "id": "highway-minor-casing",
1789              "layout": {
1790                  "line-cap": "round",
1791                  "line-join": "round"
1792              },
1793              "paint": {
1794                  "line-color": "#cfcdca",
1795                  "line-opacity": {
1796                      "stops": [
1797                          [
1798                              12,
1799                              0
1800                          ],
1801                          [
1802                              12.5,
1803                              1
1804                          ]
1805                      ]
1806                  },
1807                  "line-width": {
1808                      "base": 1.2,
1809                      "stops": [
1810                          [
1811                              12,
1812                              0.5
1813                          ],
1814                          [
1815                              13,
1816                              1
1817                          ],
1818                          [
1819                              14,
1820                              4
1821                          ],
1822                          [
1823                              20,
1824                              15
1825                          ]
1826                      ]
1827                  }
1828              },
1829              "source": "openmaptiles",
1830              "source-layer": "transportation",
1831              "type": "line",
1832              "metadata": {
1833                  "microg:gms-type-feature": "road.local",
1834                  "microg:gms-type-element": "geometry.stroke"
1835              }
1836          },
1837          {
1838              "filter": [
1839                  "all",
1840                  [
1841                      "!in",
1842                      "brunnel",
1843                      "bridge",
1844                      "tunnel"
1845                  ],
1846                  [
1847                      "in",
1848                      "class",
1849                      "secondary",
1850                      "tertiary"
1851                  ]
1852              ],
1853              "id": "highway-secondary-tertiary-casing",
1854              "layout": {
1855                  "line-cap": "round",
1856                  "line-join": "round",
1857                  "visibility": "visible"
1858              },
1859              "paint": {
1860                  "line-color": "#e9ac77",
1861                  "line-opacity": 1,
1862                  "line-width": {
1863                      "base": 1.2,
1864                      "stops": [
1865                          [
1866                              6,
1867                              1.5
1868                          ],
1869                          [
1870                              20,
1871                              17
1872                          ]
1873                      ]
1874                  }
1875              },
1876              "source": "openmaptiles",
1877              "source-layer": "transportation",
1878              "type": "line",
1879              "metadata": {
1880                  "microg:gms-type-feature": "road.local",
1881                  "microg:gms-type-element": "geometry.stroke"
1882              }
1883          },
1884          {
1885              "filter": [
1886                  "all",
1887                  [
1888                      "!in",
1889                      "brunnel",
1890                      "bridge",
1891                      "tunnel"
1892                  ],
1893                  [
1894                      "in",
1895                      "class",
1896                      "primary"
1897                  ]
1898              ],
1899              "id": "highway-primary-casing",
1900              "layout": {
1901                  "line-cap": "round",
1902                  "line-join": "round",
1903                  "visibility": "visible"
1904              },
1905              "minzoom": 5,
1906              "paint": {
1907                  "line-color": "#e9ac77",
1908                  "line-width": {
1909                      "base": 1.2,
1910                      "stops": [
1911                          [
1912                              5,
1913                              0.5
1914                          ],
1915                          [
1916                              8,
1917                              0.6
1918                          ],
1919                          [
1920                              9,
1921                              1.5
1922                          ],
1923                          [
1924                              20,
1925                              22
1926                          ]
1927                      ]
1928                  }
1929              },
1930              "source": "openmaptiles",
1931              "source-layer": "transportation",
1932              "type": "line",
1933              "metadata": {
1934                  "microg:gms-type-feature": "road.highway",
1935                  "microg:gms-type-element": "geometry.stroke"
1936              }
1937          },
1938          {
1939              "filter": [
1940                  "all",
1941                  [
1942                      "!in",
1943                      "brunnel",
1944                      "bridge",
1945                      "tunnel"
1946                  ],
1947                  [
1948                      "in",
1949                      "class",
1950                      "trunk"
1951                  ]
1952              ],
1953              "id": "highway-trunk-casing",
1954              "layout": {
1955                  "line-cap": "round",
1956                  "line-join": "round",
1957                  "visibility": "visible"
1958              },
1959              "minzoom": 5,
1960              "paint": {
1961                  "line-color": "#e9ac77",
1962                  "line-opacity": {
1963                      "stops": [
1964                          [
1965                              5,
1966                              0
1967                          ],
1968                          [
1969                              6,
1970                              1
1971                          ]
1972                      ]
1973                  },
1974                  "line-width": {
1975                      "base": 1.2,
1976                      "stops": [
1977                          [
1978                              5,
1979                              0
1980                          ],
1981                          [
1982                              6,
1983                              0.6
1984                          ],
1985                          [
1986                              7,
1987                              1.5
1988                          ],
1989                          [
1990                              20,
1991                              22
1992                          ]
1993                      ]
1994                  }
1995              },
1996              "source": "openmaptiles",
1997              "source-layer": "transportation",
1998              "type": "line",
1999              "metadata": {
2000                  "microg:gms-type-feature": "road.local",
2001                  "microg:gms-type-element": "geometry.stroke"
2002              }
2003          },
2004          {
2005              "filter": [
2006                  "all",
2007                  [
2008                      "!in",
2009                      "brunnel",
2010                      "bridge",
2011                      "tunnel"
2012                  ],
2013                  [
2014                      "==",
2015                      "class",
2016                      "motorway"
2017                  ]
2018              ],
2019              "id": "highway-motorway-casing",
2020              "layout": {
2021                  "line-cap": "round",
2022                  "line-join": "round",
2023                  "visibility": "visible"
2024              },
2025              "minzoom": 4,
2026              "paint": {
2027                  "line-color": "#e9ac77",
2028                  "line-opacity": {
2029                      "stops": [
2030                          [
2031                              4,
2032                              0
2033                          ],
2034                          [
2035                              5,
2036                              1
2037                          ]
2038                      ]
2039                  },
2040                  "line-width": {
2041                      "base": 1.2,
2042                      "stops": [
2043                          [
2044                              4,
2045                              0
2046                          ],
2047                          [
2048                              5,
2049                              0.4
2050                          ],
2051                          [
2052                              6,
2053                              0.6
2054                          ],
2055                          [
2056                              7,
2057                              1.5
2058                          ],
2059                          [
2060                              20,
2061                              22
2062                          ]
2063                      ]
2064                  }
2065              },
2066              "source": "openmaptiles",
2067              "source-layer": "transportation",
2068              "type": "line",
2069              "metadata": {
2070                  "microg:gms-type-feature": "road.arterial",
2071                  "microg:gms-type-element": "geometry.stroke"
2072              }
2073          },
2074          {
2075              "filter": [
2076                  "all",
2077                  [
2078                      "==",
2079                      "$type",
2080                      "LineString"
2081                  ],
2082                  [
2083                      "all",
2084                      [
2085                          "!in",
2086                          "brunnel",
2087                          "bridge",
2088                          "tunnel"
2089                      ],
2090                      [
2091                          "in",
2092                          "class",
2093                          "path",
2094                          "footway"
2095                      ]
2096                  ]
2097              ],
2098              "id": "highway-path",
2099              "paint": {
2100                  "line-color": "#cba",
2101                  "line-dasharray": {
2102                      "stops": [
2103                          [
2104                              13,
2105                              [
2106                                  1,
2107                                  0.5
2108                              ]
2109                          ],
2110                          [
2111                              14,
2112                              [
2113                                  2,
2114                                  1
2115                              ]
2116                          ],
2117                          [
2118                              20,
2119                              [
2120                                  3,
2121                                  1
2122                              ]
2123                          ]
2124                      ]
2125                  },
2126                  "line-width": {
2127                      "base": 1.2,
2128                      "stops": [
2129                          [
2130                              13,
2131                              1
2132                          ],
2133                          [
2134                              14,
2135                              2
2136                          ],
2137                          [
2138                              20,
2139                              4
2140                          ]
2141                      ]
2142                  }
2143              },
2144              "source": "openmaptiles",
2145              "source-layer": "transportation",
2146              "type": "line",
2147              "metadata": {
2148                  "microg:gms-type-feature": "road.local",
2149                  "microg:gms-type-element": "geometry.fill"
2150              }
2151          },
2152          {
2153              "filter": [
2154                  "all",
2155                  [
2156                      "!in",
2157                      "brunnel",
2158                      "bridge",
2159                      "tunnel"
2160                  ],
2161                  [
2162                      "==",
2163                      "class",
2164                      "motorway_link"
2165                  ]
2166              ],
2167              "id": "highway-motorway-link",
2168              "layout": {
2169                  "line-cap": "round",
2170                  "line-join": "round"
2171              },
2172              "minzoom": 12,
2173              "paint": {
2174                  "line-color": "#e5b87e",
2175                  "line-width": {
2176                      "base": 1.2,
2177                      "stops": [
2178                          [
2179                              12.5,
2180                              0
2181                          ],
2182                          [
2183                              13,
2184                              1.5
2185                          ],
2186                          [
2187                              14,
2188                              2.5
2189                          ],
2190                          [
2191                              20,
2192                              11.5
2193                          ]
2194                      ]
2195                  }
2196              },
2197              "source": "openmaptiles",
2198              "source-layer": "transportation",
2199              "type": "line",
2200              "metadata": {
2201                  "microg:gms-type-feature": "road.arterial",
2202                  "microg:gms-type-element": "geometry.fill"
2203              }
2204          },
2205          {
2206              "filter": [
2207                  "all",
2208                  [
2209                      "!in",
2210                      "brunnel",
2211                      "bridge",
2212                      "tunnel"
2213                  ],
2214                  [
2215                      "in",
2216                      "class",
2217                      "primary_link",
2218                      "secondary_link",
2219                      "tertiary_link",
2220                      "trunk_link"
2221                  ]
2222              ],
2223              "id": "highway-link",
2224              "layout": {
2225                  "line-cap": "round",
2226                  "line-join": "round",
2227                  "visibility": "visible"
2228              },
2229              "minzoom": 13,
2230              "paint": {
2231                  "line-color": "#e5d7a0",
2232                  "line-width": {
2233                      "base": 1.2,
2234                      "stops": [
2235                          [
2236                              12.5,
2237                              0
2238                          ],
2239                          [
2240                              13,
2241                              1.5
2242                          ],
2243                          [
2244                              14,
2245                              2.5
2246                          ],
2247                          [
2248                              20,
2249                              11.5
2250                          ]
2251                      ]
2252                  }
2253              },
2254              "source": "openmaptiles",
2255              "source-layer": "transportation",
2256              "type": "line",
2257              "metadata": {
2258                  "microg:gms-type-feature": "road.highway",
2259                  "microg:gms-type-element": "geometry.fill"
2260              }
2261          },
2262          {
2263              "filter": [
2264                  "all",
2265                  [
2266                      "in",
2267                      "class",
2268                      "downhill",
2269                      "nordic"
2270                  ],
2271                  [
2272                      "==",
2273                      "$type",
2274                      "LineString"
2275                  ]
2276              ],
2277              "id": "ski-slopes-line",
2278              "minzoom": 11,
2279              "paint": {
2280                  "line-blur": 0.5,
2281                  "line-color": "rgba(75, 122, 195, 1)",
2282                  "line-dasharray": [
2283                      3,
2284                      2
2285                  ],
2286                  "line-width": {
2287                      "stops": [
2288                          [
2289                              10,
2290                              1
2291                          ],
2292                          [
2293                              13,
2294                              1.5
2295                          ]
2296                      ]
2297                  }
2298              },
2299              "source": "openmaptiles",
2300              "source-layer": "piste",
2301              "type": "line",
2302              "metadata": {
2303                  "microg:gms-type-feature": "poi.sports_complex",
2304                  "microg:gms-type-element": "geometry.stroke"
2305              }
2306          },
2307          {
2308              "filter": [
2309                  "all",
2310                  [
2311                      "==",
2312                      "$type",
2313                      "LineString"
2314                  ],
2315                  [
2316                      "all",
2317                      [
2318                          "!=",
2319                          "brunnel",
2320                          "tunnel"
2321                      ],
2322                      [
2323                          "in",
2324                          "class",
2325                          "minor",
2326                          "service",
2327                          "track"
2328                      ]
2329                  ]
2330              ],
2331              "id": "highway-minor",
2332              "layout": {
2333                  "line-cap": "round",
2334                  "line-join": "round"
2335              },
2336              "paint": {
2337                  "line-color": "#fff",
2338                  "line-opacity": 1,
2339                  "line-width": {
2340                      "base": 1.2,
2341                      "stops": [
2342                          [
2343                              13.5,
2344                              0
2345                          ],
2346                          [
2347                              14,
2348                              2.5
2349                          ],
2350                          [
2351                              20,
2352                              11.5
2353                          ]
2354                      ]
2355                  }
2356              },
2357              "source": "openmaptiles",
2358              "source-layer": "transportation",
2359              "type": "line",
2360              "metadata": {
2361                  "microg:gms-type-feature": "road.local",
2362                  "microg:gms-type-element": "geometry.fill"
2363              }
2364          },
2365          {
2366              "filter": [
2367                  "all",
2368                  [
2369                      "!in",
2370                      "brunnel",
2371                      "bridge",
2372                      "tunnel"
2373                  ],
2374                  [
2375                      "in",
2376                      "class",
2377                      "secondary",
2378                      "tertiary"
2379                  ]
2380              ],
2381              "id": "highway-secondary-tertiary",
2382              "layout": {
2383                  "line-cap": "round",
2384                  "line-join": "round",
2385                  "visibility": "visible"
2386              },
2387              "paint": {
2388                  "line-color": "#e5d7a0",
2389                  "line-width": {
2390                      "base": 1.2,
2391                      "stops": [
2392                          [
2393                              6.5,
2394                              0
2395                          ],
2396                          [
2397                              8,
2398                              0.5
2399                          ],
2400                          [
2401                              20,
2402                              13
2403                          ]
2404                      ]
2405                  }
2406              },
2407              "source": "openmaptiles",
2408              "source-layer": "transportation",
2409              "type": "line",
2410              "metadata": {
2411                  "microg:gms-type-feature": "road.local",
2412                  "microg:gms-type-element": "geometry.fill"
2413              }
2414          },
2415          {
2416              "filter": [
2417                  "all",
2418                  [
2419                      "==",
2420                      "$type",
2421                      "LineString"
2422                  ],
2423                  [
2424                      "all",
2425                      [
2426                          "!in",
2427                          "brunnel",
2428                          "bridge",
2429                          "tunnel"
2430                      ],
2431                      [
2432                          "in",
2433                          "class",
2434                          "primary"
2435                      ]
2436                  ]
2437              ],
2438              "id": "highway-primary",
2439              "layout": {
2440                  "line-cap": "round",
2441                  "line-join": "round",
2442                  "visibility": "visible"
2443              },
2444              "paint": {
2445                  "line-color": "#e5d7a0",
2446                  "line-width": {
2447                      "base": 1.2,
2448                      "stops": [
2449                          [
2450                              5,
2451                              0.1
2452                          ],
2453                          [
2454                              9,
2455                              0.5
2456                          ],
2457                          [
2458                              20,
2459                              18
2460                          ]
2461                      ]
2462                  }
2463              },
2464              "source": "openmaptiles",
2465              "source-layer": "transportation",
2466              "type": "line",
2467              "metadata": {
2468                  "microg:gms-type-feature": "road.highway",
2469                  "microg:gms-type-element": "geometry.fill"
2470              }
2471          },
2472          {
2473              "filter": [
2474                  "all",
2475                  [
2476                      "==",
2477                      "$type",
2478                      "LineString"
2479                  ],
2480                  [
2481                      "all",
2482                      [
2483                          "!in",
2484                          "brunnel",
2485                          "bridge",
2486                          "tunnel"
2487                      ],
2488                      [
2489                          "in",
2490                          "class",
2491                          "trunk"
2492                      ]
2493                  ]
2494              ],
2495              "id": "highway-trunk",
2496              "layout": {
2497                  "line-cap": "round",
2498                  "line-join": "round",
2499                  "visibility": "visible"
2500              },
2501              "paint": {
2502                  "line-color": "#e5d7a0",
2503                  "line-width": {
2504                      "base": 1.2,
2505                      "stops": [
2506                          [
2507                              6.5,
2508                              0
2509                          ],
2510                          [
2511                              7,
2512                              0.5
2513                          ],
2514                          [
2515                              20,
2516                              18
2517                          ]
2518                      ]
2519                  }
2520              },
2521              "source": "openmaptiles",
2522              "source-layer": "transportation",
2523              "type": "line",
2524              "metadata": {
2525                  "microg:gms-type-feature": "road.local",
2526                  "microg:gms-type-element": "geometry.fill"
2527              }
2528          },
2529          {
2530              "filter": [
2531                  "all",
2532                  [
2533                      "==",
2534                      "$type",
2535                      "LineString"
2536                  ],
2537                  [
2538                      "all",
2539                      [
2540                          "!in",
2541                          "brunnel",
2542                          "bridge",
2543                          "tunnel"
2544                      ],
2545                      [
2546                          "==",
2547                          "class",
2548                          "motorway"
2549                      ]
2550                  ]
2551              ],
2552              "id": "highway-motorway",
2553              "layout": {
2554                  "line-cap": "round",
2555                  "line-join": "round",
2556                  "visibility": "visible"
2557              },
2558              "minzoom": 5,
2559              "paint": {
2560                  "line-color": "#e5b87e",
2561                  "line-width": {
2562                      "base": 1.2,
2563                      "stops": [
2564                          [
2565                              6.5,
2566                              0
2567                          ],
2568                          [
2569                              7,
2570                              0.5
2571                          ],
2572                          [
2573                              20,
2574                              10
2575                          ]
2576                      ]
2577                  }
2578              },
2579              "source": "openmaptiles",
2580              "source-layer": "transportation",
2581              "type": "line",
2582              "metadata": {
2583                  "microg:gms-type-feature": "road.arterial",
2584                  "microg:gms-type-element": "geometry.fill"
2585              }
2586          },
2587          {
2588              "filter": [
2589                  "all",
2590                  [
2591                      "==",
2592                      "$type",
2593                      "LineString"
2594                  ],
2595                  [
2596                      "all",
2597                      [
2598                          "==",
2599                          "class",
2600                          "transit"
2601                      ],
2602                      [
2603                          "!in",
2604                          "brunnel",
2605                          "tunnel"
2606                      ]
2607                  ]
2608              ],
2609              "id": "railway-transit",
2610              "layout": {
2611                  "visibility": "visible"
2612              },
2613              "paint": {
2614                  "line-color": "hsla(0, 0%, 73%, 0.77)",
2615                  "line-width": {
2616                      "base": 1.4,
2617                      "stops": [
2618                          [
2619                              14,
2620                              0.4
2621                          ],
2622                          [
2623                              20,
2624                              1
2625                          ]
2626                      ]
2627                  }
2628              },
2629              "source": "openmaptiles",
2630              "source-layer": "transportation",
2631              "type": "line",
2632              "metadata": {
2633                  "microg:gms-type-feature": "transit.line",
2634                  "microg:gms-type-element": "geometry.fill"
2635              }
2636          },
2637          {
2638              "filter": [
2639                  "all",
2640                  [
2641                      "==",
2642                      "$type",
2643                      "LineString"
2644                  ],
2645                  [
2646                      "all",
2647                      [
2648                          "==",
2649                          "class",
2650                          "transit"
2651                      ],
2652                      [
2653                          "!in",
2654                          "brunnel",
2655                          "tunnel"
2656                      ]
2657                  ]
2658              ],
2659              "id": "railway-transit-hatching",
2660              "layout": {
2661                  "visibility": "visible"
2662              },
2663              "paint": {
2664                  "line-color": "hsla(0, 0%, 73%, 0.68)",
2665                  "line-dasharray": [
2666                      0.2,
2667                      8
2668                  ],
2669                  "line-width": {
2670                      "base": 1.4,
2671                      "stops": [
2672                          [
2673                              14.5,
2674                              0
2675                          ],
2676                          [
2677                              15,
2678                              2
2679                          ],
2680                          [
2681                              20,
2682                              6
2683                          ]
2684                      ]
2685                  }
2686              },
2687              "source": "openmaptiles",
2688              "source-layer": "transportation",
2689              "type": "line",
2690              "metadata": {
2691                  "microg:gms-type-feature": "transit.line",
2692                  "microg:gms-type-element": "geometry.fill"
2693              }
2694          },
2695          {
2696              "filter": [
2697                  "all",
2698                  [
2699                      "==",
2700                      "$type",
2701                      "LineString"
2702                  ],
2703                  [
2704                      "all",
2705                      [
2706                          "==",
2707                          "class",
2708                          "rail"
2709                      ],
2710                      [
2711                          "has",
2712                          "service"
2713                      ]
2714                  ]
2715              ],
2716              "id": "railway-service",
2717              "paint": {
2718                  "line-color": "hsla(0, 0%, 73%, 0.77)",
2719                  "line-width": {
2720                      "base": 1.4,
2721                      "stops": [
2722                          [
2723                              14,
2724                              0.4
2725                          ],
2726                          [
2727                              20,
2728                              1
2729                          ]
2730                      ]
2731                  }
2732              },
2733              "source": "openmaptiles",
2734              "source-layer": "transportation",
2735              "type": "line",
2736              "metadata": {
2737                  "microg:gms-type-feature": "transit.line",
2738                  "microg:gms-type-element": "geometry.fill"
2739              }
2740          },
2741          {
2742              "filter": [
2743                  "all",
2744                  [
2745                      "==",
2746                      "$type",
2747                      "LineString"
2748                  ],
2749                  [
2750                      "all",
2751                      [
2752                          "==",
2753                          "class",
2754                          "rail"
2755                      ],
2756                      [
2757                          "has",
2758                          "service"
2759                      ]
2760                  ]
2761              ],
2762              "id": "railway-service-hatching",
2763              "layout": {
2764                  "visibility": "visible"
2765              },
2766              "paint": {
2767                  "line-color": "hsla(0, 0%, 73%, 0.68)",
2768                  "line-dasharray": [
2769                      0.2,
2770                      8
2771                  ],
2772                  "line-width": {
2773                      "base": 1.4,
2774                      "stops": [
2775                          [
2776                              14.5,
2777                              0
2778                          ],
2779                          [
2780                              15,
2781                              2
2782                          ],
2783                          [
2784                              20,
2785                              6
2786                          ]
2787                      ]
2788                  }
2789              },
2790              "source": "openmaptiles",
2791              "source-layer": "transportation",
2792              "type": "line",
2793              "metadata": {
2794                  "microg:gms-type-feature": "transit.line",
2795                  "microg:gms-type-element": "geometry.fill"
2796              }
2797          },
2798          {
2799              "filter": [
2800                  "all",
2801                  [
2802                      "==",
2803                      "$type",
2804                      "LineString"
2805                  ],
2806                  [
2807                      "all",
2808                      [
2809                          "!has",
2810                          "service"
2811                      ],
2812                      [
2813                          "!in",
2814                          "brunnel",
2815                          "bridge",
2816                          "tunnel"
2817                      ],
2818                      [
2819                          "==",
2820                          "class",
2821                          "rail"
2822                      ]
2823                  ]
2824              ],
2825              "id": "railway",
2826              "paint": {
2827                  "line-color": "#bbb",
2828                  "line-width": {
2829                      "base": 1.4,
2830                      "stops": [
2831                          [
2832                              14,
2833                              0.4
2834                          ],
2835                          [
2836                              15,
2837                              0.75
2838                          ],
2839                          [
2840                              20,
2841                              2
2842                          ]
2843                      ]
2844                  }
2845              },
2846              "source": "openmaptiles",
2847              "source-layer": "transportation",
2848              "type": "line",
2849              "metadata": {
2850                  "microg:gms-type-feature": "transit.line",
2851                  "microg:gms-type-element": "geometry.fill"
2852              }
2853          },
2854          {
2855              "filter": [
2856                  "all",
2857                  [
2858                      "==",
2859                      "$type",
2860                      "LineString"
2861                  ],
2862                  [
2863                      "all",
2864                      [
2865                          "!has",
2866                          "service"
2867                      ],
2868                      [
2869                          "!in",
2870                          "brunnel",
2871                          "bridge",
2872                          "tunnel"
2873                      ],
2874                      [
2875                          "==",
2876                          "class",
2877                          "rail"
2878                      ]
2879                  ]
2880              ],
2881              "id": "railway-hatching",
2882              "paint": {
2883                  "line-color": "#bbb",
2884                  "line-dasharray": [
2885                      0.2,
2886                      8
2887                  ],
2888                  "line-width": {
2889                      "base": 1.4,
2890                      "stops": [
2891                          [
2892                              14.5,
2893                              0
2894                          ],
2895                          [
2896                              15,
2897                              3
2898                          ],
2899                          [
2900                              20,
2901                              8
2902                          ]
2903                      ]
2904                  }
2905              },
2906              "source": "openmaptiles",
2907              "source-layer": "transportation",
2908              "type": "line",
2909              "metadata": {
2910                  "microg:gms-type-feature": "transit.line",
2911                  "microg:gms-type-element": "geometry.fill"
2912              }
2913          },
2914          {
2915              "filter": [
2916                  "all",
2917                  [
2918                      "==",
2919                      "brunnel",
2920                      "bridge"
2921                  ],
2922                  [
2923                      "==",
2924                      "class",
2925                      "motorway_link"
2926                  ]
2927              ],
2928              "id": "bridge-motorway-link-casing",
2929              "layout": {
2930                  "line-join": "round"
2931              },
2932              "paint": {
2933                  "line-color": "#e9ac77",
2934                  "line-opacity": 1,
2935                  "line-width": {
2936                      "base": 1.2,
2937                      "stops": [
2938                          [
2939                              12,
2940                              1
2941                          ],
2942                          [
2943                              13,
2944                              3
2945                          ],
2946                          [
2947                              14,
2948                              4
2949                          ],
2950                          [
2951                              20,
2952                              15
2953                          ]
2954                      ]
2955                  }
2956              },
2957              "source": "openmaptiles",
2958              "source-layer": "transportation",
2959              "type": "line",
2960              "metadata": {
2961                  "microg:gms-type-feature": "road.arterial",
2962                  "microg:gms-type-element": "geometry.stroke"
2963              }
2964          },
2965          {
2966              "filter": [
2967                  "all",
2968                  [
2969                      "==",
2970                      "brunnel",
2971                      "bridge"
2972                  ],
2973                  [
2974                      "in",
2975                      "class",
2976                      "primary_link",
2977                      "secondary_link",
2978                      "tertiary_link",
2979                      "trunk_link"
2980                  ]
2981              ],
2982              "id": "bridge-link-casing",
2983              "layout": {
2984                  "line-join": "round"
2985              },
2986              "paint": {
2987                  "line-color": "#e9ac77",
2988                  "line-opacity": 1,
2989                  "line-width": {
2990                      "base": 1.2,
2991                      "stops": [
2992                          [
2993                              12,
2994                              1
2995                          ],
2996                          [
2997                              13,
2998                              3
2999                          ],
3000                          [
3001                              14,
3002                              4
3003                          ],
3004                          [
3005                              20,
3006                              15
3007                          ]
3008                      ]
3009                  }
3010              },
3011              "source": "openmaptiles",
3012              "source-layer": "transportation",
3013              "type": "line",
3014              "metadata": {
3015                  "microg:gms-type-feature": "road.local",
3016                  "microg:gms-type-element": "geometry.stroke"
3017              }
3018          },
3019          {
3020              "filter": [
3021                  "all",
3022                  [
3023                      "==",
3024                      "brunnel",
3025                      "bridge"
3026                  ],
3027                  [
3028                      "in",
3029                      "class",
3030                      "secondary",
3031                      "tertiary"
3032                  ]
3033              ],
3034              "id": "bridge-secondary-tertiary-casing",
3035              "layout": {
3036                  "line-join": "round"
3037              },
3038              "paint": {
3039                  "line-color": "#e9ac77",
3040                  "line-opacity": 1,
3041                  "line-width": {
3042                      "base": 1.2,
3043                      "stops": [
3044                          [
3045                              8,
3046                              1.5
3047                          ],
3048                          [
3049                              20,
3050                              28
3051                          ]
3052                      ]
3053                  }
3054              },
3055              "source": "openmaptiles",
3056              "source-layer": "transportation",
3057              "type": "line",
3058              "metadata": {
3059                  "microg:gms-type-feature": "road.local",
3060                  "microg:gms-type-element": "geometry.stroke"
3061              }
3062          },
3063          {
3064              "filter": [
3065                  "all",
3066                  [
3067                      "==",
3068                      "brunnel",
3069                      "bridge"
3070                  ],
3071                  [
3072                      "in",
3073                      "class",
3074                      "primary",
3075                      "trunk"
3076                  ]
3077              ],
3078              "id": "bridge-trunk-primary-casing",
3079              "layout": {
3080                  "line-join": "round"
3081              },
3082              "paint": {
3083                  "line-color": "hsl(28, 76%, 67%)",
3084                  "line-width": {
3085                      "base": 1.2,
3086                      "stops": [
3087                          [
3088                              5,
3089                              0.4
3090                          ],
3091                          [
3092                              6,
3093                              0.6
3094                          ],
3095                          [
3096                              7,
3097                              1.5
3098                          ],
3099                          [
3100                              20,
3101                              26
3102                          ]
3103                      ]
3104                  }
3105              },
3106              "source": "openmaptiles",
3107              "source-layer": "transportation",
3108              "type": "line",
3109              "metadata": {
3110                  "microg:gms-type-feature": "road.highway",
3111                  "microg:gms-type-element": "geometry.stroke"
3112              }
3113          },
3114          {
3115              "filter": [
3116                  "all",
3117                  [
3118                      "==",
3119                      "brunnel",
3120                      "bridge"
3121                  ],
3122                  [
3123                      "==",
3124                      "class",
3125                      "motorway"
3126                  ]
3127              ],
3128              "id": "bridge-motorway-casing",
3129              "layout": {
3130                  "line-join": "round"
3131              },
3132              "paint": {
3133                  "line-color": "#e9ac77",
3134                  "line-width": {
3135                      "base": 1.2,
3136                      "stops": [
3137                          [
3138                              5,
3139                              0.4
3140                          ],
3141                          [
3142                              6,
3143                              0.6
3144                          ],
3145                          [
3146                              7,
3147                              1.5
3148                          ],
3149                          [
3150                              20,
3151                              22
3152                          ]
3153                      ]
3154                  }
3155              },
3156              "source": "openmaptiles",
3157              "source-layer": "transportation",
3158              "type": "line",
3159              "metadata": {
3160                  "microg:gms-type-feature": "road.arterial",
3161                  "microg:gms-type-element": "geometry.stroke"
3162              }
3163          },
3164          {
3165              "filter": [
3166                  "all",
3167                  [
3168                      "==",
3169                      "$type",
3170                      "LineString"
3171                  ],
3172                  [
3173                      "all",
3174                      [
3175                          "==",
3176                          "brunnel",
3177                          "bridge"
3178                      ],
3179                      [
3180                          "in",
3181                          "class",
3182                          "path",
3183                          "footway"
3184                      ]
3185                  ]
3186              ],
3187              "id": "bridge-path-casing",
3188              "paint": {
3189                  "line-color": "#f8f4f0",
3190                  "line-width": {
3191                      "base": 1.2,
3192                      "stops": [
3193                          [
3194                              15,
3195                              1.2
3196                          ],
3197                          [
3198                              20,
3199                              18
3200                          ]
3201                      ]
3202                  }
3203              },
3204              "source": "openmaptiles",
3205              "source-layer": "transportation",
3206              "type": "line",
3207              "metadata": {
3208                  "microg:gms-type-feature": "road.local",
3209                  "microg:gms-type-element": "geometry.stroke"
3210              }
3211          },
3212          {
3213              "filter": [
3214                  "all",
3215                  [
3216                      "==",
3217                      "$type",
3218                      "LineString"
3219                  ],
3220                  [
3221                      "all",
3222                      [
3223                          "==",
3224                          "brunnel",
3225                          "bridge"
3226                      ],
3227                      [
3228                          "in",
3229                          "class",
3230                          "path",
3231                          "footway"
3232                      ]
3233                  ]
3234              ],
3235              "id": "bridge-path",
3236              "paint": {
3237                  "line-color": "#cba",
3238                  "line-dasharray": [
3239                      1.5,
3240                      0.75
3241                  ],
3242                  "line-width": {
3243                      "base": 1.2,
3244                      "stops": [
3245                          [
3246                              15,
3247                              1.2
3248                          ],
3249                          [
3250                              20,
3251                              4
3252                          ]
3253                      ]
3254                  }
3255              },
3256              "source": "openmaptiles",
3257              "source-layer": "transportation",
3258              "type": "line",
3259              "metadata": {
3260                  "microg:gms-type-feature": "road.local",
3261                  "microg:gms-type-element": "geometry.fill"
3262              }
3263          },
3264          {
3265              "filter": [
3266                  "all",
3267                  [
3268                      "==",
3269                      "brunnel",
3270                      "bridge"
3271                  ],
3272                  [
3273                      "==",
3274                      "class",
3275                      "motorway_link"
3276                  ]
3277              ],
3278              "id": "bridge-motorway-link",
3279              "layout": {
3280                  "line-join": "round"
3281              },
3282              "paint": {
3283                  "line-color": "#e5b87e",
3284                  "line-width": {
3285                      "base": 1.2,
3286                      "stops": [
3287                          [
3288                              12.5,
3289                              0
3290                          ],
3291                          [
3292                              13,
3293                              1.5
3294                          ],
3295                          [
3296                              14,
3297                              2.5
3298                          ],
3299                          [
3300                              20,
3301                              11.5
3302                          ]
3303                      ]
3304                  }
3305              },
3306              "source": "openmaptiles",
3307              "source-layer": "transportation",
3308              "type": "line",
3309              "metadata": {
3310                  "microg:gms-type-feature": "road.arterial",
3311                  "microg:gms-type-element": "geometry.fill"
3312              }
3313          },
3314          {
3315              "filter": [
3316                  "all",
3317                  [
3318                      "==",
3319                      "brunnel",
3320                      "bridge"
3321                  ],
3322                  [
3323                      "in",
3324                      "class",
3325                      "primary_link",
3326                      "secondary_link",
3327                      "tertiary_link",
3328                      "trunk_link"
3329                  ]
3330              ],
3331              "id": "bridge-link",
3332              "layout": {
3333                  "line-join": "round"
3334              },
3335              "paint": {
3336                  "line-color": "#e5d7a0",
3337                  "line-width": {
3338                      "base": 1.2,
3339                      "stops": [
3340                          [
3341                              12.5,
3342                              0
3343                          ],
3344                          [
3345                              13,
3346                              1.5
3347                          ],
3348                          [
3349                              14,
3350                              2.5
3351                          ],
3352                          [
3353                              20,
3354                              11.5
3355                          ]
3356                      ]
3357                  }
3358              },
3359              "source": "openmaptiles",
3360              "source-layer": "transportation",
3361              "type": "line",
3362              "metadata": {
3363                  "microg:gms-type-feature": "road.local",
3364                  "microg:gms-type-element": "geometry.fill"
3365              }
3366          },
3367          {
3368              "filter": [
3369                  "all",
3370                  [
3371                      "==",
3372                      "brunnel",
3373                      "bridge"
3374                  ],
3375                  [
3376                      "in",
3377                      "class",
3378                      "secondary",
3379                      "tertiary"
3380                  ]
3381              ],
3382              "id": "bridge-secondary-tertiary",
3383              "layout": {
3384                  "line-join": "round"
3385              },
3386              "paint": {
3387                  "line-color": "#e5d7a0",
3388                  "line-width": {
3389                      "base": 1.2,
3390                      "stops": [
3391                          [
3392                              6.5,
3393                              0
3394                          ],
3395                          [
3396                              7,
3397                              0.5
3398                          ],
3399                          [
3400                              20,
3401                              20
3402                          ]
3403                      ]
3404                  }
3405              },
3406              "source": "openmaptiles",
3407              "source-layer": "transportation",
3408              "type": "line",
3409              "metadata": {
3410                  "microg:gms-type-feature": "road.local",
3411                  "microg:gms-type-element": "geometry.fill"
3412              }
3413          },
3414          {
3415              "filter": [
3416                  "all",
3417                  [
3418                      "==",
3419                      "brunnel",
3420                      "bridge"
3421                  ],
3422                  [
3423                      "in",
3424                      "class",
3425                      "primary",
3426                      "trunk"
3427                  ]
3428              ],
3429              "id": "bridge-trunk-primary",
3430              "layout": {
3431                  "line-join": "round"
3432              },
3433              "paint": {
3434                  "line-color": "#e5d7a0",
3435                  "line-width": {
3436                      "base": 1.2,
3437                      "stops": [
3438                          [
3439                              6.5,
3440                              0
3441                          ],
3442                          [
3443                              7,
3444                              0.5
3445                          ],
3446                          [
3447                              20,
3448                              18
3449                          ]
3450                      ]
3451                  }
3452              },
3453              "source": "openmaptiles",
3454              "source-layer": "transportation",
3455              "type": "line",
3456              "metadata": {
3457                  "microg:gms-type-feature": "road.highway",
3458                  "microg:gms-type-element": "geometry.fill"
3459              }
3460          },
3461          {
3462              "filter": [
3463                  "all",
3464                  [
3465                      "==",
3466                      "brunnel",
3467                      "bridge"
3468                  ],
3469                  [
3470                      "==",
3471                      "class",
3472                      "motorway"
3473                  ]
3474              ],
3475              "id": "bridge-motorway",
3476              "layout": {
3477                  "line-join": "round"
3478              },
3479              "paint": {
3480                  "line-color": "#e5b87e",
3481                  "line-width": {
3482                      "base": 1.2,
3483                      "stops": [
3484                          [
3485                              6.5,
3486                              0
3487                          ],
3488                          [
3489                              7,
3490                              0.5
3491                          ],
3492                          [
3493                              20,
3494                              18
3495                          ]
3496                      ]
3497                  }
3498              },
3499              "source": "openmaptiles",
3500              "source-layer": "transportation",
3501              "type": "line",
3502              "metadata": {
3503                  "microg:gms-type-feature": "road.arterial",
3504                  "microg:gms-type-element": "geometry.fill"
3505              }
3506          },
3507          {
3508              "filter": [
3509                  "all",
3510                  [
3511                      "==",
3512                      "brunnel",
3513                      "bridge"
3514                  ],
3515                  [
3516                      "==",
3517                      "class",
3518                      "rail"
3519                  ]
3520              ],
3521              "id": "bridge-railway",
3522              "paint": {
3523                  "line-color": "#bbb",
3524                  "line-width": {
3525                      "base": 1.4,
3526                      "stops": [
3527                          [
3528                              14,
3529                              0.4
3530                          ],
3531                          [
3532                              15,
3533                              0.75
3534                          ],
3535                          [
3536                              20,
3537                              2
3538                          ]
3539                      ]
3540                  }
3541              },
3542              "source": "openmaptiles",
3543              "source-layer": "transportation",
3544              "type": "line",
3545              "metadata": {
3546                  "microg:gms-type-feature": "landscape.man_made",
3547                  "microg:gms-type-element": "geometry.fill"
3548              }
3549          },
3550          {
3551              "filter": [
3552                  "all",
3553                  [
3554                      "==",
3555                      "brunnel",
3556                      "bridge"
3557                  ],
3558                  [
3559                      "==",
3560                      "class",
3561                      "rail"
3562                  ]
3563              ],
3564              "id": "bridge-railway-hatching",
3565              "paint": {
3566                  "line-color": "#bbb",
3567                  "line-dasharray": [
3568                      0.2,
3569                      8
3570                  ],
3571                  "line-width": {
3572                      "base": 1.4,
3573                      "stops": [
3574                          [
3575                              14.5,
3576                              0
3577                          ],
3578                          [
3579                              15,
3580                              3
3581                          ],
3582                          [
3583                              20,
3584                              8
3585                          ]
3586                      ]
3587                  }
3588              },
3589              "source": "openmaptiles",
3590              "source-layer": "transportation",
3591              "type": "line",
3592              "metadata": {
3593                  "microg:gms-type-feature": "landscape.man_made",
3594                  "microg:gms-type-element": "geometry.fill"
3595              }
3596          },
3597          {
3598              "filter": [
3599                  "==",
3600                  "class",
3601                  "cable_car"
3602              ],
3603              "id": "cablecar",
3604              "layout": {
3605                  "line-cap": "round",
3606                  "visibility": "visible"
3607              },
3608              "minzoom": 11,
3609              "paint": {
3610                  "line-color": "hsl(0, 0%, 70%)",
3611                  "line-width": {
3612                      "base": 1,
3613                      "stops": [
3614                          [
3615                              11,
3616                              1
3617                          ],
3618                          [
3619                              19,
3620                              2.5
3621                          ]
3622                      ]
3623                  }
3624              },
3625              "source": "openmaptiles",
3626              "source-layer": "transportation",
3627              "type": "line",
3628              "metadata": {
3629                  "microg:gms-type-feature": "transit.line",
3630                  "microg:gms-type-element": "geometry.fill"
3631              }
3632          },
3633          {
3634              "filter": [
3635                  "==",
3636                  "class",
3637                  "cable_car"
3638              ],
3639              "id": "cablecar-dash",
3640              "layout": {
3641                  "line-cap": "round",
3642                  "visibility": "visible"
3643              },
3644              "minzoom": 11,
3645              "paint": {
3646                  "line-color": "hsl(0, 0%, 70%)",
3647                  "line-dasharray": [
3648                      2,
3649                      3
3650                  ],
3651                  "line-width": {
3652                      "base": 1,
3653                      "stops": [
3654                          [
3655                              11,
3656                              3
3657                          ],
3658                          [
3659                              19,
3660                              5.5
3661                          ]
3662                      ]
3663                  }
3664              },
3665              "source": "openmaptiles",
3666              "source-layer": "transportation",
3667              "type": "line",
3668              "metadata": {
3669                  "microg:gms-type-feature": "transit.line",
3670                  "microg:gms-type-element": "geometry.fill"
3671              }
3672          },
3673          {
3674              "filter": [
3675                  "all",
3676                  [
3677                      "==",
3678                      "$type",
3679                      "LineString"
3680                  ],
3681                  [
3682                      "has",
3683                      "name"
3684                  ],
3685                  [
3686                      "!=",
3687                      "name",
3688                      ""
3689                  ]
3690              ],
3691              "id": "waterway-name",
3692              "layout": {
3693                  "symbol-placement": "line",
3694                  "symbol-spacing": 350,
3695                  "text-field": [
3696                      "concat",
3697                      [
3698                          "get",
3699                          "name:latin"
3700                      ],
3701                      [
3702                          "case",
3703                          [
3704                              "all",
3705                              [
3706                                  "has",
3707                                  "name:nonlatin"
3708                              ],
3709                              [
3710                                  "is-supported-script",
3711                                  [
3712                                      "get",
3713                                      "name:nonlatin"
3714                                  ]
3715                              ]
3716                          ],
3717                          [
3718                              "concat",
3719                              " ",
3720                              [
3721                                  "get",
3722                                  "name:nonlatin"
3723                              ]
3724                          ],
3725                          ""
3726                      ]
3727                  ],
3728                  "text-font": [
3729                      "Stadia Italic"
3730                  ],
3731                  "text-letter-spacing": 0.2,
3732                  "text-max-width": 5,
3733                  "text-pitch-alignment": "viewport",
3734                  "text-rotation-alignment": "map",
3735                  "text-size": 14
3736              },
3737              "minzoom": 13,
3738              "paint": {
3739                  "text-color": "#115AA7"
3740              },
3741              "source": "openmaptiles",
3742              "source-layer": "waterway",
3743              "type": "symbol",
3744              "metadata": {
3745                  "microg:gms-type-feature": "water",
3746                  "microg:gms-type-element": "labels.text"
3747              }
3748          },
3749          {
3750              "filter": [
3751                  "all",
3752                  [
3753                      "==",
3754                      "$type",
3755                      "Point"
3756                  ],
3757                  [
3758                      "!in",
3759                      "class",
3760                      "ocean"
3761                  ]
3762              ],
3763              "id": "water-name-other",
3764              "layout": {
3765                  "symbol-placement": "point",
3766                  "symbol-spacing": 150,
3767                  "text-field": [
3768                      "concat",
3769                      [
3770                          "get",
3771                          "name:latin"
3772                      ],
3773                      [
3774                          "case",
3775                          [
3776                              "all",
3777                              [
3778                                  "has",
3779                                  "name:nonlatin"
3780                              ],
3781                              [
3782                                  "is-supported-script",
3783                                  [
3784                                      "get",
3785                                      "name:nonlatin"
3786                                  ]
3787                              ]
3788                          ],
3789                          [
3790                              "concat",
3791                              "\n",
3792                              [
3793                                  "get",
3794                                  "name:nonlatin"
3795                              ]
3796                          ],
3797                          ""
3798                      ]
3799                  ],
3800                  "text-font": [
3801                      "Stadia Italic"
3802                  ],
3803                  "text-letter-spacing": 0.2,
3804                  "text-line-height": 1.55,
3805                  "text-max-width": 5,
3806                  "text-size": {
3807                      "stops": [
3808                          [
3809                              0,
3810                              10
3811                          ],
3812                          [
3813                              6,
3814                              14
3815                          ]
3816                      ]
3817                  },
3818                  "visibility": "visible"
3819              },
3820              "minzoom": 1,
3821              "paint": {
3822                  "text-color": "#115AA7"
3823              },
3824              "source": "openmaptiles",
3825              "source-layer": "water_name",
3826              "type": "symbol",
3827              "metadata": {
3828                  "microg:gms-type-feature": "water",
3829                  "microg:gms-type-element": "labels.text"
3830              }
3831          },
3832          {
3833              "filter": [
3834                  "all",
3835                  [
3836                      "==",
3837                      "$type",
3838                      "Point"
3839                  ],
3840                  [
3841                      "==",
3842                      "class",
3843                      "ocean"
3844                  ]
3845              ],
3846              "id": "water-name-ocean",
3847              "layout": {
3848                  "symbol-avoid-edges": true,
3849                  "symbol-placement": "point",
3850                  "symbol-spacing": 350,
3851                  "text-field": "{name:latin}",
3852                  "text-font": [
3853                      "Stadia Italic"
3854                  ],
3855                  "text-letter-spacing": 0.2,
3856                  "text-max-width": 5,
3857                  "text-size": 14
3858              },
3859              "paint": {
3860                  "text-color": "#115AA7"
3861              },
3862              "source": "openmaptiles",
3863              "source-layer": "water_name",
3864              "type": "symbol",
3865              "metadata": {
3866                  "microg:gms-type-feature": "water",
3867                  "microg:gms-type-element": "labels.text"
3868              }
3869          },
3870          {
3871              "filter": [
3872                  "all",
3873                  [
3874                      "==",
3875                      "$type",
3876                      "Point"
3877                  ],
3878                  [
3879                      ">=",
3880                      "rank",
3881                      25
3882                  ]
3883              ],
3884              "id": "poi-level-3",
3885              "layout": {
3886                  "icon-image": "{class}_11",
3887                  "symbol-avoid-edges": true,
3888                  "text-anchor": "top",
3889                  "text-field": [
3890                      "concat",
3891                      [
3892                          "get",
3893                          "name:latin"
3894                      ],
3895                      [
3896                          "case",
3897                          [
3898                              "all",
3899                              [
3900                                  "has",
3901                                  "name:nonlatin"
3902                              ],
3903                              [
3904                                  "is-supported-script",
3905                                  [
3906                                      "get",
3907                                      "name:nonlatin"
3908                                  ]
3909                              ]
3910                          ],
3911                          [
3912                              "concat",
3913                              "\n",
3914                              [
3915                                  "get",
3916                                  "name:nonlatin"
3917                              ]
3918                          ],
3919                          ""
3920                      ]
3921                  ],
3922                  "text-font": [
3923                      "Stadia Semibold"
3924                  ],
3925                  "text-line-height": 1.55,
3926                  "text-max-width": 9,
3927                  "text-offset": [
3928                      0,
3929                      0.6
3930                  ],
3931                  "text-padding": 2,
3932                  "text-size": 12
3933              },
3934              "minzoom": 16,
3935              "paint": {
3936                  "text-color": "#666",
3937                  "text-halo-blur": 0.5,
3938                  "text-halo-color": "#ffffff",
3939                  "text-halo-width": 1
3940              },
3941              "source": "openmaptiles",
3942              "source-layer": "poi",
3943              "type": "symbol",
3944              "metadata": {
3945                  "microg:gms-type-feature": "poi",
3946                  "microg:gms-type-element": "labels.text"
3947              }
3948          },
3949          {
3950              "filter": [
3951                  "all",
3952                  [
3953                      "==",
3954                      "$type",
3955                      "Point"
3956                  ],
3957                  [
3958                      "<=",
3959                      "rank",
3960                      24
3961                  ],
3962                  [
3963                      ">=",
3964                      "rank",
3965                      15
3966                  ]
3967              ],
3968              "id": "poi-level-2",
3969              "layout": {
3970                  "icon-image": "{class}_11",
3971                  "symbol-avoid-edges": true,
3972                  "text-anchor": "top",
3973                  "text-field": [
3974                      "concat",
3975                      [
3976                          "get",
3977                          "name:latin"
3978                      ],
3979                      [
3980                          "case",
3981                          [
3982                              "all",
3983                              [
3984                                  "has",
3985                                  "name:nonlatin"
3986                              ],
3987                              [
3988                                  "is-supported-script",
3989                                  [
3990                                      "get",
3991                                      "name:nonlatin"
3992                                  ]
3993                              ]
3994                          ],
3995                          [
3996                              "concat",
3997                              "\n",
3998                              [
3999                                  "get",
4000                                  "name:nonlatin"
4001                              ]
4002                          ],
4003                          ""
4004                      ]
4005                  ],
4006                  "text-font": [
4007                      "Stadia Semibold"
4008                  ],
4009                  "text-line-height": 1.55,
4010                  "text-max-width": 9,
4011                  "text-offset": [
4012                      0,
4013                      0.6
4014                  ],
4015                  "text-padding": 2,
4016                  "text-size": 12
4017              },
4018              "minzoom": 15,
4019              "paint": {
4020                  "text-color": "#666",
4021                  "text-halo-blur": 0.5,
4022                  "text-halo-color": "#ffffff",
4023                  "text-halo-width": 1
4024              },
4025              "source": "openmaptiles",
4026              "source-layer": "poi",
4027              "type": "symbol",
4028              "metadata": {
4029                  "microg:gms-type-feature": "poi",
4030                  "microg:gms-type-element": "labels.text"
4031              }
4032          },
4033          {
4034              "filter": [
4035                  "all",
4036                  [
4037                      "==",
4038                      "$type",
4039                      "Point"
4040                  ],
4041                  [
4042                      "<=",
4043                      "rank",
4044                      14
4045                  ],
4046                  [
4047                      "has",
4048                      "name"
4049                  ],
4050                  [
4051                      "!=",
4052                      "name",
4053                      ""
4054                  ]
4055              ],
4056              "id": "poi-level-1",
4057              "layout": {
4058                  "icon-image": "{class}_11",
4059                  "symbol-avoid-edges": true,
4060                  "text-anchor": "top",
4061                  "text-field": [
4062                      "concat",
4063                      [
4064                          "get",
4065                          "name:latin"
4066                      ],
4067                      [
4068                          "case",
4069                          [
4070                              "all",
4071                              [
4072                                  "has",
4073                                  "name:nonlatin"
4074                              ],
4075                              [
4076                                  "is-supported-script",
4077                                  [
4078                                      "get",
4079                                      "name:nonlatin"
4080                                  ]
4081                              ]
4082                          ],
4083                          [
4084                              "concat",
4085                              "\n",
4086                              [
4087                                  "get",
4088                                  "name:nonlatin"
4089                              ]
4090                          ],
4091                          ""
4092                      ]
4093                  ],
4094                  "text-font": [
4095                      "Stadia Semibold"
4096                  ],
4097                  "text-line-height": 1.55,
4098                  "text-max-width": 9,
4099                  "text-offset": [
4100                      0,
4101                      0.6
4102                  ],
4103                  "text-padding": 2,
4104                  "text-size": 12
4105              },
4106              "minzoom": 14,
4107              "paint": {
4108                  "text-color": "#666",
4109                  "text-halo-blur": 0.5,
4110                  "text-halo-color": "#ffffff",
4111                  "text-halo-width": 1
4112              },
4113              "source": "openmaptiles",
4114              "source-layer": "poi",
4115              "type": "symbol",
4116              "metadata": {
4117                  "microg:gms-type-feature": "poi",
4118                  "microg:gms-type-element": "labels.text"
4119              }
4120          },
4121          {
4122              "filter": [
4123                  "all",
4124                  [
4125                      "==",
4126                      "$type",
4127                      "Point"
4128                  ],
4129                  [
4130                      "has",
4131                      "name"
4132                  ],
4133                  [
4134                      "!=",
4135                      "name",
4136                      ""
4137                  ],
4138                  [
4139                      "==",
4140                      "class",
4141                      "railway"
4142                  ],
4143                  [
4144                      "==",
4145                      "subclass",
4146                      "station"
4147                  ]
4148              ],
4149              "id": "poi-railway",
4150              "layout": {
4151                  "icon-allow-overlap": false,
4152                  "icon-ignore-placement": false,
4153                  "icon-image": "{class}_11",
4154                  "icon-optional": false,
4155                  "symbol-avoid-edges": true,
4156                  "text-allow-overlap": false,
4157                  "text-anchor": "top",
4158                  "text-field": [
4159                      "concat",
4160                      [
4161                          "get",
4162                          "name:latin"
4163                      ],
4164                      [
4165                          "case",
4166                          [
4167                              "all",
4168                              [
4169                                  "has",
4170                                  "name:nonlatin"
4171                              ],
4172                              [
4173                                  "is-supported-script",
4174                                  [
4175                                      "get",
4176                                      "name:nonlatin"
4177                                  ]
4178                              ]
4179                          ],
4180                          [
4181                              "concat",
4182                              "\n",
4183                              [
4184                                  "get",
4185                                  "name:nonlatin"
4186                              ]
4187                          ],
4188                          ""
4189                      ]
4190                  ],
4191                  "text-font": [
4192                      "Stadia Regular"
4193                  ],
4194                  "text-ignore-placement": false,
4195                  "text-line-height": 1.55,
4196                  "text-max-width": 9,
4197                  "text-offset": [
4198                      0,
4199                      0.6
4200                  ],
4201                  "text-optional": true,
4202                  "text-padding": 2,
4203                  "text-size": 12
4204              },
4205              "minzoom": 13,
4206              "paint": {
4207                  "text-color": "#666",
4208                  "text-halo-blur": 0.5,
4209                  "text-halo-color": "#ffffff",
4210                  "text-halo-width": 1
4211              },
4212              "source": "openmaptiles",
4213              "source-layer": "poi",
4214              "type": "symbol",
4215              "metadata": {
4216                  "microg:gms-type-feature": "transit.station",
4217                  "microg:gms-type-element": "labels.text"
4218              }
4219          },
4220          {
4221              "filter": [
4222                  "in",
4223                  "class",
4224                  "path",
4225                  "footway"
4226              ],
4227              "id": "highway-name-path",
4228              "layout": {
4229                  "symbol-placement": "line",
4230                  "text-field": [
4231                      "concat",
4232                      [
4233                          "get",
4234                          "name:latin"
4235                      ],
4236                      [
4237                          "case",
4238                          [
4239                              "all",
4240                              [
4241                                  "has",
4242                                  "name:nonlatin"
4243                              ],
4244                              [
4245                                  "is-supported-script",
4246                                  [
4247                                      "get",
4248                                      "name:nonlatin"
4249                                  ]
4250                              ]
4251                          ],
4252                          [
4253                              "concat",
4254                              " ",
4255                              [
4256                                  "get",
4257                                  "name:nonlatin"
4258                              ]
4259                          ],
4260                          ""
4261                      ]
4262                  ],
4263                  "text-font": [
4264                      "Stadia Regular"
4265                  ],
4266                  "text-pitch-alignment": "viewport",
4267                  "text-rotation-alignment": "map",
4268                  "text-size": {
4269                      "base": 1,
4270                      "stops": [
4271                          [
4272                              13,
4273                              12
4274                          ],
4275                          [
4276                              14,
4277                              13
4278                          ]
4279                      ]
4280                  }
4281              },
4282              "minzoom": 15.5,
4283              "paint": {
4284                  "text-color": "hsl(30, 23%, 62%)",
4285                  "text-halo-color": "#f8f4f0",
4286                  "text-halo-width": 0.5
4287              },
4288              "source": "openmaptiles",
4289              "source-layer": "transportation_name",
4290              "type": "symbol",
4291              "metadata": {
4292                  "microg:gms-type-feature": "road.local",
4293                  "microg:gms-type-element": "labels.text"
4294              }
4295          },
4296          {
4297              "id": "ski-slopes-label",
4298              "layout": {
4299                  "icon-pitch-alignment": "auto",
4300                  "symbol-placement": "line-center",
4301                  "text-anchor": "bottom",
4302                  "text-field": "{name}",
4303                  "text-font": [
4304                      "Stadia Regular"
4305                  ],
4306                  "text-keep-upright": true,
4307                  "text-size": 12
4308              },
4309              "minzoom": 13,
4310              "paint": {
4311                  "text-color": "rgba(75, 122, 195, 1)",
4312                  "text-halo-blur": 0.5,
4313                  "text-halo-color": "rgba(255, 255, 255, 1)",
4314                  "text-halo-width": 1
4315              },
4316              "source": "openmaptiles",
4317              "source-layer": "piste",
4318              "type": "symbol",
4319              "metadata": {
4320                  "microg:gms-type-feature": "poi.sports_complex",
4321                  "microg:gms-type-element": "labels.text"
4322              }
4323          },
4324          {
4325              "filter": [
4326                  "all",
4327                  [
4328                      "==",
4329                      "$type",
4330                      "LineString"
4331                  ],
4332                  [
4333                      "in",
4334                      "class",
4335                      "minor",
4336                      "service",
4337                      "track"
4338                  ]
4339              ],
4340              "id": "highway-name-minor",
4341              "layout": {
4342                  "symbol-placement": "line",
4343                  "text-field": [
4344                      "concat",
4345                      [
4346                          "get",
4347                          "name:latin"
4348                      ],
4349                      [
4350                          "case",
4351                          [
4352                              "all",
4353                              [
4354                                  "has",
4355                                  "name:nonlatin"
4356                              ],
4357                              [
4358                                  "is-supported-script",
4359                                  [
4360                                      "get",
4361                                      "name:nonlatin"
4362                                  ]
4363                              ]
4364                          ],
4365                          [
4366                              "concat",
4367                              " ",
4368                              [
4369                                  "get",
4370                                  "name:nonlatin"
4371                              ]
4372                          ],
4373                          ""
4374                      ]
4375                  ],
4376                  "text-font": [
4377                      "Stadia Regular"
4378                  ],
4379                  "text-pitch-alignment": "viewport",
4380                  "text-rotation-alignment": "map",
4381                  "text-size": {
4382                      "base": 1,
4383                      "stops": [
4384                          [
4385                              13,
4386                              12
4387                          ],
4388                          [
4389                              14,
4390                              13
4391                          ]
4392                      ]
4393                  }
4394              },
4395              "minzoom": 15,
4396              "paint": {
4397                  "text-color": "#765",
4398                  "text-halo-blur": 0.5,
4399                  "text-halo-width": 1
4400              },
4401              "source": "openmaptiles",
4402              "source-layer": "transportation_name",
4403              "type": "symbol",
4404              "metadata": {
4405                  "microg:gms-type-feature": "road.local",
4406                  "microg:gms-type-element": "labels.text"
4407              }
4408          },
4409          {
4410              "filter": [
4411                  "in",
4412                  "class",
4413                  "primary",
4414                  "secondary",
4415                  "tertiary",
4416                  "trunk"
4417              ],
4418              "id": "highway-name-major",
4419              "layout": {
4420                  "symbol-placement": "line",
4421                  "text-field": [
4422                      "concat",
4423                      [
4424                          "get",
4425                          "name:latin"
4426                      ],
4427                      [
4428                          "case",
4429                          [
4430                              "all",
4431                              [
4432                                  "has",
4433                                  "name:nonlatin"
4434                              ],
4435                              [
4436                                  "is-supported-script",
4437                                  [
4438                                      "get",
4439                                      "name:nonlatin"
4440                                  ]
4441                              ]
4442                          ],
4443                          [
4444                              "concat",
4445                              " ",
4446                              [
4447                                  "get",
4448                                  "name:nonlatin"
4449                              ]
4450                          ],
4451                          ""
4452                      ]
4453                  ],
4454                  "text-font": [
4455                      "Stadia Regular"
4456                  ],
4457                  "text-pitch-alignment": "viewport",
4458                  "text-rotation-alignment": "map",
4459                  "text-size": {
4460                      "base": 1,
4461                      "stops": [
4462                          [
4463                              13,
4464                              12
4465                          ],
4466                          [
4467                              14,
4468                              13
4469                          ]
4470                      ]
4471                  }
4472              },
4473              "minzoom": 12.2,
4474              "paint": {
4475                  "text-color": "#765",
4476                  "text-halo-blur": 0.5,
4477                  "text-halo-width": 1
4478              },
4479              "source": "openmaptiles",
4480              "source-layer": "transportation_name",
4481              "type": "symbol",
4482              "metadata": {
4483                  "microg:gms-type-feature": "road.highway",
4484                  "microg:gms-type-element": "labels.text"
4485              }
4486          },
4487          {
4488              "filter": [
4489                  "all",
4490                  [
4491                      "<=",
4492                      "ref_length",
4493                      6
4494                  ],
4495                  [
4496                      "==",
4497                      "$type",
4498                      "LineString"
4499                  ],
4500                  [
4501                      "!in",
4502                      "network",
4503                      "us-interstate",
4504                      "us-highway",
4505                      "us-state"
4506                  ]
4507              ],
4508              "id": "highway-shield-other",
4509              "layout": {
4510                  "icon-image": "road_{ref_length}",
4511                  "icon-rotation-alignment": "viewport",
4512                  "icon-size": 1,
4513                  "symbol-avoid-edges": true,
4514                  "symbol-placement": {
4515                      "base": 1,
4516                      "stops": [
4517                          [
4518                              10,
4519                              "point"
4520                          ],
4521                          [
4522                              11,
4523                              "line"
4524                          ]
4525                      ]
4526                  },
4527                  "text-field": "{ref}",
4528                  "text-font": [
4529                      "Stadia Semibold"
4530                  ],
4531                  "text-rotation-alignment": "viewport",
4532                  "text-size": 10
4533              },
4534              "minzoom": 8,
4535              "paint": {},
4536              "source": "openmaptiles",
4537              "source-layer": "transportation_name",
4538              "type": "symbol",
4539              "metadata": {
4540                  "microg:gms-type-feature": "road.highway",
4541                  "microg:gms-type-element": "labels.icon"
4542              }
4543          },
4544          {
4545              "filter": [
4546                  "all",
4547                  [
4548                      "<=",
4549                      "ref_length",
4550                      6
4551                  ],
4552                  [
4553                      "==",
4554                      "$type",
4555                      "LineString"
4556                  ],
4557                  [
4558                      "in",
4559                      "network",
4560                      "us-interstate"
4561                  ]
4562              ],
4563              "id": "highway-shield-us-interstate",
4564              "layout": {
4565                  "icon-image": "{network}_{ref_length}",
4566                  "icon-rotation-alignment": "viewport",
4567                  "icon-size": 1,
4568                  "symbol-avoid-edges": true,
4569                  "symbol-placement": {
4570                      "base": 1,
4571                      "stops": [
4572                          [
4573                              7,
4574                              "point"
4575                          ],
4576                          [
4577                              7,
4578                              "line"
4579                          ],
4580                          [
4581                              8,
4582                              "line"
4583                          ]
4584                      ]
4585                  },
4586                  "text-field": "{ref}",
4587                  "text-font": [
4588                      "Stadia Semibold"
4589                  ],
4590                  "text-rotation-alignment": "viewport",
4591                  "text-size": 10
4592              },
4593              "minzoom": 7,
4594              "paint": {
4595                  "text-color": "rgba(0, 0, 0, 1)"
4596              },
4597              "source": "openmaptiles",
4598              "source-layer": "transportation_name",
4599              "type": "symbol",
4600              "metadata": {
4601                  "microg:gms-type-feature": "road.highway",
4602                  "microg:gms-type-element": "labels.icon"
4603              }
4604          },
4605          {
4606              "filter": [
4607                  "all",
4608                  [
4609                      "<=",
4610                      "ref_length",
4611                      6
4612                  ],
4613                  [
4614                      "==",
4615                      "$type",
4616                      "LineString"
4617                  ],
4618                  [
4619                      "in",
4620                      "network",
4621                      "us-highway",
4622                      "us-state"
4623                  ]
4624              ],
4625              "id": "highway-shield-us-other",
4626              "layout": {
4627                  "icon-image": "{network}_{ref_length}",
4628                  "icon-rotation-alignment": "viewport",
4629                  "icon-size": 1,
4630                  "symbol-avoid-edges": true,
4631                  "symbol-placement": {
4632                      "base": 1,
4633                      "stops": [
4634                          [
4635                              10,
4636                              "point"
4637                          ],
4638                          [
4639                              11,
4640                              "line"
4641                          ]
4642                      ]
4643                  },
4644                  "text-field": "{ref}",
4645                  "text-font": [
4646                      "Stadia Semibold"
4647                  ],
4648                  "text-rotation-alignment": "viewport",
4649                  "text-size": 10
4650              },
4651              "minzoom": 9,
4652              "paint": {
4653                  "text-color": "rgba(0, 0, 0, 1)"
4654              },
4655              "source": "openmaptiles",
4656              "source-layer": "transportation_name",
4657              "type": "symbol",
4658              "metadata": {
4659                  "microg:gms-type-feature": "road.highway",
4660                  "microg:gms-type-element": "labels.icon"
4661              }
4662          },
4663          {
4664              "filter": [
4665                  "all",
4666                  [
4667                      "has",
4668                      "iata"
4669                  ]
4670              ],
4671              "id": "airport-label-major",
4672              "layout": {
4673                  "icon-image": "airport_11",
4674                  "icon-size": 1,
4675                  "text-anchor": "top",
4676                  "text-field": [
4677                      "concat",
4678                      [
4679                          "get",
4680                          "name:latin"
4681                      ],
4682                      [
4683                          "case",
4684                          [
4685                              "all",
4686                              [
4687                                  "has",
4688                                  "name:nonlatin"
4689                              ],
4690                              [
4691                                  "is-supported-script",
4692                                  [
4693                                      "get",
4694                                      "name:nonlatin"
4695                                  ]
4696                              ]
4697                          ],
4698                          [
4699                              "concat",
4700                              "\n",
4701                              [
4702                                  "get",
4703                                  "name:nonlatin"
4704                              ]
4705                          ],
4706                          ""
4707                      ]
4708                  ],
4709                  "text-font": [
4710                      "Stadia Regular"
4711                  ],
4712                  "text-line-height": 1.55,
4713                  "text-max-width": 9,
4714                  "text-offset": [
4715                      0,
4716                      0.6
4717                  ],
4718                  "text-optional": true,
4719                  "text-padding": 2,
4720                  "text-size": 12,
4721                  "visibility": "visible"
4722              },
4723              "minzoom": 10,
4724              "paint": {
4725                  "text-color": "#666",
4726                  "text-halo-blur": 0.5,
4727                  "text-halo-color": "#ffffff",
4728                  "text-halo-width": 1
4729              },
4730              "source": "openmaptiles",
4731              "source-layer": "aerodrome_label",
4732              "type": "symbol",
4733              "metadata": {
4734                  "microg:gms-type-feature": "transit.station.airport",
4735                  "microg:gms-type-element": "labels.text"
4736              }
4737          },
4738          {
4739              "filter": [
4740                  "!in",
4741                  "class",
4742                  "city",
4743                  "town",
4744                  "village",
4745                  "country",
4746                  "continent"
4747              ],
4748              "id": "place-other",
4749              "layout": {
4750                  "symbol-avoid-edges": true,
4751                  "text-field": [
4752                      "concat",
4753                      [
4754                          "get",
4755                          "name:latin"
4756                      ],
4757                      [
4758                          "case",
4759                          [
4760                              "all",
4761                              [
4762                                  "has",
4763                                  "name:nonlatin"
4764                              ],
4765                              [
4766                                  "is-supported-script",
4767                                  [
4768                                      "get",
4769                                      "name:nonlatin"
4770                                  ]
4771                              ]
4772                          ],
4773                          [
4774                              "concat",
4775                              "\n",
4776                              [
4777                                  "get",
4778                                  "name:nonlatin"
4779                              ]
4780                          ],
4781                          ""
4782                      ]
4783                  ],
4784                  "text-font": [
4785                      "Stadia Semibold"
4786                  ],
4787                  "text-letter-spacing": 0.1,
4788                  "text-line-height": 1.55,
4789                  "text-max-width": 9,
4790                  "text-size": {
4791                      "base": 1.2,
4792                      "stops": [
4793                          [
4794                              12,
4795                              10
4796                          ],
4797                          [
4798                              15,
4799                              14
4800                          ]
4801                      ]
4802                  },
4803                  "text-transform": "uppercase",
4804                  "visibility": "visible"
4805              },
4806              "minzoom": 12,
4807              "paint": {
4808                  "text-color": "#633",
4809                  "text-halo-color": "rgba(255,255,255,0.8)",
4810                  "text-halo-width": 1.2
4811              },
4812              "source": "openmaptiles",
4813              "source-layer": "place",
4814              "type": "symbol",
4815              "metadata": {
4816                  "microg:gms-type-feature": "administrative.neighborhood",
4817                  "microg:gms-type-element": "labels.text"
4818              }
4819          },
4820          {
4821              "filter": [
4822                  "==",
4823                  "class",
4824                  "village"
4825              ],
4826              "id": "place-village",
4827              "layout": {
4828                  "symbol-avoid-edges": true,
4829                  "symbol-spacing": 350,
4830                  "text-field": [
4831                      "concat",
4832                      [
4833                          "get",
4834                          "name:latin"
4835                      ],
4836                      [
4837                          "case",
4838                          [
4839                              "all",
4840                              [
4841                                  "has",
4842                                  "name:nonlatin"
4843                              ],
4844                              [
4845                                  "is-supported-script",
4846                                  [
4847                                      "get",
4848                                      "name:nonlatin"
4849                                  ]
4850                              ]
4851                          ],
4852                          [
4853                              "concat",
4854                              "\n",
4855                              [
4856                                  "get",
4857                                  "name:nonlatin"
4858                              ]
4859                          ],
4860                          ""
4861                      ]
4862                  ],
4863                  "text-font": [
4864                      "Stadia Regular"
4865                  ],
4866                  "text-line-height": 1.55,
4867                  "text-max-width": 8,
4868                  "text-size": {
4869                      "base": 1.2,
4870                      "stops": [
4871                          [
4872                              10,
4873                              12
4874                          ],
4875                          [
4876                              15,
4877                              22
4878                          ]
4879                      ]
4880                  },
4881                  "visibility": "visible"
4882              },
4883              "minzoom": 11,
4884              "paint": {
4885                  "text-color": "#333",
4886                  "text-halo-color": "rgba(255,255,255,0.8)",
4887                  "text-halo-width": 1.2
4888              },
4889              "source": "openmaptiles",
4890              "source-layer": "place",
4891              "type": "symbol",
4892              "metadata": {
4893                  "microg:gms-type-feature": "administrative.neighborhood",
4894                  "microg:gms-type-element": "labels.text"
4895              }
4896          },
4897          {
4898              "filter": [
4899                  "all",
4900                  [
4901                      "==",
4902                      "$type",
4903                      "Point"
4904                  ],
4905                  [
4906                      "<=",
4907                      "rank",
4908                      2
4909                  ],
4910                  [
4911                      "has",
4912                      "name"
4913                  ],
4914                  [
4915                      "!=",
4916                      "name",
4917                      ""
4918                  ]
4919              ],
4920              "id": "mountain-peaks",
4921              "layout": {
4922                  "icon-image": "mountain_11",
4923                  "symbol-avoid-edges": true,
4924                  "text-anchor": "top",
4925                  "text-field": [
4926                      "concat",
4927                      [
4928                          "get",
4929                          "name:latin"
4930                      ],
4931                      [
4932                          "case",
4933                          [
4934                              "all",
4935                              [
4936                                  "has",
4937                                  "name:nonlatin"
4938                              ],
4939                              [
4940                                  "is-supported-script",
4941                                  [
4942                                      "get",
4943                                      "name:nonlatin"
4944                                  ]
4945                              ]
4946                          ],
4947                          [
4948                              "concat",
4949                              "\n",
4950                              [
4951                                  "get",
4952                                  "name:nonlatin"
4953                              ]
4954                          ],
4955                          ""
4956                      ],
4957                      "\n",
4958                      [
4959                          "to-string",
4960                          [
4961                              "get",
4962                              "ele"
4963                          ]
4964                      ],
4965                      " m"
4966                  ],
4967                  "text-font": [
4968                      "Stadia Regular"
4969                  ],
4970                  "text-line-height": 1.55,
4971                  "text-max-width": 9,
4972                  "text-offset": [
4973                      0,
4974                      0.6
4975                  ],
4976                  "text-padding": 2,
4977                  "text-size": 12
4978              },
4979              "minzoom": 9,
4980              "paint": {
4981                  "text-color": "#666",
4982                  "text-halo-blur": 0.5,
4983                  "text-halo-color": "#ffffff",
4984                  "text-halo-width": 1
4985              },
4986              "source": "openmaptiles",
4987              "source-layer": "mountain_peak",
4988              "type": "symbol",
4989              "metadata": {
4990                  "microg:gms-type-feature": "landscape.natural.landcover",
4991                  "microg:gms-type-element": "labels.text"
4992              }
4993          },
4994          {
4995              "filter": [
4996                  "all",
4997                  [
4998                      "==",
4999                      "$type",
5000                      "Point"
5001                  ],
5002                  [
5003                      ">=",
5004                      "ele",
5005                      2500
5006                  ],
5007                  [
5008                      "has",
5009                      "name"
5010                  ],
5011                  [
5012                      "!=",
5013                      "name",
5014                      ""
5015                  ],
5016                  [
5017                      "<=",
5018                      "rank",
5019                      1
5020                  ]
5021              ],
5022              "id": "mountain-peaks-important",
5023              "layout": {
5024                  "icon-image": "mountain_11",
5025                  "symbol-avoid-edges": true,
5026                  "text-anchor": "top",
5027                  "text-field": [
5028                      "concat",
5029                      [
5030                          "get",
5031                          "name:latin"
5032                      ],
5033                      [
5034                          "case",
5035                          [
5036                              "all",
5037                              [
5038                                  "has",
5039                                  "name:nonlatin"
5040                              ],
5041                              [
5042                                  "is-supported-script",
5043                                  [
5044                                      "get",
5045                                      "name:nonlatin"
5046                                  ]
5047                              ]
5048                          ],
5049                          [
5050                              "concat",
5051                              "\n",
5052                              [
5053                                  "get",
5054                                  "name:nonlatin"
5055                              ]
5056                          ],
5057                          ""
5058                      ],
5059                      "\n",
5060                      [
5061                          "to-string",
5062                          [
5063                              "get",
5064                              "ele"
5065                          ]
5066                      ],
5067                      " m"
5068                  ],
5069                  "text-font": [
5070                      "Stadia Semibold"
5071                  ],
5072                  "text-line-height": 1.55,
5073                  "text-max-width": 9,
5074                  "text-offset": [
5075                      0,
5076                      0.6
5077                  ],
5078                  "text-padding": 2,
5079                  "text-size": 12
5080              },
5081              "maxzoom": 9,
5082              "minzoom": 7,
5083              "paint": {
5084                  "text-color": "#666",
5085                  "text-halo-blur": 0.5,
5086                  "text-halo-color": "#ffffff",
5087                  "text-halo-width": 1
5088              },
5089              "source": "openmaptiles",
5090              "source-layer": "mountain_peak",
5091              "type": "symbol",
5092              "metadata": {
5093                  "microg:gms-type-feature": "landscape.natural.landcover",
5094                  "microg:gms-type-element": "labels.text"
5095              }
5096          },
5097          {
5098              "filter": [
5099                  "==",
5100                  "class",
5101                  "town"
5102              ],
5103              "id": "place-town",
5104              "layout": {
5105                  "text-field": [
5106                      "concat",
5107                      [
5108                          "get",
5109                          "name:latin"
5110                      ],
5111                      [
5112                          "case",
5113                          [
5114                              "all",
5115                              [
5116                                  "has",
5117                                  "name:nonlatin"
5118                              ],
5119                              [
5120                                  "is-supported-script",
5121                                  [
5122                                      "get",
5123                                      "name:nonlatin"
5124                                  ]
5125                              ]
5126                          ],
5127                          [
5128                              "concat",
5129                              "\n",
5130                              [
5131                                  "get",
5132                                  "name:nonlatin"
5133                              ]
5134                          ],
5135                          ""
5136                      ]
5137                  ],
5138                  "text-font": [
5139                      "Stadia Regular"
5140                  ],
5141                  "text-line-height": 1.55,
5142                  "text-max-width": 8,
5143                  "text-size": {
5144                      "base": 1.2,
5145                      "stops": [
5146                          [
5147                              10,
5148                              14
5149                          ],
5150                          [
5151                              15,
5152                              22
5153                          ]
5154                      ]
5155                  },
5156                  "visibility": "visible"
5157              },
5158              "paint": {
5159                  "text-color": "#333",
5160                  "text-halo-color": "rgba(255,255,255,0.8)",
5161                  "text-halo-width": 1.2
5162              },
5163              "source": "openmaptiles",
5164              "source-layer": "place",
5165              "type": "symbol",
5166              "metadata": {
5167                  "microg:gms-type-feature": "administrative.locality",
5168                  "microg:gms-type-element": "labels.text"
5169              }
5170          },
5171          {
5172              "filter": [
5173                  "all",
5174                  [
5175                      "match",
5176                      [
5177                          "get",
5178                          "class"
5179                      ],
5180                      [
5181                          "nature_reserve",
5182                          "protected_area"
5183                      ],
5184                      true,
5185                      false
5186                  ],
5187                  [
5188                      "==",
5189                      [
5190                          "geometry-type"
5191                      ],
5192                      "Point"
5193                  ],
5194                  [
5195                      "==",
5196                      [
5197                          "get",
5198                          "rank"
5199                      ],
5200                      1
5201                  ],
5202                  [
5203                      "!",
5204                      [
5205                          "any",
5206                          [
5207                              "in",
5208                              "Open Access Land",
5209                              [
5210                                  "get",
5211                                  "name"
5212                              ]
5213                          ],
5214                          [
5215                              "in",
5216                              "State Game Land",
5217                              [
5218                                  "get",
5219                                  "name"
5220                              ]
5221                          ]
5222                      ]
5223                  ]
5224              ],
5225              "id": "park-reserve",
5226              "layout": {
5227                  "symbol-avoid-edges": true,
5228                  "symbol-placement": "point",
5229                  "text-anchor": "center",
5230                  "text-field": [
5231                      "concat",
5232                      [
5233                          "get",
5234                          "name:latin"
5235                      ],
5236                      [
5237                          "case",
5238                          [
5239                              "all",
5240                              [
5241                                  "has",
5242                                  "name:nonlatin"
5243                              ],
5244                              [
5245                                  "is-supported-script",
5246                                  [
5247                                      "get",
5248                                      "name:nonlatin"
5249                                  ]
5250                              ]
5251                          ],
5252                          [
5253                              "concat",
5254                              "\n",
5255                              [
5256                                  "get",
5257                                  "name:nonlatin"
5258                              ]
5259                          ],
5260                          ""
5261                      ]
5262                  ],
5263                  "text-font": [
5264                      "Stadia Italic"
5265                  ],
5266                  "text-justify": "center",
5267                  "text-line-height": 1.55,
5268                  "text-max-width": 10,
5269                  "text-padding": 2,
5270                  "text-size": {
5271                      "base": 1.2,
5272                      "stops": [
5273                          [
5274                              8,
5275                              12
5276                          ],
5277                          [
5278                              13,
5279                              14
5280                          ]
5281                      ]
5282                  },
5283                  "visibility": "visible"
5284              },
5285              "minzoom": 8,
5286              "paint": {
5287                  "text-color": "rgba(102, 51, 1, 1)",
5288                  "text-halo-color": "rgba(255,255,255,0.8)",
5289                  "text-halo-width": 1
5290              },
5291              "source": "openmaptiles",
5292              "source-layer": "park",
5293              "type": "symbol",
5294              "metadata": {
5295                  "microg:gms-type-feature": "poi.park",
5296                  "microg:gms-type-element": "labels.text"
5297              }
5298          },
5299          {
5300              "filter": [
5301                  "all",
5302                  [
5303                      "==",
5304                      "class",
5305                      "national_park"
5306                  ],
5307                  [
5308                      "==",
5309                      "$type",
5310                      "Point"
5311                  ],
5312                  [
5313                      "==",
5314                      "rank",
5315                      1
5316                  ]
5317              ],
5318              "id": "park-national",
5319              "layout": {
5320                  "symbol-avoid-edges": true,
5321                  "symbol-placement": "point",
5322                  "text-anchor": "center",
5323                  "text-field": [
5324                      "concat",
5325                      [
5326                          "get",
5327                          "name:latin"
5328                      ],
5329                      [
5330                          "case",
5331                          [
5332                              "all",
5333                              [
5334                                  "has",
5335                                  "name:nonlatin"
5336                              ],
5337                              [
5338                                  "is-supported-script",
5339                                  [
5340                                      "get",
5341                                      "name:nonlatin"
5342                                  ]
5343                              ]
5344                          ],
5345                          [
5346                              "concat",
5347                              "\n",
5348                              [
5349                                  "get",
5350                                  "name:nonlatin"
5351                              ]
5352                          ],
5353                          ""
5354                      ]
5355                  ],
5356                  "text-font": [
5357                      "Stadia Italic"
5358                  ],
5359                  "text-justify": "center",
5360                  "text-line-height": 1.55,
5361                  "text-max-width": 10,
5362                  "text-padding": 2,
5363                  "text-size": {
5364                      "base": 1.2,
5365                      "stops": [
5366                          [
5367                              6,
5368                              12
5369                          ],
5370                          [
5371                              8,
5372                              14
5373                          ],
5374                          [
5375                              12,
5376                              16
5377                          ]
5378                      ]
5379                  },
5380                  "visibility": "visible"
5381              },
5382              "minzoom": 6,
5383              "paint": {
5384                  "text-color": "rgba(102, 51, 1, 1)",
5385                  "text-halo-color": "rgba(255,255,255,0.8)",
5386                  "text-halo-width": 1
5387              },
5388              "source": "openmaptiles",
5389              "source-layer": "park",
5390              "type": "symbol",
5391              "metadata": {
5392                  "microg:gms-type-feature": "poi.park",
5393                  "microg:gms-type-element": "labels.text"
5394              }
5395          },
5396          {
5397              "filter": [
5398                  "==",
5399                  "$type",
5400                  "LineString"
5401              ],
5402              "id": "water-name-lakeline",
5403              "layout": {
5404                  "symbol-placement": "line",
5405                  "symbol-spacing": 250,
5406                  "text-field": [
5407                      "concat",
5408                      [
5409                          "get",
5410                          "name:latin"
5411                      ],
5412                      [
5413                          "case",
5414                          [
5415                              "all",
5416                              [
5417                                  "has",
5418                                  "name:nonlatin"
5419                              ],
5420                              [
5421                                  "is-supported-script",
5422                                  [
5423                                      "get",
5424                                      "name:nonlatin"
5425                                  ]
5426                              ]
5427                          ],
5428                          [
5429                              "concat",
5430                              " ",
5431                              [
5432                                  "get",
5433                                  "name:nonlatin"
5434                              ]
5435                          ],
5436                          ""
5437                      ]
5438                  ],
5439                  "text-font": [
5440                      "Stadia Italic"
5441                  ],
5442                  "text-letter-spacing": 0.2,
5443                  "text-line-height": 1.55,
5444                  "text-max-width": 5,
5445                  "text-pitch-alignment": "viewport",
5446                  "text-rotation-alignment": "map",
5447                  "text-size": {
5448                      "base": 1.2,
5449                      "stops": [
5450                          [
5451                              0,
5452                              10
5453                          ],
5454                          [
5455                              14,
5456                              14
5457                          ]
5458                      ]
5459                  }
5460              },
5461              "paint": {
5462                  "text-color": "#115AA7"
5463              },
5464              "source": "openmaptiles",
5465              "source-layer": "water_name",
5466              "type": "symbol",
5467              "metadata": {
5468                  "microg:gms-type-feature": "water",
5469                  "microg:gms-type-element": "labels.text"
5470              }
5471          },
5472          {
5473              "filter": [
5474                  "all",
5475                  [
5476                      "!=",
5477                      "capital",
5478                      2
5479                  ],
5480                  [
5481                      "==",
5482                      "class",
5483                      "city"
5484                  ]
5485              ],
5486              "id": "place-city",
5487              "layout": {
5488                  "text-field": [
5489                      "concat",
5490                      [
5491                          "get",
5492                          "name:latin"
5493                      ],
5494                      [
5495                          "case",
5496                          [
5497                              "all",
5498                              [
5499                                  "has",
5500                                  "name:nonlatin"
5501                              ],
5502                              [
5503                                  "is-supported-script",
5504                                  [
5505                                      "get",
5506                                      "name:nonlatin"
5507                                  ]
5508                              ]
5509                          ],
5510                          [
5511                              "concat",
5512                              "\n",
5513                              [
5514                                  "get",
5515                                  "name:nonlatin"
5516                              ]
5517                          ],
5518                          ""
5519                      ]
5520                  ],
5521                  "text-font": [
5522                      "Stadia Semibold"
5523                  ],
5524                  "text-line-height": 1.55,
5525                  "text-max-width": 8,
5526                  "text-size": {
5527                      "base": 1.2,
5528                      "stops": [
5529                          [
5530                              7,
5531                              14
5532                          ],
5533                          [
5534                              11,
5535                              24
5536                          ]
5537                      ]
5538                  },
5539                  "visibility": "visible"
5540              },
5541              "paint": {
5542                  "text-color": "#333",
5543                  "text-halo-color": "rgba(255,255,255,0.8)",
5544                  "text-halo-width": 1.2
5545              },
5546              "source": "openmaptiles",
5547              "source-layer": "place",
5548              "type": "symbol",
5549              "metadata": {
5550                  "microg:gms-type-feature": "administrative.locality",
5551                  "microg:gms-type-element": "labels.text"
5552              }
5553          },
5554          {
5555              "filter": [
5556                  "all",
5557                  [
5558                      "==",
5559                      "capital",
5560                      2
5561                  ],
5562                  [
5563                      "==",
5564                      "class",
5565                      "city"
5566                  ]
5567              ],
5568              "id": "place-city-capital",
5569              "layout": {
5570                  "icon-image": "star_11",
5571                  "icon-size": 0.8,
5572                  "text-anchor": "left",
5573                  "text-field": [
5574                      "concat",
5575                      [
5576                          "get",
5577                          "name:latin"
5578                      ],
5579                      [
5580                          "case",
5581                          [
5582                              "all",
5583                              [
5584                                  "has",
5585                                  "name:nonlatin"
5586                              ],
5587                              [
5588                                  "is-supported-script",
5589                                  [
5590                                      "get",
5591                                      "name:nonlatin"
5592                                  ]
5593                              ]
5594                          ],
5595                          [
5596                              "concat",
5597                              "\n",
5598                              [
5599                                  "get",
5600                                  "name:nonlatin"
5601                              ]
5602                          ],
5603                          ""
5604                      ]
5605                  ],
5606                  "text-font": [
5607                      "Stadia Semibold"
5608                  ],
5609                  "text-line-height": 1.55,
5610                  "text-max-width": 8,
5611                  "text-offset": [
5612                      0.4,
5613                      0
5614                  ],
5615                  "text-size": {
5616                      "base": 1.2,
5617                      "stops": [
5618                          [
5619                              7,
5620                              14
5621                          ],
5622                          [
5623                              11,
5624                              24
5625                          ]
5626                      ]
5627                  },
5628                  "visibility": "visible"
5629              },
5630              "paint": {
5631                  "text-color": "#333",
5632                  "text-halo-color": "rgba(255,255,255,0.8)",
5633                  "text-halo-width": 1.2
5634              },
5635              "source": "openmaptiles",
5636              "source-layer": "place",
5637              "type": "symbol",
5638              "metadata": {
5639                  "microg:gms-type-feature": "administrative.locality",
5640                  "microg:gms-type-element": "labels.text"
5641              }
5642          },
5643          {
5644              "filter": [
5645                  "all",
5646                  [
5647                      "==",
5648                      "class",
5649                      "country"
5650                  ],
5651                  [
5652                      ">=",
5653                      "rank",
5654                      3
5655                  ],
5656                  [
5657                      "!has",
5658                      "iso_a2"
5659                  ]
5660              ],
5661              "id": "place-country-other",
5662              "layout": {
5663                  "symbol-avoid-edges": true,
5664                  "text-field": "{name:latin}",
5665                  "text-font": [
5666                      "Stadia Italic"
5667                  ],
5668                  "text-max-width": 6.25,
5669                  "text-size": {
5670                      "stops": [
5671                          [
5672                              3,
5673                              11
5674                          ],
5675                          [
5676                              7,
5677                              17
5678                          ]
5679                      ]
5680                  },
5681                  "text-transform": "uppercase",
5682                  "visibility": "visible"
5683              },
5684              "minzoom": 1,
5685              "paint": {
5686                  "text-color": "#334",
5687                  "text-halo-blur": 1,
5688                  "text-halo-color": "rgba(255,255,255,0.8)",
5689                  "text-halo-width": 2
5690              },
5691              "source": "openmaptiles",
5692              "source-layer": "place",
5693              "type": "symbol",
5694              "metadata": {
5695                  "microg:gms-type-feature": "administrative.province",
5696                  "microg:gms-type-element": "labels.text"
5697              }
5698          },
5699          {
5700              "filter": [
5701                  "all",
5702                  [
5703                      "==",
5704                      "class",
5705                      "country"
5706                  ],
5707                  [
5708                      ">=",
5709                      "rank",
5710                      3
5711                  ],
5712                  [
5713                      "has",
5714                      "iso_a2"
5715                  ]
5716              ],
5717              "id": "place-country-3",
5718              "layout": {
5719                  "text-field": "{name:latin}",
5720                  "text-font": [
5721                      "Stadia Bold"
5722                  ],
5723                  "text-max-width": 6.25,
5724                  "text-size": {
5725                      "stops": [
5726                          [
5727                              3,
5728                              11
5729                          ],
5730                          [
5731                              7,
5732                              17
5733                          ]
5734                      ]
5735                  },
5736                  "text-transform": "uppercase",
5737                  "visibility": "visible"
5738              },
5739              "minzoom": 1,
5740              "paint": {
5741                  "text-color": "#334",
5742                  "text-halo-blur": 1,
5743                  "text-halo-color": "rgba(255,255,255,0.8)",
5744                  "text-halo-width": 2
5745              },
5746              "source": "openmaptiles",
5747              "source-layer": "place",
5748              "type": "symbol",
5749              "metadata": {
5750                  "microg:gms-type-feature": "administrative.province",
5751                  "microg:gms-type-element": "labels.text"
5752              }
5753          },
5754          {
5755              "filter": [
5756                  "all",
5757                  [
5758                      "==",
5759                      "class",
5760                      "country"
5761                  ],
5762                  [
5763                      "==",
5764                      "rank",
5765                      2
5766                  ],
5767                  [
5768                      "has",
5769                      "iso_a2"
5770                  ]
5771              ],
5772              "id": "place-country-2",
5773              "layout": {
5774                  "text-field": "{name:latin}",
5775                  "text-font": [
5776                      "Stadia Bold"
5777                  ],
5778                  "text-max-width": 6.25,
5779                  "text-size": {
5780                      "stops": [
5781                          [
5782                              2,
5783                              11
5784                          ],
5785                          [
5786                              5,
5787                              17
5788                          ]
5789                      ]
5790                  },
5791                  "text-transform": "uppercase",
5792                  "visibility": "visible"
5793              },
5794              "minzoom": 1,
5795              "paint": {
5796                  "text-color": "#334",
5797                  "text-halo-blur": 1,
5798                  "text-halo-color": "rgba(255,255,255,0.8)",
5799                  "text-halo-width": 2
5800              },
5801              "source": "openmaptiles",
5802              "source-layer": "place",
5803              "type": "symbol",
5804              "metadata": {
5805                  "microg:gms-type-feature": "administrative.province",
5806                  "microg:gms-type-element": "labels.text"
5807              }
5808          },
5809          {
5810              "filter": [
5811                  "all",
5812                  [
5813                      "==",
5814                      "class",
5815                      "country"
5816                  ],
5817                  [
5818                      "==",
5819                      "rank",
5820                      1
5821                  ],
5822                  [
5823                      "has",
5824                      "iso_a2"
5825                  ]
5826              ],
5827              "id": "place-country-1",
5828              "layout": {
5829                  "text-field": "{name:latin}",
5830                  "text-font": [
5831                      "Stadia Bold"
5832                  ],
5833                  "text-max-width": 6.25,
5834                  "text-size": {
5835                      "stops": [
5836                          [
5837                              1,
5838                              11
5839                          ],
5840                          [
5841                              4,
5842                              17
5843                          ]
5844                      ]
5845                  },
5846                  "text-transform": "uppercase",
5847                  "visibility": "visible"
5848              },
5849              "minzoom": 1,
5850              "paint": {
5851                  "text-color": "#334",
5852                  "text-halo-blur": 1,
5853                  "text-halo-color": "rgba(255,255,255,0.8)",
5854                  "text-halo-width": 2
5855              },
5856              "source": "openmaptiles",
5857              "source-layer": "place",
5858              "type": "symbol",
5859              "metadata": {
5860                  "microg:gms-type-feature": "administrative.country",
5861                  "microg:gms-type-element": "labels.text"
5862              }
5863          },
5864          {
5865              "filter": [
5866                  "==",
5867                  "class",
5868                  "continent"
5869              ],
5870              "id": "place-continent",
5871              "layout": {
5872                  "text-field": "{name:latin}",
5873                  "text-font": [
5874                      "Stadia Bold"
5875                  ],
5876                  "text-max-width": 6.25,
5877                  "text-size": 14,
5878                  "text-transform": "uppercase",
5879                  "visibility": "visible"
5880              },
5881              "maxzoom": 1,
5882              "paint": {
5883                  "text-color": "#334",
5884                  "text-halo-blur": 1,
5885                  "text-halo-color": "rgba(255,255,255,0.8)",
5886                  "text-halo-width": 2
5887              },
5888              "source": "openmaptiles",
5889              "source-layer": "place",
5890              "type": "symbol",
5891              "metadata": {
5892                  "microg:gms-type-feature": "administrative.land_parcel",
5893                  "microg:gms-type-element": "labels.text"
5894              }
5895          }
5896      ],
5897      "metadata": {
5898          "mapbox:autocomposite": false,
5899          "openmaptiles:version": "3.x"
5900      },
5901      "name": "Outdoors",
5902      "pitch": 0,
5903      "sources": {
5904          "openmaptiles": {
5905              "type": "vector",
5906              "url": "https://tiles.stadiamaps.com/data/openmaptiles.json"
5907          }
5908      },
5909      "sprite": "https://tiles.stadiamaps.com/styles/outdoors/sprite",
5910      "version": 8,
5911      "zoom": 11.6
5912  }