You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/class-solid/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,9 +64,9 @@ For example to load <src/lib/presets/death-valley.json> use `http://localhost:30
64
64
65
65
## Loading experiment from URL
66
66
67
-
A saved experiment (`<experiment-name>.json` file) can be loaded from a URL with the `e` search query parameter.
67
+
A saved state (`class-<experiment-name>.json` file) can be loaded from a URL with the `s` search query parameter.
68
68
69
-
For example `https://classmodel.github.io/class-web?e=https://wildfiredataportal.eu/fire/batea/class.json` will load the experiment from `https://wildfiredataportal.eu/fire/batea/class.json`.
69
+
For example `https://classmodel.github.io/class-web?s=https://wildfiredataportal.eu/fire/batea/class.json` will load the experiment from `https://wildfiredataportal.eu/fire/batea/class.json`.
70
70
71
71
The server hosting the JSON file must have CORS enabled so the CLASS web application is allowed to download it, see [https://enable-cors.org](https://enable-cors.org) for details.
72
72
@@ -77,7 +77,7 @@ Besides the `pnpm dev` start a static web server hosting the `./mock-wildfiredat
77
77
78
78
```shell
79
79
mkdir -p ./mock-wildfiredataportal
80
-
# Create a mocked experiment similar to https://wildfiredataportal.eu/fire/batea/
80
+
# Create a mocked state with experiment similar to https://wildfiredataportal.eu/fire/batea/
0 commit comments