Update flutter_map package and dependencies, remove flutter_map_geojson

This commit is contained in:
2025-10-05 10:41:07 +02:00
parent 1293176f89
commit cb94aa042a
7 changed files with 22 additions and 22 deletions
@@ -252,7 +252,7 @@ class NavigationView extends GetView<NavigationViewController> {
),
MarkerLayer(
markers: controller.currentLocationMarker),
MarkerLayer(markers: controller.parser.markers),
// MarkerLayer(markers: controller.parser.markers),
PolylineLayer(polylines: controller.pathLayer),
MarkerLayer(
markers: controller.pointsToMeasureMarker),