bstroebl / DigitizingTools

A QGIS plugin, that subsumes different tools useful during digitizing sessions
GNU General Public License v2.0
22 stars 9 forks source link

Added support for Geopackage's fid default values (Autogenerate). #45

Closed andywicht closed 4 years ago

andywicht commented 4 years ago

The old version would duplicate the current value and therefore one would have to alter it manually afterwards which is against the principle of a "serial" column. This change made the function dtCreateFeature obsolete.

Replaced call to deprecated function insertFeature with addFeature in dtSpatialindex.

This is my first pull request, so go easy on me ;) Feedback very welcome!

bstroebl commented 4 years ago

Danke Andy