mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-29 05:43:53 +01:00
Merge 3a4d537813 into f0c506c3ca
This commit is contained in:
commit
51d28529b5
5 changed files with 116 additions and 1 deletions
38
data/presets/man_made/monitoring_station/weather.json
Normal file
38
data/presets/man_made/monitoring_station/weather.json
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"icon": "temaki-antenna",
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"fields": [
|
||||
"name",
|
||||
"{man_made/monitoring_station}",
|
||||
"weather_multi",
|
||||
"ele"
|
||||
],
|
||||
"moreFields": [
|
||||
"ref/wmo",
|
||||
"ref/wigos"
|
||||
],
|
||||
"terms": [
|
||||
"air",
|
||||
"ceilometer",
|
||||
"humidity",
|
||||
"lightning",
|
||||
"measurement station",
|
||||
"rain",
|
||||
"temperature",
|
||||
"weather",
|
||||
"wind"
|
||||
],
|
||||
"tags": {
|
||||
"man_made": "monitoring_station",
|
||||
"monitoring:weather": "yes"
|
||||
},
|
||||
"reference": {
|
||||
"key": "man_made",
|
||||
"value": "monitoring_station"
|
||||
},
|
||||
"name": "Weather Station"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue