mirror of
https://github.com/enzet/map-machine.git
synced 2025-07-30 06:39:44 +02:00
Add apartment collection.
This commit is contained in:
parent
c787f48058
commit
f6ed5a5533
1 changed files with 10 additions and 0 deletions
|
@ -1,4 +1,14 @@
|
|||
[
|
||||
{
|
||||
"name": "Apartments",
|
||||
"page": "Tag:building=apartments",
|
||||
"id": "apartments",
|
||||
"tags": {"building": "apartments"},
|
||||
"row_key": "building:levels",
|
||||
"row_values": ["1", "2", "3", "4", "5"],
|
||||
"column_key": "roof:shape",
|
||||
"column_values": ["gabled", "hipped", "pyramidal", "skillion"]
|
||||
},
|
||||
{
|
||||
"name": "Outdoor seating",
|
||||
"page": "Tag:leisure=outdoor_seating",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue