PySide/PyQT GeoJSON load and reload using Folium
I’m developing an application with PySide6 that visualize a GeoJSON over OSM, using Folium. Basically, I select a geojson from file, it shows in the map (into a pyqt window), and I should be able to select features in the geojson and do something with them (ie dynamically color some features if they are in a set that can vary at run time). This is the code of the widget for visualising the map.