mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Render railway platform slightly different from sidewalk
(closes #4182)
This commit is contained in:
+5
-1
@@ -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;
|
||||
|
||||
@@ -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"
|
||||
],
|
||||
|
||||
@@ -8,7 +8,8 @@
|
||||
"access"
|
||||
],
|
||||
"geometry": [
|
||||
"line", "area"
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"hike",
|
||||
|
||||
@@ -1,8 +1,12 @@
|
||||
{
|
||||
"icon": "rail",
|
||||
"icon": "highway-footway",
|
||||
"fields": [
|
||||
"ref_platform",
|
||||
"surface",
|
||||
"lit",
|
||||
"shelter"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user