[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/osm f91272da50 6/6: osm-track-style: Thinner line
From: |
ELPA Syncer |
Subject: |
[elpa] externals/osm f91272da50 6/6: osm-track-style: Thinner line |
Date: |
Thu, 21 Dec 2023 18:58:17 -0500 (EST) |
branch: externals/osm
commit f91272da508fdf0d6459a840dc04d17150012041
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>
osm-track-style: Thinner line
---
osm.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/osm.el b/osm.el
index c300d6cbfd..37762c74d9 100644
--- a/osm.el
+++ b/osm.el
@@ -186,7 +186,7 @@ the domain name and the :user to the string \"apikey\"."
:type '(alist :key-type symbol :value-type string))
(defcustom osm-track-style
-
"stroke:#00a;stroke-width:10;stroke-linejoin:round;stroke-linecap:round;opacity:0.4;"
+
"stroke:#00a;stroke-width:5;stroke-linejoin:round;stroke-linecap:round;opacity:0.4;"
"SVG style used to draw tracks."
:type 'string)
- [elpa] externals/osm updated (7af7a049bc -> f91272da50), ELPA Syncer, 2023/12/21
- [elpa] externals/osm 77acc8dd83 2/6: Update README, ELPA Syncer, 2023/12/21
- [elpa] externals/osm 6e9f9909b7 5/6: README: Document distance measurement, ELPA Syncer, 2023/12/21
- [elpa] externals/osm f91272da50 6/6: osm-track-style: Thinner line,
ELPA Syncer <=
- [elpa] externals/osm 6cf40b5d17 1/6: Add distance measurement, ELPA Syncer, 2023/12/21
- [elpa] externals/osm 8cb218725d 4/6: Various improvements, ELPA Syncer, 2023/12/21
- [elpa] externals/osm 7af8e74cda 3/6: Update README, ELPA Syncer, 2023/12/21