https://github.com/floscher/rovasconnector
https://github.com/floscher/rovasconnector
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/floscher/rovasconnector
- Owner: floscher
- License: gpl-3.0
- Created: 2021-09-03T16:19:10.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-03T16:20:05.000Z (almost 5 years ago)
- Last Synced: 2025-04-13T20:14:54.184Z (about 1 year ago)
- Language: Java
- Size: 255 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rovas Connector plugin
This JOSM plugin allows tracking the time spent editing OSM data in JOSM and then reporting that time
to https://rovas.app
## Development
Clone this repository, make sure you have JDK 8 or newer installed.
Then you can use these commands to build:
```bash
# Start a JOSM instance for development with the current state of the plugin loaded
./gradlew runJosm
# Run unit tests
./gradlew test
# Run a full build
./gradlew build
```
## Translations
The translation of the plugin is happening at [Transifex](https://www.transifex.com/josm/josm/josm-plugin_RovasConnector/):
[](https://www.transifex.com/josm/josm/josm-plugin_RovasConnector/)
In order to update the translations in this repository with the current translations from Transifex, [install the Transifex client](https://docs.transifex.com/client/installing-the-client) and then run this command:
```bash
./gradlew transifexDownload
```