# This file contains metadata for your plugin. Since 
# version 2.0 of QGIS this is the proper way to supply 
# information about a plugin. The old method of 
# embedding metadata in __init__.py will 
# is no longer supported since version 2.0.

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

[general]
name=ImportPhotos
qgisMinimumVersion=2.0
qgisMaximumVersion=3.99
description=Import Photos
version=1.4
author=Marios S. Kyriakou, George A. Christou, KIOS Research and Innovation Center of Excellence (KIOS CoE)
email=mariosmsk@gmail.com, george.a.christou@gmail.com

about= This tool can be used to import Geo-Tagged photos (jpg or jpeg) as points to QGIS. The user is able to select a folder with photos and only the geo-tagged photos will be taken. Then a geoJSON point file will be created which will contain the name of the picture, its directory, the date and time taken, altitude, longitude, latitude, azimuth, north and camera maker and model. The plug-in doesn’t need any third party applications to work. It has two buttons; the one is to import geotagged photos, and the other one is to be able to click on a point and display the photo along with information regarding the date time and altitude. Supported GeoJSON, SHP, GPKG, CSV, GML, KML, TAB, ODS type of files. Mac users please refer to the Read Me file for further guidance.

tracker=https://github.com/KIOS-Research/ImportPhotos/issues/
repository=https://github.com/KIOS-Research/ImportPhotos/
# End of mandatory metadata

# Recommended items:
# Uncomment the following line and add your changelog:
changelog=2018-02-20  ImportPhotos 0.2:
		Fixed error with activation
	  2018-02-20  ImportPhotos 0.3:
		Update version
	  2018-03-09  ImportPhotos 0.4:
		Fix error for mac pc, and add some warning messages
	  2018-03-21  ImportPhotos 1.0:
		Issue fixes and migration code to QGIS3
		Fix error with replace file and clear code
		Add attributes field Camera Maker and Model
	  2018-05-08  ImportPhotos 1.1:
		Update window file of photo, fix reopen project, add zoom, pan and extend buttons
	  2018-05-22  ImportPhotos 1.2:
		Remove Altitude from photo window
		Replace Zoom In icon with Zoom To Selected
		Fix azimuth ratio in field
		Add save as GeoJSON, SHP, GPKG, CSV, GML, KML, TAB, ODS type of files
		Merge QGIS 2 with QGIS 3 ImportPhotos plugin
	  2018-09-23  ImportPhotos 1.3:
		Fix an issue with images without gps info
	  2018-09-25  ImportPhotos 1.4:
		Another fix of the issue with images without gps info
		
# Tags are comma separated with spaces allowed
tags=photos, jpeg, jpg, geotag

homepage=https://github.com/KIOS-Research/ImportPhotos/
category=Plugins
icon=icon.png
# experimental flag
experimental=False

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