Add presets for manholes and storm drains

This commit is contained in:
Bryan Housel
2017-06-21 23:09:54 -04:00
parent 894bd615c9
commit 3ebb90a9d2
9 changed files with 153 additions and 0 deletions
+16
View File
@@ -614,6 +614,9 @@ en:
kerb:
# kerb=*
label: Curb
label:
# label=*
label: Label
lamp_type:
# lamp_type=*
label: Type
@@ -699,6 +702,9 @@ en:
man_made:
# man_made=*
label: Type
manhole:
# manhole=*
label: Type
map_size:
# map_size=*
label: Coverage
@@ -3308,6 +3314,16 @@ en:
name: Factory
# 'terms: assembly,build,brewery,car,plant,plastic,processing,manufacture,refinery'
terms: '<translate with synonyms or related terms for ''Factory'', separated by commas>'
manhole:
# manhole=*
name: Manhole
# 'terms: cover,hole,sewer,sewage,telecom'
terms: '<translate with synonyms or related terms for ''Manhole'', separated by commas>'
manhole/drain:
# manhole=drain
name: Storm Drain
# 'terms: cover,drain,hole,rain,sewer,sewage,storm'
terms: '<translate with synonyms or related terms for ''Storm Drain'', separated by commas>'
natural:
# natural=*
name: Natural
+10
View File
@@ -855,6 +855,11 @@
"type": "combo",
"label": "Curb"
},
"label": {
"key": "label",
"type": "textarea",
"label": "Label"
},
"lamp_type": {
"key": "lamp_type",
"type": "combo",
@@ -965,6 +970,11 @@
"type": "typeCombo",
"label": "Type"
},
"manhole": {
"key": "manhole",
"type": "typeCombo",
"label": "Type"
},
"map_size": {
"key": "map_size",
"type": "typeCombo",
+5
View File
@@ -0,0 +1,5 @@
{
"key": "label",
"type": "textarea",
"label": "Label"
}
+5
View File
@@ -0,0 +1,5 @@
{
"key": "manhole",
"type": "typeCombo",
"label": "Type"
}
+48
View File
@@ -8660,6 +8660,54 @@
},
"name": "Factory"
},
"manhole": {
"icon": "circle-stroked",
"fields": [
"manhole",
"operator",
"label",
"ref"
],
"geometry": [
"point",
"vertex"
],
"tags": {
"manhole": "*"
},
"terms": [
"cover",
"hole",
"sewer",
"sewage",
"telecom"
],
"name": "Manhole"
},
"manhole/drain": {
"icon": "water",
"fields": [
"operator",
"ref"
],
"geometry": [
"point",
"vertex"
],
"tags": {
"manhole": "drain"
},
"terms": [
"cover",
"drain",
"hole",
"rain",
"sewer",
"sewage",
"storm"
],
"name": "Storm Drain"
},
"natural": {
"icon": "natural",
"fields": [
+24
View File
@@ -0,0 +1,24 @@
{
"icon": "circle-stroked",
"fields": [
"manhole",
"operator",
"label",
"ref"
],
"geometry": [
"point",
"vertex"
],
"tags": {
"manhole": "*"
},
"terms": [
"cover",
"hole",
"sewer",
"sewage",
"telecom"
],
"name": "Manhole"
}
+24
View File
@@ -0,0 +1,24 @@
{
"icon": "water",
"fields": [
"operator",
"ref"
],
"geometry": [
"point",
"vertex"
],
"tags": {
"manhole": "drain"
},
"terms": [
"cover",
"drain",
"hole",
"rain",
"sewer",
"sewage",
"storm"
],
"name": "Storm Drain"
}
+7
View File
@@ -1777,6 +1777,13 @@
"key": "man_made",
"value": "works"
},
{
"key": "manhole"
},
{
"key": "manhole",
"value": "drain"
},
{
"key": "natural"
},
+14
View File
@@ -1568,6 +1568,9 @@
"kerb": {
"label": "Curb"
},
"label": {
"label": "Label"
},
"lamp_type": {
"label": "Type"
},
@@ -1639,6 +1642,9 @@
"man_made": {
"label": "Type"
},
"manhole": {
"label": "Type"
},
"map_size": {
"label": "Coverage"
},
@@ -3962,6 +3968,14 @@
"name": "Factory",
"terms": "assembly,build,brewery,car,plant,plastic,processing,manufacture,refinery"
},
"manhole": {
"name": "Manhole",
"terms": "cover,hole,sewer,sewage,telecom"
},
"manhole/drain": {
"name": "Storm Drain",
"terms": "cover,drain,hole,rain,sewer,sewage,storm"
},
"natural": {
"name": "Natural",
"terms": ""