├── LICENSE.md ├── README.md ├── _assets ├── peak-x.svg ├── 13dot_blk16.svg ├── thin-diagonal-lines_blk32.svg ├── paleblue_lines_32.svg ├── blk-widept-pattern.svg └── blue-widept-pattern.svg └── cij1zoclj002y8rkkdjl69psd.json /LICENSE.md: -------------------------------------------------------------------------------- 1 | Copyright Mapbox, Inc. 2016 2 | 3 | Mapbox users are free to try out, tweak, experiment, and play with the style in this repo for use with your Mapbox map so long as you otherwise abide by the [Mapbox Terms of Service](https://www.mapbox.com/tos/) for your account. 4 | Instructions for adding this style to your Mapbox Studio account are [here](https://www.mapbox.com/help/studio-manual-styles/#upload-a-style). 5 | 6 | Please do not use this style off a Mapbox map. -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # mapbox-gl-swiss-ski-style 2 | 3 | Swiss ski map style (GL) for [Mapbox Studio](https://www.mapbox.com/mapbox-studio/) 4 | 5 | ### [Live map](https://api.mapbox.com/styles/v1/mslee/cij1zoclj002y8rkkdjl69psd.html?title=true&access_token=pk.eyJ1IjoibXNsZWUiLCJhIjoiclpiTWV5SSJ9.P_h8r37vD8jpIH1A6i1VRg#6.29/46.977001/9.219238) 6 | 7 | ## Usage 8 | 9 | From your Mapbox Studio [Styles page](https://www.mapbox.com/studio/styles/), click **New Style** button then select **Upload a style** tab. Select this `.json` file and click **Create**. Next, upload each `.svg` patterns and icons from the **_assets** folder. 10 | 11 | Use the newly created map style's `style URL` to add to your projects. Read more on how to [Create and manage map styles](https://www.mapbox.com/help/getting-started-mapbox-studio-1/#create-a-new-style) in Mapbox /help page. -------------------------------------------------------------------------------- /_assets/peak-x.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /_assets/13dot_blk16.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /_assets/thin-diagonal-lines_blk32.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | -------------------------------------------------------------------------------- /_assets/paleblue_lines_32.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | -------------------------------------------------------------------------------- /_assets/blk-widept-pattern.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 173 | 174 | 175 | 176 | 177 | 178 | 179 | 180 | 181 | 182 | 183 | 184 | 185 | 186 | 187 | 188 | 189 | 190 | 191 | 192 | 193 | 194 | 195 | 196 | 197 | 198 | 199 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 209 | 210 | 211 | 212 | 213 | 214 | 215 | 216 | 217 | 218 | 219 | 220 | 221 | 222 | 223 | 224 | 225 | 226 | 227 | 228 | 229 | 230 | 231 | 232 | 233 | 234 | 235 | 236 | 237 | 238 | 239 | 240 | 241 | 242 | 243 | 244 | 245 | 246 | 247 | 248 | 249 | 250 | 251 | 252 | 253 | 254 | 255 | 256 | 257 | 258 | 259 | 260 | 261 | 262 | 263 | 264 | 265 | 266 | 267 | 268 | 269 | 270 | 271 | 272 | 273 | 274 | 275 | 276 | 277 | 278 | 279 | 280 | 281 | 282 | 283 | 284 | 285 | 286 | 287 | 288 | 289 | 290 | 291 | 292 | 293 | 294 | 295 | 296 | 297 | 298 | 299 | 300 | 301 | 302 | 303 | 304 | 305 | 306 | 307 | 308 | 309 | 310 | 311 | 312 | 313 | 314 | 315 | 316 | 317 | 318 | 319 | 320 | 321 | 322 | 323 | 324 | 325 | 326 | 327 | 328 | 329 | 330 | 331 | 332 | 333 | 334 | 335 | 336 | 337 | -------------------------------------------------------------------------------- /_assets/blue-widept-pattern.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 173 | 175 | 177 | 179 | 181 | 183 | 185 | 187 | 189 | 191 | 193 | 195 | 197 | 199 | 201 | 203 | 205 | 207 | 209 | 211 | 213 | 215 | 217 | 219 | 221 | 223 | 225 | 227 | 228 | 230 | 232 | 234 | 236 | 238 | 240 | 242 | 244 | 246 | 248 | 249 | 251 | 253 | 254 | 256 | 257 | 259 | 260 | 261 | 263 | 264 | 265 | 266 | 268 | 270 | 272 | 273 | 275 | 277 | 278 | 279 | 280 | 281 | 282 | 284 | 286 | 287 | 288 | 290 | 292 | 294 | 296 | 297 | 298 | 299 | 301 | 303 | 305 | 307 | 309 | 311 | 312 | 313 | 315 | 317 | 319 | 321 | 323 | 325 | 327 | 329 | 331 | 333 | 335 | 337 | 339 | 341 | 343 | 345 | 347 | 349 | 351 | 353 | 355 | 356 | 357 | 359 | 361 | 363 | 365 | 367 | 369 | 371 | 372 | 373 | 375 | 377 | 379 | 381 | 383 | 385 | 387 | 389 | 391 | 393 | 395 | 397 | 399 | 401 | 403 | 405 | 407 | 409 | 411 | 413 | 415 | 417 | 419 | 421 | 423 | 425 | 427 | 429 | 431 | 433 | 435 | 437 | 439 | 441 | 442 | 444 | 446 | 448 | 450 | 452 | 454 | 456 | 458 | 460 | 462 | 464 | 466 | 468 | 470 | 471 | 472 | -------------------------------------------------------------------------------- /cij1zoclj002y8rkkdjl69psd.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": 8, 3 | "name": "Swiss ski", 4 | "metadata": { 5 | "mapbox:groups": { 6 | "1452119469254.5605": { 7 | "name": "glaciers", 8 | "collapsed": true 9 | }, 10 | "1452207014560.2407": { 11 | "name": "whistler", 12 | "collapsed": true 13 | }, 14 | "1452294613743.9702": { 15 | "name": "roads", 16 | "collapsed": true 17 | }, 18 | "1452119518385.2588": { 19 | "name": "relevant POIs", 20 | "collapsed": false 21 | }, 22 | "1452119539441.3816": { 23 | "name": "transporation ways", 24 | "collapsed": true 25 | }, 26 | "1452538953048.7173": { 27 | "name": "snow (blue)", 28 | "collapsed": true 29 | }, 30 | "1452037801360.402": { 31 | "name": "contours", 32 | "collapsed": true 33 | }, 34 | "1452037770388.8564": { 35 | "name": "Group" 36 | }, 37 | "1452116608071.19": { 38 | "name": "water", 39 | "collapsed": true 40 | }, 41 | "1452377264560.7012": { 42 | "name": "admin", 43 | "collapsed": true 44 | }, 45 | "1452377121122.9236": { 46 | "name": "graticules", 47 | "collapsed": true 48 | }, 49 | "1452034963851.8123": { 50 | "name": "snow", 51 | "collapsed": true 52 | }, 53 | "1452214567277.007": { 54 | "name": "labels", 55 | "collapsed": false 56 | }, 57 | "1452123103210.5454": { 58 | "name": "buildings", 59 | "collapsed": true 60 | } 61 | }, 62 | "mapbox:trackposition": false 63 | }, 64 | "center": [ 65 | -123.33769000071862, 66 | 49.70378630133243 67 | ], 68 | "zoom": 8.0306256113636, 69 | "bearing": 0, 70 | "pitch": 0, 71 | "sources": { 72 | "mapbox://mapbox.mapbox-streets-v6": { 73 | "url": "mapbox://mapbox.mapbox-streets-v6", 74 | "type": "vector" 75 | }, 76 | "mapbox://mapbox.mapbox-terrain-v2": { 77 | "url": "mapbox://mapbox.mapbox-terrain-v2", 78 | "type": "vector" 79 | }, 80 | "mapbox://mslee.0fc2f90a": { 81 | "url": "mapbox://mslee.0fc2f90a", 82 | "type": "vector" 83 | } 84 | }, 85 | "sprite": "mapbox://sprites/mslee/cij1zoclj002y8rkkdjl69psd", 86 | "glyphs": "mapbox://fonts/mslee/{fontstack}/{range}.pbf", 87 | "layers": [ 88 | { 89 | "id": "background", 90 | "type": "background", 91 | "paint": { 92 | "background-color": "#fff", 93 | "background-opacity": 1 94 | }, 95 | "interactive": true, 96 | "layout": { 97 | "visibility": "visible" 98 | } 99 | }, 100 | { 101 | "interactive": true, 102 | "layout": { 103 | "visibility": "visible", 104 | "line-cap": "round", 105 | "line-join": "round" 106 | }, 107 | "metadata": { 108 | "mapbox:group": "1452116608071.19" 109 | }, 110 | "type": "line", 111 | "source": "mapbox://mapbox.mapbox-streets-v6", 112 | "id": "waterway", 113 | "paint": { 114 | "line-width": 2, 115 | "line-color": "#62b0f0", 116 | "line-blur": 0, 117 | "line-opacity": 0.7 118 | }, 119 | "source-layer": "waterway" 120 | }, 121 | { 122 | "layout": { 123 | "visibility": "visible" 124 | }, 125 | "metadata": { 126 | "mapbox:group": "1452116608071.19" 127 | }, 128 | "type": "fill", 129 | "source": "mapbox://mapbox.mapbox-streets-v6", 130 | "id": "water", 131 | "paint": { 132 | "fill-color": "#62b0f0", 133 | "fill-opacity": 0.35, 134 | "fill-outline-color": "#62b0f0" 135 | }, 136 | "source-layer": "water", 137 | "interactive": true 138 | }, 139 | { 140 | "layout": {}, 141 | "metadata": { 142 | "mapbox:group": "1452116608071.19" 143 | }, 144 | "type": "line", 145 | "source": "mapbox://mapbox.mapbox-streets-v6", 146 | "id": "water outline", 147 | "paint": { 148 | "line-color": "#62b0f0", 149 | "line-width": 2, 150 | "line-blur": 1 151 | }, 152 | "source-layer": "water", 153 | "interactive": true 154 | }, 155 | { 156 | "metadata": { 157 | "mapbox:group": "1452116608071.19" 158 | }, 159 | "id": "water copy", 160 | "paint": { 161 | "fill-opacity": 0.35, 162 | "fill-color": "#fff" 163 | }, 164 | "interactive": true, 165 | "ref": "water" 166 | }, 167 | { 168 | "interactive": true, 169 | "layout": { 170 | "visibility": "visible" 171 | }, 172 | "metadata": { 173 | "mapbox:group": "1452538953048.7173" 174 | }, 175 | "filter": [ 176 | "==", 177 | "class", 178 | "snow" 179 | ], 180 | "type": "fill", 181 | "source": "mapbox://mapbox.mapbox-terrain-v2", 182 | "id": "snow copy", 183 | "paint": { 184 | "fill-color": "rgba(255,255,255,1)" 185 | }, 186 | "source-layer": "landcover" 187 | }, 188 | { 189 | "interactive": true, 190 | "layout": { 191 | "line-join": "round", 192 | "line-cap": "round", 193 | "visibility": "visible" 194 | }, 195 | "metadata": { 196 | "mapbox:group": "1452538953048.7173" 197 | }, 198 | "filter": [ 199 | "==", 200 | "class", 201 | "snow" 202 | ], 203 | "type": "line", 204 | "source": "mapbox://mapbox.mapbox-terrain-v2", 205 | "id": "snowline copy", 206 | "paint": { 207 | "line-color": "#fff", 208 | "line-blur": 2 209 | }, 210 | "source-layer": "landcover" 211 | }, 212 | { 213 | "interactive": true, 214 | "layout": { 215 | "visibility": "visible" 216 | }, 217 | "metadata": { 218 | "mapbox:group": "1452538953048.7173" 219 | }, 220 | "filter": [ 221 | "all", 222 | [ 223 | "==", 224 | "class", 225 | "shadow" 226 | ], 227 | [ 228 | "==", 229 | "level", 230 | 67 231 | ] 232 | ], 233 | "type": "fill", 234 | "source": "mapbox://mapbox.mapbox-terrain-v2", 235 | "id": "shadow 67 copy 2", 236 | "paint": { 237 | "fill-color": "#62b0f0", 238 | "fill-opacity": 0.1 239 | }, 240 | "source-layer": "hillshade" 241 | }, 242 | { 243 | "interactive": true, 244 | "layout": { 245 | "visibility": "visible" 246 | }, 247 | "metadata": { 248 | "mapbox:group": "1452538953048.7173" 249 | }, 250 | "filter": [ 251 | "all", 252 | [ 253 | "==", 254 | "class", 255 | "shadow" 256 | ], 257 | [ 258 | "==", 259 | "level", 260 | 56 261 | ] 262 | ], 263 | "type": "fill", 264 | "source": "mapbox://mapbox.mapbox-terrain-v2", 265 | "id": "shadow 56 copy 2", 266 | "paint": { 267 | "fill-opacity": 0.2, 268 | "fill-color": "#62b0f0" 269 | }, 270 | "source-layer": "hillshade" 271 | }, 272 | { 273 | "interactive": true, 274 | "layout": { 275 | "visibility": "visible" 276 | }, 277 | "metadata": { 278 | "mapbox:group": "1452538953048.7173" 279 | }, 280 | "filter": [ 281 | "all", 282 | [ 283 | "==", 284 | "class", 285 | "shadow" 286 | ], 287 | [ 288 | "==", 289 | "level", 290 | 78 291 | ] 292 | ], 293 | "type": "fill", 294 | "source": "mapbox://mapbox.mapbox-terrain-v2", 295 | "id": "shadow 78 copy 1", 296 | "paint": { 297 | "fill-color": "rgba(128,128,128,1)", 298 | "fill-opacity": 0.2, 299 | "fill-pattern": "paleblue-lines-32" 300 | }, 301 | "source-layer": "hillshade" 302 | }, 303 | { 304 | "interactive": true, 305 | "metadata": { 306 | "mapbox:group": "1452538953048.7173" 307 | }, 308 | "id": "shadow 78 copy 2", 309 | "paint": { 310 | "fill-color": "rgba(255,255,255,1)", 311 | "fill-opacity": 0.8, 312 | "fill-pattern": "paleblue-lines-32" 313 | }, 314 | "ref": "shadow 78 copy 1" 315 | }, 316 | { 317 | "interactive": true, 318 | "metadata": { 319 | "mapbox:group": "1452538953048.7173" 320 | }, 321 | "id": "shadow 78 (texture) copy", 322 | "paint": { 323 | "fill-color": "rgba(128,128,128,1)", 324 | "fill-pattern": "paleblue-lines-32", 325 | "fill-translate": [ 326 | 3, 327 | 5 328 | ], 329 | "fill-opacity": 0.15 330 | }, 331 | "ref": "shadow 78 copy 1" 332 | }, 333 | { 334 | "interactive": true, 335 | "layout": { 336 | "visibility": "visible" 337 | }, 338 | "metadata": { 339 | "mapbox:group": "1452538953048.7173" 340 | }, 341 | "filter": [ 342 | "in", 343 | "class", 344 | "park", 345 | "grass", 346 | "wood" 347 | ], 348 | "type": "fill", 349 | "source": "mapbox://mapbox.mapbox-streets-v6", 350 | "id": "highlight 89 copy 2", 351 | "paint": { 352 | "fill-color": "rgba(167,36,237,1)", 353 | "fill-pattern": "paleblue-lines-32", 354 | "fill-opacity": 0.25 355 | }, 356 | "source-layer": "landuse" 357 | }, 358 | { 359 | "interactive": true, 360 | "metadata": { 361 | "mapbox:group": "1452538953048.7173" 362 | }, 363 | "id": "shadow 67 copy 1", 364 | "paint": { 365 | "fill-color": "rgba(128,128,128,1)", 366 | "fill-opacity": 0.3, 367 | "fill-pattern": "paleblue-lines-32" 368 | }, 369 | "ref": "shadow 67 copy 2" 370 | }, 371 | { 372 | "interactive": true, 373 | "metadata": { 374 | "mapbox:group": "1452538953048.7173" 375 | }, 376 | "id": "shadow 56 copy 1", 377 | "paint": { 378 | "fill-color": "rgba(128,128,128,1)", 379 | "fill-pattern": "paleblue-lines-32", 380 | "fill-opacity": 0.2 381 | }, 382 | "ref": "shadow 56 copy 2" 383 | }, 384 | { 385 | "interactive": true, 386 | "layout": { 387 | "visibility": "visible" 388 | }, 389 | "metadata": { 390 | "mapbox:group": "1452538953048.7173" 391 | }, 392 | "filter": [ 393 | "all", 394 | [ 395 | "==", 396 | "class", 397 | "highlight" 398 | ], 399 | [ 400 | "==", 401 | "level", 402 | 94 403 | ] 404 | ], 405 | "type": "fill", 406 | "source": "mapbox://mapbox.mapbox-terrain-v2", 407 | "id": "highlight 94 copy", 408 | "paint": { 409 | "fill-color": "rgba(252,252,252,1)", 410 | "fill-opacity": 1 411 | }, 412 | "source-layer": "hillshade" 413 | }, 414 | { 415 | "interactive": true, 416 | "metadata": { 417 | "mapbox:group": "1452538953048.7173" 418 | }, 419 | "id": "highlight 89 copy", 420 | "paint": { 421 | "fill-color": "#fff", 422 | "fill-opacity": 0.5 423 | }, 424 | "ref": "highlight 89 copy 2" 425 | }, 426 | { 427 | "interactive": true, 428 | "layout": { 429 | "visibility": "visible" 430 | }, 431 | "metadata": { 432 | "mapbox:group": "1452538953048.7173" 433 | }, 434 | "filter": [ 435 | "all", 436 | [ 437 | "==", 438 | "class", 439 | "highlight" 440 | ], 441 | [ 442 | "==", 443 | "level", 444 | 89 445 | ] 446 | ], 447 | "type": "fill", 448 | "source": "mapbox://mapbox.mapbox-terrain-v2", 449 | "id": "highlight 89 copy 1", 450 | "paint": { 451 | "fill-color": "rgba(167,36,237,1)", 452 | "fill-pattern": "paleblue-lines-32" 453 | }, 454 | "source-layer": "hillshade" 455 | }, 456 | { 457 | "interactive": true, 458 | "metadata": { 459 | "mapbox:group": "1452538953048.7173" 460 | }, 461 | "id": "shadow 78 (dotted) copy", 462 | "paint": { 463 | "fill-color": "rgba(128,128,128,1)", 464 | "fill-pattern": "13dot-blk16", 465 | "fill-opacity": { 466 | "base": 1, 467 | "stops": [ 468 | [ 469 | 14, 470 | 0 471 | ], 472 | [ 473 | 18, 474 | 0.75 475 | ] 476 | ] 477 | }, 478 | "fill-antialias": true, 479 | "fill-translate": [ 480 | 3, 481 | 5 482 | ] 483 | }, 484 | "ref": "shadow 78 copy 1" 485 | }, 486 | { 487 | "interactive": true, 488 | "layout": { 489 | "visibility": "visible" 490 | }, 491 | "metadata": { 492 | "mapbox:group": "1452119469254.5605" 493 | }, 494 | "filter": [ 495 | "==", 496 | "type", 497 | "glacier" 498 | ], 499 | "type": "fill", 500 | "source": "mapbox://mapbox.mapbox-streets-v6", 501 | "id": "glacier bg", 502 | "paint": { 503 | "fill-color": "#fff", 504 | "fill-opacity": { 505 | "base": 1, 506 | "stops": [ 507 | [ 508 | 0, 509 | 1 510 | ], 511 | [ 512 | 14, 513 | 0.5 514 | ], 515 | [ 516 | 22, 517 | 0.3 518 | ] 519 | ] 520 | }, 521 | "fill-outline-color": "#fff" 522 | }, 523 | "source-layer": "landuse" 524 | }, 525 | { 526 | "interactive": true, 527 | "layout": { 528 | "visibility": "visible" 529 | }, 530 | "metadata": { 531 | "mapbox:group": "1452119469254.5605" 532 | }, 533 | "filter": [ 534 | "==", 535 | "type", 536 | "glacier" 537 | ], 538 | "type": "line", 539 | "source": "mapbox://mapbox.mapbox-streets-v6", 540 | "id": "glacier outline", 541 | "paint": { 542 | "line-color": "#62b0f0", 543 | "line-width": { 544 | "base": 1, 545 | "stops": [ 546 | [ 547 | 9, 548 | 0.5 549 | ], 550 | [ 551 | 14, 552 | 1.5 553 | ] 554 | ] 555 | }, 556 | "line-blur": 0.5, 557 | "line-dasharray": { 558 | "base": 1, 559 | "stops": [ 560 | [ 561 | 0, 562 | [ 563 | 2, 564 | 1 565 | ] 566 | ], 567 | [ 568 | 14, 569 | [ 570 | 2, 571 | 4 572 | ] 573 | ] 574 | ] 575 | } 576 | }, 577 | "source-layer": "landuse" 578 | }, 579 | { 580 | "interactive": true, 581 | "metadata": { 582 | "mapbox:group": "1452119469254.5605" 583 | }, 584 | "id": "glacier pattern - blue", 585 | "paint": { 586 | "fill-opacity": 0.6, 587 | "fill-pattern": "blue-widept-pattern", 588 | "fill-translate-anchor": "map" 589 | }, 590 | "ref": "glacier bg" 591 | }, 592 | { 593 | "interactive": true, 594 | "metadata": { 595 | "mapbox:group": "1452119469254.5605" 596 | }, 597 | "id": "glacier pattern - blk", 598 | "paint": { 599 | "fill-opacity": 0.25, 600 | "fill-pattern": "blk-widept-pattern", 601 | "fill-translate-anchor": "map", 602 | "fill-translate": [ 603 | 0, 604 | 0 605 | ] 606 | }, 607 | "ref": "glacier bg" 608 | }, 609 | { 610 | "interactive": true, 611 | "layout": { 612 | "visibility": "visible" 613 | }, 614 | "metadata": { 615 | "mapbox:group": "1452037801360.402" 616 | }, 617 | "type": "line", 618 | "source": "mapbox://mapbox.mapbox-terrain-v2", 619 | "id": "contours", 620 | "paint": { 621 | "line-color": "#62b0f0", 622 | "line-opacity": { 623 | "base": 1, 624 | "stops": [ 625 | [ 626 | 9, 627 | 0.4 628 | ], 629 | [ 630 | 13, 631 | 1 632 | ] 633 | ] 634 | }, 635 | "line-width": { 636 | "base": 1, 637 | "stops": [ 638 | [ 639 | 9, 640 | 0.25 641 | ], 642 | [ 643 | 14, 644 | 0.75 645 | ] 646 | ] 647 | } 648 | }, 649 | "source-layer": "contour" 650 | }, 651 | { 652 | "interactive": true, 653 | "layout": { 654 | "visibility": "visible" 655 | }, 656 | "metadata": { 657 | "mapbox:group": "1452037801360.402" 658 | }, 659 | "filter": [ 660 | "in", 661 | "index", 662 | 5, 663 | 10 664 | ], 665 | "type": "line", 666 | "source": "mapbox://mapbox.mapbox-terrain-v2", 667 | "id": "index contour ", 668 | "paint": { 669 | "line-color": "#62b0f0", 670 | "line-opacity": { 671 | "base": 1, 672 | "stops": [ 673 | [ 674 | 9, 675 | 0.4 676 | ], 677 | [ 678 | 18, 679 | 1 680 | ] 681 | ] 682 | }, 683 | "line-width": { 684 | "base": 1, 685 | "stops": [ 686 | [ 687 | 9, 688 | 1 689 | ], 690 | [ 691 | 14, 692 | 2.5 693 | ] 694 | ] 695 | } 696 | }, 697 | "source-layer": "contour" 698 | }, 699 | { 700 | "interactive": true, 701 | "layout": { 702 | "text-field": "{ele}", 703 | "symbol-placement": "line", 704 | "text-rotation-alignment": "map", 705 | "text-font": [ 706 | "Tisa Offc Pro Medium", 707 | "Arial Unicode MS Regular" 708 | ], 709 | "text-size": { 710 | "base": 1, 711 | "stops": [ 712 | [ 713 | 9, 714 | 9 715 | ], 716 | [ 717 | 14, 718 | 12 719 | ] 720 | ] 721 | } 722 | }, 723 | "metadata": { 724 | "mapbox:group": "1452037801360.402" 725 | }, 726 | "filter": [ 727 | "in", 728 | "index", 729 | 5, 730 | 10 731 | ], 732 | "type": "symbol", 733 | "source": "mapbox://mapbox.mapbox-terrain-v2", 734 | "id": "contour elevation", 735 | "paint": { 736 | "text-color": "#62b0f0", 737 | "text-halo-color": "rgba(255,255,255,0.8)", 738 | "text-halo-width": 2 739 | }, 740 | "source-layer": "contour" 741 | }, 742 | { 743 | "interactive": true, 744 | "layout": { 745 | "visibility": "visible", 746 | "line-cap": "butt", 747 | "line-join": "round" 748 | }, 749 | "metadata": { 750 | "mapbox:group": "1452294613743.9702" 751 | }, 752 | "filter": [ 753 | "all", 754 | [ 755 | "in", 756 | "class", 757 | "street", 758 | "path", 759 | "service", 760 | "street_limited", 761 | "motorway_link" 762 | ], 763 | [ 764 | "!in", 765 | "type", 766 | "piste", 767 | "aerialway" 768 | ] 769 | ], 770 | "type": "line", 771 | "source": "mapbox://mapbox.mapbox-streets-v6", 772 | "id": "road minor case", 773 | "paint": { 774 | "line-color": "rgba(219,219,217,1)", 775 | "line-width": { 776 | "base": 1.55, 777 | "stops": [ 778 | [ 779 | 4, 780 | 0.05 781 | ], 782 | [ 783 | 20, 784 | 4 785 | ] 786 | ] 787 | }, 788 | "line-gap-width": { 789 | "base": 1.44, 790 | "stops": [ 791 | [ 792 | 4, 793 | 0.5 794 | ], 795 | [ 796 | 20, 797 | 20 798 | ] 799 | ] 800 | } 801 | }, 802 | "source-layer": "road" 803 | }, 804 | { 805 | "interactive": true, 806 | "layout": { 807 | "visibility": "visible", 808 | "line-cap": "butt", 809 | "line-join": "round" 810 | }, 811 | "metadata": { 812 | "mapbox:group": "1452294613743.9702" 813 | }, 814 | "filter": [ 815 | "all", 816 | [ 817 | "in", 818 | "class", 819 | "street", 820 | "path", 821 | "service", 822 | "street_limited", 823 | "motorway_link" 824 | ], 825 | [ 826 | "!in", 827 | "type", 828 | "aerialway", 829 | "piste" 830 | ] 831 | ], 832 | "type": "line", 833 | "source": "mapbox://mapbox.mapbox-streets-v6", 834 | "id": "road minor", 835 | "paint": { 836 | "line-width": { 837 | "base": 1.55, 838 | "stops": [ 839 | [ 840 | 4, 841 | 0.25 842 | ], 843 | [ 844 | 20, 845 | 20 846 | ] 847 | ] 848 | }, 849 | "line-color": "#fff" 850 | }, 851 | "source-layer": "road" 852 | }, 853 | { 854 | "interactive": true, 855 | "layout": { 856 | "visibility": "visible", 857 | "line-cap": "butt", 858 | "line-join": "round" 859 | }, 860 | "metadata": { 861 | "mapbox:group": "1452294613743.9702" 862 | }, 863 | "filter": [ 864 | "in", 865 | "class", 866 | "street", 867 | "path", 868 | "service", 869 | "street_limited", 870 | "motorway_link" 871 | ], 872 | "type": "line", 873 | "source": "mapbox://mapbox.mapbox-streets-v6", 874 | "id": "tunnel minor case", 875 | "paint": { 876 | "line-color": "rgba(219,219,217,1)", 877 | "line-width": { 878 | "base": 1.55, 879 | "stops": [ 880 | [ 881 | 4, 882 | 0.05 883 | ], 884 | [ 885 | 20, 886 | 4 887 | ] 888 | ] 889 | }, 890 | "line-gap-width": { 891 | "base": 1.44, 892 | "stops": [ 893 | [ 894 | 4, 895 | 0.5 896 | ], 897 | [ 898 | 20, 899 | 20 900 | ] 901 | ] 902 | }, 903 | "line-dasharray": [ 904 | 2, 905 | 2.5 906 | ] 907 | }, 908 | "source-layer": "tunnel" 909 | }, 910 | { 911 | "interactive": true, 912 | "metadata": { 913 | "mapbox:group": "1452294613743.9702" 914 | }, 915 | "id": "tunnel minor", 916 | "paint": { 917 | "line-width": { 918 | "base": 1.55, 919 | "stops": [ 920 | [ 921 | 4, 922 | 0.25 923 | ], 924 | [ 925 | 20, 926 | 20 927 | ] 928 | ] 929 | }, 930 | "line-color": "#fff", 931 | "line-opacity": 0.6 932 | }, 933 | "ref": "tunnel minor case" 934 | }, 935 | { 936 | "interactive": true, 937 | "layout": { 938 | "visibility": "visible", 939 | "line-cap": "butt", 940 | "line-join": "round" 941 | }, 942 | "metadata": { 943 | "mapbox:group": "1452294613743.9702" 944 | }, 945 | "filter": [ 946 | "in", 947 | "class", 948 | "street", 949 | "path", 950 | "service", 951 | "street_limited", 952 | "motorway_link" 953 | ], 954 | "type": "line", 955 | "source": "mapbox://mapbox.mapbox-streets-v6", 956 | "id": "bridge minor case", 957 | "paint": { 958 | "line-color": "rgba(219,219,217,1)", 959 | "line-width": { 960 | "base": 1.55, 961 | "stops": [ 962 | [ 963 | 4, 964 | 0.05 965 | ], 966 | [ 967 | 20, 968 | 4 969 | ] 970 | ] 971 | }, 972 | "line-gap-width": { 973 | "base": 1.44, 974 | "stops": [ 975 | [ 976 | 4, 977 | 0.5 978 | ], 979 | [ 980 | 20, 981 | 20 982 | ] 983 | ] 984 | } 985 | }, 986 | "source-layer": "bridge" 987 | }, 988 | { 989 | "interactive": true, 990 | "metadata": { 991 | "mapbox:group": "1452294613743.9702" 992 | }, 993 | "id": "bridge minor", 994 | "paint": { 995 | "line-width": { 996 | "base": 1.55, 997 | "stops": [ 998 | [ 999 | 4, 1000 | 0.25 1001 | ], 1002 | [ 1003 | 20, 1004 | 20 1005 | ] 1006 | ] 1007 | }, 1008 | "line-color": "#fff" 1009 | }, 1010 | "ref": "bridge minor case" 1011 | }, 1012 | { 1013 | "interactive": true, 1014 | "layout": { 1015 | "visibility": "visible", 1016 | "line-cap": "butt", 1017 | "line-join": "round" 1018 | }, 1019 | "metadata": { 1020 | "mapbox:group": "1452294613743.9702" 1021 | }, 1022 | "filter": [ 1023 | "in", 1024 | "class", 1025 | "motorway", 1026 | "main", 1027 | "major_rail", 1028 | "motorway_link" 1029 | ], 1030 | "type": "line", 1031 | "source": "mapbox://mapbox.mapbox-streets-v6", 1032 | "id": "tunnel major case", 1033 | "paint": { 1034 | "line-gap-width": { 1035 | "base": 1.4, 1036 | "stops": [ 1037 | [ 1038 | 6, 1039 | 0.5 1040 | ], 1041 | [ 1042 | 20, 1043 | 25 1044 | ] 1045 | ] 1046 | }, 1047 | "line-color": "rgba(219,219,217,1)", 1048 | "line-width": { 1049 | "base": 1.4, 1050 | "stops": [ 1051 | [ 1052 | 6, 1053 | 1 1054 | ], 1055 | [ 1056 | 22, 1057 | 2 1058 | ] 1059 | ] 1060 | }, 1061 | "line-dasharray": [ 1062 | 2, 1063 | 2.5 1064 | ] 1065 | }, 1066 | "source-layer": "tunnel" 1067 | }, 1068 | { 1069 | "interactive": true, 1070 | "metadata": { 1071 | "mapbox:group": "1452294613743.9702" 1072 | }, 1073 | "id": "tunnel major", 1074 | "paint": { 1075 | "line-color": "#fff", 1076 | "line-width": { 1077 | "base": 1.4, 1078 | "stops": [ 1079 | [ 1080 | 6, 1081 | 0.5 1082 | ], 1083 | [ 1084 | 20, 1085 | 25 1086 | ] 1087 | ] 1088 | }, 1089 | "line-opacity": 0.6 1090 | }, 1091 | "ref": "tunnel major case" 1092 | }, 1093 | { 1094 | "interactive": true, 1095 | "layout": { 1096 | "visibility": "visible", 1097 | "line-cap": "butt", 1098 | "line-join": "round" 1099 | }, 1100 | "metadata": { 1101 | "mapbox:group": "1452294613743.9702" 1102 | }, 1103 | "filter": [ 1104 | "in", 1105 | "class", 1106 | "motorway", 1107 | "main", 1108 | "major_rail", 1109 | "motorway_link" 1110 | ], 1111 | "type": "line", 1112 | "source": "mapbox://mapbox.mapbox-streets-v6", 1113 | "id": "bridge major case", 1114 | "paint": { 1115 | "line-gap-width": { 1116 | "base": 1.4, 1117 | "stops": [ 1118 | [ 1119 | 6, 1120 | 0.5 1121 | ], 1122 | [ 1123 | 20, 1124 | 25 1125 | ] 1126 | ] 1127 | }, 1128 | "line-color": "rgba(219,219,217,1)", 1129 | "line-width": { 1130 | "base": 1.4, 1131 | "stops": [ 1132 | [ 1133 | 6, 1134 | 1 1135 | ], 1136 | [ 1137 | 22, 1138 | 2 1139 | ] 1140 | ] 1141 | } 1142 | }, 1143 | "source-layer": "bridge" 1144 | }, 1145 | { 1146 | "interactive": true, 1147 | "metadata": { 1148 | "mapbox:group": "1452294613743.9702" 1149 | }, 1150 | "id": "bridge major", 1151 | "paint": { 1152 | "line-color": "#fff", 1153 | "line-width": { 1154 | "base": 1.4, 1155 | "stops": [ 1156 | [ 1157 | 6, 1158 | 0.5 1159 | ], 1160 | [ 1161 | 20, 1162 | 25 1163 | ] 1164 | ] 1165 | } 1166 | }, 1167 | "ref": "bridge major case" 1168 | }, 1169 | { 1170 | "interactive": true, 1171 | "layout": { 1172 | "visibility": "visible", 1173 | "line-cap": "butt", 1174 | "line-join": "round" 1175 | }, 1176 | "metadata": { 1177 | "mapbox:group": "1452294613743.9702" 1178 | }, 1179 | "filter": [ 1180 | "in", 1181 | "class", 1182 | "motorway", 1183 | "main", 1184 | "major_rail", 1185 | "motorway_link" 1186 | ], 1187 | "type": "line", 1188 | "source": "mapbox://mapbox.mapbox-streets-v6", 1189 | "id": "road major case", 1190 | "paint": { 1191 | "line-gap-width": { 1192 | "base": 1.4, 1193 | "stops": [ 1194 | [ 1195 | 6, 1196 | 0.5 1197 | ], 1198 | [ 1199 | 20, 1200 | 25 1201 | ] 1202 | ] 1203 | }, 1204 | "line-color": "rgba(219,219,217,1)", 1205 | "line-width": { 1206 | "base": 1.4, 1207 | "stops": [ 1208 | [ 1209 | 6, 1210 | 1 1211 | ], 1212 | [ 1213 | 22, 1214 | 2 1215 | ] 1216 | ] 1217 | } 1218 | }, 1219 | "source-layer": "road" 1220 | }, 1221 | { 1222 | "interactive": true, 1223 | "metadata": { 1224 | "mapbox:group": "1452294613743.9702" 1225 | }, 1226 | "id": "road major", 1227 | "paint": { 1228 | "line-color": "#fff", 1229 | "line-width": { 1230 | "base": 1.4, 1231 | "stops": [ 1232 | [ 1233 | 6, 1234 | 0.5 1235 | ], 1236 | [ 1237 | 20, 1238 | 25 1239 | ] 1240 | ] 1241 | } 1242 | }, 1243 | "ref": "road major case" 1244 | }, 1245 | { 1246 | "interactive": true, 1247 | "layout": { 1248 | "visibility": "visible" 1249 | }, 1250 | "metadata": { 1251 | "mapbox:group": "1452119539441.3816" 1252 | }, 1253 | "filter": [ 1254 | "all", 1255 | [ 1256 | "in", 1257 | "class", 1258 | "service", 1259 | "street_limited", 1260 | "driveway", 1261 | "path" 1262 | ], 1263 | [ 1264 | "!in", 1265 | "type", 1266 | "piste", 1267 | "footway", 1268 | "cycleway", 1269 | "aerialway" 1270 | ] 1271 | ], 1272 | "type": "line", 1273 | "source": "mapbox://mapbox.mapbox-streets-v6", 1274 | "id": "minor streets", 1275 | "paint": { 1276 | "line-color": "rgba(201,197,197,1)", 1277 | "line-opacity": 1, 1278 | "line-width": 0.5 1279 | }, 1280 | "source-layer": "road" 1281 | }, 1282 | { 1283 | "interactive": true, 1284 | "layout": { 1285 | "visibility": "visible" 1286 | }, 1287 | "metadata": { 1288 | "mapbox:group": "1452119539441.3816" 1289 | }, 1290 | "filter": [ 1291 | "all", 1292 | [ 1293 | "==", 1294 | "class", 1295 | "path" 1296 | ], 1297 | [ 1298 | "==", 1299 | "type", 1300 | "footway" 1301 | ] 1302 | ], 1303 | "type": "line", 1304 | "source": "mapbox://mapbox.mapbox-streets-v6", 1305 | "id": "footway", 1306 | "paint": { 1307 | "line-color": "rgba(143,140,140,1)", 1308 | "line-dasharray": [ 1309 | 5, 1310 | 2 1311 | ] 1312 | }, 1313 | "source-layer": "road" 1314 | }, 1315 | { 1316 | "interactive": true, 1317 | "layout": { 1318 | "visibility": "visible" 1319 | }, 1320 | "metadata": { 1321 | "mapbox:group": "1452119539441.3816" 1322 | }, 1323 | "filter": [ 1324 | "all", 1325 | [ 1326 | "==", 1327 | "class", 1328 | "path" 1329 | ], 1330 | [ 1331 | "==", 1332 | "type", 1333 | "cycleway" 1334 | ] 1335 | ], 1336 | "type": "line", 1337 | "source": "mapbox://mapbox.mapbox-streets-v6", 1338 | "id": "cycleway", 1339 | "paint": { 1340 | "line-color": "rgba(97,151,201,1)", 1341 | "line-dasharray": [ 1342 | 5, 1343 | 3 1344 | ], 1345 | "line-opacity": 1 1346 | }, 1347 | "source-layer": "road" 1348 | }, 1349 | { 1350 | "interactive": true, 1351 | "layout": { 1352 | "visibility": "visible" 1353 | }, 1354 | "metadata": { 1355 | "mapbox:group": "1452119539441.3816" 1356 | }, 1357 | "filter": [ 1358 | "all", 1359 | [ 1360 | "==", 1361 | "class", 1362 | "path" 1363 | ], 1364 | [ 1365 | "==", 1366 | "type", 1367 | "piste" 1368 | ] 1369 | ], 1370 | "type": "line", 1371 | "source": "mapbox://mapbox.mapbox-streets-v6", 1372 | "id": "piste", 1373 | "paint": { 1374 | "line-color": "rgba(107,105,105,1)", 1375 | "line-width": { 1376 | "base": 1, 1377 | "stops": [ 1378 | [ 1379 | 15, 1380 | 1.5 1381 | ], 1382 | [ 1383 | 18, 1384 | 3 1385 | ] 1386 | ] 1387 | } 1388 | }, 1389 | "source-layer": "road" 1390 | }, 1391 | { 1392 | "interactive": true, 1393 | "layout": { 1394 | "visibility": "visible" 1395 | }, 1396 | "metadata": { 1397 | "mapbox:group": "1452119539441.3816" 1398 | }, 1399 | "filter": [ 1400 | "all", 1401 | [ 1402 | "in", 1403 | "type", 1404 | "chair_lift", 1405 | "drag_lift", 1406 | "cable_car" 1407 | ], 1408 | [ 1409 | "==", 1410 | "class", 1411 | "aerialway" 1412 | ] 1413 | ], 1414 | "type": "line", 1415 | "source": "mapbox://mapbox.mapbox-streets-v6", 1416 | "id": "chair_lift", 1417 | "paint": { 1418 | "line-color": { 1419 | "base": 1, 1420 | "stops": [ 1421 | [ 1422 | 11, 1423 | "rgba(163,163,163,1)" 1424 | ], 1425 | [ 1426 | 15, 1427 | "rgba(171,169,169,1)" 1428 | ] 1429 | ] 1430 | }, 1431 | "line-dasharray": [ 1432 | 1, 1433 | 0 1434 | ], 1435 | "line-width": { 1436 | "base": 1, 1437 | "stops": [ 1438 | [ 1439 | 11, 1440 | 0.75 1441 | ], 1442 | [ 1443 | 16, 1444 | 1.5 1445 | ] 1446 | ] 1447 | } 1448 | }, 1449 | "source-layer": "bridge" 1450 | }, 1451 | { 1452 | "interactive": true, 1453 | "layout": { 1454 | "visibility": "visible", 1455 | "line-cap": "square", 1456 | "line-join": "bevel" 1457 | }, 1458 | "metadata": { 1459 | "mapbox:group": "1452119539441.3816" 1460 | }, 1461 | "filter": [ 1462 | "all", 1463 | [ 1464 | "in", 1465 | "type", 1466 | "chair_lift", 1467 | "drag_lift", 1468 | "cable_car" 1469 | ], 1470 | [ 1471 | "==", 1472 | "class", 1473 | "aerialway" 1474 | ] 1475 | ], 1476 | "type": "line", 1477 | "source": "mapbox://mapbox.mapbox-streets-v6", 1478 | "id": "chair_lift ticks", 1479 | "paint": { 1480 | "line-color": { 1481 | "base": 1, 1482 | "stops": [ 1483 | [ 1484 | 11, 1485 | "rgba(163,163,163,1)" 1486 | ], 1487 | [ 1488 | 15, 1489 | "rgba(171,169,169,1)" 1490 | ] 1491 | ] 1492 | }, 1493 | "line-dasharray": { 1494 | "base": 1, 1495 | "stops": [ 1496 | [ 1497 | 11, 1498 | [ 1499 | 0.1, 1500 | 2 1501 | ] 1502 | ], 1503 | [ 1504 | 17, 1505 | [ 1506 | 0.25, 1507 | 4 1508 | ] 1509 | ], 1510 | [ 1511 | 22, 1512 | [ 1513 | 0.5, 1514 | 6 1515 | ] 1516 | ] 1517 | ] 1518 | }, 1519 | "line-translate-anchor": "viewport", 1520 | "line-width": { 1521 | "base": 1, 1522 | "stops": [ 1523 | [ 1524 | 11, 1525 | 4 1526 | ], 1527 | [ 1528 | 17, 1529 | 8 1530 | ], 1531 | [ 1532 | 22, 1533 | 12 1534 | ] 1535 | ] 1536 | } 1537 | }, 1538 | "source-layer": "bridge" 1539 | }, 1540 | { 1541 | "interactive": true, 1542 | "layout": { 1543 | "visibility": "visible" 1544 | }, 1545 | "metadata": { 1546 | "mapbox:group": "1452119539441.3816" 1547 | }, 1548 | "filter": [ 1549 | "==", 1550 | "type", 1551 | "gondola" 1552 | ], 1553 | "type": "line", 1554 | "source": "mapbox://mapbox.mapbox-streets-v6", 1555 | "id": "gondola", 1556 | "paint": { 1557 | "line-color": { 1558 | "base": 1, 1559 | "stops": [ 1560 | [ 1561 | 11, 1562 | "rgba(163,163,163,1)" 1563 | ], 1564 | [ 1565 | 15, 1566 | "rgba(171,169,169,1)" 1567 | ] 1568 | ] 1569 | }, 1570 | "line-dasharray": [ 1571 | 1, 1572 | 0 1573 | ], 1574 | "line-width": { 1575 | "base": 1, 1576 | "stops": [ 1577 | [ 1578 | 11, 1579 | 0.75 1580 | ], 1581 | [ 1582 | 18, 1583 | 1.25 1584 | ] 1585 | ] 1586 | } 1587 | }, 1588 | "source-layer": "bridge" 1589 | }, 1590 | { 1591 | "interactive": true, 1592 | "layout": { 1593 | "visibility": "visible", 1594 | "line-cap": "butt", 1595 | "line-join": "round" 1596 | }, 1597 | "metadata": { 1598 | "mapbox:group": "1452119539441.3816" 1599 | }, 1600 | "filter": [ 1601 | "==", 1602 | "type", 1603 | "gondola" 1604 | ], 1605 | "type": "line", 1606 | "source": "mapbox://mapbox.mapbox-streets-v6", 1607 | "id": "gondola dots", 1608 | "paint": { 1609 | "line-color": { 1610 | "base": 1, 1611 | "stops": [ 1612 | [ 1613 | 11, 1614 | "rgba(163,163,163,1)" 1615 | ], 1616 | [ 1617 | 15, 1618 | "rgba(171,169,169,1)" 1619 | ] 1620 | ] 1621 | }, 1622 | "line-dasharray": { 1623 | "base": 1, 1624 | "stops": [ 1625 | [ 1626 | 11, 1627 | [ 1628 | 0.75, 1629 | 1 1630 | ] 1631 | ], 1632 | [ 1633 | 17, 1634 | [ 1635 | 1, 1636 | 2.5 1637 | ] 1638 | ] 1639 | ] 1640 | }, 1641 | "line-width": { 1642 | "base": 1, 1643 | "stops": [ 1644 | [ 1645 | 11, 1646 | 2 1647 | ], 1648 | [ 1649 | 17, 1650 | 3 1651 | ] 1652 | ] 1653 | } 1654 | }, 1655 | "source-layer": "bridge" 1656 | }, 1657 | { 1658 | "layout": {}, 1659 | "type": "line", 1660 | "source": "mapbox://mapbox.mapbox-streets-v6", 1661 | "id": "building", 1662 | "paint": { 1663 | "line-color": { 1664 | "base": 1, 1665 | "stops": [ 1666 | [ 1667 | 14, 1668 | "rgba(10,10,10,1)" 1669 | ], 1670 | [ 1671 | 22, 1672 | "rgba(120,120,120,1)" 1673 | ] 1674 | ] 1675 | }, 1676 | "line-blur": 0.5, 1677 | "line-opacity": { 1678 | "base": 1, 1679 | "stops": [ 1680 | [ 1681 | 14, 1682 | 0.05 1683 | ], 1684 | [ 1685 | 18, 1686 | 0.5 1687 | ], 1688 | [ 1689 | 22, 1690 | 1 1691 | ] 1692 | ] 1693 | } 1694 | }, 1695 | "source-layer": "building", 1696 | "interactive": true, 1697 | "metadata": { 1698 | "mapbox:group": "1452123103210.5454" 1699 | } 1700 | }, 1701 | { 1702 | "layout": {}, 1703 | "type": "fill", 1704 | "source": "mapbox://mapbox.mapbox-streets-v6", 1705 | "id": "building copy", 1706 | "paint": { 1707 | "fill-pattern": "thin-diagonal-lines-blk32", 1708 | "fill-opacity": { 1709 | "base": 1, 1710 | "stops": [ 1711 | [ 1712 | 14, 1713 | 0.4 1714 | ], 1715 | [ 1716 | 18, 1717 | 0.6 1718 | ] 1719 | ] 1720 | } 1721 | }, 1722 | "source-layer": "building", 1723 | "interactive": true, 1724 | "metadata": { 1725 | "mapbox:group": "1452123103210.5454" 1726 | } 1727 | }, 1728 | { 1729 | "interactive": true, 1730 | "layout": { 1731 | "visibility": "visible", 1732 | "line-join": "bevel" 1733 | }, 1734 | "metadata": { 1735 | "mapbox:group": "1452377264560.7012" 1736 | }, 1737 | "filter": [ 1738 | "==", 1739 | "maritime", 1740 | 0 1741 | ], 1742 | "type": "line", 1743 | "source": "mapbox://mapbox.mapbox-streets-v6", 1744 | "id": "boundaries", 1745 | "paint": { 1746 | "line-color": "rgba(120,119,119,1)", 1747 | "line-dasharray": { 1748 | "base": 1, 1749 | "stops": [ 1750 | [ 1751 | 0, 1752 | [ 1753 | 3, 1754 | 2 1755 | ] 1756 | ], 1757 | [ 1758 | 8, 1759 | [ 1760 | 2, 1761 | 1 1762 | ] 1763 | ], 1764 | [ 1765 | 14, 1766 | [ 1767 | 3, 1768 | 4 1769 | ] 1770 | ] 1771 | ] 1772 | }, 1773 | "line-width": { 1774 | "base": 1, 1775 | "stops": [ 1776 | [ 1777 | 0, 1778 | 0.25 1779 | ], 1780 | [ 1781 | 4, 1782 | 1 1783 | ], 1784 | [ 1785 | 8, 1786 | 2 1787 | ], 1788 | [ 1789 | 14, 1790 | 5 1791 | ] 1792 | ] 1793 | }, 1794 | "line-opacity": { 1795 | "base": 1, 1796 | "stops": [ 1797 | [ 1798 | 0, 1799 | 0.3 1800 | ], 1801 | [ 1802 | 6, 1803 | 1 1804 | ] 1805 | ] 1806 | } 1807 | }, 1808 | "source-layer": "admin" 1809 | }, 1810 | { 1811 | "interactive": true, 1812 | "layout": { 1813 | "visibility": "none" 1814 | }, 1815 | "metadata": { 1816 | "mapbox:group": "1452377264560.7012" 1817 | }, 1818 | "filter": [ 1819 | "==", 1820 | "maritime", 1821 | 1 1822 | ], 1823 | "type": "line", 1824 | "source": "mapbox://mapbox.mapbox-streets-v6", 1825 | "id": "maritime", 1826 | "paint": { 1827 | "line-color": "rgba(120,119,119,1)", 1828 | "line-dasharray": [ 1829 | 1, 1830 | 0 1831 | ], 1832 | "line-width": { 1833 | "base": 1, 1834 | "stops": [ 1835 | [ 1836 | 0, 1837 | 0.5 1838 | ], 1839 | [ 1840 | 8, 1841 | 1 1842 | ], 1843 | [ 1844 | 14, 1845 | 2 1846 | ], 1847 | [ 1848 | 22, 1849 | 4 1850 | ] 1851 | ] 1852 | }, 1853 | "line-opacity": { 1854 | "base": 1, 1855 | "stops": [ 1856 | [ 1857 | 0, 1858 | 0.3 1859 | ], 1860 | [ 1861 | 6, 1862 | 1 1863 | ] 1864 | ] 1865 | } 1866 | }, 1867 | "source-layer": "admin" 1868 | }, 1869 | { 1870 | "interactive": true, 1871 | "layout": { 1872 | "visibility": "visible" 1873 | }, 1874 | "metadata": { 1875 | "mapbox:group": "1452377264560.7012" 1876 | }, 1877 | "filter": [ 1878 | "==", 1879 | "maritime", 1880 | 1 1881 | ], 1882 | "type": "line", 1883 | "source": "mapbox://mapbox.mapbox-streets-v6", 1884 | "id": "maritime copy", 1885 | "paint": { 1886 | "line-color": "rgba(129,176,214,1)", 1887 | "line-dasharray": [ 1888 | 1, 1889 | 0 1890 | ], 1891 | "line-width": { 1892 | "base": 1, 1893 | "stops": [ 1894 | [ 1895 | 0, 1896 | 0.25 1897 | ], 1898 | [ 1899 | 4, 1900 | 1 1901 | ], 1902 | [ 1903 | 8, 1904 | 2.5 1905 | ], 1906 | [ 1907 | 14, 1908 | 4 1909 | ], 1910 | [ 1911 | 22, 1912 | 8 1913 | ] 1914 | ] 1915 | }, 1916 | "line-opacity": { 1917 | "base": 1, 1918 | "stops": [ 1919 | [ 1920 | 0, 1921 | 0.3 1922 | ], 1923 | [ 1924 | 6, 1925 | 1 1926 | ] 1927 | ] 1928 | } 1929 | }, 1930 | "source-layer": "admin" 1931 | }, 1932 | { 1933 | "interactive": true, 1934 | "metadata": { 1935 | "mapbox:group": "1452377264560.7012" 1936 | }, 1937 | "id": "maritime copy 1", 1938 | "paint": { 1939 | "line-color": "rgba(129,176,214,1)", 1940 | "line-dasharray": [ 1941 | 1, 1942 | 0 1943 | ], 1944 | "line-width": { 1945 | "base": 1, 1946 | "stops": [ 1947 | [ 1948 | 4, 1949 | 1 1950 | ], 1951 | [ 1952 | 8, 1953 | 2.5 1954 | ], 1955 | [ 1956 | 14, 1957 | 4 1958 | ], 1959 | [ 1960 | 22, 1961 | 8 1962 | ] 1963 | ] 1964 | }, 1965 | "line-opacity": { 1966 | "base": 1, 1967 | "stops": [ 1968 | [ 1969 | 0, 1970 | 0.3 1971 | ], 1972 | [ 1973 | 6, 1974 | 1 1975 | ] 1976 | ] 1977 | }, 1978 | "line-blur": 4 1979 | }, 1980 | "ref": "maritime copy" 1981 | }, 1982 | { 1983 | "interactive": true, 1984 | "layout": { 1985 | "visibility": "visible", 1986 | "text-field": "{name_en}", 1987 | "text-size": { 1988 | "base": 1, 1989 | "stops": [ 1990 | [ 1991 | 15, 1992 | 10 1993 | ], 1994 | [ 1995 | 18, 1996 | 12 1997 | ] 1998 | ] 1999 | }, 2000 | "text-font": [ 2001 | "Tisa Offc Pro Bold", 2002 | "Arial Unicode MS Regular" 2003 | ] 2004 | }, 2005 | "metadata": { 2006 | "mapbox:group": "1452214567277.007" 2007 | }, 2008 | "filter": [ 2009 | "in", 2010 | "type", 2011 | "Alpine Hut", 2012 | "Attraction", 2013 | "Biergarten", 2014 | "Bed And Breakfast", 2015 | "Golf Course", 2016 | "Hotel", 2017 | "Yes" 2018 | ], 2019 | "type": "symbol", 2020 | "source": "mapbox://mapbox.mapbox-streets-v6", 2021 | "id": "POI labels", 2022 | "paint": { 2023 | "text-opacity": 0.75, 2024 | "text-color": "rgba(15,15,15,1)", 2025 | "text-halo-color": "rgba(255,255,255,1)", 2026 | "text-halo-blur": 0, 2027 | "text-halo-width": 1.5 2028 | }, 2029 | "source-layer": "poi_label" 2030 | }, 2031 | { 2032 | "interactive": true, 2033 | "layout": { 2034 | "text-size": { 2035 | "base": 1.4, 2036 | "stops": [ 2037 | [ 2038 | 14, 2039 | 9.5 2040 | ], 2041 | [ 2042 | 22, 2043 | 14 2044 | ] 2045 | ] 2046 | }, 2047 | "text-max-angle": 45, 2048 | "text-transform": "uppercase", 2049 | "text-font": [ 2050 | "Noto Sans CJK KR Medium", 2051 | "Arial Unicode MS Regular" 2052 | ], 2053 | "symbol-placement": "line", 2054 | "visibility": "visible", 2055 | "text-offset": [ 2056 | 0, 2057 | -0.1 2058 | ], 2059 | "text-rotation-alignment": "map", 2060 | "text-anchor": "center", 2061 | "text-field": "{name}" 2062 | }, 2063 | "metadata": { 2064 | "mapbox:group": "1452214567277.007" 2065 | }, 2066 | "filter": [ 2067 | "==", 2068 | "class", 2069 | "path" 2070 | ], 2071 | "type": "symbol", 2072 | "source": "mapbox://mapbox.mapbox-streets-v6", 2073 | "id": "path label", 2074 | "paint": { 2075 | "text-color": "rgba(48,47,47,1)", 2076 | "text-halo-color": "rgba(252,252,252,1)", 2077 | "text-halo-width": 21 2078 | }, 2079 | "source-layer": "road_label" 2080 | }, 2081 | { 2082 | "interactive": true, 2083 | "layout": { 2084 | "text-size": { 2085 | "base": 1, 2086 | "stops": [ 2087 | [ 2088 | 15, 2089 | 10 2090 | ], 2091 | [ 2092 | 22, 2093 | 14 2094 | ] 2095 | ] 2096 | }, 2097 | "text-max-angle": 0, 2098 | "text-font": [ 2099 | "Noto Sans CJK KR DemiLight", 2100 | "Arial Unicode MS Regular" 2101 | ], 2102 | "symbol-placement": "line", 2103 | "visibility": "visible", 2104 | "text-offset": { 2105 | "base": 1, 2106 | "stops": [ 2107 | [ 2108 | 15, 2109 | [ 2110 | 0, 2111 | 1.5 2112 | ] 2113 | ], 2114 | [ 2115 | 20, 2116 | [ 2117 | 0, 2118 | 2.5 2119 | ] 2120 | ] 2121 | ] 2122 | }, 2123 | "text-rotation-alignment": "map", 2124 | "text-anchor": "bottom", 2125 | "text-field": "{name}" 2126 | }, 2127 | "metadata": { 2128 | "mapbox:group": "1452214567277.007" 2129 | }, 2130 | "filter": [ 2131 | "==", 2132 | "class", 2133 | "aerialway" 2134 | ], 2135 | "type": "symbol", 2136 | "source": "mapbox://mapbox.mapbox-streets-v6", 2137 | "id": "chairlift aerialway label", 2138 | "paint": { 2139 | "text-halo-color": "#fff", 2140 | "text-color": "rgba(69,68,68,1)", 2141 | "text-translate": { 2142 | "base": 1, 2143 | "stops": [ 2144 | [ 2145 | 14, 2146 | [ 2147 | 15, 2148 | 0 2149 | ] 2150 | ], 2151 | [ 2152 | 22, 2153 | [ 2154 | 40, 2155 | 0 2156 | ] 2157 | ] 2158 | ] 2159 | }, 2160 | "text-halo-width": 2, 2161 | "text-halo-blur": 1 2162 | }, 2163 | "source-layer": "road_label" 2164 | }, 2165 | { 2166 | "layout": { 2167 | "text-size": { 2168 | "base": 1, 2169 | "stops": [ 2170 | [ 2171 | 10, 2172 | 9 2173 | ], 2174 | [ 2175 | 16, 2176 | 14 2177 | ], 2178 | [ 2179 | 22, 2180 | 20 2181 | ] 2182 | ] 2183 | }, 2184 | "text-transform": "uppercase", 2185 | "text-font": [ 2186 | "Noto Sans CJK KR Medium", 2187 | "Arial Unicode MS Regular" 2188 | ], 2189 | "symbol-placement": "point", 2190 | "visibility": "visible", 2191 | "text-rotation-alignment": "map", 2192 | "text-keep-upright": { 2193 | "base": 1, 2194 | "stops": [ 2195 | [ 2196 | 0, 2197 | true 2198 | ], 2199 | [ 2200 | 22, 2201 | true 2202 | ] 2203 | ] 2204 | }, 2205 | "text-field": "{name}", 2206 | "text-rotate": -45, 2207 | "text-letter-spacing": { 2208 | "base": 1, 2209 | "stops": [ 2210 | [ 2211 | 9, 2212 | 0.5 2213 | ], 2214 | [ 2215 | 14, 2216 | 1 2217 | ] 2218 | ] 2219 | }, 2220 | "text-max-width": 20 2221 | }, 2222 | "metadata": { 2223 | "mapbox:group": "1452214567277.007" 2224 | }, 2225 | "type": "symbol", 2226 | "source": "mapbox://mapbox.mapbox-streets-v6", 2227 | "id": "water-label", 2228 | "paint": { 2229 | "text-color": "#62b0f0", 2230 | "text-halo-color": "rgba(252,252,252,0.8)", 2231 | "text-halo-width": { 2232 | "base": 1, 2233 | "stops": [ 2234 | [ 2235 | 14, 2236 | 1 2237 | ], 2238 | [ 2239 | 22, 2240 | 2 2241 | ] 2242 | ] 2243 | } 2244 | }, 2245 | "source-layer": "water_label", 2246 | "interactive": true 2247 | }, 2248 | { 2249 | "interactive": true, 2250 | "layout": { 2251 | "text-size": { 2252 | "base": 1, 2253 | "stops": [ 2254 | [ 2255 | 10, 2256 | 10 2257 | ], 2258 | [ 2259 | 16, 2260 | 16 2261 | ], 2262 | [ 2263 | 22, 2264 | 22 2265 | ] 2266 | ] 2267 | }, 2268 | "text-transform": "uppercase", 2269 | "text-font": [ 2270 | "Noto Sans CJK KR Medium", 2271 | "Arial Unicode MS Regular" 2272 | ], 2273 | "symbol-placement": "point", 2274 | "visibility": "none", 2275 | "text-rotation-alignment": "map", 2276 | "text-keep-upright": { 2277 | "base": 1, 2278 | "stops": [ 2279 | [ 2280 | 0, 2281 | true 2282 | ], 2283 | [ 2284 | 22, 2285 | true 2286 | ] 2287 | ] 2288 | }, 2289 | "text-field": "{name}", 2290 | "text-rotate": -45, 2291 | "text-letter-spacing": { 2292 | "base": 1, 2293 | "stops": [ 2294 | [ 2295 | 9, 2296 | 0.5 2297 | ], 2298 | [ 2299 | 14, 2300 | 1 2301 | ] 2302 | ] 2303 | }, 2304 | "text-max-width": 20 2305 | }, 2306 | "metadata": { 2307 | "mapbox:group": "1452214567277.007" 2308 | }, 2309 | "filter": [ 2310 | ">=", 2311 | "area", 2312 | "258500" 2313 | ], 2314 | "type": "symbol", 2315 | "source": "mapbox://mapbox.mapbox-streets-v6", 2316 | "id": "water-label (lg)", 2317 | "paint": { 2318 | "text-color": "#62b0f0", 2319 | "text-halo-color": "rgba(252,252,252,0.8)", 2320 | "text-halo-width": { 2321 | "base": 1, 2322 | "stops": [ 2323 | [ 2324 | 14, 2325 | 1 2326 | ], 2327 | [ 2328 | 22, 2329 | 2 2330 | ] 2331 | ] 2332 | } 2333 | }, 2334 | "source-layer": "water_label" 2335 | }, 2336 | { 2337 | "layout": { 2338 | "text-size": { 2339 | "base": 1, 2340 | "stops": [ 2341 | [ 2342 | 10, 2343 | 10 2344 | ], 2345 | [ 2346 | 16, 2347 | 16 2348 | ], 2349 | [ 2350 | 22, 2351 | 22 2352 | ] 2353 | ] 2354 | }, 2355 | "text-transform": "uppercase", 2356 | "text-font": [ 2357 | "Noto Sans CJK KR Medium", 2358 | "Arial Unicode MS Regular" 2359 | ], 2360 | "symbol-placement": "point", 2361 | "visibility": "visible", 2362 | "text-rotation-alignment": "map", 2363 | "text-keep-upright": { 2364 | "base": 1, 2365 | "stops": [ 2366 | [ 2367 | 0, 2368 | true 2369 | ], 2370 | [ 2371 | 22, 2372 | true 2373 | ] 2374 | ] 2375 | }, 2376 | "text-field": "{name}", 2377 | "text-rotate": -45, 2378 | "text-letter-spacing": { 2379 | "base": 1, 2380 | "stops": [ 2381 | [ 2382 | 9, 2383 | 0.5 2384 | ], 2385 | [ 2386 | 14, 2387 | 1 2388 | ] 2389 | ] 2390 | }, 2391 | "text-max-width": 20 2392 | }, 2393 | "metadata": { 2394 | "mapbox:group": "1452214567277.007" 2395 | }, 2396 | "type": "symbol", 2397 | "source": "mapbox://mapbox.mapbox-streets-v6", 2398 | "id": "waterway-label", 2399 | "paint": { 2400 | "text-color": "#62b0f0", 2401 | "text-halo-color": "rgba(252,252,252,0.8)", 2402 | "text-halo-width": { 2403 | "base": 1, 2404 | "stops": [ 2405 | [ 2406 | 14, 2407 | 1 2408 | ], 2409 | [ 2410 | 22, 2411 | 2 2412 | ] 2413 | ] 2414 | } 2415 | }, 2416 | "source-layer": "waterway_label", 2417 | "interactive": true 2418 | }, 2419 | { 2420 | "interactive": true, 2421 | "layout": { 2422 | "text-size": { 2423 | "base": 1, 2424 | "stops": [ 2425 | [ 2426 | 11, 2427 | 16 2428 | ], 2429 | [ 2430 | 14, 2431 | 26 2432 | ], 2433 | [ 2434 | 17, 2435 | 46 2436 | ], 2437 | [ 2438 | 22, 2439 | 60 2440 | ] 2441 | ] 2442 | }, 2443 | "text-allow-overlap": false, 2444 | "icon-offset": [ 2445 | -5, 2446 | 3 2447 | ], 2448 | "text-transform": "none", 2449 | "text-font": { 2450 | "base": 1, 2451 | "stops": [ 2452 | [ 2453 | 12, 2454 | [ 2455 | "Olsen Offc Pro Italic", 2456 | "Arial Unicode MS Regular" 2457 | ] 2458 | ], 2459 | [ 2460 | 22, 2461 | [ 2462 | "Olsen Offc Pro Light Italic", 2463 | "Arial Unicode MS Regular" 2464 | ] 2465 | ] 2466 | ] 2467 | }, 2468 | "visibility": "visible", 2469 | "icon-size": 1, 2470 | "text-anchor": "bottom", 2471 | "text-field": "{name_en}", 2472 | "text-letter-spacing": { 2473 | "base": 1, 2474 | "stops": [ 2475 | [ 2476 | 14, 2477 | 0.05 2478 | ], 2479 | [ 2480 | 22, 2481 | 0.5 2482 | ] 2483 | ] 2484 | }, 2485 | "text-max-width": { 2486 | "base": 1, 2487 | "stops": [ 2488 | [ 2489 | 10, 2490 | 8 2491 | ], 2492 | [ 2493 | 17, 2494 | 12 2495 | ], 2496 | [ 2497 | 22, 2498 | 20 2499 | ] 2500 | ] 2501 | } 2502 | }, 2503 | "metadata": { 2504 | "mapbox:group": "1452214567277.007" 2505 | }, 2506 | "filter": [ 2507 | "==", 2508 | "type", 2509 | "Glacier" 2510 | ], 2511 | "type": "symbol", 2512 | "source": "mapbox://mapbox.mapbox-streets-v6", 2513 | "id": "glacier labels", 2514 | "paint": { 2515 | "text-opacity": 1, 2516 | "text-translate": { 2517 | "base": 1, 2518 | "stops": [ 2519 | [ 2520 | 10, 2521 | [ 2522 | 0, 2523 | 10 2524 | ] 2525 | ], 2526 | [ 2527 | 22, 2528 | [ 2529 | 5, 2530 | 0 2531 | ] 2532 | ] 2533 | ] 2534 | }, 2535 | "icon-opacity": 0.7, 2536 | "text-halo-color": "rgba(247,247,247,1)", 2537 | "text-color": "#62b0f0", 2538 | "text-halo-width": { 2539 | "base": 1, 2540 | "stops": [ 2541 | [ 2542 | 14, 2543 | 2 2544 | ], 2545 | [ 2546 | 18, 2547 | 3 2548 | ], 2549 | [ 2550 | 22, 2551 | 4 2552 | ] 2553 | ] 2554 | } 2555 | }, 2556 | "source-layer": "poi_label" 2557 | }, 2558 | { 2559 | "interactive": true, 2560 | "layout": { 2561 | "text-size": { 2562 | "base": 1, 2563 | "stops": [ 2564 | [ 2565 | 7, 2566 | 12 2567 | ], 2568 | [ 2569 | 17, 2570 | 15 2571 | ], 2572 | [ 2573 | 22, 2574 | 20 2575 | ] 2576 | ] 2577 | }, 2578 | "text-allow-overlap": true, 2579 | "icon-offset": { 2580 | "base": 1, 2581 | "stops": [ 2582 | [ 2583 | 0, 2584 | [ 2585 | -22, 2586 | 0 2587 | ] 2588 | ], 2589 | [ 2590 | 22, 2591 | [ 2592 | -26, 2593 | 0 2594 | ] 2595 | ] 2596 | ] 2597 | }, 2598 | "icon-image": "peak-x", 2599 | "symbol-avoid-edges": false, 2600 | "text-font": [ 2601 | "Tisa Offc Pro Bold", 2602 | "Arial Unicode MS Regular" 2603 | ], 2604 | "icon-allow-overlap": true, 2605 | "text-justify": "center", 2606 | "visibility": "visible", 2607 | "icon-size": { 2608 | "base": 1, 2609 | "stops": [ 2610 | [ 2611 | 17, 2612 | 0.75 2613 | ], 2614 | [ 2615 | 22, 2616 | 1 2617 | ] 2618 | ] 2619 | }, 2620 | "text-anchor": "center", 2621 | "text-field": "{ref}", 2622 | "text-letter-spacing": 0.05 2623 | }, 2624 | "metadata": { 2625 | "mapbox:group": "1452214567277.007" 2626 | }, 2627 | "filter": [ 2628 | "==", 2629 | "type", 2630 | "Peak" 2631 | ], 2632 | "type": "symbol", 2633 | "source": "mapbox://mapbox.mapbox-streets-v6", 2634 | "id": "peak labels elevation", 2635 | "paint": { 2636 | "text-opacity": 0.75, 2637 | "text-translate": [ 2638 | 8, 2639 | 0 2640 | ], 2641 | "text-halo-color": "rgba(252,252,252,1)", 2642 | "text-halo-width": 1, 2643 | "text-color": "#000", 2644 | "icon-opacity": { 2645 | "base": 1, 2646 | "stops": [ 2647 | [ 2648 | 0, 2649 | 0.7 2650 | ], 2651 | [ 2652 | 22, 2653 | 1 2654 | ] 2655 | ] 2656 | } 2657 | }, 2658 | "source-layer": "poi_label" 2659 | }, 2660 | { 2661 | "interactive": true, 2662 | "layout": { 2663 | "text-size": { 2664 | "base": 1, 2665 | "stops": [ 2666 | [ 2667 | 10, 2668 | 13 2669 | ], 2670 | [ 2671 | 17, 2672 | 18 2673 | ], 2674 | [ 2675 | 22, 2676 | 30 2677 | ] 2678 | ] 2679 | }, 2680 | "text-allow-overlap": false, 2681 | "icon-offset": { 2682 | "base": 1, 2683 | "stops": [ 2684 | [ 2685 | 9, 2686 | [ 2687 | -8, 2688 | -6 2689 | ] 2690 | ], 2691 | [ 2692 | 22, 2693 | [ 2694 | -8, 2695 | 3 2696 | ] 2697 | ] 2698 | ] 2699 | }, 2700 | "text-transform": "uppercase", 2701 | "text-font": [ 2702 | "Tisa Offc Pro Bold", 2703 | "Arial Unicode MS Regular" 2704 | ], 2705 | "text-justify": "center", 2706 | "visibility": "visible", 2707 | "icon-size": { 2708 | "base": 1, 2709 | "stops": [ 2710 | [ 2711 | 14, 2712 | 0.75 2713 | ], 2714 | [ 2715 | 22, 2716 | 1 2717 | ] 2718 | ] 2719 | }, 2720 | "text-anchor": "bottom", 2721 | "text-field": "{name_en}" 2722 | }, 2723 | "metadata": { 2724 | "mapbox:group": "1452214567277.007" 2725 | }, 2726 | "filter": [ 2727 | "==", 2728 | "type", 2729 | "Peak" 2730 | ], 2731 | "type": "symbol", 2732 | "source": "mapbox://mapbox.mapbox-streets-v6", 2733 | "id": "peak labels", 2734 | "paint": { 2735 | "text-opacity": 0.75, 2736 | "text-translate": [ 2737 | 5, 2738 | -10 2739 | ], 2740 | "icon-opacity": 0.7, 2741 | "text-halo-color": "rgba(252,252,252,1)", 2742 | "text-halo-width": 1 2743 | }, 2744 | "source-layer": "poi_label" 2745 | }, 2746 | { 2747 | "interactive": true, 2748 | "layout": { 2749 | "text-size": { 2750 | "base": 1.4, 2751 | "stops": [ 2752 | [ 2753 | 6, 2754 | 7 2755 | ], 2756 | [ 2757 | 14, 2758 | 9 2759 | ], 2760 | [ 2761 | 22, 2762 | 14 2763 | ] 2764 | ] 2765 | }, 2766 | "text-max-angle": 45, 2767 | "text-transform": "uppercase", 2768 | "text-font": [ 2769 | "Noto Sans CJK KR Medium", 2770 | "Arial Unicode MS Regular" 2771 | ], 2772 | "symbol-placement": "line", 2773 | "visibility": "visible", 2774 | "text-offset": [ 2775 | 0, 2776 | -0.1 2777 | ], 2778 | "text-rotation-alignment": "map", 2779 | "text-anchor": "center", 2780 | "text-field": "{name}" 2781 | }, 2782 | "metadata": { 2783 | "mapbox:group": "1452214567277.007" 2784 | }, 2785 | "filter": [ 2786 | "!in", 2787 | "class", 2788 | "aerialway", 2789 | "path" 2790 | ], 2791 | "type": "symbol", 2792 | "source": "mapbox://mapbox.mapbox-streets-v6", 2793 | "id": "road-label", 2794 | "paint": { 2795 | "text-color": "rgba(122,118,118,1)", 2796 | "text-halo-color": "rgba(252,252,252,1)", 2797 | "text-halo-width": 21 2798 | }, 2799 | "source-layer": "road_label" 2800 | }, 2801 | { 2802 | "interactive": true, 2803 | "layout": { 2804 | "visibility": "visible", 2805 | "text-field": "{name_en}", 2806 | "text-font": [ 2807 | "Tisa Offc Pro Medium", 2808 | "Arial Unicode MS Regular" 2809 | ], 2810 | "text-size": { 2811 | "base": 1, 2812 | "stops": [ 2813 | [ 2814 | 10, 2815 | 10 2816 | ], 2817 | [ 2818 | 17, 2819 | 16 2820 | ], 2821 | [ 2822 | 22, 2823 | 35 2824 | ] 2825 | ] 2826 | }, 2827 | "text-letter-spacing": 0.025, 2828 | "text-transform": "uppercase", 2829 | "text-offset": [ 2830 | 0, 2831 | 0 2832 | ] 2833 | }, 2834 | "metadata": { 2835 | "mapbox:group": "1452214567277.007" 2836 | }, 2837 | "filter": [ 2838 | "all", 2839 | [ 2840 | "in", 2841 | "type", 2842 | "city", 2843 | "hamlet", 2844 | "town", 2845 | "suburb", 2846 | "village", 2847 | "neighbourhood" 2848 | ], 2849 | [ 2850 | "<", 2851 | "localrank", 2852 | 14 2853 | ] 2854 | ], 2855 | "type": "symbol", 2856 | "source": "mapbox://mapbox.mapbox-streets-v6", 2857 | "id": "place-label", 2858 | "paint": { 2859 | "text-color": "rgba(48,48,48,1)", 2860 | "text-halo-width": 3, 2861 | "text-halo-color": "rgba(252,252,252,1)" 2862 | }, 2863 | "source-layer": "place_label" 2864 | }, 2865 | { 2866 | "layout": { 2867 | "visibility": "visible", 2868 | "text-field": "{name_en}", 2869 | "text-font": [ 2870 | "Tisa Offc Pro Extrabold", 2871 | "Arial Unicode MS Regular" 2872 | ], 2873 | "text-size": { 2874 | "base": 1, 2875 | "stops": [ 2876 | [ 2877 | 10, 2878 | 12 2879 | ], 2880 | [ 2881 | 17, 2882 | 18 2883 | ], 2884 | [ 2885 | 22, 2886 | 45 2887 | ] 2888 | ] 2889 | }, 2890 | "text-letter-spacing": 0.025, 2891 | "text-transform": "uppercase" 2892 | }, 2893 | "metadata": { 2894 | "mapbox:group": "1452214567277.007" 2895 | }, 2896 | "type": "symbol", 2897 | "source": "mapbox://mapbox.mapbox-streets-v6", 2898 | "id": "country-label", 2899 | "paint": { 2900 | "text-color": "rgba(48,48,48,1)", 2901 | "text-halo-color": "rgba(252,252,252,1)", 2902 | "text-halo-width": 3 2903 | }, 2904 | "source-layer": "country_label", 2905 | "interactive": true 2906 | }, 2907 | { 2908 | "layout": { 2909 | "visibility": "none" 2910 | }, 2911 | "metadata": { 2912 | "mapbox:group": "1452377121122.9236" 2913 | }, 2914 | "type": "line", 2915 | "source": "mapbox://mslee.0fc2f90a", 2916 | "id": "ne-10m-graticules-5", 2917 | "paint": { 2918 | "line-opacity": { 2919 | "base": 1, 2920 | "stops": [ 2921 | [ 2922 | 3, 2923 | 0 2924 | ], 2925 | [ 2926 | 6, 2927 | 1 2928 | ] 2929 | ] 2930 | }, 2931 | "line-width": 1.5, 2932 | "line-color": "rgba(84,82,82,1)" 2933 | }, 2934 | "source-layer": "ne_10m_graticules_5", 2935 | "interactive": true 2936 | }, 2937 | { 2938 | "layout": { 2939 | "visibility": "none" 2940 | }, 2941 | "metadata": { 2942 | "mapbox:group": "1452377121122.9236" 2943 | }, 2944 | "type": "line", 2945 | "source": "mapbox://mslee.0fc2f90a", 2946 | "id": "ne-10m-graticules-1", 2947 | "paint": { 2948 | "line-width": 0.25, 2949 | "line-opacity": { 2950 | "base": 1, 2951 | "stops": [ 2952 | [ 2953 | 5, 2954 | 0 2955 | ], 2956 | [ 2957 | 8, 2958 | 1 2959 | ] 2960 | ] 2961 | }, 2962 | "line-color": "rgba(84,82,82,1)" 2963 | }, 2964 | "source-layer": "ne_10m_graticules_1", 2965 | "interactive": true 2966 | }, 2967 | { 2968 | "layout": { 2969 | "visibility": "none" 2970 | }, 2971 | "metadata": { 2972 | "mapbox:group": "1452377121122.9236" 2973 | }, 2974 | "type": "line", 2975 | "source": "mapbox://mslee.0fc2f90a", 2976 | "id": "ne-10m-graticules-10", 2977 | "paint": { 2978 | "line-width": { 2979 | "base": 1, 2980 | "stops": [ 2981 | [ 2982 | 2, 2983 | 0.75 2984 | ], 2985 | [ 2986 | 6, 2987 | 3 2988 | ] 2989 | ] 2990 | }, 2991 | "line-opacity": { 2992 | "base": 1, 2993 | "stops": [ 2994 | [ 2995 | 2, 2996 | 0 2997 | ], 2998 | [ 2999 | 5, 3000 | 0.6 3001 | ] 3002 | ] 3003 | }, 3004 | "line-color": "rgba(84,82,82,1)" 3005 | }, 3006 | "source-layer": "ne_10m_graticules_10", 3007 | "interactive": true 3008 | } 3009 | ], 3010 | "created": "2016-01-05T22:50:07.006Z", 3011 | "id": "cij1zoclj002y8rkkdjl69psd", 3012 | "modified": "2016-01-19T18:19:23.549Z", 3013 | "owner": "mslee", 3014 | "draft": false 3015 | } --------------------------------------------------------------------------------