jim-easterbrook / Photini

An easy to use digital photograph metadata (Exif, IPTC, XMP) editing application.
https://photini.readthedocs.io/
GNU General Public License v3.0
163 stars 24 forks source link

Bing maps type selector not working #28

Closed jim-easterbrook closed 5 years ago

jim-easterbrook commented 7 years ago

With some versions of Qt you can't switch the Bing map from "road" to "aerial". I discovered this while working on issue #24. It seems to work OK with Qt version 5.2.1, but not with version 5.5.0 or 5.5.1. Unfortunately the latter is used in Photini's Windows installer version 2017.03.

jim-easterbrook commented 7 years ago

I've just tried it with Qt version 5.6.1 and it still doesn't work. PS 5.7.1 also not working unless I use QtWebEngineWidgets instead of QtWebKitWidgets. QtWebEngineWidgets is only available since PyQt v5.7 (?).

jim-easterbrook commented 7 years ago

I've now got QtWebEngine working satisfactorily when it's available. There are a few minor problems - lots of console warning messages and links on the map aren't clickable - but it does work and appears to be faster than QtWebKit.