mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2026-05-27 02:25:10 +00:00
only use surface for coloring
This commit is contained in:
@@ -1065,10 +1065,7 @@
|
|||||||
],
|
],
|
||||||
["match", ["get", "brunnel"], ["bridge", "tunnel"], false, true],
|
["match", ["get", "brunnel"], ["bridge", "tunnel"], false, true],
|
||||||
["match", ["get", "class"], ["path", "pedestrian"], true, false],
|
["match", ["get", "class"], ["path", "pedestrian"], true, false],
|
||||||
["!", ["all",
|
["match", ["get", "surface"], ["paved"], true, false]
|
||||||
["match", ["get", "subclass"], ["path", "footway"], true, false],
|
|
||||||
["match", ["get", "surface"], ["unpaved"], true, false]
|
|
||||||
]]
|
|
||||||
],
|
],
|
||||||
"layout": {"line-join": "round"},
|
"layout": {"line-join": "round"},
|
||||||
"paint": {
|
"paint": {
|
||||||
@@ -1102,8 +1099,7 @@
|
|||||||
],
|
],
|
||||||
["match", ["get", "brunnel"], ["bridge", "tunnel"], false, true],
|
["match", ["get", "brunnel"], ["bridge", "tunnel"], false, true],
|
||||||
["match", ["get", "class"], ["path", "pedestrian"], true, false],
|
["match", ["get", "class"], ["path", "pedestrian"], true, false],
|
||||||
["match", ["get", "subclass"], ["path", "footway"], true, false],
|
["match", ["get", "surface"], ["paved"], false, true]
|
||||||
["match", ["get", "surface"], ["unpaved"], true, false]
|
|
||||||
],
|
],
|
||||||
"layout": {"line-join": "round"},
|
"layout": {"line-join": "round"},
|
||||||
"paint": {
|
"paint": {
|
||||||
@@ -1136,8 +1132,7 @@
|
|||||||
],
|
],
|
||||||
["match", ["get", "brunnel"], ["bridge", "tunnel"], false, true],
|
["match", ["get", "brunnel"], ["bridge", "tunnel"], false, true],
|
||||||
["match", ["get", "class"], ["path", "pedestrian"], true, false],
|
["match", ["get", "class"], ["path", "pedestrian"], true, false],
|
||||||
["match", ["get", "subclass"], ["path", "footway"], true, false],
|
["match", ["get", "surface"], ["paved"], false, true]
|
||||||
["match", ["get", "surface"], ["unpaved"], true, false]
|
|
||||||
],
|
],
|
||||||
"layout": {"line-join": "round"},
|
"layout": {"line-join": "round"},
|
||||||
"paint": {
|
"paint": {
|
||||||
|
|||||||
Reference in New Issue
Block a user