forked from GeoNode/geonode
-
Notifications
You must be signed in to change notification settings - Fork 17
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
leaflet page should free from using proj4js #357
Comments
This was referenced Oct 14, 2017
Merged
fix this while fixing #289 |
@boney-bun was this fixed when #289 was fixed? Please update status |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
atm, leaflet pages use proj4js library to check the projection in the frontend.
the projection should go in the backend instead, preferably in View.
an extensive discussion about removing proj4js can be found in #345
Solution
make sure all leaflet pages are free from using proj4js.
what should be done in the backend:
the example of this solution can be found in #345
child of #457
The text was updated successfully, but these errors were encountered: