emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/osm 4c9337bf79 69/77: Update README


From: ELPA Syncer
Subject: [elpa] externals/osm 4c9337bf79 69/77: Update README
Date: Mon, 7 Mar 2022 08:58:09 -0500 (EST)

branch: externals/osm
commit 4c9337bf79741452ceb234b9beb3eeccd344d091
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Update README
---
 README.org | 4 ++--
 osm.el     | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.org b/README.org
index 0a6d29eff4..680287f213 100644
--- a/README.org
+++ b/README.org
@@ -20,7 +20,7 @@
 - Jump to coordinate
 - Search for location by name
 - Org link support
-- Bookmarks
+- Bookmarked positions with pins
 - Multiple preconfigured servers
 
 * Configuration
@@ -47,7 +47,7 @@ mouse, see ~osm-bookmark-set-click~ and ~osm-org-link-click~.
 
 Examples:
 
-- [[osm:opentopomap:44.00862011541535,9.99755859375,6][Italia, 44.01° 10.00° 
OpenTopoMap]]
+- [[osm:opentopomap:41.869560826994544,12.45849609375,6][Italia, 41.87° 12.46° 
OpenTopoMap]]
 - [[osm:51.48950698022105,-0.144195556640625,11][London, England, 51.49° 
-0.14°]]
 - [[osm:cyclosm:55.686875255964424,12.569732666015625,12][København, Danmark, 
55.69° 12.57° CyclOSM]]
 - [[osm:stamen-watercolor:40.72956780913898,-73.97918701171875,12][New York, 
United States, 40.73° -73.98° Stamen Watercolor]]
diff --git a/osm.el b/osm.el
index 1832d6236d..e684770fb6 100644
--- a/osm.el
+++ b/osm.el
@@ -540,7 +540,7 @@ Should be at least 7 days according to the server usage 
policies."
                        if pin collect (cons "#ff8800" pin))))
     (if-let (pin (and osm--transient-pin
                       (osm--pin-position x y osm--x osm--y)))
-        (nconc pins (list (cons "#aa0000" pin)))
+        (nconc pins (list (cons "#ff0088" pin)))
       pins)))
 
 (defun osm--make-tile (x y)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]