Coder Social home page Coder Social logo

Comments (4)

ahocevar avatar ahocevar commented on June 18, 2024

First of all, there is no need to convert from GOOGLE to WGS84, because Google Maps reports the coordinates in WGS84. And regarding the distance calculation, you'll want to use a different tool than proj4, e.g. turf/distance.

from proj4js.

Nic-77 avatar Nic-77 commented on June 18, 2024

Hi @ahocevar !
Thanks for your response!

My use case is the following:
Currently, i have a tool (BabylonJS based) where i insert a map section from Google. On this section i want to place a marker, which is possible to move on the map section.
After/with moving the marker i want to calculate the new position.
So, therefore i converted the coordinate from google into meter, add the moving distance (also in meter) and converted this back to WGS84.
But therewith i got wrong positions.

from proj4js.

ahocevar avatar ahocevar commented on June 18, 2024

Like I said, you're doing the wrong thing. GOOGLE is a pseudo projection only used internally. Google Maps reports latitude/longitude in WGS84. And geographic coordinates is not something you can measure distances with. You can either transform coordinates into a local projection with meters as distance units (with proj4), or you can use turf/distance or a similar tool to measure distances on a sphere, based on the original geographic coordinates.

from proj4js.

Nic-77 avatar Nic-77 commented on June 18, 2024

Ok, thanks for explanation!

from proj4js.

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.