Skip to content

Latest commit

 

History

History
96 lines (57 loc) · 1.64 KB

File metadata and controls

96 lines (57 loc) · 1.64 KB

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
  • Ryan Lewis

License

GPLv3 - GNU General Public License v3

https://www.gnu.org/licenses/gpl-3.0.txt

Version 2.5

  • iface.show_* now returns the layer

Version 2.4

  • Changed homepage URL, fixed window size and removed about dialog

Version 2.3

  • Added utility show_wkt and show_wkb show_geometry methods to iface

Version 2.2

  • Fix #15: Trim input WKT text
  • Fix #17: feature request: allow writing layer name in the input dialog

Version 2.1

  • Clear button
  • Fix #8 (multiline WKT)

Version 2.0

  • QGIS 2.0.x compatible version

Version 1.9

  • added clear button

Version 1.8

  • added example combo

Version 1.7

  • fixed missing icon

Version 1.6

  • add support for hexEWKB
  • add support for linearring and geometry collections in WKT format

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