Qt maps widget implemented using a WebView. Various JavaScript libraries and mapping services are supported. Full Python to Javascript and JavaScript to Python calls supported.
- Windows older than Windows 10 or Python 3.7:
pip install qmaps[qt5] - Windows 10 and above, Python 3.8 and above:
pip install qmaps[qt6]
py examples/googlemaps.py(GoogleMaps library using GoogleMaps tiles)py examples/googlemaps_osm.py(GoogleMaps library using OpenStreetMap tiles)py examples/leaflet_osm.py(Leaflet library using OpenStreetMap tiles)py examples/openlayers_osm.py(OpenLayers library using OpenStreetMap tiles)
See https://ircama.github.io/osm-carto-tutorials/map-client/ for more JavaScript maps implementations.