mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 05:13:50 +01:00
Create weather
This commit is contained in:
parent
35862aba9c
commit
03d0907de6
1 changed files with 35 additions and 0 deletions
35
data/presets/man_made/monitoring_station/weather
Normal file
35
data/presets/man_made/monitoring_station/weather
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"icon": "temaki-antenna",
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"fields": [
|
||||
"{man_made/monitoring_station}",
|
||||
"weather_multi"
|
||||
],
|
||||
"moreFields": [
|
||||
"{man_made/monitoring_station}"
|
||||
],
|
||||
"terms": [
|
||||
"weather",
|
||||
"air",
|
||||
"ceilometer",
|
||||
"humidity",
|
||||
"lightning",
|
||||
"rain",
|
||||
"temperature",
|
||||
"wind",
|
||||
"measurement station"
|
||||
],
|
||||
"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