-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Support epsg:4326 #4296
Comments
By projections, I meant coordinate systems (probably) |
EPSG:4326 === WGS84 |
Duplicate of #3184 |
Let me put it another way, The reliability of the actual positions and area of the polygons Thank you so much for everything guys |
Mapbox GL JS only supports Web Mercator/EPSG:900913, so you'll have to reproject other coordinate systems. When rendering EPSG:4326, you'll have a similar issue in that direct lines in that projection don't reflect the actual path as the crow flies. If you need these paths, you'll have to create intermediate points yourself, e.g. with something like cheap ruler or arc.js |
I am not sure what's going on for this projection problem, I searched the issue, lots of people asked for this feature which is nicely supported in Openlayers, Leaflet and etc. As a mapping library with almost 2k stars, it is strange that some common concepts like I guess if this project is hosted by mapbox company whose most important assets are data with If true, I do not think Anyway, |
Hey, how did you solve the problem? Can you please share? |
Hey guys,
I saw from earlier issues that you so support other projections,
But didn't find its use at the api section,
Is that feature enabled? Specifically for epsg:4326
Thanks in advance
The text was updated successfully, but these errors were encountered: