-
Notifications
You must be signed in to change notification settings - Fork 72
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
2.x.x: deck.gl does not draw tiles #137
Comments
Hi did you try with 2.1 also? |
Yes, I did. Tiles generated by v.2.1 do not display (but they do load). v.1.8.5 - all correct. |
ok, is there a minimal Deck.gl client to reproduce this? Maybe also a sample when it was working. |
deckgl-viewer.zip |
Something to check: If the client only support 1.0 (so only .b3dm files) you have to use ' --create_gltf false' also (otherwise glb's are created) |
Yes, I did so. |
Fixed it in fb80c4f You can also change in tileset.json the transform the last 0 to 1: From
To
|
Now it works fine!!! Another wish: It seems to me that while using the parameters |
Great it works :-) I shall look into the version 1.0 when --create_gltf false --use_implicit_tiling false for next release |
PR for setting 1.0 version see #138 |
2.2.0 is released with these fixes |
Hi,
Tiles generated by versions
2.x.x
(starting from version 2.0.0, 4978 -> 4326) are not drawn by thedeck.gl
library. They are loaded, but not drawn.Tiles are prepared with
use_implicit_tiling=false
. Theasset.version
inside theteleset.json
was manually changed to1.0
(the tileset follows this format).Thanks!
The text was updated successfully, but these errors were encountered: