Skip to content

Commit

Permalink
Add Diving Platform preset (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
arch0345 authored Nov 14, 2022
1 parent f6f03e8 commit fdb1683
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
7 changes: 7 additions & 0 deletions data/fields/tower/platforms.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"key": "tower:platforms",
"type": "number",
"minValue": 1,
"label": "Platforms",
"placeholder": "1, 2, 3..."
}
23 changes: 23 additions & 0 deletions data/presets/man_made/tower/diving.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"icon": "temaki-diving",
"geometry": [
"point",
"area"
],
"fields": [
"{man_made/tower}",
"tower/platforms"
],
"tags": {
"man_made": "tower",
"tower:type": "diving"
},
"reference": {
"key": "tower:type",
"value": "diving"
},
"terms": [
"diving tower"
],
"name": "Diving Platform"
}

0 comments on commit fdb1683

Please sign in to comment.