|
3703 | 3703 | } |
3704 | 3704 | }, |
3705 | 3705 | { |
3706 | | - "id": "highway-secondary-bridgecasing-9", |
| 3706 | + "id": "highway-secondary-bridgecasing-12", |
3707 | 3707 | "type": "line", |
3708 | 3708 | "source": "someoneelse", |
3709 | 3709 | "source-layer": "streets", |
3710 | | - "minzoom": 8, |
3711 | | - "filter": [ |
3712 | | - "all", |
3713 | | - [ "in", "kind", "secondary", |
3714 | | - "secondary_link" ], |
3715 | | - [ "==", "bridge", true ] |
3716 | | - ], |
| 3710 | + "minzoom": 12, |
| 3711 | + "filter": [ "all", [ "in", "kind", "secondary", |
| 3712 | + " secondary_link" ], |
| 3713 | + [ "==", "bridge", true ] ], |
3717 | 3714 | "layout": { "line-cap": "butt", "line-join": "round", "visibility": "visible" }, |
3718 | 3715 | "paint": { |
3719 | 3716 | "line-color": "black", |
3720 | 3717 | "line-width": { |
3721 | 3718 | "base": 2.0, |
3722 | 3719 | "stops": [ |
3723 | | - [ 8, 1.4 ], |
3724 | | - [ 9, 2.8 ], |
3725 | | - [ 20, 86.0 ] |
| 3720 | + [ 6, 2.4 ], |
| 3721 | + [ 9, 4.8 ], |
| 3722 | + [ 20, 120.0 ] |
3726 | 3723 | ] |
3727 | 3724 | } |
3728 | 3725 | } |
|
3986 | 3983 | } |
3987 | 3984 | } |
3988 | 3985 | }, |
| 3986 | + { |
| 3987 | + "id": "highway-secondary-bridgeprefill-12", |
| 3988 | + "type": "line", |
| 3989 | + "source": "someoneelse", |
| 3990 | + "source-layer": "streets", |
| 3991 | + "minzoom": 12, |
| 3992 | + "filter": [ "all", [ "in", "kind", "secondary", |
| 3993 | + "secondary_link" ], |
| 3994 | + [ "==", "bridge", true ] ], |
| 3995 | + "layout": { "line-cap": "butt", "line-join": "round", "visibility": "visible" }, |
| 3996 | + "paint": { |
| 3997 | + "line-color": "#f2efe9", |
| 3998 | + "line-width": { |
| 3999 | + "base": 2.0, |
| 4000 | + "stops": [ |
| 4001 | + [ 6, 2.0 ], |
| 4002 | + [ 9, 4.0 ], |
| 4003 | + [ 20, 100.0 ] |
| 4004 | + ] |
| 4005 | + } |
| 4006 | + } |
| 4007 | + }, |
3989 | 4008 | { |
3990 | 4009 | "id": "highway-service-bridgeinnercasing-12", |
3991 | 4010 | "type": "line", |
|
4070 | 4089 | } |
4071 | 4090 | } |
4072 | 4091 | }, |
| 4092 | + { |
| 4093 | + "id": "highway-secondary-bridgeinnercasing-9", |
| 4094 | + "type": "line", |
| 4095 | + "source": "someoneelse", |
| 4096 | + "source-layer": "streets", |
| 4097 | + "minzoom": 9, |
| 4098 | + "filter": [ "all", [ "in", "kind", "secondary", |
| 4099 | + "secondary_link" ], |
| 4100 | + [ "==", "bridge", true ] ], |
| 4101 | + "layout": { "line-cap": "butt", "line-join": "round", "visibility": "visible" }, |
| 4102 | + "paint": { |
| 4103 | + "line-color": "#cca16a", |
| 4104 | + "line-width": { |
| 4105 | + "base": 2.0, |
| 4106 | + "stops": [ |
| 4107 | + [ 8, 1.4 ], |
| 4108 | + [ 9, 2.8 ], |
| 4109 | + [ 20, 86.0 ] |
| 4110 | + ] |
| 4111 | + } |
| 4112 | + } |
| 4113 | + }, |
4073 | 4114 | { |
4074 | 4115 | "id": "highway-footwaynarrow-bridgefill-12", |
4075 | 4116 | "type": "line", |
|
4952 | 4993 | "source": "someoneelse", |
4953 | 4994 | "source-layer": "streets", |
4954 | 4995 | "minzoom": 8, |
4955 | | - "filter": [ |
4956 | | - "all", |
4957 | | - [ "in", "kind", "secondary", |
4958 | | - "secondary_link" ], |
4959 | | - [ "==", "bridge", true ] |
4960 | | - ], |
| 4996 | + "filter": [ "all", [ "in", "kind", "secondary", |
| 4997 | + "secondary_link" ], |
| 4998 | + [ "==", "bridge", true ] ], |
4961 | 4999 | "layout": { "line-cap": "round", "line-join": "round", "visibility": "visible" }, |
4962 | 5000 | "paint": { |
4963 | 5001 | "line-color": "#f9d6aa", |
|
0 commit comments