dgoedkoop / joinmultiplelines

QGis Join Multiple Lines
BSD 2-Clause "Simplified" License
9 stars 5 forks source link

Does not work in QGIS 2.6 #5

Closed tillnagel closed 9 years ago

tillnagel commented 9 years ago

I have multiple line features selected, but nothing happens when trying to run the plugin. No error message, no result, nothing.

Also, I am not able to open the test data from your repository.

tillnagel commented 9 years ago

The plugin seems to be installed correctly. I get the appropriate error messages (e.g. when only one line feature is selected).

Maybe it's just a user error: What should happen after successful join operation? Where do I find the new feature?

dgoedkoop commented 9 years ago

The old features should be replaced by the new feature, which will also be selected. So on success, it will look like nothing has happened, but if you use the selection tool you will notice that the selection now consists of only the one single joined line.

If it really does not work, without any error message, could you provide a small data sample to test?

tillnagel commented 9 years ago

Ok, got it. I tried it with GML files, but it only works if the loaded file type is a Shapefile. Then, your plugin works as expected.