Skip to content
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

[Bugfix] JS Digitizing measure : Provide map projection #4730

Merged
merged 3 commits into from
Sep 6, 2024

Commits on Sep 5, 2024

  1. [Bugfix] JS Digitizing measure : Provide map projection

    In OL sphere API documentation https://openlayers.org/en/latest/apidoc/module-ol_sphere.html for `getLength` and `getArea`, it is assumed that the default projection is `ESPG:3857`.
    If the map is in `EPSG:2154` projection, the `getLength`'s error is arround 40% without projection provided.
    
    Funded by Conseil Départemental du Calvados
    rldhont committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    4778cac View commit details
    Browse the repository at this point in the history
  2. Tests: Update draw project

    rldhont committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    991d721 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01d0ef8 View commit details
    Browse the repository at this point in the history