mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 13:59:27 +02:00
Add presets for manholes and storm drains
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "label",
|
||||
"type": "textarea",
|
||||
"label": "Label"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "manhole",
|
||||
"type": "typeCombo",
|
||||
"label": "Type"
|
||||
}
|
||||
@@ -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": [
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -1777,6 +1777,13 @@
|
||||
"key": "man_made",
|
||||
"value": "works"
|
||||
},
|
||||
{
|
||||
"key": "manhole"
|
||||
},
|
||||
{
|
||||
"key": "manhole",
|
||||
"value": "drain"
|
||||
},
|
||||
{
|
||||
"key": "natural"
|
||||
},
|
||||
|
||||
Vendored
+14
@@ -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": ""
|
||||
|
||||
Reference in New Issue
Block a user