-
-
Notifications
You must be signed in to change notification settings - Fork 860
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using mapsforge offline maps in flutter_map #339
Comments
very cool. Do you have any more information about what might be causing the issue? Have you tried using the devtools to get a CPU or memory profile? |
Hi @johnpryan to be honest I just started with flutter so I am still caching up :-) |
Yes, if you are generating tiles in Dart, that has the potential to slow down the app. |
Hi @johnpryan , thanks for the reply and sorry to re-ask, there might be a language barrier problem for me :-) |
@moovida I would also like to use maps_forge offline maps in the flutter_maps. Did you manage to finish the tile provider and solve the before-mentioned issues? Or is there an easier way to use maps_forge offline maps in the flutter_maps via a plugin or something? |
I'm struggling with deciding to switch from flutter_map to maps_forge in an offline scenario. For my project I need large offline maps https://download.mapsforge.org/maps/v5/europe/, but I would like to avoid switching to mapsforge map provider. Any ideas on how to do it the easiest way? Ideally using the flutter_map way or custom tile provider. |
Is there any progress? It would be great if flutter_map would also support mapsforge maps. |
No progress as of yet, but plugins are available to use some vector tiles. We're unlikely to add this specifically. |
Hi there. While mbtiles offline maps are great for some cases, for me it is necessary to have large offline maps on my device. For this I have used the mapsforge project, which has nicely compressed OSM data files in vector format, that can be converted in tiles. Just as an info, files of huge OSM info data are around 2 Giga, so they fit on any device.
That said, recently a port of mapsforge to flutter was done: https://github.com/mikes222/mapsforge_flutter
I tried to implementa tileprovider for that (I am prototyping a port of the geopaparazzi project) and the first results look good:
I found a couple of issues and was wondering if I could get some information:
Thanks for any info you might give me and sure thanks for this great project.
The text was updated successfully, but these errors were encountered: