File tree 1 file changed +70
-7
lines changed
1 file changed +70
-7
lines changed Original file line number Diff line number Diff line change 310
310
"fill-opacity" : 0.8
311
311
}
312
312
},
313
+ {
314
+ "id" : " waterway-tunnel" ,
315
+ "type" : " line" ,
316
+ "metadata" : {
317
+ "mapbox:group" : " 1444849382550.77"
318
+ },
319
+ "source" : " openmaptiles" ,
320
+ "source-layer" : " waterway" ,
321
+ "filter" : [
322
+ " all" ,
323
+ [
324
+ " in" ,
325
+ " class" ,
326
+ " canal" ,
327
+ " river" ,
328
+ " stream"
329
+ ],
330
+ [
331
+ " ==" ,
332
+ " brunnel" ,
333
+ " tunnel"
334
+ ]
335
+ ],
336
+ "layout" : {
337
+ "line-cap" : " round"
338
+ },
339
+ "paint" : {
340
+ "line-color" : " #a0c8f0" ,
341
+ "line-width" : {
342
+ "base" : 1.2 ,
343
+ "stops" : [
344
+ [
345
+ 10 ,
346
+ 0.5
347
+ ],
348
+ [
349
+ 20 ,
350
+ 2
351
+ ]
352
+ ]
353
+ },
354
+ "line-dasharray" : [
355
+ 2 ,
356
+ 4
357
+ ]
358
+ }
359
+ },
313
360
{
314
361
"id" : " waterway-other" ,
315
362
"type" : " line" ,
354
401
"source" : " openmaptiles" ,
355
402
"source-layer" : " waterway" ,
356
403
"filter" : [
357
- " in" ,
358
- " class" ,
359
- " canal" ,
360
- " stream"
404
+ " all" ,
405
+ [
406
+ " in" ,
407
+ " class" ,
408
+ " canal" ,
409
+ " stream"
410
+ ],
411
+ [
412
+ " !=" ,
413
+ " brunnel" ,
414
+ " tunnel"
415
+ ]
361
416
],
362
417
"layout" : {
363
418
"line-cap" : " round"
388
443
"source" : " openmaptiles" ,
389
444
"source-layer" : " waterway" ,
390
445
"filter" : [
391
- " ==" ,
392
- " class" ,
393
- " river"
446
+ " all" ,
447
+ [
448
+ " ==" ,
449
+ " class" ,
450
+ " river"
451
+ ],
452
+ [
453
+ " !=" ,
454
+ " brunnel" ,
455
+ " tunnel"
456
+ ]
394
457
],
395
458
"layout" : {
396
459
"line-cap" : " round"
You can’t perform that action at this time.
0 commit comments