Viewing maps with PyQt4 QWebView using python 3
问题 I am building a program that can show a map with a markers according to specific coordinates from a database, so the process is: Get the map from osm using (folium) Add the marker Save the map as HTML Show the map.html in QWebView. But this way is not practical if the coordinates are always changing e.g(vehicles tracking system). Is there anyway that could allow me to add or update markers on the map avoiding the previous process, without having to create the map.html file then load it to