This package browser is in early development. Mind the rough edges.

josm

OSM editor

JOSM is an extensible editor for OpenStreetMap (OSM). It supports loading GPX tracks, background imagery and OSM data from local sources as well as from online sources and allows editing the OSM data (nodes, ways, and relations) and their metadata tags.

Installation

Install the latest version of josm as follows:

guix install josm

Or install a particular version:

guix install josm@19253

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of josm about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/josm'><img src='https://packages.guix.gnu.org/packages/josm/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/josm/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/josm)

Example Org:

[[https://packages.guix.gnu.org/packages/josm][https://packages.guix.gnu.org/packages/josm/badges/latest-version.svg]]