File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ implemented as a single page application (SPA) for ease of development and to
8
8
limit the overall number of catalog reads necessary when browsing (as catalogs
9
9
may be nested and do not necessarily contain references to their parents).
10
10
11
- Version: ** 3.0.2 ** (supports all STAC versions between 0.6.0 and 1.0.0)
11
+ Version: ** 3.1.0-rc.1 ** (supports all STAC versions between 0.6.0 and 1.0.0)
12
12
13
13
This package has also been published to npm as [ ` @radiantearth/stac-browser ` ] ( https://www.npmjs.com/package/@radiantearth/stac-browser ) .
14
14
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @radiantearth/stac-browser" ,
3
- "version" : " 3.0.2 " ,
3
+ "version" : " 3.1.0-rc.1 " ,
4
4
"description" : " A full-fledged UI in Vue for browsing and searching static STAC catalogs and STAC APIs." ,
5
5
"main" : " src/main.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 40
40
>
41
41
<template #noOptions >{{ $t('search.noOptions') }}</template >
42
42
<template v-if =" additionalCollectionCount > 0 " #afterList >
43
- <li ><strong class =" multiselect__option multiselect__option--disabled" >
44
- {{ $t("multiselect.andMore", {count: additionalCollectionCount}) }}
45
- </strong ></li >
43
+ <li >
44
+ <strong class =" multiselect__option multiselect__option--disabled" >
45
+ {{ $t("multiselect.andMore", {count: additionalCollectionCount}) }}
46
+ </strong >
47
+ </li >
46
48
</template >
47
49
</multiselect >
48
50
</b-form-group >
Original file line number Diff line number Diff line change 46
46
"Average spatial resolution" : " Average spatial resolution" ,
47
47
"Axis" : " Axis" ,
48
48
"Azimuth Looks" : " Azimuth Looks" ,
49
- "Azimuth Resolution" : " Azimuth Resolution" ,
50
49
"Azimuth Pixel Spacing" : " Azimuth Pixel Spacing" ,
50
+ "Azimuth Resolution" : " Azimuth Resolution" ,
51
51
"Back-End Version" : " Back-End Version" ,
52
52
"Bands" : " Bands" ,
53
53
"Based on IANA relation types" : " Based on IANA relation types" ,
You can’t perform that action at this time.
0 commit comments