-
-
Notifications
You must be signed in to change notification settings - Fork 335
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
Modularized Renderer: Android Beta Testing #1608
Comments
This is awesome! |
@mtpdog Please subscribe to this thread (you should be now that you left a message). I will post a message here to notify you once it is released. If you want to build it yourself ahead of the pre-release:
|
The MapLibre Native Android 11.0.0 pre-release is out now. Please see the changelog. There have been changes to the internal rendering architecture, so please check if your application / style still works correctly and report any issues you enounter. Instructions for reporting issues are in the first post. |
Do you plan to update also maplibre-plugins-android and maplibre-navigation-android? I'm not able to run the new maplibre-native version with old versions of these libraries, as they require classes from For example in the annotation plugin to create SymbolManager One example in maplibre-navigation-android would be creating LocationComponentActivationOptions:
|
@michalgwo Absolutely. I created two issues: maplibre/maplibre-navigation-android#104 maplibre/maplibre-plugins-android#49 I'll have a look at it before the final release if no-one else picks it up. |
|
Please use |
I found something peculiar in 11.0.0-pre4. Didn't test if it is reproducible in 10.x Occurs quite rarely, maybe if the tile just loaded? Buildings in the style used fade out at a certain zoom level. You see in the video that instead they seem to fade to black rarely: Screen.Recording.20240319.004941.mp4 |
@westnordost That doesn't look right. Also when you zoom in to new areas I see it getting darker for a split second until the tiles are loaded. Another issue with the location indicator popped up: So it looks like we need to hold off on the 11.0.0 release for a bit longer. |
@westnordost Does this look kind of similar? #2217 |
Hm, it looks a bit similar, but this issue I can only reproduce when zooming out. #2217 I have not seen yet at all. Might be style-specific? In case it is relevant, the style used in the app is https://github.com/streetcomplete/maplibre-streetcomplete-style (you find the style json in the demo folder). The app adds some additional layers, but e.g. the layer with the rendering bug is not modified by the app in any way. |
@westnordost Could you try the new pre-release and check if the zooming issue has been fixed? |
The 11.0.0 release is out. https://github.com/maplibre/maplibre-native/releases/tag/android-v11.0.0 Thanks to everyone that helped with testing. |
The internals of MapLibre Native have received a big redesign. This brings many advantages to the project, most notably that it allows for other rendering backends, but aside from that we expect performance gains, and much better extendibility.
This is the future of MapLibre. Eventually, the code of the legacy renderer will be removed. Therefore it is very important that all users of MapLibre Native pitch in to test the pre-releases of MapLibre Native that will include this new renderer.
Is the functionality that is important for you still working? Are there any problems with the styles that you use? Do you see any performance regressions? We have a lot of tests, but the real test is trying it out in real projects.
The pre-release for MapLibre Native Android 11.0.0 is out now!
Reporting Issues
When report an issue, the following are required:
When available:
The text was updated successfully, but these errors were encountered: