ES2015 port of http://latlong.mellifica.se
For batch conversion of geodetic coordinates between Swedish Grid RT 90, SWEREF99 and WGS84 lat, lng
Offline support with service worker
$ git clone https://github.com/marcusasplund/sweref-convert.git
$ cd sweref-convert
$ yarn || npm install
$ yarn start || npm run start
$ yarn build || npm run build
This will generate a release directory with your minified/rev'd assets.
All geodetic conversion calculations are taken from https://github.com/arnoldandreasson/latlong_mellifica_se