-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathmetadata.txt
62 lines (49 loc) · 2.26 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
; the next section is mandatory
[general]
name=RT MapServer Exporter
description=Export QGIS project to MapFile.
Developed with funding from Regione Toscana-SITA.
Development of the Python-based (non-SLD) exporter was sponsored by ViaMap Ltd., Budapest, Hungary.
version=0.5.0
qgisMinimumVersion=2.0
category=Plugin
author=Giuseppe Sucameli - Luigi Pirelli (Faunalia) - Ádám Barancsuk (ViaMap Ltd.)
; end of mandatory metadata
; start of optional metadata
changelog=0.5.0
Merged pure python map file generation without SLD dev by Ádám Barancsuk
0.4.0
added sld External Graphic validation regexp
0.3.9
bug on generalised regexp allowing to work on unix envs
0.3.8
generalised regular expression adding end of lines
0.3.7
unicode bug fix - tiket: http://hub.qgis.org/issues/8362
0.3.6
solved bug on unicode encoding reading back produced map file
0.3.5
solved bug on parsing WMS source
; tags are in comma separated value format, spaces are allowed
tags=export, project, mapserver, mapfile
homepage=http://www.faunalia.eu/
tracker=http://hub.qgis.org/projects/rtmapserverexporter
repository=https://github.com/faunalia/rt_mapserver_exporter
; path to a icon within the plugin folder
icon=icons/logo.png
experimental=True
deprecated=False
# about
about=This plugin helps to export a QGis Project as mapserver mapfile.
It needs python-mapscript istalled in your machine.
This is available as a Debian (therefore Ubuntu) package, and as a part of OSGeo4W on Windows.
It sets main class, layer and symbols with some limitation.
map file can be generated in two way:
A) SLD based as interchange format among QGIS and Mapserver/Mapscript
QGIS SLD have some features not covered by the interchange format transformation.
B) Pure python Style/map file transformation that would cover mor style mapping
!!!WARNING!!!
In 0.4.0 was added SLD external graphic validation regexp. If you plan to add any external graphics (svg or pixmap) you MUST set a validation regexp otherwise you'll receive mapscript validation error.
This will work only if your mapscript version supports sld_external_graphic validation.
sld_external_graphic validation block is managed by mapserver in curent master version and will be officially released in mapserver 7.0.