forked from rduivenvoorde/imagemapplugin
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmetadata.txt
31 lines (25 loc) · 1.12 KB
/
metadata.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Mandatory items:
[general]
name=HTML Image Map Creator
author=Emil Sivro, Richard Duivenvoorde
qgisMinimumVersion=2.14.16
description=This plugin creates a static image map (HTML5/CSS/JavaScript) with interactive features
about=The input is an active point or polygon layer and a current map view in QGIS. The output will be an HTML file along with a corresponding PNG file taken from the current map view.
version=1.0.1
repository=https://github.com/geometalab/HTML-Image-Map-Creator-QGIS-Plugin
# Optional items:
homepage=https://giswiki.hsr.ch/HTML_Image_Map_Creator_QGIS_Plugin
tracker=https://github.com/geometalab/HTML-Image-Map-Creator-QGIS-Plugin/issues
tags=html, web, map
category=web
experimental=False
deprecated=True
changelog=
1.0.1 2024-06-20: Update metadata
1.0 2017-07: Published build
0.5 2017-07: Tested release build
0.4 2017-07: Ok button states, fixed errors, refactoring, improved templates
0.3 2017-07: Error handling, added multi-point compatibility, overall improvements
0.2 2017-07: Removed marker symbols, refactored code & templates
0.1 2017-06: Initial build