-
Notifications
You must be signed in to change notification settings - Fork 1
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
Allow time to be selected on mobile for WMS time layers #67
Comments
@maltaesousa I was just making an issue for this ! |
I don't know @pfanguin Big issues might be harder to fund and when we will ask for money it will be more readable to have small issues. What we can do is create a |
@maltaesousa @pfanguin Do you mean something like this ? https://map.geo.bs.ch/s/K0G0 |
@maltaesousa ok perfect I understand. Thanks for you response ! |
I just looked at how we solved this in BS, and actually we've just overridden some CSS :
But we are still in 2.4 for now. Perhaps this will be a little different in your version. |
Thanks @remyguillaume it works great! For our intance we needed to override CSS like this because the popover tilte was not being translated : .gmf-layertree-node [ngeo-popover][ngeo-popover-dismiss] {
display: inline;
}
.popover-header {
display: none;
} @pfanguin tell me if this work around is ok for you. If it is, I will close this issue. |
@maltaesousa Is it possible to push it directly in GMF or it's too "hacky"? |
It's too hacky:
|
@maltaesousa Yes it's work but we need some css to do this work around. It's could not be better to ask for a true integration ? |
Ok, so let's keep this open! |
Who requested this new feature?
SITN
Is your feature request related to a problem?
No
Describe the solution you'd like
On desktop, times can be selected for wms time layers but not on mobiles. It would be nice to have both implementations: time picker and time slider for single or range times.
EDIT:
A workaround has been found but it's not optimal:
The text was updated successfully, but these errors were encountered: