SrNetoChan / MultipartSplit

MultipartSplit QGIS Plugin
2 stars 5 forks source link

Can't find out how to use the plugin #3

Open marians opened 10 years ago

marians commented 10 years ago

I have just installed the plugin, hoping that I could use it to split multipart geometries into single geometries.

The install in QGis 2 worked as expected. However, I can't find a tool icon or a menu entry that would allow me to actually make use of the plugin.

Part of the problem might be that I am using the German localized version of QGis. If the menu entry is translated to some bizarre name, that could be one cause.

If the plugin function is accessed via some icon, I suggest to make this clear in the plugin description and on the page http://plugins.qgis.org/plugins/splitmultipart/ .

marians commented 10 years ago

I actually found the icon right after I posted this. So my suggestion to explain the icon (or show it) remains.

Thanks!

SrNetoChan commented 10 years ago

Sorry for late replay. I will take your comment in consideration. Hope the plugin is useful for you.

tobireif commented 9 years ago

In the plugin dir ".qgis2/python/plugins/splitmultipart/" in "splitmultipart.py" I found these lines

# Add toolbar button and menu item
self.iface.advancedDigitizeToolBar().addAction(self.action)
self.iface.editMenu().addAction(self.action)

and the text "Split Feature(s) Parts" .

The menu entry for the plugin seems to be at Edit -> "Split Feature(s) Parts".

The icon/button also is present in the toolbar that appears after View -> Toolbars -> "Advanced Digitizing".