-
-
Notifications
You must be signed in to change notification settings - Fork 221
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
Add server-side raster tile rendering #978
Comments
I remember there is a maplibre-rs, is it avaliable? I know little about it. |
maplibre-rs does not have most of the needed features, it can only show rudimentary no-font stuff |
Is this still being actively looked into? I was looking for a good solution to use maplibre with rust but the current maplibre-rs repo seems as if it is still in the 'proof of concept' stage. |
Yeah, maplibre-rs is a POC. The much more likely scenario is for maplibre/maplibre-native#1057 to be implemented (@lseelenbinder was looking into it too) |
Would you accept a PR that includes (a narrow, only for this crate needs) binding for maplibre-native in this repo? We can always replace it with the proper bindings when it becomes created. |
Definitly!!! |
Martin needs to be able to render and serve MVT tiles as rasters (JPG and/or PNG).
TODO
The text was updated successfully, but these errors were encountered: