From 2c41c25d25b3725b8bf7fb508e18911764014d2c Mon Sep 17 00:00:00 2001 From: Sergey Vartanov Date: Sun, 3 Oct 2021 09:52:01 +0300 Subject: [PATCH] Issue #90: reuse icons for amenity=parking. With additional tags parking=lane and parking=street_side. --- map_machine/icons/icons.svg | 233 ++++++++++++++++++++++++++++++++- map_machine/scheme/default.yml | 4 + 2 files changed, 233 insertions(+), 4 deletions(-) diff --git a/map_machine/icons/icons.svg b/map_machine/icons/icons.svg index c7a01ab..24ba96d 100644 --- a/map_machine/icons/icons.svg +++ b/map_machine/icons/icons.svg @@ -145,12 +145,12 @@ inkscape:object-paths="true" inkscape:guide-bbox="true" showguides="false" - showgrid="true" + showgrid="false" inkscape:document-units="px" inkscape:current-layer="layer1" - inkscape:cy="372.29283" - inkscape:cx="599.95084" - inkscape:zoom="2" + inkscape:cy="144.88613" + inkscape:cx="493.11988" + inkscape:zoom="1" inkscape:pageshadow="2" inkscape:pageopacity="0.0" borderopacity="1.0" @@ -22918,5 +22918,230 @@ small letter x 5 px + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/map_machine/scheme/default.yml b/map_machine/scheme/default.yml index e223200..ce9596f 100644 --- a/map_machine/scheme/default.yml +++ b/map_machine/scheme/default.yml @@ -1150,6 +1150,10 @@ node_icons: shapes: [binoculars_on_pole] - tags: {amenity: parking_space} shapes: [p_small] + - tags: {amenity: parking, parking: lane} + shapes: [p_small] + - tags: {amenity: parking, parking: street_side} + shapes: [p_small] - tags: {amenity: post_box} shapes: [envelope] - tags: {amenity: recycling}