mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 04:43:52 +01:00
Add preset man_made=insect_hotel (#1020)
This commit is contained in:
parent
7764008519
commit
88641533c3
1 changed files with 21 additions and 0 deletions
21
data/presets/man_made/insect_hotel.json
Normal file
21
data/presets/man_made/insect_hotel.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"icon": "fas-bugs",
|
||||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
"moreFields": [
|
||||
"ref",
|
||||
"operator",
|
||||
"length",
|
||||
"width",
|
||||
"height"
|
||||
],
|
||||
"tags": {
|
||||
"man_made": "insect_hotel"
|
||||
},
|
||||
"terms": [
|
||||
"bug hotel",
|
||||
"insect house"
|
||||
],
|
||||
"name": "Insect Hotel"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue