Files
OSINT-Cheat-sheet/Script/OSM-QUERY-LIST/osm-query-search-damaged-building-gaza.md
T
2026-01-14 02:15:00 +07:00

310 B

[out:json][timeout:120];

(
  way["building"]["damaged"](31.20,34.20,31.62,34.57);
  way["building"]["destroyed"](31.20,34.20,31.62,34.57);
  way["building"]["damage"](31.20,34.20,31.62,34.57);

  node["damaged"](31.20,34.20,31.62,34.57);
  way["damaged"](31.20,34.20,31.62,34.57);
);

out center tags;