openlayers

OpenLayers Geolocation in PyQt 5.9

OpenLayers Geolocation in PyQt 5.9 Question: I’ve implemented a Website with a geolocation function and Button. This Webpage gets displayed fine in a QwebEngineView (OSM Map too). The Webpage is loaded def __init__(self, parent=None): super(MainGUI, self).__init__(parent) self.ui = uic.loadUi(“GPS.ui”, self) self.ui.w3View.load(QtCore.QUrl(‘file:///Map.html’)) All native OpenLayers Buttons (Zoom IN and OUT) are working fine. I created a …

Total answers: 2