/gist:b18528b6063660d718f3 Secret
Created
October 3, 2013 12:35
Star
You must be signed in to star a gist
soldner to wgs84 for soldner coordinates 26197,19294
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env node | |
var proj = require("proj4"); | |
proj.defs("EPSG:3068", "+proj=cass +lat_0=52.41864827777778 +lon_0=13.62720366666667 +x_0=40000 +y_0=10000 +ellps=bessel +datum=potsdam +units=m +no_defs"); | |
console.log(proj("EPSG:3068", "WGS84", [26197,19294])); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment