maplibre / maplibre-native

MapLibre Native - Interactive vector tile maps for iOS, Android and other platforms.
https://maplibre.org
BSD 2-Clause "Simplified" License
898 stars 274 forks source link

Missing `com.mapbox` replacement on annotation layer ID #2498

Closed Fabi755 closed 3 weeks ago

Fabi755 commented 3 weeks ago

Is there a reason why the MapLibreConstants.LAYER_ID_ANNOTATIONS is always com.mapbox.annotation.points and not migrated to org.maplibre.annotations.points.

Is see that the native code has already migrated to MapLibre naming. For example the AnnotationManager

By migrating the navigation SDK to v11, I have some issue with the layer order, and I'm not sure if this is the cause of this.

Fabi755 commented 3 weeks ago

I see there are still a lot of other constant values that contains the mapbox naming. Is this not converted yet in the full Java code?

louwers commented 3 weeks ago

Looks like it could be problematic. Thanks for reporting.

However, this change was not released yet. 11.0.0 is not affected.