Fix misspellings and make sure files have a .json extension

This commit is contained in:
Bryan Housel
2017-12-01 15:40:14 -05:00
parent ac442d5a7f
commit 36f9ec85a4
7 changed files with 37 additions and 11 deletions
+5 -5
View File
@@ -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
+1 -1
View File
@@ -2201,4 +2201,4 @@
}
}
}
}
}
+21
View File
@@ -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,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"
}
+4
View File
@@ -1964,6 +1964,10 @@
"key": "man_made",
"value": "mast"
},
{
"key": "man_made",
"value": "monitoring_station"
},
{
"key": "tower:type",
"value": "observation"