-
Notifications
You must be signed in to change notification settings - Fork 297
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 .vctr tiles #814
Comments
Example of a typical .vctr tile from this tileset: |
Hello! I'm not sure what a "vctr" file is. Is there a specification for it? Is this something custom from that data platform? The 3d tiles specification only allows for b3dm, i3dm, pnts, cmpt (all deprecated), and glTF tile contents. Any tile set providing tile content formats outside of those would technically be out-of-spec. |
It is for Vector data. It looks like this I guess the author of this tileset found this to be the only way to display labels in 3d-tiles similar to what google is doing. Or is there a possibility you know with standard 3d-tiles? If yes, let me know and I'll propose to change to the tileset owner. In anycase, if this is out-of-spec, any chance for a plugin or whatever remote support? As said, I would implement it myself, if you agree having it integrated. |
Do you have an image of what this looks like? The in-progress definition looks like it just stores points, lines, and polyons, which can all be rendered in glTF so I'd think that format would be good enough. Maybe @lilleyse has some insight into the motivation behind the "vctr" format? @xawill either way I'd probably ask the owner of the data sets why they're using a non-standard format for their data. |
The vctr format was created for storing 3D vector data but nowadays I would try to use glTF for this. I did some experiments a few years ago and saw pretty good results switching to glTF + EXT_structural_metadata + EXT_meshopt_compression. |
Is your feature request related to a problem? Please describe.
I am trying to add this tileset which is supposed to display labels of places. (Limited) Docs of the tileset available here. However, the library throws an error:
It looks like .vctr tiles are not (yet) implemented. Is that correct, or is there another issue somewhere (with the tileset, maybe?).
Describe the solution you'd like
If this is really a lack of support, I would be willing to contribute to the implementation, with your guidance. My proposal would be to do something similar to google maps 3D which displays name of places in "2.5D", the text being anchor at a 3D location but always facing the user for readability. I think three.js' CSS3DRenderer would be a great use of that.
Describe alternatives you've considered
NA
Additional context
NA
The text was updated successfully, but these errors were encountered: