1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
 
[out:json][timeout:25];
area
  ["boundary"="administrative"]
  ["admin_level"="7"]
  ["name"="Lillestrøm"]
  ->.boundary;
 
(
  nwr["landuse"="construction"]
     [!"check_date"]
     (area.boundary);
  nwr["landuse"="construction"]
     (if:date(t["check_date"])
         <date("{{date:180 days}}"))
     (area.boundary);
);
 
out body; >; out skel qt;
100 m
Leaflet © OpenStreetMap contributors
1