UNPKG

swiss-projection

Version:

Convert from LV03(EPSG:21781) and LV95(EPSG:2056) to WGS84(EPSG:4326)

7 lines (4 loc) 117 B
#!/usr/bin/env node const run = require('./wrapper') const { WGStoLV95 } = require('../dist/index') run(WGStoLV95)