mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
+4
-1
@@ -157,17 +157,20 @@ path.fill.tag-power-plant {
|
||||
|
||||
path.stroke.tag-natural-bare_rock,
|
||||
path.stroke.tag-natural-scree,
|
||||
path.stroke.tag-landuse-railway,
|
||||
path.stroke.tag-landuse-quarry {
|
||||
stroke: rgb(166, 149, 123);
|
||||
}
|
||||
path.fill.tag-natural-bare_rock,
|
||||
path.fill.tag-natural-scree,
|
||||
path.fill.tag-landuse-railway,
|
||||
path.fill.tag-landuse-quarry {
|
||||
stroke: rgba(166, 149, 123, 0.2);
|
||||
fill: rgba(166, 149, 123, 0.2);
|
||||
}
|
||||
.preset-icon-fill-area.tag-natural-bare_rock,
|
||||
.preset-icon-fill-area.tag-natural-scree,
|
||||
.preset-icon-fill-area.tag-landuse-railway,
|
||||
.preset-icon-fill-area.tag-landuse-quarry {
|
||||
border-color: rgb(166, 149, 123);
|
||||
background-color: rgba(166, 149, 123, 0.2);
|
||||
@@ -281,7 +284,7 @@ path.fill.tag-landuse-farmyard {
|
||||
fill: rgba(245, 220, 186, 0.3);
|
||||
}
|
||||
.preset-icon-fill-area.tag-landuse-farmyard {
|
||||
border-color: rgb(245, 220, 186);
|
||||
border-color: rgb(226, 177, 111);
|
||||
background: rgba(245, 220, 186, 0.3);
|
||||
}
|
||||
|
||||
|
||||
@@ -2847,6 +2847,11 @@ en:
|
||||
# landuse=quarry
|
||||
name: Quarry
|
||||
terms: '<translate with synonyms or related terms for ''Quarry'', separated by commas>'
|
||||
landuse/railway:
|
||||
# landuse=railway
|
||||
name: Railway Corridor
|
||||
# 'terms: rail,train,track'
|
||||
terms: '<translate with synonyms or related terms for ''Railway Corridor'', separated by commas>'
|
||||
landuse/recreation_ground:
|
||||
# landuse=recreation_ground
|
||||
name: Recreation Ground
|
||||
|
||||
@@ -6602,6 +6602,24 @@
|
||||
"terms": [],
|
||||
"name": "Quarry"
|
||||
},
|
||||
"landuse/railway": {
|
||||
"icon": "rail",
|
||||
"fields": [
|
||||
"operator"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"landuse": "railway"
|
||||
},
|
||||
"terms": [
|
||||
"rail",
|
||||
"train",
|
||||
"track"
|
||||
],
|
||||
"name": "Railway Corridor"
|
||||
},
|
||||
"landuse/recreation_ground": {
|
||||
"icon": "pitch",
|
||||
"geometry": [
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"icon": "rail",
|
||||
"fields": [
|
||||
"operator"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"landuse": "railway"
|
||||
},
|
||||
"terms": [
|
||||
"rail",
|
||||
"train",
|
||||
"track"
|
||||
],
|
||||
"name": "Railway Corridor"
|
||||
}
|
||||
@@ -1412,6 +1412,10 @@
|
||||
"key": "landuse",
|
||||
"value": "quarry"
|
||||
},
|
||||
{
|
||||
"key": "landuse",
|
||||
"value": "railway"
|
||||
},
|
||||
{
|
||||
"key": "landuse",
|
||||
"value": "recreation_ground"
|
||||
|
||||
Vendored
+4
@@ -3250,6 +3250,10 @@
|
||||
"name": "Quarry",
|
||||
"terms": ""
|
||||
},
|
||||
"landuse/railway": {
|
||||
"name": "Railway Corridor",
|
||||
"terms": "rail,train,track"
|
||||
},
|
||||
"landuse/recreation_ground": {
|
||||
"name": "Recreation Ground",
|
||||
"terms": "playing fields"
|
||||
|
||||
Reference in New Issue
Block a user