Created
April 8, 2021 00:06
-
-
Save altilunium/43f6fee4a78891c635d456fe43591a7c to your computer and use it in GitHub Desktop.
OSM : Cari Masjid
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
This is an example Overpass query. | |
Try it out by pressing the Run button above! | |
You can find more examples with the Load tool. | |
*/ | |
(node | |
[amenity=place_of_worship] | |
[religion=muslim] | |
({{bbox}}); | |
way | |
[amenity=place_of_worship] | |
[religion=muslim] | |
({{bbox}}); | |
(._;>;); | |
)->._; | |
/*end of auto repair*/ | |
out; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment