1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 
/*
This has been generated by the overpass-turbo wizard.
The original search was:
“website~google or "contact:website"~google in HU”
*/
[out:json][timeout:25];
// fetch area “HU” to search in
{{geocodeArea:HU}}->.searchArea;
// gather results
(
  nwr["website"~"google"](area.searchArea);
  nwr["contact:website"~"google"](area.searchArea);
);
// print results
out geom;
20 km
Leaflet © OpenStreetMap contributors
1