mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-31 04:09:33 +02:00
@@ -64,6 +64,7 @@ path.stroke.tag-leisure-swimming_pool,
|
||||
path.stroke.tag-natural-water,
|
||||
path.stroke.tag-landuse-aquaculture,
|
||||
path.stroke.tag-landuse-basin,
|
||||
path.stroke.tag-landuse-harbour,
|
||||
path.stroke.tag-landuse-reservoir {
|
||||
stroke: rgb(119, 211, 222);
|
||||
}
|
||||
@@ -71,6 +72,7 @@ path.fill.tag-amenity-swimming_pool,
|
||||
path.fill.tag-leisure-swimming_pool,
|
||||
path.fill.tag-landuse-aquaculture,
|
||||
path.fill.tag-landuse-basin,
|
||||
path.fill.tag-landuse-harbour,
|
||||
path.fill.tag-landuse-reservoir,
|
||||
path.fill.tag-natural-water {
|
||||
stroke: rgba(119, 211, 222, 0.3);
|
||||
@@ -80,6 +82,7 @@ path.fill.tag-natural-water {
|
||||
.preset-icon-fill-area.tag-leisure-swimming_pool,
|
||||
.preset-icon-fill-area.tag-landuse-aquaculture,
|
||||
.preset-icon-fill-area.tag-landuse-basin,
|
||||
.preset-icon-fill-area.tag-landuse-harbour,
|
||||
.preset-icon-fill-area.tag-landuse-reservoir,
|
||||
.preset-icon-fill-area.tag-natural-water {
|
||||
border-color: rgb(119, 211, 222);
|
||||
|
||||
@@ -2756,6 +2756,11 @@ en:
|
||||
# landuse=grass
|
||||
name: Grass
|
||||
terms: '<translate with synonyms or related terms for ''Grass'', separated by commas>'
|
||||
landuse/harbour:
|
||||
# landuse=harbour
|
||||
name: Harbor
|
||||
# 'terms: boat'
|
||||
terms: '<translate with synonyms or related terms for ''Harbor'', separated by commas>'
|
||||
landuse/industrial:
|
||||
# landuse=industrial
|
||||
name: Industrial Area
|
||||
|
||||
@@ -6126,6 +6126,22 @@
|
||||
"terms": [],
|
||||
"name": "Grass"
|
||||
},
|
||||
"landuse/harbour": {
|
||||
"icon": "harbor",
|
||||
"fields": [
|
||||
"operator"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"boat"
|
||||
],
|
||||
"tags": {
|
||||
"landuse": "harbour"
|
||||
},
|
||||
"name": "Harbor"
|
||||
},
|
||||
"landuse/industrial": {
|
||||
"icon": "industry",
|
||||
"geometry": [
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"icon": "harbor",
|
||||
"fields": [
|
||||
"operator"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"boat"
|
||||
],
|
||||
"tags": {
|
||||
"landuse": "harbour"
|
||||
},
|
||||
"name": "Harbor"
|
||||
}
|
||||
@@ -1336,6 +1336,10 @@
|
||||
"key": "landuse",
|
||||
"value": "grass"
|
||||
},
|
||||
{
|
||||
"key": "landuse",
|
||||
"value": "harbour"
|
||||
},
|
||||
{
|
||||
"key": "landuse",
|
||||
"value": "industrial"
|
||||
|
||||
Vendored
+4
@@ -3174,6 +3174,10 @@
|
||||
"name": "Grass",
|
||||
"terms": ""
|
||||
},
|
||||
"landuse/harbour": {
|
||||
"name": "Harbor",
|
||||
"terms": "boat"
|
||||
},
|
||||
"landuse/industrial": {
|
||||
"name": "Industrial Area",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user