#picplanner — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #picplanner, aggregated by home.social.
-
I just "finished" rewriting the 'ShumatePathLayer' and 'ShumateMarker' objects from the GNOME Shumate library (map data provider) to fit my needs better.
This was necessary because the PathLayer has some disadvantages for my specific needs. I think due to these complete new objects I have much more possibilities to visualize stuff directly on the map.
It took me really long to understand how to do this but I think I learned a lot! -
#PicPlanner: What do you think about my first rudimentary version of the offline location search? In my opinion this should be enough for now especially because programming the search function was much more complicated to realize then expected and the online search seems even more complicated.
In the video you can see the current state of the app 😊#linux #gtk4 #gnome #programming #libadwaita #libgweather #libshumate #photography
-
I finally managed to connect #PicPlanner to the #nominatim API and get the search results as a JSON. So in principle my app is now capable of showing the desired information of sun, moon and milky way just by typing the name of a city into the search bar.
But: It is still not asynchronous, I have no error handling and the UI to select the correct search result is missing. Furthermore, my memory management is still a nightmare. But one step after another 😅