Skip to content

Commit 297de2b

Browse files
authored
changes for v3 (#12)
1 parent 0d40bfd commit 297de2b

File tree

3 files changed

+21
-5
lines changed

3 files changed

+21
-5
lines changed

docs/02_installation.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,17 @@ uses various automated continuous integration build processes.
3131
Please add the channel conda-forge to your defaults:
3232

3333
$ conda config --add channels conda-forge
34-
$ conda config --add channels defaults
34+
3535

3636
The 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

3939
You must install mss into a new environment to ensure the most recent
4040
versions for dependencies (On the Anaconda Prompt on Windows, you have
4141
to 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

4847
Afterwards reactivate the environment, this sets all env variables needed.
@@ -72,7 +71,7 @@ The configuration is described in the section
7271
### mswms server
7372
To 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

7877
This data is then available on localhost:8081.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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.

docs/assets/multilayer.png

54.7 KB
Loading

0 commit comments

Comments
 (0)