Add boardwalk preset and line styling (close #7518)

This commit is contained in:
Quincy Morgan
2020-04-23 10:52:06 -07:00
parent 47a865622f
commit 9634039f70
2 changed files with 28 additions and 0 deletions
+3
View File
@@ -465,6 +465,9 @@ path.line.casing.tag-highway-bridleway {
path.line.stroke.tag-highway-path {
stroke: #988;
}
path.line.stroke.tag-highway-path.tag-bridge-boardwalk {
stroke: #dca;
}
/* footways */
.preset-icon .icon.tag-route-foot,
@@ -0,0 +1,25 @@
{
"icon": "temaki-pedestrian",
"geometry": [
"line"
],
"tags": {
"highway": "path",
"bridge": "boardwalk"
},
"addTags": {
"highway": "path",
"bridge": "boardwalk",
"surface": "wood"
},
"reference": {
"key": "bridge",
"value": "boardwalk"
},
"terms": [
"pier",
"plank walkway",
"wooden raised foot path"
],
"name": "Boardwalk"
}