From ef8d32e25b91796bd5b6ff6665536f7b956e141d Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Thu, 15 Feb 2024 16:28:51 +0100 Subject: [PATCH] Move dog icon up, fix #1788 --- assets/layers/icons/icons.json | 58 +++++++++++++++++----------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/assets/layers/icons/icons.json b/assets/layers/icons/icons.json index 6219db9e56..fb302d55c7 100644 --- a/assets/layers/icons/icons.json +++ b/assets/layers/icons/icons.json @@ -204,6 +204,35 @@ } ] }, + { + "id": "dogicon", + "labels": [ + "defaults", + "in_favourite" + ], + "mappings": [ + { + "if": "dog=no", + "#": "ignore-image-in-then", + "then": "no_dogs" + }, + { + "if": "dog=leashed", + "#": "ignore-image-in-then", + "then": "dogs are allowed but leashed" + }, + { + "if": { + "or": [ + "dog=yes", + "dog=unleashed" + ] + }, + "#": "ignore-image-in-then", + "then": "dogs are allowed" + } + ] + }, { "id": "sharelink", "labels": [ @@ -263,35 +292,6 @@ ], "condition": "id~(node|way|relation)/[0-9]*" }, - { - "id": "dogicon", - "labels": [ - "defaults", - "in_favourite" - ], - "mappings": [ - { - "if": "dog=no", - "#": "ignore-image-in-then", - "then": "no_dogs" - }, - { - "if": "dog=leashed", - "#": "ignore-image-in-then", - "then": "dogs are allowed but leashed" - }, - { - "if": { - "or": [ - "dog=yes", - "dog=unleashed" - ] - }, - "#": "ignore-image-in-then", - "then": "dogs are allowed" - } - ] - }, { "id": "rating", "icon": {