-
Notifications
You must be signed in to change notification settings - Fork 86
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
Introduce the query panel component #5120
Conversation
d67a393
to
2aee217
Compare
191bb44
to
6841fd7
Compare
@sbrunner Any idea how to fix this issue?
|
I think I got it... |
40e752e
to
d704b53
Compare
@fredj Travis is often complaining about things unrelated to the commits I make. When that happens, I do: Is there a quicker way to do that? |
@fredj Travis passes! Ready for review. |
352619e
to
672122e
Compare
Okay, I'm loosing patience with Travis. Would someone please help me figure out why it is always failing now? It was fine yesterday. |
I think that your pull request should be rebsed ... |
672122e
to
8747f86
Compare
Rebased. |
@fredj Ready for review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the review. |
GSGMF 1047 - phase 3
This patch is the third step towards implementing a new way to query the map by drawing polygons.
This patch introduces a new
<ngeo-query-panel>
component that is bound to theQueryModeSelector
service and allows to change query query mode and action.The panel is added:
SVG icons
The SVG icons used in the query panel component were copied from those that are in
contribs/gmf/src/icons
intosrc/icons
.Icon in the apps
The icon in the apps (in the right toolbar) is currently
fa-info
. I didn't find the icon that looks like a slighly rotated square with round vertice.