-
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 extrusion heights over 65km #3954
Comments
@lcapel yes, |
Let's keep this open — there's a chance we could add support for higher values while not sacrificing memory requirements, e.g. by introducing a multiplier spec property. That way you could control the height range at the expense of precision (e.g. have This use case seems quite common — every extrusion-based visualization that's on a bigger scale than city level (e.g. counties, countries) will need bigger values supported. |
Just adding that I'm making an earthquake map that would benefit from world-scale extrusions (65535 isn't enough), so the use case is fairly broad: May be worth revisiting adding pixel-unit support for extrusions, per #3385 |
Is this closed? I'm still getting an error when the extrusion height exceeds 65535 in v0.40.0.
|
Whoops, I forgot to remove the maximum from the style specification. Fix in #5320. |
@jfirebaugh I believe the maximum of fill-extrusion-base also needs to be removed. |
Hello,
I'm trying to create a 3D hexbin map, similar to the example you showed a while ago (https://www.mapbox.com/bites/00304/). I'm trying to do this at a country level rather than city level. I tried to raise the
fill-extrusion-height
to an appropriate level, as this is set in meters I'd need something in the region of 300+Km but I guess I'm hitting a limitation and I can really go above ~50Km. Do you think that this could be an error on my behalf or this is indeed a limitation perhaps do to the type of Integer that is used to set thefill-extrusion-height
?The text was updated successfully, but these errors were encountered: