mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-28 19:01:31 +02:00
Fix misspellings and make sure files have a .json extension
This commit is contained in:
+5
-5
@@ -817,6 +817,9 @@ en:
|
||||
label: Milestone Position
|
||||
# milestone_position field placeholder
|
||||
placeholder: Distance to one decimal (123.4)
|
||||
monitoring_multi:
|
||||
# 'monitoring:=*'
|
||||
label: Monitoring
|
||||
mtb/scale:
|
||||
# 'mtb:scale=*'
|
||||
label: Mountain Biking Difficulty
|
||||
@@ -3805,8 +3808,8 @@ en:
|
||||
man_made/monitoring_station:
|
||||
# man_made=monitoring_station
|
||||
name: Monitoring Station
|
||||
# 'terms: weather,earthquake,sismology,air,gps'
|
||||
terms: '<translate with synonyms or related terms for ''Mast'', separated by commas>'
|
||||
# 'terms: weather,earthquake,seismology,air,gps'
|
||||
terms: '<translate with synonyms or related terms for ''Monitoring Station'', separated by commas>'
|
||||
man_made/observation:
|
||||
# 'man_made=tower, tower:type=observation'
|
||||
name: Observation Tower
|
||||
@@ -3906,9 +3909,6 @@ en:
|
||||
name: Telecom Manhole
|
||||
# 'terms: cover,phone,hole,telecom,telephone,bt'
|
||||
terms: '<translate with synonyms or related terms for ''Telecom Manhole'', separated by commas>'
|
||||
monitoring_multi:
|
||||
# 'monitoring:=*'
|
||||
label: Monitoring
|
||||
natural:
|
||||
# natural=*
|
||||
name: Natural
|
||||
|
||||
@@ -2201,4 +2201,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -10555,6 +10555,27 @@
|
||||
},
|
||||
"name": "Mast"
|
||||
},
|
||||
"man_made/monitoring_station": {
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"fields": [
|
||||
"monitoring_multi",
|
||||
"operator"
|
||||
],
|
||||
"terms": [
|
||||
"weather",
|
||||
"earthquake",
|
||||
"seismology",
|
||||
"air",
|
||||
"gps"
|
||||
],
|
||||
"tags": {
|
||||
"man_made": "monitoring_station"
|
||||
},
|
||||
"name": "Monitoring Station"
|
||||
},
|
||||
"man_made/observation": {
|
||||
"icon": "poi-tower",
|
||||
"geometry": [
|
||||
|
||||
+4
-3
@@ -4,17 +4,18 @@
|
||||
"area"
|
||||
],
|
||||
"fields": [
|
||||
"monitoring_multi"
|
||||
"monitoring_multi",
|
||||
"operator"
|
||||
],
|
||||
"terms": [
|
||||
"weather",
|
||||
"earthquake",
|
||||
"sismology",
|
||||
"seismology",
|
||||
"air",
|
||||
"gps"
|
||||
],
|
||||
"tags": {
|
||||
"man_made": "monitoring_station"
|
||||
},
|
||||
"name": "Monitoring Station"
|
||||
"name": "Monitoring Station"
|
||||
}
|
||||
@@ -1964,6 +1964,10 @@
|
||||
"key": "man_made",
|
||||
"value": "mast"
|
||||
},
|
||||
{
|
||||
"key": "man_made",
|
||||
"value": "monitoring_station"
|
||||
},
|
||||
{
|
||||
"key": "tower:type",
|
||||
"value": "observation"
|
||||
|
||||
Reference in New Issue
Block a user