-
-
Notifications
You must be signed in to change notification settings - Fork 220
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
Is it possible to use vector tiles with Cesium JS? #386
Comments
Hello, have you found a solution? |
1 similar comment
Hello, have you found a solution? |
@lizhao520q Unfortunately, I couldn't find it |
To my knowledge, the only systems that support MVTs are: MapLibre GL JS & Native, corresponding Mapbox products, OpenLayers (partially), and QGIS (also partially because it has a different styling system). I can't think of any other system supporting this format of the vector tiles. |
You can refer to this plugin mvt-imagery-provider |
I want to use vector tiles from Martin(Geoserver) with Cesium JS.
But, I can't find any way to do that.
My example tile info is "https://{my_martin_server}/{location_name}/{z}/{x}/{y}.pbf".
Is it possible to use vector tiles in Cesium JS?
Please, Let me know the way. Thank you
The text was updated successfully, but these errors were encountered: