A web service for finding boating routes in Finland.
Download base map from openmaptiles.com, nautical charts from https://github.com/vokkim/rannikkokartat-mbtiles and put the mbtiles
files in ./resources/openmaptiles/
. Check that the filename of the base map matches the filename in ./resources/openmaptiles/styles/vaylaopas.json:15
and update the JSON file if necessary.
Start mapserver: docker-compose up -d mapserver
Start database: docker-compose up -d db
Import lane data: ./scripts/import.sh
Start development server: npm run watch
. The server will run at localhost:8081.
Automatically run tests: npm run test:watch