Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Add a layer for greco-catholic and orthodox places of worship #33

Open
pawelabrams opened this issue Feb 27, 2022 · 1 comment
Open
Labels
enhancement New feature or request new point of interest Use for marking requests that want us to permanently add the POI to the repository

Comments

@pawelabrams
Copy link

Is your feature request related to a problem? Please describe.
Places of worship are a customary place of gathering and distributing charity donations, hot meals and providing people with local information. There is a simple way to add places of worship to the map using overpass-api.

Describe the solution you'd like
Add a layer for displaying Greco-Catholic and Orthodox churches in Poland; use overpass-api script.

Describe alternatives you've considered
Well, I guess one can Google the place, but Церква is translated to "church" which displays all roman catholic churches – which is fine, but not great ;)

Additional context
amenity = place_of_worship
denomination = greek_catholic | orthodox

@pawelabrams pawelabrams added the enhancement New feature or request label Feb 27, 2022
@Mordechai23
Copy link
Collaborator

(
nwr[denomination=greek_catholic]amenity=place_of_worship;
nwr[denomination=ukrainian_greek_catholic]amenity=place_of_worship;
nwr[denomination=orthodox]amenity=place_of_worship;
nwr[denomination=armenian_apostolic]amenity=place_of_worship;
nwr[denomination=bulgarian_orthodox]amenity=place_of_worship;
nwr[denomination=eritrean_orthodox]amenity=place_of_worship;
nwr[denomination=ethiopian_orthodox]amenity=place_of_worship;
nwr[denomination=coptic_orthodox]amenity=place_of_worship;
nwr[denomination=greek_orthodox]amenity=place_of_worship;
nwr[denomination=macedonian_orthodox]amenity=place_of_worship;
nwr[denomination=old_believers]amenity=place_of_worship;
nwr[denomination=romanian_orthodox]amenity=place_of_worship;
nwr[denomination=russian_orthodox]amenity=place_of_worship;
nwr[denomination=serbian_orthodox]amenity=place_of_worship;
nwr[denomination=syriac_orthodox]amenity=place_of_worship;
nwr[denomination=ukrainian_orthodox]amenity=place_of_worship;
nwr[denomination=polish_orthodox]amenity=place_of_worship;

@ttomasz ttomasz added the new point of interest Use for marking requests that want us to permanently add the POI to the repository label Mar 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request new point of interest Use for marking requests that want us to permanently add the POI to the repository
Projects
None yet
Development

No branches or pull requests

3 participants