-
Notifications
You must be signed in to change notification settings - Fork 229
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
How to use OpenLayers vector tiles? #456
Comments
Hello @MedaiP90 , And here is a demo how to run all this stuff with vuelayers https://codesandbox.io/s/vuelayers-mapbox-styles-3zyl1?file=/src/App.vue |
Thanks for the reply. The solution works only with the satellite map (because its tiles are in |
Seems that 4326 vector tilesets don't work correctly with openlayers v5. |
@ghettovoice it's working now, thanks a lot. Keep up the good work |
We have a self-hosted tile server that provides OpenLayers vector tiles. We are trying to display a map using those tiles and the following component from your library:
This result in an error:
Can please someone help us understanding how to configure the
vl-layer-vector-tile
andvl-source-vector-tile
components? Since the official documentation has no information about.The text was updated successfully, but these errors were encountered: