forked from elpaso/quickwkt
-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
30 lines (18 loc) · 797 Bytes
/
README
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
QuickWKT Qgis Plugin
====================
This Qgis Plugin makes it possible to show features in QGIS using WKT
This plugin is supposed to be installed via the plugin manager of QGIS
Code: https://github.com/elpaso/quickwkt
Plugin: http://plugins.qgis.org/plugins/QuickWKT/
Original Author: Alessandro Pasotti
Contributing Autors: Richard Duivenvoorde
Version 1.5
-----------
- add more then one feature in the txt area, also a set of more geometry types
- create only layer type if needed: if you only paste a wkt of a point, then only a point layer is created
- lines which cannot be parsed combine to a warning
- user can either choose if the layers should be reused, OR on every use of plugin should create new layers
- addition of README
Version 1.0
-----------
- Initial version