Skip to content

Instantly share code, notes, and snippets.

View omerwwazap's full-sized avatar
💭
Awaiting Imminent Alien Invasion

Levent Durdalı omerwwazap

💭
Awaiting Imminent Alien Invasion
View GitHub Profile
@omerwwazap
omerwwazap / overpassRail-River.txt
Last active January 24, 2022 16:11
Overpass Turbo - Railways near Rivers
/*
This query bring railways close to rivers
*/
[out:json][bbox:{{bbox}}][timeout:800];
// determine set of police stations
(
way["railway"="rail"];
)->.rail_p; // put them into the set "rail_p"