mirror of
https://github.com/enzet/map-machine.git
synced 2025-07-31 15:20:31 +02:00
Fix religious icon specifications.
This commit is contained in:
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 |
|
@ -106,7 +106,7 @@
|
|||
"greek_cross": {"name": "greek cross"},
|
||||
"greek_cross_in_box": {"name": "inverted Greek cross in box"},
|
||||
"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"}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -373,19 +373,19 @@ node_icons:
|
|||
- tags: {building: shrine, religion: shinto}
|
||||
shapes: [japan_shinto_shrine]
|
||||
- tags: {religion: christian}
|
||||
shapes: [cross]
|
||||
shapes: [latin_cross]
|
||||
- tags: {amenity: place_of_worship, religion: christian}
|
||||
shapes: [cross]
|
||||
shapes: [latin_cross]
|
||||
- tags:
|
||||
amenity: place_of_worship
|
||||
religion: christian
|
||||
denomination: catholic
|
||||
shapes: [cross]
|
||||
shapes: [latin_cross]
|
||||
- tags:
|
||||
amenity: place_of_worship
|
||||
religion: christian
|
||||
denomination: russian_orthodox
|
||||
shapes: [russian_orthodox]
|
||||
shapes: [russian_orthodox_cross]
|
||||
- tags:
|
||||
amenity: place_of_worship
|
||||
religion: christian
|
||||
|
@ -397,11 +397,11 @@ node_icons:
|
|||
denomination: baptist
|
||||
shapes: [baptist]
|
||||
- tags: {amenity: place_of_worship, religion: muslim}
|
||||
shapes: [muslim]
|
||||
shapes: [crescent]
|
||||
- tags: {amenity: place_of_worship, religion: buddhist}
|
||||
shapes: [dharmachakra]
|
||||
- tags: {amenity: place_of_worship, religion: jewish}
|
||||
shapes: [jewish]
|
||||
shapes: [star_of_david]
|
||||
- tags: {historic: tomb, tomb: mausoleum}
|
||||
shapes: [mausoleum]
|
||||
- tags: {historic: "*"}
|
||||
|
@ -1428,7 +1428,7 @@ node_icons:
|
|||
- tags: {leisure: firepit}
|
||||
shapes: [fire_pit]
|
||||
- tags: {man_made: cross}
|
||||
shapes: [cross]
|
||||
shapes: [latin_cross]
|
||||
- tags: {man_made: flagpole}
|
||||
shapes: [flagpole]
|
||||
- tags: {man_made: manhole}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue