kartoza / stream_feature_extractor

A QGIS plugin to extract stream features (wells, sinks, confluences etc.) from a stream network
GNU General Public License v2.0
6 stars 9 forks source link

fixed an issue with the segment_center in create_new_Feature #61

Closed vermeulendivan closed 2 years ago

vermeulendivan commented 2 years ago

added support for multilinestring layers

vermeulendivan commented 2 years ago

Fixed an issue when adding the intermediate layer to the qgis project. QgsMapLayer..instance().addMapLayer(intermediate_layer) were changed to QgsProject.instance().addMapLayer(intermediate_layer). Sphinx docs has been updated and html docs has been generated, can now be accessed from the help option qgis.

Samweli commented 2 years ago

@divan can you make separate PRs for the sphinx documentation and the fix for adding the intermediate layer in QGIS