-
Notifications
You must be signed in to change notification settings - Fork 26
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
Time filter enhancement #265
Comments
Add these enhancements add slider with range (two dates, start-date / end-date), only calendar can do it for now. |
Based on this example : https://weather.com/fr-CA/temps/cartes/interactive/l/CAON4756:1:CA, @gignacnic Add "mouse pointer" implement the timeslider on the map instead of a menu when applicable |
#242 As a result services like this one (updated every 6 hours) are not queried appropriately because the hours are truncated: |
Igo Version: 1.1 We should be able to set the date manually (at the moment we can only use the calendar) Calendar should show the currently selected date The date should be in correct format according to locale (actually displays as MM/DD/YYYY in french-ca locale, should be YYYY-MM-DD) Possibility to remove date (for example, end date of filter is undefined, so every features after start date are displayed) Calendar icon should align correctly above the input line image When defining a min date for timeFilter param in context, the day before is available in the calendar, However if this date is chosen the control remains invalid. Exemple with min date of time filter = 1990-01-01 : 1989-12-31 is available in calendar, but control is invalid if selected |
Igo Version:
0.26.2 and 1.0.0-alpha
Various enhancement for time-filter
At this time, only this type of filter is covering these improvements:
"timeFilter": { "enabled": true, "style" : "slider", "type": "year", "range": false, "timeInterval": 2000, "min": "2019", "max": "2023", "step": 1 }
Here the result at various step
See this branch to apply to other styles (calendar, slider) and types, datetime,date ... For ranged values or not... complex component :)
The text was updated successfully, but these errors were encountered: