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": "
"
+ },
+ {
+ "if": "dog=leashed",
+ "#": "ignore-image-in-then",
+ "then": "
"
+ },
+ {
+ "if": {
+ "or": [
+ "dog=yes",
+ "dog=unleashed"
+ ]
+ },
+ "#": "ignore-image-in-then",
+ "then": "
"
+ }
+ ]
+ },
{
"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": "
"
- },
- {
- "if": "dog=leashed",
- "#": "ignore-image-in-then",
- "then": "
"
- },
- {
- "if": {
- "or": [
- "dog=yes",
- "dog=unleashed"
- ]
- },
- "#": "ignore-image-in-then",
- "then": "
"
- }
- ]
- },
{
"id": "rating",
"icon": {