Skip to content
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

Deprecate mbtiles format; Add ol-mapbox-style; #1576

Open
dbauszus-glx opened this issue Oct 17, 2024 · 1 comment
Open

Deprecate mbtiles format; Add ol-mapbox-style; #1576

dbauszus-glx opened this issue Oct 17, 2024 · 1 comment
Labels
Code Issues related to the code structure and performance. Deprecated Features which are no longer supported and should eventually be removed. Feature New feature requests or changes to the behaviour or look of existing application features.

Comments

@dbauszus-glx
Copy link
Member

The mbtiles format requires an old version of maplibre in order to support older version of mapbox styles.

The format module should be marked as deprecated and warn if used, to be removed in a future release.

@dbauszus-glx dbauszus-glx added Code Issues related to the code structure and performance. Deprecated Features which are no longer supported and should eventually be removed. labels Oct 17, 2024
@dbauszus-glx
Copy link
Member Author

dbauszus-glx commented Oct 18, 2024

We should also investigate the use of the native OL vector tile renderer for mapbox-style tiles.

https://github.com/openlayers/ol-mapbox-style

Especially since the maplibre implementation due to the nature of the implementation will always drag behind the OL canvas.

Screencast.from.2024-10-18.17-12-27.webm

@dbauszus-glx dbauszus-glx added the Feature New feature requests or changes to the behaviour or look of existing application features. label Oct 18, 2024
@dbauszus-glx dbauszus-glx changed the title Deprecate mbtiles format Deprecate mbtiles format; Add ol-mapbox-style; Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Issues related to the code structure and performance. Deprecated Features which are no longer supported and should eventually be removed. Feature New feature requests or changes to the behaviour or look of existing application features.
Projects
None yet
Development

No branches or pull requests

1 participant