Skip to content

Commit 3dc9c70

Browse files
committed
Integrate config editor into RESPECT
1 parent 2caad1e commit 3dc9c70

File tree

237 files changed

+2113
-39829
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

237 files changed

+2113
-39829
lines changed

package-lock.json

+183-100
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"jszip": "^3.10.1",
2222
"markdown-it": "^12.0.6",
2323
"nouislider": "^15.5.0",
24-
"ramp-storylines": "^3.0.4",
24+
"ramp-config-editor_editeur-config-pcar": "^1.1.6",
25+
"ramp-storylines_demo-scenarios-pcar": "^3.1.2",
2526
"uuid": "^9.0.0",
2627
"vue": "^3.3.4",
2728
"vue-class-component": "^8.0.0-rc.1",

public/help/default/en-CA.md

-358
This file was deleted.

public/help/default/fr-CA.md

-346
This file was deleted.
Binary file not shown.
Binary file not shown.
-10.7 KB
Binary file not shown.
-11.3 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
-512 Bytes
Binary file not shown.
-338 Bytes
Binary file not shown.
-382 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
-269 Bytes
Binary file not shown.
Binary file not shown.
-6.29 KB
Binary file not shown.
-6.8 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
-294 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-237 Bytes
Binary file not shown.
-238 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
-548 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-254 Bytes
Binary file not shown.
-609 Bytes
Binary file not shown.
-735 Bytes
Binary file not shown.
-610 Bytes
Binary file not shown.
-624 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
-629 Bytes
Binary file not shown.
Binary file not shown.
-596 Bytes
Binary file not shown.
-351 Bytes
Binary file not shown.
Binary file not shown.
-662 Bytes
Binary file not shown.
-333 Bytes
Binary file not shown.
-355 Bytes
Binary file not shown.
-5.07 KB
Binary file not shown.
Binary file not shown.
-467 Bytes
Binary file not shown.
-693 Bytes
Binary file not shown.
-3.92 KB
Binary file not shown.
-494 Bytes
Binary file not shown.
-473 Bytes
Binary file not shown.
-388 Bytes
Binary file not shown.
-566 Bytes
Binary file not shown.
-746 Bytes
Binary file not shown.
-646 Bytes
Binary file not shown.
-301 Bytes
Binary file not shown.
-658 Bytes
Binary file not shown.
-583 Bytes
Binary file not shown.
-390 Bytes
Binary file not shown.
-429 Bytes
Binary file not shown.
Binary file not shown.
-447 Bytes
Binary file not shown.
-325 Bytes
Binary file not shown.
-253 Bytes
Binary file not shown.
-6.67 KB
Binary file not shown.
-325 Bytes
Binary file not shown.

public/help/en.md

+291

public/help/fr.md

+291
560 Bytes
327 Bytes
313 Bytes
320 Bytes
319 Bytes
270 Bytes
146 Bytes
207 Bytes
239 Bytes

public/help/images/layer/addLayer.png

127 Bytes
531 Bytes

public/help/images/layer/legend.png

435 Bytes

public/help/images/layer/metadata.png

194 Bytes

public/help/images/layer/reload.png

354 Bytes

public/help/images/layer/remove.png

158 Bytes
489 Bytes

public/help/images/layer/settings.png

170 Bytes
150 Bytes
332 Bytes
440 Bytes
481 Bytes
347 Bytes
725 Bytes
698 Bytes
457 Bytes
231 Bytes
157 Bytes
184 Bytes

public/index-ca-en.html

-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
type="text/javascript"
2020
src="https://www.canada.ca/etc/designs/canada/cdts/gcweb/rn/cdts/compiled/wet-en.js"
2121
></script>
22-
<link rel="stylesheet" href="scripts/multi-ramp/rv-styles.css" />
2322
<link rel="stylesheet" href="scripts/highcharts-editor/highcharts-editor.min.css" />
2423

2524
<!-- top reference links and no-script fallback -->
@@ -104,8 +103,6 @@
104103
document.write(wet.builder.refFooter({}));
105104
</script>
106105

107-
<script src="scripts/multi-ramp/legacy-api.js"></script>
108-
<script src="scripts/multi-ramp/rv-main.js"></script>
109106
<script src="scripts/highcharts-editor/highcharts-editor.complete.js"></script>
110107

111108
<style>

public/index-ca-fr.html

-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
type="text/javascript"
2020
src="https://www.canada.ca/etc/designs/canada/cdts/gcweb/rn/cdts/compiled/wet-fr.js"
2121
></script>
22-
<link rel="stylesheet" href="scripts/multi-ramp/rv-styles.css" />
2322
<link rel="stylesheet" href="scripts/highcharts-editor/highcharts-editor.min.css" />
2423

2524
<!-- top reference links and no-script fallback -->
@@ -104,8 +103,6 @@
104103
document.write(wet.builder.refFooter({}));
105104
</script>
106105

107-
<script src="scripts/multi-ramp/legacy-api.js"></script>
108-
<script src="scripts/multi-ramp/rv-main.js"></script>
109106
<script src="scripts/highcharts-editor/highcharts-editor.complete.js"></script>
110107

111108
<style>

public/index.html

-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<script src="https://code.highcharts.com/modules/data.js" type="text/javascript" charset="utf-8"></script>
1010

1111
<link rel="icon" href="./favicon.svg" />
12-
<link rel="stylesheet" href="scripts/multi-ramp/rv-styles.css" />
1312
<link rel="stylesheet" href="scripts/highcharts-editor/highcharts-editor.min.css" />
1413

1514
<title><%= htmlWebpackPlugin.options.title %></title>
@@ -19,8 +18,6 @@
1918
<div id="app"></div>
2019
<!-- built files will be auto injected -->
2120

22-
<script src="scripts/multi-ramp/legacy-api.js"></script>
23-
<script src="scripts/multi-ramp/rv-main.js"></script>
2421
<script src="scripts/highcharts-editor/highcharts-editor.complete.js"></script>
2522
</body>
2623
</html>

0 commit comments

Comments
 (0)