From 35b950aa13dfed03c2ac7a03443eb201b5becc10 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= <skunk@xover.mud.at>
Date: Sat, 14 Nov 2020 19:01:32 +0100
Subject: [PATCH] natural: list named items first

---
 natural.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/natural.json b/natural.json
index 990d263..32d4819 100644
--- a/natural.json
+++ b/natural.json
@@ -62,7 +62,8 @@
         },
         "markerSign": "<span style='color: white'>{{ const[value].sign|raw }}</span>",
         "markerSymbol": "{{ markerPointer({ fillColor: const[value].color|default('#f2756a') })|raw }}",
-        "listMarkerSymbol": "{{ markerCircle({ fillColor: const[value].color|default('#f2756a') })|raw }}"
+        "listMarkerSymbol": "{{ markerCircle({ fillColor: const[value].color|default('#f2756a') })|raw }}",
+        "priority": "{% if tags.name %}0{% else %}1{% endif %}"
     },
     "filter": {
         "type": {