Fix religious icon specifications.

This commit is contained in:
Sergey Vartanov 2021-11-30 09:52:02 +03:00
parent e7e3d167e0
commit 70a4a7c4d9
3 changed files with 9 additions and 9 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 377 KiB

After

Width:  |  Height:  |  Size: 380 KiB

Before After
Before After

View file

@ -106,7 +106,7 @@
"greek_cross": {"name": "greek cross"}, "greek_cross": {"name": "greek cross"},
"greek_cross_in_box": {"name": "inverted Greek cross in box"}, "greek_cross_in_box": {"name": "inverted Greek cross in box"},
"orthodox": {"emoji": "☦️"}, "orthodox": {"emoji": "☦️"},
"russian_orthodox_cross": {"name": "Russian Orthodox cross"}, "russian_orthodox_cross": {"name": "Russian Orthodox cross", "emoji": "☦"},
"star_of_david": {"emoji": "✡️", "name": "Star of David"} "star_of_david": {"emoji": "✡️", "name": "Star of David"}
} }
}, },

View file

@ -373,19 +373,19 @@ node_icons:
- tags: {building: shrine, religion: shinto} - tags: {building: shrine, religion: shinto}
shapes: [japan_shinto_shrine] shapes: [japan_shinto_shrine]
- tags: {religion: christian} - tags: {religion: christian}
shapes: [cross] shapes: [latin_cross]
- tags: {amenity: place_of_worship, religion: christian} - tags: {amenity: place_of_worship, religion: christian}
shapes: [cross] shapes: [latin_cross]
- tags: - tags:
amenity: place_of_worship amenity: place_of_worship
religion: christian religion: christian
denomination: catholic denomination: catholic
shapes: [cross] shapes: [latin_cross]
- tags: - tags:
amenity: place_of_worship amenity: place_of_worship
religion: christian religion: christian
denomination: russian_orthodox denomination: russian_orthodox
shapes: [russian_orthodox] shapes: [russian_orthodox_cross]
- tags: - tags:
amenity: place_of_worship amenity: place_of_worship
religion: christian religion: christian
@ -397,11 +397,11 @@ node_icons:
denomination: baptist denomination: baptist
shapes: [baptist] shapes: [baptist]
- tags: {amenity: place_of_worship, religion: muslim} - tags: {amenity: place_of_worship, religion: muslim}
shapes: [muslim] shapes: [crescent]
- tags: {amenity: place_of_worship, religion: buddhist} - tags: {amenity: place_of_worship, religion: buddhist}
shapes: [dharmachakra] shapes: [dharmachakra]
- tags: {amenity: place_of_worship, religion: jewish} - tags: {amenity: place_of_worship, religion: jewish}
shapes: [jewish] shapes: [star_of_david]
- tags: {historic: tomb, tomb: mausoleum} - tags: {historic: tomb, tomb: mausoleum}
shapes: [mausoleum] shapes: [mausoleum]
- tags: {historic: "*"} - tags: {historic: "*"}
@ -1428,7 +1428,7 @@ node_icons:
- tags: {leisure: firepit} - tags: {leisure: firepit}
shapes: [fire_pit] shapes: [fire_pit]
- tags: {man_made: cross} - tags: {man_made: cross}
shapes: [cross] shapes: [latin_cross]
- tags: {man_made: flagpole} - tags: {man_made: flagpole}
shapes: [flagpole] shapes: [flagpole]
- tags: {man_made: manhole} - tags: {man_made: manhole}