branch: externals/osm
commit 752834112367193f0fd82fadf7a73476c0e40397
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
README updates
---
README.org | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/README.org b/README.org
index 294e5232c1..d9b5313507 100644
--- a/README.org
+++ b/README.org
@@ -11,9 +11,7 @@
#+html: <a href="http://elpa.gnu.org/devel/osm.html"><img alt="GNU-devel ELPA"
src="https://elpa.gnu.org/devel/osm.svg"/></a>
#+html: <a href="https://melpa.org/#/osm"><img alt="MELPA"
src="https://melpa.org/packages/osm-badge.svg"/></a>
#+html: <a href="https://stable.melpa.org/#/osm"><img alt="MELPA Stable"
src="https://stable.melpa.org/packages/osm-badge.svg"/></a>
-[[https://github.com/minad/osm/blob/screenshots/osm.png?raw=true]]
-The map data is © [[https://www.openstreetmap.org/copyright][OpenStreetMap]]
contributors, licensed under the
[[https://opendatacommons.org/licenses/odbl/][ODbL]] The map
-rendering is © [[https://opentopomap.org/about][OpenTopoMap]], licensed under
the [[https://creativecommons.org/licenses/by-sa/3.0/][CC-BY-SA.]]
+#+html: <img
src="https://github.com/minad/osm/blob/screenshots/osm.png?raw=true"/><p>The
map data is © <a
href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors,
licensed under the <a
href="https://opendatacommons.org/licenses/odbl/">ODbL</a> The map rendering is
© <a href="https://opentopomap.org/about">OpenTopoMap</a>, licensed under the
<a href="https://creativecommons.org/licenses/by-sa/3.0/">CC-BY-SA.</a></p>
Osm.el is a tile-based map viewer, with a responsive movable and zoomable
display. The map can be controlled with the keyboard or with the mouse. The
@@ -42,8 +40,8 @@ for locations by name and to open and display GPX tracks.
* Configuration
The package is available on GNU ELPA and can be installed with
=package-install=.
-Note that osm.el requires Emacs 27 and depends on the external =curl= program.
-Emacs must be built with libxml, libjansson, librsvg, libjpeg and libpng
+Note that Osm.el requires Emacs 27 and depends on the external =curl= program.
+Emacs must be built with =libxml=, =libjansson=, =librsvg=, =libjpeg= and
=libpng=
support. The following is an example configuration which relies on
=use-package=.
Please take a look at the [[https://github.com/minad/osm/wiki][wiki]] for
additional configuration.