An open API service indexing awesome lists of open source software.

https://github.com/josm/markseen

"MarkSeen" plugin for JOSM. Marks "seen" areas of the map.
https://github.com/josm/markseen

josm josm-plugin openstreetmap

Last synced: 4 months ago
JSON representation

"MarkSeen" plugin for JOSM. Marks "seen" areas of the map.

Awesome Lists containing this project

README

          

josm-markseen
=============

![Screenshot](screen_20170828.png)

* JOSM plugin which marks 'seen' areas of the map.

* License: GPL v3 or later.

Building
--------

A `default.nix` file is provided for [Nix](https://nixos.org/nix) users which should provide *all* required dependencies for building & testing this project. A Nix user should be able to perform a

```
$ nix-shell --pure .
```

in the source directory and then use the regular `ant` commands `ant dist` and `ant test` to build & test the project respectively.