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

Global data projection vs view projection option #50

Closed
flyfishMT opened this issue May 4, 2018 · 2 comments
Closed

Global data projection vs view projection option #50

flyfishMT opened this issue May 4, 2018 · 2 comments
Assignees
Labels

Comments

@flyfishMT
Copy link

flyfishMT commented May 4, 2018

If I am working with EPSG:4326 data, what is the benefit of using the global dataProjection or map data-projection binding over setting the projection option of the View to EPSG:4326? Thank you.

@ghettovoice
Copy link
Owner

Hi, @flyfishMT,
there is no benefit, if you use EPSG:4326 as view projection all coordinate data will be in EPSG:4326 too.
Data projection is used only for convenience when view and data in different projections (view EPSG:3857 but geographic data usually in EPSG:4326 ).

@ghettovoice ghettovoice self-assigned this May 5, 2018
@flyfishMT
Copy link
Author

Ok that makes sense thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants