Commit d65ed1a 1 parent 60785aa commit d65ed1a Copy full SHA for d65ed1a
File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
- ## Changes in version 0.2.1 (in development)
1
+ ## Changes in version 0.2.1
2
2
3
3
### Enhancements
4
4
5
5
* A new setting allows to turn image smoothing of image layers on and off.
6
6
By default it is off now, so that crisp image pixels are shown without any blurring. (#86 )
7
7
* The color bar legend uses 5 tick marks instead of the two.
8
8
* Added simple scale indicator to map.
9
+
10
+ ### Other changes
11
+
9
12
* Now using OpenLayers 6.1.1.
10
13
11
14
12
- ## Changes in version 0.2
15
+ ## Changes in version 0.2.0
13
16
14
17
* Users can now draw polygons and circles and show respective time-series. (#32 )
15
18
In total there are now 4 new interactions with the map:
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " xcube-viewer" ,
3
- "version" : " 0.2.1-dev.0 " ,
3
+ "version" : " 0.2.1" ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"start" : " react-scripts-ts start" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { getQueryParameterByName } from './util/qparam';
4
4
import lang from './resources/lang.json' ;
5
5
6
6
export const VIEWER_APP_NAME = 'xcube Viewer' ;
7
- export const VIEWER_VERSION = '0.2.1-dev.0 ' ;
7
+ export const VIEWER_VERSION = '0.2.1' ;
8
8
9
9
10
10
export const VIEWER_DEFAULT_API_SERVER_NAME = 'Default Server' ;
You can’t perform that action at this time.
0 commit comments