|
1 | 1 | ## Changes in version 1.1.0 (in development)
|
2 | 2 |
|
3 | 3 | * A certain column of an imported CSV table or a property of an imported GeoJSON
|
4 |
| - feature collection can now be added to an existing time-series chart. (#276) |
| 4 | + feature collection can now be added to an existing time-series chart, given |
| 5 | + values are numerical and a column or property exists that provides |
| 6 | + a time value. (#276) |
5 | 7 |
|
6 | 8 | This new feature required additional features that have been added:
|
7 | 9 |
|
8 |
| - - When importing a CSV table or a GeoJSON object, users can now specify |
9 |
| - a grouping column name or grouping property that will be used to |
10 |
| - create a new place group for the imported places. |
11 |
| - |
12 |
| - - Similarly, user can specify the time column name or time property. |
| 10 | + - When importing a CSV table or a GeoJSON object, user can specify |
| 11 | + the time column name or time property. |
13 | 12 | If given, time values are expected to be UTC and use ISO format.
|
| 13 | + |
| 14 | + - Similarly, users can now specify a grouping column name or grouping |
| 15 | + property that will be used to create a new place group for the |
| 16 | + imported places. |
14 | 17 |
|
15 |
| - - It is now possible to rename and remove an existing place group |
16 |
| - and place if it was previously created by the user. |
| 18 | + - It is now possible to rename and remove an existing place groups |
| 19 | + and to rename and remove places, if they were previously created |
| 20 | + or imported by the user. |
17 | 21 |
|
18 | 22 | * Times are now correctly displayed using standard UTC timezone
|
19 | 23 | in ISO format. (#281)
|
|
0 commit comments