mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 04:43:52 +01:00
Added Compass Rose preset (#250)
This commit is contained in:
parent
c1c463d7c6
commit
e566231b1d
2 changed files with 25 additions and 0 deletions
20
data/presets/man_made/compass_rose.json
Normal file
20
data/presets/man_made/compass_rose.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"icon": "temaki-compass",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"man_made": "compass_rose"
|
||||
},
|
||||
"terms": [
|
||||
"compass",
|
||||
"east",
|
||||
"north",
|
||||
"rose of the winds",
|
||||
"south",
|
||||
"west",
|
||||
"wind rose"
|
||||
],
|
||||
"name": "Compass Rose"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue