Skip to content

Commit

Permalink
Add fields to building=construction preset (#171)
Browse files Browse the repository at this point in the history
* Add fields to building=construction preset

Add opening_date and check_date fields to the building=construction preset

* Fixed commas

* Add "construction" field
  • Loading branch information
Pengor authored Dec 14, 2021
1 parent 04c9194 commit 22c42b2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions data/presets/building/construction.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"icon": "maki-building",
"fields": [
"name",
"construction",
"address",
"opening_date",
"check_date"
],
"geometry": [
"area"
],
Expand Down

0 comments on commit 22c42b2

Please sign in to comment.