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.
- Host: GitHub
- URL: https://github.com/josm/markseen
- Owner: JOSM
- License: gpl-3.0
- Created: 2017-08-21T20:42:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2026-02-15T14:36:02.000Z (4 months ago)
- Last Synced: 2026-02-15T22:53:10.399Z (4 months ago)
- Topics: josm, josm-plugin, openstreetmap
- Language: Java
- Size: 354 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
josm-markseen
=============

* 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.