User:Bjohas/test

From OpenStreetMap Wiki
Jump to navigation Jump to search

! < > {{ }}

! < > {{ }}

! < > {{ }}

! < > {{ }}

Template:OverpassTurboExample

try it yourself in overpass-turbo
'"`UNIQ--pre-00000002-QINU`"'
[out:json][timeout:800];
// Get all schools in current bounding box
( way[amenity=school]({{bbox}});
  node[amenity=school]({{bbox}});
  rel[amenity=school]({{bbox}});
) -> .schools;

A

ABC

B

{{bbox}}