floscher / RovasConnector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

# 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:

translation stats

In order to update the translations in this repository with the current translations from Transifex, install the Transifex client and then run this command:

./gradlew transifexDownload

About

License:GNU General Public License v3.0


Languages

Language:Java 96.8%Language:Kotlin 3.2%