From c5b95d12d46a0a73b009ef1b8d2cadc819074b69 Mon Sep 17 00:00:00 2001 From: Sergey Vartanov Date: Mon, 13 Sep 2021 00:33:03 +0300 Subject: [PATCH] Issue #7: add Japanese symbol for shinto shrine. --- map_machine/scheme/default.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/map_machine/scheme/default.yml b/map_machine/scheme/default.yml index 209668a..cdef19b 100644 --- a/map_machine/scheme/default.yml +++ b/map_machine/scheme/default.yml @@ -334,6 +334,8 @@ node_icons: - tags: {amenity: car_wash} shapes: [car_wash] # Place of worship + - tags: {building: shrine, religion: shinto} + shapes: [japan_shinto_shrine] - tags: {religion: christian} shapes: [cross] - tags: {amenity: place_of_worship, religion: christian}