# This file contains metadata for your plugin. Beginning
# with version 1.8 this is the preferred way to supply information about a
# plugin. The current method of embedding metadata in __init__.py will
# be supported until version 2.0

# This file should be included when you package your plugin.

# Mandatory items:


[general]
name=go2streetview
qgisMinimumVersion=3.36
qgisMaximumVersion=3.98
description=The plugin allows to get a window with Google Street View or Bing Bird's Eye clicking and dragging the cursor on map to set location and direction of the desired view.
version=10.0
author=Enrico Ferreguti
email=enricofer@gmail.com

# end of mandatory metadata

# Optional items:

# Uncomment the following line and add your changelog entries:
changelog =v8.4
  snapshots issues fixes
  fix python 3.9 update - courtesy of https://github.com/denchat
  v8.5
  Fix broken view when resizing the panel - courtesy of @nirvn Mathieu Pellerin
  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.7
  Downgrade to last running gmapsjs lib - courtesy of @yvo2m
  v10.0
  Drop Qt WebKit for Qt WebEngine
  Digitize on streetview window
about = Go2streetview allows to get a window with Google Street View or Bing Bird's Eye clicking and dragging the cursor on map to set location and direction of the desired view. Features: Automatic SRS conversion, Transparent proxying, View position on map, Take Snapshots of current view, Dockable Dialog Windows, Overlay info layer support, Map follows Streetview, Streetview service coverage
# tags are comma separated with spaces allowed
tags = google, street, view, streetview, bing, bird s eye, snapshot, nominating, overlay, markers

homepage=http://geogear.wordpress.com
tracker=https://github.com/enricofer/go2streetview/issues
repository=https://github.com/enricofer/go2streetview
icon=icoStreetview.png
# experimental flag
experimental=False

# deprecated flag (applies to the whole plugin, not just a single version
deprecated=False
