-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Projection problem #35
Comments
we use proj4js to deal with projections and it doesn't have that datum or ellipsoid you are using and I've never actually encountered that one before, this are the supported datums and supported ellipsoids |
thank you for your clarification. Here I found defs('EPSG:31700', "+proj=sterea +lat_0=46 +lon_0=25 +k=0.99975 +x_0=500000 +y_0=500000 +ellps=krass +nadgrids=stereo70_etrs89A.gsb +units=m+no_defs "); Thank you! |
Oh hello again, yeah technically that string won't work here I can look
into it more Monday
…On Sat, Nov 26, 2016, 3:34 PM tech4bot ***@***.***> wrote:
Is there a way how I can see how the projection is processed? I am using
this
<http://spatialreference.org/ref/epsg/dealul-piscului-1970-stereo-70/prj/>
projection and I found out that in stand of using this projection I have to
use to following "+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".
So my question is, how can I define this projection string in a place and
when I have the prj file present to use this formula?
Thank you!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#35 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABE4n6mVS4NNRwHKEiytZ-_LY25YqEctks5rCJfrgaJpZM4IHr1_>
.
|
I will wait for your input maybe you find something how to use it. I am looking for something like when I am using .prj file to use the string you give me. Thank you! |
Hello,

After loading a file with a projection inside (EPSG:31700 --- prj file --- http://spatialreference.org/ref/epsg/dealul-piscului-1970-stereo-70/prj/) all areas are not fitting correctly on map:
Is there any way to fix this or what should I do to shift all the areas after import?
Thank you!
The text was updated successfully, but these errors were encountered: