go2streetview
a QGIS plugin for google Streetview© interaction
Changelog
v10.1
- Enable/disable digitize on Streetview
- Persistent Options - courtesy of @alexeygribko
v10.0 (from QGIS 3.36)
-
Drop Qt WebKit for Qt WebEngine from QGIS 3.36
Ensure that pyqt5 QtWebEngine bindings > 5.15.6 are installed to prevent ImportError exception:
I.e. in debian/ubuntu sudo apt install python3-pyqt5.qtwebengine=5.15.6
or in windows from Osgeo4w setup:
-
Digitize on streetview window.
v8.8
- Outdated WebKit message on dockwidget.
- Open streetview straight on web browser.
v8.7
- Downgrade to last running gmapsjs lib - courtesy of @yvo2m
v8.6
- Avoid using deprecated QgsCoordinateReferenceSystem constructor - courtesy of @nirvn Mathieu Pellerin.
- Fix once-per-session ballpark transformation warning when panel opens - courtesy of @nirvn Mathieu Pellerin.
- Fix error when clicking on 'open in external browser' with a non-zero pitch value - courtesy of @nirvn Mathieu Pellerin.
v8.5
- Fix broken view when resizing the panel - courtesy of @nirvn Mathieu Pellerin.
- Avoid using deprecated QgsCoordinateReferenceSystem constructor - courtesy of @nirvn Mathieu Pellerin.
- Fix once-per-session ballpark transformation warning when panel opens - courtesy of @nirvn Mathieu Pellerin.
- Fix error when clicking on 'open in external browser' with a non-zero pitch value - courtesy of @nirvn Mathieu Pellerin.
v8.4
- snapshots issues fixes.
- fix python 3.9 update - courtesy of https://github.com/denchat.
v8.3
- various bug fixes.
v8.2
- new QGIS expression function to view static images in atlas.
v8.1 - QGIS3 fork (23/02/2018)
- log level api break issue fixed.
- bing oblique icon not visible issue fixed.
v8.0 -QGIS3 fork (26/01/2018)
- Bing service support discontinued.
- Full Google maps oblique support.
- Infolayer projects settings restored at loading.
v7.4 -QGIS2 fork (26/01/2018)
- Bing service support discontinued.
- Partial Google maps oblique support.
v7.3 (04/08/2017)
- console print trace issues fixed (courtesy of https://github.com/dwsilk).
- save snapshot url field issue fixed.
- snapshots layer style issue fixed.
v7.2 (10/01/2017.
- Google maps API key support.
- Web inspector dialog.
v7.1 (30/8/2016)
- Google streetview api update.
v7.0 (30/3/2016)
- Streetview Coverage feature.
- Toggle Panorama controls (date, links, click to go, pan, zoom) feature.
- links and pan issue fixed.
v6.5 (27/7/2015)
- Map rotation support.
- Bing bird's eye connection issues fixed.
- Proxying issues fixed.
- Proxying subnet exclusions fixed.
- Line and polygon infolayer support.
- Select and edit attributes from info layers.
- A4 keymap pdf printing.
- Buttons toolbar compacted.
- Map follows streetview option.
- Resize behaviour issues fixed.
v6.2 (6/4/2015)
- Poor performance with WGS84 layers issue fixed.
- Changing default Distance Buffer depending from info layer mapunits.
v6.1 (6/4/2015)
- malformed html blocking script issue fixed.
- open in browser points always to Bing issue fixed.
v6.0 (3/4/2015)
- info layer overlay in streetview window.
- info layer overlay in bing window.
- new gui toolbar.
- location tracking improvement.
- resize issue opening view fixed.
v5.1 (5/1/2015)
- terms of service dialog behaviour improved.
- menu icon toggle on/off dock widget.
v5.0 (4/11/2014)
- Dockable Dialog Window.
- Reformat dialog Button Position.
- Click on Dialog to trigger tool.
- Terms of service agreement.
v4.1 (12/06/2014)
- fixed float conversion bug during window resizing.
- improved zoom to fov conversion.
- fixed srs setting.
- oriented symbol qml style.
v4.0 (29/5/2014)
- Dynamic resizing of Windows with responsive rescaling of contents.
- CTRL + Click&Drag cursor to open view straight to predifined browser.
- Added dynamic icon to show on map current Streetview position and field of view.
- Nominating Geocoding on the fly, to get complete address when taking snapshot of the view.
- Recording Field of View in the snapshot URL field.
v3.01 (21/4/2014)
- Modified “take a snapshot” procedure to fulfil article 10.1.3 of google maps terms of service.
- Added action to “Streetview_snapshot_log” layer to view saved snapshots clicking on camera icon (“Webview” layer action activation needed).
v3.0 (17/04/2014)
- Added Streetview position tracking. Plugin detects panorama parameters like coordinates, heading etc. and use them for browser calling or change to Bing.
- Added "Take a Snapshot" functionality. clicking on button you record a snapshot of current view in snapshots directory located in the plugin folder.
- Snapshots can be annotated by user with custom notes.
- Snapshots are annotated in a shapefile log that stores date, point of view, address, notes and file name.
- Plugin add to project legend a layer called "Streetview snapshots log" where the snapshots stored are visible as html tips hovering with mouse (remember to enable map tips from view menu).
v2.1 (11/4/2014)
- fixed a bug with the procedure for the automatic setting of the proxy service by reading qsetting stored by qgis options.
v2.0 (29/3/2014)
- Revised dialog interface.
- Improved user interaction, interactive clicking and dragging cursor to find location and heading of the desidered view.
- Allowed opening view in external browser.
- Interaction with google service to find out if the view for the given point is not available or other server-errors.
- Minor bug fixes.