User:Bjohas/OTE/T1

From OpenStreetMap Wiki
Jump to navigation Jump to search


Output of urlencode: Q=
Link: http://overpass-turbo.eu/?Q=
Syntax highlighting:
[out:json][timeout:800];
// Get all schools in current bounding box
( way[amenity=school]({{bbox}});
  node[amenity=school]({{bbox}});
  rel[amenity=school]({{bbox}});
) -> .schools;


Possibly see https://phabricator.wikimedia.org/T28213

'"`UNIQ--pre-00000002-QINU`"'

syntaxhighlight

[out:json][timeout:800];
// Get all schools in current bounding box
( way[amenity=school]({{bbox}});
  node[amenity=school]({{bbox}});
  rel[amenity=school]({{bbox}});
) -> .schools;