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
157 stars 24 forks source link

Microsoft Bing maps v8 #24

Closed jim-easterbrook closed 7 years ago

jim-easterbrook commented 8 years ago

Photini currently uses v7 of the Microsoft Bing maps API, which is scheduled for withdrawal in June 2017. Photini cannot use the v8 API until it has dragable markers, so will remain on v7 for now.

jim-easterbrook commented 8 years ago

Commit 5e3846c allows Photini to work with Bing maps v7 or v8 (selected with the --test CLI option). Version 8 remains experimental as it doesn't yet have aerial imagery enabled. The markers are dragable now though.

jim-easterbrook commented 7 years ago

API v7 is being deprecated from June this year, so commit 7cd68ea makes v8 the default. However I'm having problems with it when using Qt5 - the map / aerial selector doesn't work. It's OK in Qt4 though.

jim-easterbrook commented 7 years ago

Release 2017.5.0 includes the migration to v8 of the API.