kartoza / GeoContextQGISPlugin

A QGIS Plugin for the GeoContext API
GNU General Public License v3.0
1 stars 2 forks source link

Multipoint layers #31

Closed vermeulendivan closed 2 years ago

vermeulendivan commented 2 years ago

Plugin processing tool breaks when the point layer is a multipoint

vermeulendivan commented 2 years ago

This has been resolved. Because each point might be at a unique location, the newly created point file will no longer contain multipart points, as each point will have a unique value and a request is done for each point separately. A new method which converts multipart into several separate parts has been added.