Tagged Questions
1
vote
1answer
48 views
PROJ4 C++ API: Amersfoort RD New to WGS84
I try to convert between dutch RD New (EPSG:28992) and WGS84 (EPSG:4326) via PROJ4 C++ API.
On the console this works with:
cs2cs +proj=sterea +lat_0=52.15616055555555 +lon_0=5.38763888888889 ...
1
vote
1answer
49 views
Lambert projection with one or two standard parallels and proj4
I'm sure there is a gap in my understanding, but I haven't been able to identify where it is, nor how to fill it. My issue is this:
I'm transforming lon lat coordinates into a lambert conformal ...
2
votes
0answers
250 views
Projecting point in Leaflet from EPSG 900913 (same as 3857) to EPSG 2232 with proj4js returning unexpected results
I have a leaflet map from which I want to be able to query an api that accepts x y values in EPSG 2232 as inputs. Leaflet doesn't handle point transformations like Open Layers does so I am trying to ...
2
votes
1answer
568 views
How to setup leaflet map to display a WMS layer in ESRI:102012 projection?
I have a WMS server that serves layers in ESRI:102012 projection.
http://spatialreference.org/ref/esri/102012/
It accepts GetMap requests with srs=EPSG:102012 parameter.
My goal is to display a map ...
1
vote
0answers
136 views
On the usage of Proj4Js->tmerc.js
I am using "proj4js & open layers" for my mapping.
I got projection & datum (which is based on "Transverse Mercator") of a local plane and
this plane is part of a grid which returns ...
0
votes
2answers
133 views
How do you pass parameters for Proj4js implementation with OpenLayers
I am using Proj4js along with OpenLayers for the transformation of x,y (projection type is Transverse Mercator) to long, lat.
While executing "inverse()" method what I noticed that in tmerc.js some ...
1
vote
1answer
516 views
How to perform transformations using ProjNet?
While writing some unit tests I thought it would be convenient/possible to use ProjNet to convert from EPSG:4326 into several other coordinate systems (3875,3395). I figured it would be as easy as ...
2
votes
1answer
2k views
Converting Lambert Conformal Conic to WGS84 using Proj.4
I am attempting to transform data from Lambert Conformal Conic lat/long and I am having some issues with the results.
The shapefile I am attemtping to transform can be found here: ...
