-
-
Notifications
You must be signed in to change notification settings - Fork 14
[Feature] Migrating from Google Maps to maplibre/flutter-maplibre-gl #308
Copy link
Copy link
Labels
enhancementEnhancement of existing featureEnhancement of existing featuregood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededhigh priority
Description
Is your feature request related to a problem? Please describe.
Navigatum has invested a lot of effort into making our map look nice.
Google has too, but their focus is on different things and it shows.
As such, vehecular infrastructure is always too overexagerated (compared how students actually move around) and the map looks kind of out of place due to not being TUM-styled.
Describe the solution you'd like
I would like to have the map we have in navigatum in the campus app.
I think either of the following two is the good way to do this:
- https://pub.dev/packages/flutter_map with https://pub.dev/packages/flutter_map_maplibre
- https://github.com/maplibre/flutter-maplibre-gl
This would likely also make #295 simpler.
Describe alternatives you've considered
Alternatives:
- Rastering on NavigaTUMs' server and sending raster tiles to the client is not great as it does not have zoom-transtitons, rotating labels/symbols and many more
- Sticking with googles map works, but is ugly
Additional context
Here are a few screenshots from navigatum for motivation:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementEnhancement of existing featureEnhancement of existing featuregood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededhigh priority


