Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
marians opened this issue Jan 12, 2014 · 3 comments
Open

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

marians opened this issue Jan 12, 2014 · 3 comments

Comments

@marians
Copy link

marians commented Jan 12, 2014

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
Copy link
Author

marians commented Jan 12, 2014

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

Thanks!

@SrNetoChan
Copy link
Owner

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

@tobireif
Copy link

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".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants