-
-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Platforms
iOS
Version of flutter-maplibre
0.3.0
Bug Description
When using a more complex map style in the example app, calling the controller.featuresAtPoint method causes the app to crash. The issue occurs after tapping on a map feature or city label, especially when the map is displaying land areas with detailed vector data.
Steps to Reproduce
- Open feature_query_page.dart in the example app
- Use a more complex map style, e.g. MapStyles.openMapTilesBright.uri
- Run the app
- Move the map over land and tap on a feature or city name
Expected Results
The app should return features at the tapped point without crashing.
Actual Results
The app crashes when tapping on some map feature.
Code Sample
MapLibreMap(
options: MapOptions(
initZoom: 7,
initCenter: const Geographic(lon: 0.1, lat: 0.1),
initStyle: MapStyles.openMapTilesBright.uri,
),Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Projects
Status
To Do