Open cns-solutions-admin opened 2 years ago
You can test this by:
@cns-solutions-admin, vector tiles support in OL-Cesium is very basic. I have some ideas to implement full support for it (same support as OpenLayers, using @geoblocks/print) but I have no timeline for it.
@cns-solutions-admin I am also encountering the same problem now, and I would like to ask how you resolved it.
@RunBoo: we did not resolve it, we are currently using maplibre, which now supports terrain (but still not symbols and lines above the terrain, e.g. aircraft positions and courses).
@cns-solutions-admin Thanks for your response, I've found that Mapbox Vector Tiles (MVT) with the EPSG:3857 projection work well, but those with the EPSG:4326 projection do not. I'm confused by this and will try other methods.
This is a follow-up to #992 that was prematurely closed.
It seems that ol-cesium or cesium has problems with more complex MVT tiles. We have an internal tileserver-gl with vector tiles of OpenStreetMap from Klokantech.
A layer like this is properly displayed in openlayers, but not, when switching to Cesium:
Even replacing
applyStyle
with a simple style does not display the tiles in 3D:There are no errors or warnings in the console of either Firefox and Chrome. However, there are also no requests for tiles after switching to 3D.
Are there any limitations? Known problems?