The source code of Where is available at GitHub.
Clone and update Where v0.16.3
The simplest way to download Where and do later updates is by cloning the Where repository:
git clone https://github.com/kartverket/where.git
With a cloned repository you can update to version 0.16.3 by doing:
cd where
git fetch origin
git checkout tags/v0.16.3
See Installing Where for details on how to install the software.
Download Where v0.16.3
If you prefer to download the source code as a zip- or tar-file, you can use the following links:
See Installing Where for details on how to install the software.
Changelog
Version 0.16.3 is a bug fix release fixing the following bugs in version 0.16.2:
- Bugfix: Configuration editor could not be launched on Windows.
- Bugfix: Force username to be lower case to avoid some issues.