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

333 B

[out:json][timeout:15];

(
  // Lapangan golf spot ani ani 
  node["leisure"="golf_course"]( -6.37,106.68,-6.08,107.00 );
  way["leisure"="golf_course"]( -6.37,106.68,-6.08,107.00 );

  node["golf"="driving_range"]( -6.37,106.68,-6.08,107.00 );
  way["golf"="driving_range"]( -6.37,106.68,-6.08,107.00 );
);

out center tags;