From 4940a5f5df0e1210205d9cb8a3339705ea5028cf Mon Sep 17 00:00:00 2001 From: Inga Date: Sat, 18 Nov 2023 18:05:11 +0000 Subject: [PATCH] added info on labels --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72ff0ca..2fad3bb 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Considering that it should have drag&drop, it is an especially important matter, and presumably reordering should renumber all waypoints. So if an user drags "Waypoint 4" in place of "Waypoint 1", the left section will not change visually, only the route on the map will change, and this is very very confusing. -So I also added displaying of four first characters of immutable waypoint key in order to make user experience better. +So I also added editable long marker labels (first four letters of unique marker key by default) in order to make user experience better. I also added "move up" and "move down" buttons for every marker, because for some people it can be much easier to use compared to drag&drop.