add overpass query and josm

This commit is contained in:
Tykayn 2025-06-29 17:23:54 +02:00 committed by tykayn
parent 0cdb2f9ae9
commit afc120ef2a
4 changed files with 108 additions and 2 deletions

View file

@ -573,6 +573,8 @@ area["ref:INSEE"="$zone"]->.searchArea;
nwr["man_made"="surveillance"](area.searchArea);
nwr["amenity"="recycling"](area.searchArea);
nwr["power"="substation"](area.searchArea);
nwr["healthcare"="laboratory"](area.searchArea);
nwr["amenity"="school"](area.searchArea);
);
out body;
>;