From b697906f38660fa0b4cabcfff42d546262d286af Mon Sep 17 00:00:00 2001 From: Sergey Vartanov Date: Tue, 11 Oct 2022 23:11:46 +0400 Subject: [PATCH] Increase golf objects priority. Tee and pin are small objects buy they are a part of big golf fields, so they should be visible at zoom level 16. --- map_machine/scheme/default.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/map_machine/scheme/default.yml b/map_machine/scheme/default.yml index b381749..60d54ba 100644 --- a/map_machine/scheme/default.yml +++ b/map_machine/scheme/default.yml @@ -1492,6 +1492,14 @@ node_icons: shapes: [lander] set_opacity: 0.5 + - group: "Golf objects" + start_zoom_level: 16.0 + tags: + - tags: {golf: tee} + shapes: [golf_tee] + - tags: {golf: pin} + shapes: [golf_pin] + - group: "Important small objects" start_zoom_level: 17.0 tags: @@ -1692,10 +1700,6 @@ node_icons: shapes: [horizontal_bar] - tags: {leisure: picnic_table} shapes: [table] - - tags: {golf: tee} - shapes: [golf_tee] - - tags: {golf: pin} - shapes: [golf_pin] - tags: {highway: traffic_mirror} shapes: [side_mirror] - tags: {amenity: dressing_room}