-
Notifications
You must be signed in to change notification settings - Fork 302
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
Plugins: Add support for other tiled formats #943
Comments
Regarding OSM tiles, they indeed introduced a few months ago a production vector tiles endpoint which can be styled client-side: eg tilekiln-shortbread-demo from Paul Norman, and the official OSM forum thread, where style can be live-edited via TileJSON editors like Maplibre Maputnik, mappable or maptiler: Regarding other types of Tiled 3D data, I just wanted to quote that loaders-gl has a section dedicated to tiled-3d-data loaders here, with support already live for OGC 3D Tiles and I3S. In their v5.0 roadmap, they aim for supporting other tiled formats like Also for what it is worth, I dreamt once about a TiTiler-like middleware but for 3d, but it did not gather attention (TiTiler is given an endpoint to a COG Cloud Optimized Geotiffs, and returns a live TMS endpoint with on-the-fly tile selection, mosaicking, merging and reprojection), to dissociate data format from consuming end-user application - zero-traction post and associated quick discussion in loader-gl repo. |
Thanks for the info! Getting Potree working would be great considering some of the discussions in #912, as well. I'm less familiar with COPC - is this a widely used format? It looks fairly new, still. I'll have to take a look at the I3S format a bit more, too. The spec looked a bit difficult to understand and I'm not sure if it's really designed for web use.
Do you have a link to the spec that OSM uses for tiling? Is it something similar (or the same as) WMTS?
Supporting Cloud Optimized Geotiffs directly should be possible, as well, with no middleware (looks like there are embedded LoDs). Sounds like something like TiTiler is good for enabling support in applications that only support WMTS but some of the these tiling formats are close enough to be on-the-fly converted client side. |
From my point of view,
From my understanding, The Hope, this all makes sense! |
Great, thanks! This is all helpful information.
Can you explain the difference between TMS and WMTS, then? I've tried looking it up before but it wasn't super clear to me. A simple explainer would help. |
You can see a collection of WMS vs TMS endpoints on NextGIS QMS, with satellite endpoints for google, here, esri, bing (based on quadkey rather than xyz) etc. |
2D Formats
3D Formats
Notes
The text was updated successfully, but these errors were encountered: