Giter VIP home page Giter VIP logo

Comments (6)

FObermaier avatar FObermaier commented on June 22, 2024 2

You should use

// Coordinate systems
var cs4386 = ProjNet.CoordinateSystems.GeographicCoordinateSystem.WGS84;
var cs3857 = ProjNet.CoordinateSystems.ProjectedCoordinateSystem.WebMercator;

// Transformation
var ctfac = new CoordinateTransformationFactory();
var trans = ctfac.CreateFromCoordinateSystems(cs4326, cs3857);

from projnet4geoapi.

DGuidi avatar DGuidi commented on June 22, 2024 1

@Bernoulli-IT I tried to run code posted by @Rumpelstinsk and no exception is thrown

from projnet4geoapi.

Bernoulli-IT avatar Bernoulli-IT commented on June 22, 2024 1

@Bernoulli-IT tried to run code posted by @Rumpelstinsk and no exception is thrown

I think I misplaced my previous comment as I bumped into a similar issue where a conversion resulted in an incorrect y value. My bad.

from projnet4geoapi.

Rumpelstinsk avatar Rumpelstinsk commented on June 22, 2024

Thanks for the help. That did the trick

from projnet4geoapi.

Bernoulli-IT avatar Bernoulli-IT commented on June 22, 2024

Yes this helped. But why don't the WKT definitions, as mentioned by OP, lead to the correct results? That is odd and feels uncomfortable.

from projnet4geoapi.

airbreather avatar airbreather commented on June 22, 2024

Yes this helped. But why don't the WKT definitions, as mentioned by OP, lead to the correct results? That is odd and feels uncomfortable.

This is a valid question. From #37 (comment):

The issue is that the projection "Mercator_1SP" needs additional help to perform the correct conversion.
Out of the box, proj4 wouldn't compute the correct result either, that is why the Extension token is there.

Add [PARAMETER["semi_minor",6378137]] anywhere in the parameter block and you should be all set.
Or use ProjectedCoordinateSystem.WebMercator in the first place.

from projnet4geoapi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.