From 0564ca572ae7a25f1331c1995194dbdb389bb0e0 Mon Sep 17 00:00:00 2001 From: Sergey Vartanov Date: Wed, 26 Oct 2022 02:02:59 +0400 Subject: [PATCH] Reuse icon for parking=yes. --- map_machine/scheme/default.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/map_machine/scheme/default.yml b/map_machine/scheme/default.yml index 15df3d7..0e0c971 100644 --- a/map_machine/scheme/default.yml +++ b/map_machine/scheme/default.yml @@ -2047,6 +2047,9 @@ node_icons: - tags: {crossing:island: "no"} add_shapes: [rectangle_vertical_rounded_crossed] + - tags: {parking: "yes"} + add_shapes: [p] + # For tourism=camp_pitch - tags: {caravans: "yes"}