-
Notifications
You must be signed in to change notification settings - Fork 67
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
Right-click menu on layers #142
Comments
I agree - the right-click would be much more useful to show ON layers instead of having a mixture of operations on the upper menu. I experimented with this for a bit and using this as an entry point and it seemed like we could get there. We'd want to add a new menu space in the |
Yeah, I skimmed through the first link that came up from google, it seems pretty do-able. I like our menus and definitely think we could make some minor modifications to the |
As we add more geo operations, I'm also starting to wonder if geo should take on it's own menu type. Potentially something that sits along the layerlist sidebar, rather than a main menu. Honestly if we can move away from menu-bar menus that would be awesome. This also would require making icons for each geoprocessing type function, assuming the example below. This would give a really awesome feedback as users select different layers - you could see the options change in opacity depending on their availability. Here's what I'm thinking (assume the geoprocessing menu bar at the top no longer exists): |
Yeah, I think a side bar could be a good idea. |
Going to make this another issue #151 |
Right click context menus were added in #211! |
I think the ability to right-click on a layer and select operations would provide a more natural interface. When right-clicking, they would view a menu of "layer operations". Operations that come to mind:
I struggle to come up with a good rule of what operations should go in the top menu bar and which should go as a right-click menu. I'm thinking operations that alters the state of an existing layer should go in the right-click menu. Anything that produces a new layer or performs analysis on a selection of layers should remain in the upper menu bar. Basically, the menu bar is for things that run ON layers, right-click is for things that happen TO layers... if that makes any sense.
I could also see the Save operations going in the right-click menu (for some reason, to me it feels a bit out of place in the top bar), but I don't feel completely confident about that.
The text was updated successfully, but these errors were encountered: