Skip to content

Instantly share code, notes, and snippets.

View esisa's full-sized avatar

Espen Oldeman Lund esisa

View GitHub Profile
@esisa
esisa / toUtm33.js
Created September 1, 2014 08:29 — forked from atlefren/toUtm33.js
/**
Simple script to transform coordinates from WGS84 Geographic to UTM Zone 33N.
Based on Holsen.js, which in turn is based on "Holsens småprogrammer"
License: MIT
Written by: Atle F. Sveen
**/
var toUtm33 = (function () {
'use strict';