You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now users have to leave the app and load the map externally, which depending on the device and network could take time to load the whole page.
Describe the feature you would like.
I want to integrate a map view into the app, without creating map tiles.
Additional context
I used to have an internal map but creating the map tiles increased the overall apk size, I later removed them because with vallies upcoming and deimos being a possibility at the time I wasn't very happy about pushing the size to a possible 20MB+.
Sadly at the time of writing and back when Navis was still at v1 flutter_maps used (and still is using) a package called LatLong which only support coordinates between -90 and 90 I believe so I couldn't use the coordinates used in Warframe Hub, so the only possible solution I see would be to stack the markers on top of the image, but I don't exactly know enough about maps to plot those positions.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
Right now users have to leave the app and load the map externally, which depending on the device and network could take time to load the whole page.
Describe the feature you would like.
I want to integrate a map view into the app, without creating map tiles.
Additional context
I used to have an internal map but creating the map tiles increased the overall apk size, I later removed them because with vallies upcoming and deimos being a possibility at the time I wasn't very happy about pushing the size to a possible 20MB+.
Sadly at the time of writing and back when Navis was still at v1 flutter_maps used (and still is using) a package called LatLong which only support coordinates between -90 and 90 I believe so I couldn't use the coordinates used in Warframe Hub, so the only possible solution I see would be to stack the markers on top of the image, but I don't exactly know enough about maps to plot those positions.
The text was updated successfully, but these errors were encountered: