Calvin Metcalf

Results 230 comments of Calvin Metcalf

a refactor probably

try using the proj string instead +proj=sterea +lat_0=46 +lon_0=25 +k=0.99975 +x_0=500000 +y_0=500000 +ellps=krass +towgs84=28,-121,-77,0,0,0,0 +units=m +no_defs I think the issue is we don't include the datum

Identically to how you'd use the string from the proj file On Sat, Nov 26, 2016, 3:44 PM tech4bot wrote: > how can I use this proj string? where should...

so first off is that if your using this with a shapefile then doing `defs['EPSG:31700'] = defs['EPSG:3844'];` doesn't actually do anything because shapefiles have a .proj file which contains the...

what are your actual coordiantes you're putting in and getting out?

I just checked on https://mygeodata.cloud/cs2cs/ and got `1301616.25714;4173536.80549` so that would suggest our conversion is correct and the web converter may be wrong

@JelmerBaas there is a first time for everything step one: go to [the page](https://github.com/proj4js/proj4js/blob/master/lib/datum.js) with the code in question step two: click the edit button step three: make your changes...

one last step, go to https://github.com/JelmerBaas/proj4js and click open pull request and you've done it!

They are done in x, y order so lat long would be the wrong order. On Thu, Dec 10, 2015, 4:09 PM exfizik [email protected] wrote: > Hmm if I change...