Simple ol tool for Estonian geocache game (and more)
- Node and npm
- Python 3.7
npm run build
npm run build:translations
npm run build:prod
npm start
npm run start:ssl
npm run start:prod
Make sure all changes are commited in current branch. Usually you want to merge all development branches (done) to master before deploy.
npm run deploy
It will build:prod app and commit dist folder to gh-pages branch and push to github.
WMTS
{
type: 'WMTS',
title: 'Fin',
url: 'https://mapservices.navici.com/basemaps/gwc/service/wmts?apikey=<your_key>',
projection: 'EPSG:3067',
layer: 'rk',
matrixSet: 'ETRS-TM35FIN',
matrixSetPrepend: 'ETRS-TM35FIN:',
matrixSetCount: 16,
extent: [-2097152, 5242880, 3145728, 9437184],
maxResolution: 8192,
format: 'image/png8',
style: 'default'
}
- Get rid of python dep.