Add preset for landuse=harbour

(closes #3653)
This commit is contained in:
Bryan Housel
2017-03-01 18:38:02 -05:00
parent 8d0c49d8d7
commit 713226fa6e
6 changed files with 48 additions and 0 deletions
+3
View File
@@ -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);
+5
View File
@@ -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
+16
View File
@@ -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": [
+16
View File
@@ -0,0 +1,16 @@
{
"icon": "harbor",
"fields": [
"operator"
],
"geometry": [
"area"
],
"terms": [
"boat"
],
"tags": {
"landuse": "harbour"
},
"name": "Harbor"
}
+4
View File
@@ -1336,6 +1336,10 @@
"key": "landuse",
"value": "grass"
},
{
"key": "landuse",
"value": "harbour"
},
{
"key": "landuse",
"value": "industrial"
+4
View File
@@ -3174,6 +3174,10 @@
"name": "Grass",
"terms": ""
},
"landuse/harbour": {
"name": "Harbor",
"terms": "boat"
},
"landuse/industrial": {
"name": "Industrial Area",
"terms": ""