Skip to content

kjetilk/mapper

 
 

Repository files navigation

OpenOrienteering Mapper

Mapper Screenshot

OpenOrienteering Mapper is an orienteering mapmaking program and provides a free and open source alternative to existing commercial software. OpenOrienteering Mapper runs on Android, Windows, Mac OS X and Linux.

Contributing

Writing Code

For building Mapper from source see INSTALL.md. Pull requests are very welcome.

Translating

The translations for Mapper are stored in translations/OpenOrienteering_lang.ts. The easiest way to edit those files is by using Qt Linguist for translation. The translations can also be edited with any XML editor.

Adding a new translation is done by making a new copy of OpenOrienteering_template.ts and replacing template in the file name with the relevant language code. The new file also has to be added to translations/CMakeLists.txt.

Some strings such as basic buttons and colors has its translation within the Qt Framework, for translating those see Qt Localization.

Writing Documentation

The Mapper manual lives in its own repository witch contains all information for you to get started.

Reporting Issues

Issues and possible improvements can be posted to our public Ticket system, please make sure you provide all relevant information about your problem or idea.

License

Mapper is licensed under the GNU GENERAL PUBLIC LICENSE Version 3.

Packages

No packages published

Languages

  • C++ 93.8%
  • CMake 2.7%
  • C 2.7%
  • QMake 0.5%
  • Java 0.2%
  • Objective-C 0.1%