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

JS: using Proj4rs instead of Proj4js #4845

Closed
wants to merge 1 commit into from
Closed

Conversation

rldhont
Copy link
Collaborator

@rldhont rldhont commented Oct 4, 2024

Using Rust implementation Proj4rs of the PROJ.4 project instead of the JavaScript implementation Proj4js.

  • The aim of Proj4rs is to provide the same functionality as the proj4js library
  • The goal of Proj4rs is not to be a replacement of PROJ, but instead being a lightweight implementation of transformations from CRS to CRS that could be used in Rust and WASM environments.

Using Rust implementation [Proj4rs](https://www.npmjs.com/package/proj4rs) of the PROJ.4 project instead of the JavaScript implementation [Proj4js](https://www.npmjs.com/package/proj4).

* The aim of Proj4rs is to provide the same functionality as the proj4js library
* The goal of Proj4rs is not to be a replacement of PROJ, but instead being a lightweight implementation of transformations from CRS to CRS that could be used in Rust and WASM environments.
@rldhont rldhont added map viewer javascript Pull requests that update Javascript code run end2end If the PR must run end2end tests or not labels Oct 4, 2024
@github-actions github-actions bot added this to the 3.9.0 milestone Oct 4, 2024
@rldhont rldhont closed this Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
javascript Pull requests that update Javascript code map viewer run end2end If the PR must run end2end tests or not
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant