MapBench 0.3
Changes:
- Marlin-renderer upgraded to releases 0.4.1 (stable) and 0.5A (prerelease)
- improved image display panel (show test, reference and diff images) with zoom in/out
- added regression tests (ductus, pisces reference images)
NOTES:
- get maps from any MapBench Maps release
- get reference images from any MapBench Images release to perform regression tests or compare renderer quality (ductus vs marlin)
Setup instructions:
- extract the MapBench release into folder /mapbench
- extract the MapBench Maps release and move the maps folder in /mapbench/maps
- extract the MapBench Images release and move the results/ref and results/test folders in /mapbench/results
- use shell scripts (unix, win) in the folder /bin
To choose your test profile and the marlin-renderer release, please edit the env file:
cd mapbench/bin
vi ./env.sh
To run benchmarks (on all cpu cores):
cd mapbench/bin
./bench.sh (use default JVM and renderer)
./bench_marlin.sh
To run tests:
cd mapbench/bin
./display.sh (use default JVM and renderer)
./display_marlin.sh
PS: change your path to set your JVM (jdk7 or jdk8)
Enjoy !