Tirex/Development

From OpenStreetMap Wiki
Jump to navigation Jump to search

Tirex ist currently maintained by Frederik Ramm and Jochen Topf.

You can discuss development issues and bugs on the OSM developer list.

How to report bugs

You can use the bug tracker at https://github.com/openstreetmap/tirex/issues. Some old tickets are also stored in trac.osm.org.

Source

All the source code is on GitHub. Feel free to work on it.

Tests

There are unit tests for many of the Perl libraries in the t directory. Call prove in the main directory to run those tests. You need Test::More (Debian/Ubuntu package: libtest-simple-perl) and Test::Harness (Debian/Ubuntu package: libtest-harness-perl) installed.

Some additional test scripts are in the test directory. See the comments in the files on how to use them.

See also