Render railway platform slightly different from sidewalk

(closes #4182)
This commit is contained in:
Bryan Housel
2017-07-29 21:32:02 -04:00
parent 9c7ce51f43
commit 411bddac7e
4 changed files with 21 additions and 8 deletions
+5 -1
View File
@@ -86,11 +86,15 @@ path.stroke.tag-railway-subway {
/* railway platforms - like sidewalks */
.preset-icon .icon.highway-footway.tag-railway-platform {
color: #ae8681;
fill: #dcd9b9;
}
path.shadow.tag-railway-platform {
stroke-width: 16;
}
path.casing.tag-railway-platform {
stroke: #fff;
stroke: #dcd9b9;
stroke-width: 5;
stroke-linecap: round;
stroke-dasharray: none;
+7 -3
View File
@@ -10408,10 +10408,14 @@
"name": "Narrow Gauge Rail"
},
"railway/platform": {
"icon": "rail",
"icon": "highway-footway",
"fields": [
"ref_platform",
"surface",
"lit",
"shelter"
],
"geometry": [
"point",
"vertex",
"line",
"area"
],
+2 -1
View File
@@ -8,7 +8,8 @@
"access"
],
"geometry": [
"line", "area"
"line",
"area"
],
"terms": [
"hike",
+7 -3
View File
@@ -1,8 +1,12 @@
{
"icon": "rail",
"icon": "highway-footway",
"fields": [
"ref_platform",
"surface",
"lit",
"shelter"
],
"geometry": [
"point",
"vertex",
"line",
"area"
],