File tree Expand file tree Collapse file tree 3 files changed +21
-5
lines changed
Expand file tree Collapse file tree 3 files changed +21
-5
lines changed Original file line number Diff line number Diff line change @@ -31,18 +31,17 @@ uses various automated continuous integration build processes.
3131Please add the channel conda-forge to your defaults:
3232
3333 $ conda config --add channels conda-forge
34- $ conda config --add channels defaults
34+
3535
3636The last channel added gets on top of the list. This gives the order:
37- First search in default packages then in conda-forge.
37+ First search in conda-forge.
3838
3939You must install mss into a new environment to ensure the most recent
4040versions for dependencies (On the Anaconda Prompt on Windows, you have
4141to leave out the 'source' here and below). :
4242
43- $ conda create -n mssenv python=3
43+ $ conda create -n mssenv mamba
4444 $ conda activate mssenv
45- (mssenv) $ conda install mamba
4645 (mssenv) $ mamba install mss
4746
4847Afterwards reactivate the environment, this sets all env variables needed.
@@ -72,7 +71,7 @@ The configuration is described in the section
7271### mswms server
7372To try out the setup you can use demo data. Read about a [ server based installation] ( https://mss.readthedocs.io/en/stable/deployment.html ) .
7473
75- (mssenv) $ mswms_demodata --create
74+ (mssenv) $ mswms_demodata --seed
7675 (mssenv) $ mswms
7776
7877This data is then available on localhost:8081.
Original file line number Diff line number Diff line change 1+ ---
2+ layout : post
3+ title : " Multilayer support"
4+ date : 2021-04-30 15:25:30 +0100
5+ categories : MSS testing docker
6+ ---
7+
8+ We released version 3.0.0
9+
10+ New Features: multilayer support, selectable priority for displaying.
11+ Multilayer are searchable and filterable. Layer parameters can be synchronized.
12+ Used styles persistently stored. The selection of layers is supported by favourization.
13+
14+
15+ > ![ image] ( /assets/multilayer.png )
16+
17+ The image shows the selction of two layers.
You can’t perform that action at this time.
0 commit comments