From bbef7a28f032dc4e89d665fe28d267f00d8ad91d Mon Sep 17 00:00:00 2001 From: vbgf Date: Fri, 15 Jan 2021 23:41:18 +0100 Subject: [PATCH] Add 'buildings_construction' --- buildings_construction | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 buildings_construction diff --git a/buildings_construction b/buildings_construction new file mode 100644 index 0000000..1ae352a --- /dev/null +++ b/buildings_construction @@ -0,0 +1,10 @@ +{ + "type": "overpass", + "name": { + "en": "Buildings under construction", + "bg": "Сгради в ремонт" + }, + "query": { + "10": "way[building=construction];" + } +}