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

add option to hide notes, fix osmauthorization #62

Open obama opened 3 months ago

obama commented 2 months ago

regarding the osm authorization: you had the auth repo being instantied everytime from default values it seems, and the reference was thrown away. so i added the member variable to save it there. you probably want to rewrite that thing because of the null checks (kotlin is still a book with magic seals to me)