ubipo / osmfocus

Open source tool for examining OpenStreetMap elements by moving around on a map.
Apache License 2.0
43 stars 5 forks source link

Loading data is not working at all #6

Closed matkoniecz closed 3 years ago

matkoniecz commented 3 years ago

At least for me OSM data is never, ever loaded.

If it is working in general - I can try debugging the app.

ubipo commented 3 years ago

Aha, interesting. What version are you on? If it's not 1.0.1-fdroid or 1.0.1-gplay, can you update using the APK in the latest release and try again? (1.0.1 has exception reporting, maybe that will catch something)

matkoniecz commented 3 years ago

Screenshot_20210404-195549

Now it claim that I should zoom in even on extreme zoom in.

I can try debugging once I get back to a computer

ubipo commented 3 years ago

Okay, I'm first going to implement #7 (better status indicator) and #2 (faster loading). Hopefully that will make it easier to hunt down the problem. The "Zoom in to show data" message showing when already zoomed in is already fixed, I'll let you know when I publish that version.

matkoniecz commented 3 years ago

Thanks, then I will wait with more thorough debugging.

ubipo commented 3 years ago

Alright, the status indicator has improved a lot and loading is now 44 times faster. Do try again if you have the time, v1.1.0-gplay should be live on Google Play. F-Droid is a little delayed, so if you use that you can instead install the apk from the releases page.

matkoniecz commented 3 years ago

It shows me cloud with arrow (downloading?) but nothing happens for loooooooooooooooooooong time.

But something is finally being loaded!

Thanks for fixing.

ubipo commented 3 years ago

Hmm yeah it's indeed downloading from the OSM api. Out of curiosity: was the area densely mapped (like a city)? If not that is a little weird.

matkoniecz commented 3 years ago

Out of curiosity: was the area densely mapped (like a city)?

Yes, very densely mapped (Kraków - https://www.openstreetmap.org/#map=19/50.07717/19.88741 ). Maybe it should default to downloading smaller area?

ubipo commented 3 years ago

Hmm indeed very slow. But difficult to fix.