Skip to content

Commit

Permalink
Add columns for start_date and end_date for admin areas
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Dec 2, 2024
1 parent 713df56 commit 0b2ae9b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions images/tiler-imposm/config/layers/admin_areas.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,16 @@
"type": "boolint",
"name": "has_label",
"key": false
},
{
"type": "string",
"name": "start_date",
"key": "start_date"
},
{
"type": "string",
"name": "end_date",
"key": "end_date"
}
],
"type": "polygon",
Expand Down

0 comments on commit 0b2ae9b

Please sign in to comment.