diff --git a/road_construction.json b/road_construction.json new file mode 100644 index 0000000..50ab5cd --- /dev/null +++ b/road_construction.json @@ -0,0 +1,10 @@ +{ + "type": "overpass", + "name": { + "en": "Road Construction", + "bg": "Пътища в ремонт" + }, + "query": { + "1": "way[highway=construction];" + } +}