@signalk/freeboard-sk 2.22.1 → 2.23.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +5 -3
- package/public/3rdpartylicenses.txt +194 -0
- package/public/assets/ae-icons/icons.svg +156 -0
- package/public/assets/help/index.html +5 -4
- package/public/{chunk-LOAXDGMI.js → chunk-4SN3Q6K3.js} +1 -1
- package/public/{chunk-FGDSLMXF.js → chunk-5KDMJ54F.js} +1 -1
- package/public/{chunk-SFOSXYXG.js → chunk-67IVDHNW.js} +1 -1
- package/public/{chunk-X2I2P6MS.js → chunk-AZK5ODAA.js} +1 -1
- package/public/{chunk-LKMAWW2N.js → chunk-DPEXDGKO.js} +1 -1
- package/public/chunk-EQVTEUXC.js +1 -0
- package/public/{chunk-DZKDVIIP.js → chunk-RBFFWNLA.js} +1 -1
- package/public/{chunk-HN6ZZ2AO.js → chunk-V3DD3MHN.js} +1 -1
- package/public/{chunk-BHPQZ4GL.js → chunk-WUXY5N7A.js} +1 -1
- package/public/{chunk-ENHEBBEX.js → chunk-Y6FV7FIU.js} +1 -1
- package/public/index.html +2 -2
- package/public/main-D2NKGRU6.js +254 -0
- package/public/{styles-GDK2BEFP.css → styles-ISYGHQ6F.css} +1 -1
- package/public/{worker-NL6SZ7YW.js → worker-V6HMSEDU.js} +1 -1
- package/public/chunk-FDERIQAA.js +0 -1
- package/public/main-MEWGDMXY.js +0 -260
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@signalk/freeboard-sk",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.23.0-beta.1",
|
|
4
4
|
"description": "Openlayers chart plotter implementation for Signal K",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"signalk-webapp",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"@angular/material": "^21.0.3",
|
|
61
61
|
"@angular/platform-browser": "^21.0.5",
|
|
62
62
|
"@angular/platform-browser-dynamic": "^21.0.5",
|
|
63
|
-
"@kolkov/angular-editor": "^
|
|
63
|
+
"@kolkov/angular-editor": "^3.0.5",
|
|
64
64
|
"@types/arcgis-rest-api": "^10.4.5",
|
|
65
65
|
"@types/express": "^4.17.17",
|
|
66
66
|
"@types/geojson": "^7946.0.10",
|
|
@@ -77,15 +77,17 @@
|
|
|
77
77
|
"jsdom": "^28.1.0",
|
|
78
78
|
"ng-packagr": "^21.0.0",
|
|
79
79
|
"ngeohash": "^0.6.3",
|
|
80
|
+
"ngx-remark": "^0.2.2",
|
|
80
81
|
"ol": "^10.7.0",
|
|
81
82
|
"ol-mapbox-style": "^12.3.5",
|
|
82
83
|
"pmtiles": "^2.7.0",
|
|
83
84
|
"prettier": "^3.6.2",
|
|
84
85
|
"prettier-plugin-organize-attributes": "^1.0.0",
|
|
85
86
|
"proj4": "2.6.2",
|
|
87
|
+
"remark": "^15.0.1",
|
|
86
88
|
"rxjs": "~7.8.2",
|
|
87
89
|
"semver": "^7.6.0",
|
|
88
|
-
"signalk-client-angular": "^2.0
|
|
90
|
+
"signalk-client-angular": "^2.1.0",
|
|
89
91
|
"simplify-ts": "^1.0.2",
|
|
90
92
|
"stream": "^0.0.2",
|
|
91
93
|
"string_decoder": "^1.3.0",
|
|
@@ -580,6 +580,34 @@ Package: timers
|
|
|
580
580
|
License: "MIT"
|
|
581
581
|
|
|
582
582
|
|
|
583
|
+
--------------------------------------------------------------------------------
|
|
584
|
+
Package: extend
|
|
585
|
+
License: "MIT"
|
|
586
|
+
|
|
587
|
+
The MIT License (MIT)
|
|
588
|
+
|
|
589
|
+
Copyright (c) 2014 Stefan Thomas
|
|
590
|
+
|
|
591
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
592
|
+
a copy of this software and associated documentation files (the
|
|
593
|
+
"Software"), to deal in the Software without restriction, including
|
|
594
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
595
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
596
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
597
|
+
the following conditions:
|
|
598
|
+
|
|
599
|
+
The above copyright notice and this permission notice shall be
|
|
600
|
+
included in all copies or substantial portions of the Software.
|
|
601
|
+
|
|
602
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
603
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
604
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
605
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
606
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
607
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
608
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
609
|
+
|
|
610
|
+
|
|
583
611
|
--------------------------------------------------------------------------------
|
|
584
612
|
Package: simplify-ts
|
|
585
613
|
License: "MIT"
|
|
@@ -1021,6 +1049,172 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1021
1049
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1022
1050
|
SOFTWARE.
|
|
1023
1051
|
|
|
1052
|
+
--------------------------------------------------------------------------------
|
|
1053
|
+
Package: mdast-util-to-string
|
|
1054
|
+
License: "MIT"
|
|
1055
|
+
|
|
1056
|
+
|
|
1057
|
+
--------------------------------------------------------------------------------
|
|
1058
|
+
Package: decode-named-character-reference
|
|
1059
|
+
License: "MIT"
|
|
1060
|
+
|
|
1061
|
+
|
|
1062
|
+
--------------------------------------------------------------------------------
|
|
1063
|
+
Package: micromark-util-chunked
|
|
1064
|
+
License: "MIT"
|
|
1065
|
+
|
|
1066
|
+
|
|
1067
|
+
--------------------------------------------------------------------------------
|
|
1068
|
+
Package: micromark-util-combine-extensions
|
|
1069
|
+
License: "MIT"
|
|
1070
|
+
|
|
1071
|
+
|
|
1072
|
+
--------------------------------------------------------------------------------
|
|
1073
|
+
Package: micromark-util-decode-numeric-character-reference
|
|
1074
|
+
License: "MIT"
|
|
1075
|
+
|
|
1076
|
+
|
|
1077
|
+
--------------------------------------------------------------------------------
|
|
1078
|
+
Package: micromark-util-normalize-identifier
|
|
1079
|
+
License: "MIT"
|
|
1080
|
+
|
|
1081
|
+
|
|
1082
|
+
--------------------------------------------------------------------------------
|
|
1083
|
+
Package: micromark-util-character
|
|
1084
|
+
License: "MIT"
|
|
1085
|
+
|
|
1086
|
+
|
|
1087
|
+
--------------------------------------------------------------------------------
|
|
1088
|
+
Package: micromark-factory-space
|
|
1089
|
+
License: "MIT"
|
|
1090
|
+
|
|
1091
|
+
|
|
1092
|
+
--------------------------------------------------------------------------------
|
|
1093
|
+
Package: micromark
|
|
1094
|
+
License: "MIT"
|
|
1095
|
+
|
|
1096
|
+
|
|
1097
|
+
--------------------------------------------------------------------------------
|
|
1098
|
+
Package: micromark-util-classify-character
|
|
1099
|
+
License: "MIT"
|
|
1100
|
+
|
|
1101
|
+
|
|
1102
|
+
--------------------------------------------------------------------------------
|
|
1103
|
+
Package: micromark-util-resolve-all
|
|
1104
|
+
License: "MIT"
|
|
1105
|
+
|
|
1106
|
+
|
|
1107
|
+
--------------------------------------------------------------------------------
|
|
1108
|
+
Package: micromark-core-commonmark
|
|
1109
|
+
License: "MIT"
|
|
1110
|
+
|
|
1111
|
+
|
|
1112
|
+
--------------------------------------------------------------------------------
|
|
1113
|
+
Package: micromark-util-subtokenize
|
|
1114
|
+
License: "MIT"
|
|
1115
|
+
|
|
1116
|
+
|
|
1117
|
+
--------------------------------------------------------------------------------
|
|
1118
|
+
Package: micromark-factory-destination
|
|
1119
|
+
License: "MIT"
|
|
1120
|
+
|
|
1121
|
+
|
|
1122
|
+
--------------------------------------------------------------------------------
|
|
1123
|
+
Package: micromark-factory-label
|
|
1124
|
+
License: "MIT"
|
|
1125
|
+
|
|
1126
|
+
|
|
1127
|
+
--------------------------------------------------------------------------------
|
|
1128
|
+
Package: micromark-factory-title
|
|
1129
|
+
License: "MIT"
|
|
1130
|
+
|
|
1131
|
+
|
|
1132
|
+
--------------------------------------------------------------------------------
|
|
1133
|
+
Package: micromark-factory-whitespace
|
|
1134
|
+
License: "MIT"
|
|
1135
|
+
|
|
1136
|
+
|
|
1137
|
+
--------------------------------------------------------------------------------
|
|
1138
|
+
Package: micromark-util-html-tag-name
|
|
1139
|
+
License: "MIT"
|
|
1140
|
+
|
|
1141
|
+
|
|
1142
|
+
--------------------------------------------------------------------------------
|
|
1143
|
+
Package: micromark-util-decode-string
|
|
1144
|
+
License: "MIT"
|
|
1145
|
+
|
|
1146
|
+
|
|
1147
|
+
--------------------------------------------------------------------------------
|
|
1148
|
+
Package: unist-util-stringify-position
|
|
1149
|
+
License: "MIT"
|
|
1150
|
+
|
|
1151
|
+
|
|
1152
|
+
--------------------------------------------------------------------------------
|
|
1153
|
+
Package: mdast-util-from-markdown
|
|
1154
|
+
License: "MIT"
|
|
1155
|
+
|
|
1156
|
+
|
|
1157
|
+
--------------------------------------------------------------------------------
|
|
1158
|
+
Package: remark-parse
|
|
1159
|
+
License: "MIT"
|
|
1160
|
+
|
|
1161
|
+
|
|
1162
|
+
--------------------------------------------------------------------------------
|
|
1163
|
+
Package: bail
|
|
1164
|
+
License: "MIT"
|
|
1165
|
+
|
|
1166
|
+
|
|
1167
|
+
--------------------------------------------------------------------------------
|
|
1168
|
+
Package: unified
|
|
1169
|
+
License: "MIT"
|
|
1170
|
+
|
|
1171
|
+
|
|
1172
|
+
--------------------------------------------------------------------------------
|
|
1173
|
+
Package: is-plain-obj
|
|
1174
|
+
License: "MIT"
|
|
1175
|
+
|
|
1176
|
+
|
|
1177
|
+
--------------------------------------------------------------------------------
|
|
1178
|
+
Package: trough
|
|
1179
|
+
License: "MIT"
|
|
1180
|
+
|
|
1181
|
+
|
|
1182
|
+
--------------------------------------------------------------------------------
|
|
1183
|
+
Package: vfile-message
|
|
1184
|
+
License: "MIT"
|
|
1185
|
+
|
|
1186
|
+
|
|
1187
|
+
--------------------------------------------------------------------------------
|
|
1188
|
+
Package: vfile
|
|
1189
|
+
License: "MIT"
|
|
1190
|
+
|
|
1191
|
+
|
|
1192
|
+
--------------------------------------------------------------------------------
|
|
1193
|
+
Package: ngx-remark
|
|
1194
|
+
License: "MIT"
|
|
1195
|
+
|
|
1196
|
+
MIT License
|
|
1197
|
+
|
|
1198
|
+
Copyright (c) 2023 Eric Leibenguth
|
|
1199
|
+
|
|
1200
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1201
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1202
|
+
in the Software without restriction, including without limitation the rights
|
|
1203
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1204
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1205
|
+
furnished to do so, subject to the following conditions:
|
|
1206
|
+
|
|
1207
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1208
|
+
copies or substantial portions of the Software.
|
|
1209
|
+
|
|
1210
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1211
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1212
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1213
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1214
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1215
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1216
|
+
SOFTWARE.
|
|
1217
|
+
|
|
1024
1218
|
--------------------------------------------------------------------------------
|
|
1025
1219
|
Package: ol
|
|
1026
1220
|
License: "BSD-2-Clause"
|
|
@@ -0,0 +1,156 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<symbol id="sort" viewBox="-9 0 32 32">
|
|
4
|
+
<path fill="currentColor"
|
|
5
|
+
d="M0.281 13.063l5.969-7.438c0.531-0.688 1.406-0.688 1.938 0l5.969 7.438c0.531 0.688 0.281 1.25-0.625 1.25h-12.625c-0.906 0-1.156-0.563-0.625-1.25zM14.156 18.938l-5.969 7.438c-0.531 0.688-1.406 0.688-1.938 0l-5.969-7.438c-0.531-0.688-0.281-1.25 0.625-1.25h12.625c0.906 0 1.156 0.563 0.625 1.25z"></path>
|
|
6
|
+
</symbol>
|
|
7
|
+
<symbol id="undo" viewBox="-6 0 32 32">
|
|
8
|
+
<path fill="currentColor"
|
|
9
|
+
d="M0 14.031l8.563 7.938v-3.969s12.156-3.125 15.406 7.656c0 0 1.156-15.438-15.406-15.438v-3.875z"></path>
|
|
10
|
+
</symbol>
|
|
11
|
+
<symbol id="redo" viewBox="-4 0 32 32">
|
|
12
|
+
<path
|
|
13
|
+
d="M15.438 6.344v3.875c-16.563 0-15.406 15.438-15.406 15.438 3.25-10.781 15.406-7.656 15.406-7.656v3.969l8.563-7.938z"></path>
|
|
14
|
+
</symbol>
|
|
15
|
+
<symbol id="underline" viewBox="-5.5 0 32 32">
|
|
16
|
+
<path
|
|
17
|
+
d="M0 5.656l0.063 1.156c0.125 0.031 0.313 0.063 0.563 0.063 0.5 0 1.094 0.031 1.531 0.156s0.563 0.375 0.625 0.844c0.063 0.5 0.063 1.125 0.063 1.656v4.938c0 1.656 0.094 3.125 0.594 4.344 0.531 1.219 1.469 2.219 3.188 2.844 1.219 0.438 2.563 0.625 3.875 0.625s2.813-0.219 4.156-0.688c1.313-0.469 2.5-1.313 3.25-2.531 0.313-0.563 0.531-1.375 0.656-2.219 0.094-0.813 0.125-1.563 0.125-2.25 0-0.219 0-0.969-0.063-1.844 0-0.438-0.031-0.906-0.031-1.406-0.063-1-0.094-1.875-0.125-2.469-0.031-0.25-0.063-0.438-0.063-0.5-0.063-0.25-0.063-0.469-0.063-0.719s0.094-0.438 0.25-0.531c0.344-0.219 0.906-0.281 1.438-0.313 0.25-0.031 0.531-0.063 0.719-0.125 0.063-0.125 0.063-0.25 0.063-0.375 0-0.219-0.031-0.469-0.094-0.688h-0.281c-0.344 0-0.688 0-1.031 0.063-0.344 0.031-0.719 0.063-1.063 0.063-0.781 0-1.5-0.031-2.25-0.094s-1.469-0.094-2.25-0.031v1.094c0.125 0.063 0.438 0.063 0.781 0.063h0.469c0.156-0.031 0.281-0.031 0.344-0.031 0.406 0 0.75 0.156 1.031 0.438 0.063 0.063 0.156 0.313 0.219 0.625 0.063 0.344 0.125 0.75 0.188 1.219 0.094 0.938 0.219 2.094 0.25 3.125 0.063 1.063 0.094 1.938 0.094 2.281 0 2.094-0.313 3.656-1.219 4.719-0.875 1.063-2.281 1.594-4.563 1.594-2.844 0-4.281-1.781-4.438-4.438-0.094-2.469-0.188-4.875-0.188-7.344 0-0.719 0.063-1.25 0.125-1.5 0.156-0.563 0.563-0.656 1.344-0.594 0.344 0.031 0.875 0 1.438-0.094v-0.094c0-0.156 0-0.375-0.031-0.531-0.031-0.188-0.031-0.344 0-0.5-1.75 0.063-3.625 0.125-5.406 0.125-0.594 0-1.25-0.031-1.844-0.063-0.594-0.063-1.281-0.094-1.906-0.094h-0.281c-0.063 0-0.156 0.031-0.25 0.031zM0 26.438h20.813v-2.125h-20.813v2.125z"></path>
|
|
18
|
+
</symbol>
|
|
19
|
+
<symbol id="subscript" viewBox="0 0 16 16">
|
|
20
|
+
<g id="SVGRepo_iconCarrier">
|
|
21
|
+
<rect width="16" height="16" id="icon-bound" fill="none"></rect>
|
|
22
|
+
<path
|
|
23
|
+
d="M13,12l0,-1l2,0c0.552,0 1,0.448 1,1l0,1c-0,0.552 -0.448,1 -1,1l-0.75,0c-0.066,-0 -0.13,0.026 -0.177,0.073c-0.047,0.047 -0.073,0.111 -0.073,0.177c0,0.153 0,0.347 0,0.5c-0,0.066 0.026,0.13 0.073,0.177c0.047,0.047 0.111,0.073 0.177,0.073l1.75,0l0,1l-2,0c-0.552,-0 -1,-0.448 -1,-1l0,-1c0,-0.552 0.448,-1 1,-1l0.75,-0c0.066,0 0.13,-0.026 0.177,-0.073c0.047,-0.047 0.073,-0.111 0.073,-0.177c0,-0.153 0,-0.347 0,-0.5c0,-0.066 -0.026,-0.13 -0.073,-0.177c-0.047,-0.047 -0.111,-0.073 -0.177,-0.073l-1.75,0Zm-4.586,-4l4,4l-2.828,0l-2.586,-2.586l-2.586,2.586l-2.828,0l4,-4l-4,-4l2.828,0l2.586,2.586l2.586,-2.586l2.828,0l-4,4Z"></path>
|
|
24
|
+
</g>
|
|
25
|
+
</symbol>
|
|
26
|
+
<symbol id="superscript" viewBox="0 0 16 16">
|
|
27
|
+
<g id="SVGRepo_iconCarrier">
|
|
28
|
+
<rect width="16" height="16" id="icon-bound" fill="none"></rect>
|
|
29
|
+
<path id="superscript"
|
|
30
|
+
d="M8.414,8l4,4l-2.828,0l-2.586,-2.586l-2.586,2.586l-2.828,0l4,-4l-4,-4l2.828,0l2.586,2.586l2.586,-2.586l2.828,0l-4,4Zm4.586,-7l0,-1l2,0c0.552,0 1,0.448 1,1l0,1c-0,0.552 -0.448,1 -1,1l-0.75,0c-0.066,-0 -0.13,0.026 -0.177,0.073c-0.047,0.047 -0.073,0.111 -0.073,0.177c0,0.153 0,0.347 0,0.5c-0,0.066 0.026,0.13 0.073,0.177c0.047,0.047 0.111,0.073 0.177,0.073l1.75,0l0,1l-2,0c-0.552,-0 -1,-0.448 -1,-1l0,-1c0,-0.552 0.448,-1 1,-1l0.75,-0c0.066,0 0.13,-0.026 0.177,-0.073c0.047,-0.047 0.073,-0.111 0.073,-0.177c0,-0.153 0,-0.347 0,-0.5c0,-0.066 -0.026,-0.13 -0.073,-0.177c-0.047,-0.047 -0.111,-0.073 -0.177,-0.073l-1.75,0Z"></path>
|
|
31
|
+
</g>
|
|
32
|
+
</symbol>
|
|
33
|
+
<symbol id="strikeThrough" viewBox="-5 0 32 32">
|
|
34
|
+
<path
|
|
35
|
+
d="M0 15.25h21.875v1.938h-21.875v-1.938zM11.563 13.25l2 1.063h-7.969c-0.563-0.844-0.906-1.875-0.906-3.031-0.031-3.625 2.781-6.094 7.406-6.094 1.031 0 2.344 0.125 3.625 0.5 0.406 0.125 0.719 0.188 1.094 0.25 0.25 0.719 0.563 2.438 0.563 4.563 0 0-1.219 0.094-1.25 0.094-0.531-1.625-1.906-3.938-4.188-3.938-2.125 0-3.25 1.375-3.25 2.969 0 1.469 1.281 2.781 2.875 3.625zM13.844 22.563c0-2.063-1.563-3.469-3.188-4.438h6.969c0.344 0.75 0.563 1.625 0.563 2.656 0 3.938-3.219 6.469-8.063 6.469-2.906 0-4.75-0.813-5.406-1.188-0.625-0.719-1.031-3-1.031-5.188l1.219-0.094c0.625 2.063 2.781 5 5.5 5 2.344 0 3.438-1.625 3.438-3.219z"></path>
|
|
36
|
+
</symbol>
|
|
37
|
+
<symbol id="justifyLeft" viewBox="-5.5 0 32 32">
|
|
38
|
+
<path
|
|
39
|
+
d="M0 7.563v1.313c0 0.438 0.406 0.875 0.906 0.875h10.344c0.469 0 0.875-0.406 0.875-0.875v-1.313c0-0.438-0.406-0.844-0.875-0.844h-10.344c-0.5 0-0.906 0.406-0.906 0.844zM0 12.656v1.281c0 0.5 0.406 0.875 0.906 0.875h17.313c0.469 0 0.844-0.375 0.844-0.875v-1.281c0-0.469-0.375-0.844-0.844-0.844h-17.313c-0.5 0-0.906 0.375-0.906 0.844zM0 17.719v1.313c0 0.469 0.406 0.875 0.906 0.875h12.125c0.438 0 0.813-0.406 0.813-0.875v-1.313c0-0.469-0.375-0.875-0.813-0.875h-12.125c-0.5 0-0.906 0.406-0.906 0.875zM0 23.094v1.281c0 0.5 0.406 0.906 0.906 0.906h19.031c0.469 0 0.875-0.406 0.875-0.906v-1.281c0-0.438-0.406-0.875-0.875-0.875h-19.031c-0.5 0-0.906 0.406-0.906 0.875z"></path>
|
|
40
|
+
</symbol>
|
|
41
|
+
<symbol id="justifyCenter" viewBox="-5.5 0 32 32">
|
|
42
|
+
<path
|
|
43
|
+
d="M15.625 9.75h-10.406c-0.5 0-0.906-0.438-0.906-0.875v-1.313c0-0.438 0.406-0.844 0.906-0.844h10.406c0.438 0 0.844 0.406 0.844 0.844v1.313c0 0.469-0.406 0.875-0.844 0.875zM19.063 14.813h-17.344c-0.469 0-0.844-0.375-0.844-0.875v-1.281c0-0.5 0.375-0.844 0.844-0.844h17.344c0.469 0 0.875 0.344 0.875 0.844v1.281c0 0.5-0.406 0.875-0.875 0.875zM16.469 19.906h-12.125c-0.5 0-0.875-0.406-0.875-0.875v-1.313c0-0.469 0.375-0.875 0.875-0.875h12.125c0.438 0 0.875 0.406 0.875 0.875v1.313c0 0.469-0.438 0.875-0.875 0.875zM0.906 22.219h19.031c0.469 0 0.875 0.438 0.875 0.875v1.281c0 0.5-0.406 0.906-0.875 0.906h-19.031c-0.5 0-0.906-0.406-0.906-0.906v-1.281c0-0.469 0.406-0.875 0.906-0.875z"></path>
|
|
44
|
+
</symbol>
|
|
45
|
+
<symbol id="justifyRight" viewBox="-5.5 0 32 32">
|
|
46
|
+
<path
|
|
47
|
+
d="M19.938 9.75h-10.406c-0.469 0-0.844-0.438-0.844-0.875v-1.313c0-0.438 0.375-0.844 0.844-0.844h10.406c0.469 0 0.875 0.406 0.875 0.844v1.313c0 0.469-0.406 0.875-0.875 0.875zM19.938 14.813h-17.344c-0.469 0-0.875-0.375-0.875-0.875v-1.281c0-0.5 0.406-0.844 0.875-0.844h17.344c0.469 0 0.875 0.344 0.875 0.844v1.281c0 0.5-0.406 0.875-0.875 0.875zM19.938 19.906h-12.125c-0.469 0-0.875-0.406-0.875-0.875v-1.313c0-0.469 0.406-0.875 0.875-0.875h12.125c0.469 0 0.875 0.406 0.875 0.875v1.313c0 0.469-0.406 0.875-0.875 0.875zM0.906 22.219h19.031c0.469 0 0.875 0.438 0.875 0.875v1.281c0 0.5-0.406 0.906-0.875 0.906h-19.031c-0.5 0-0.906-0.406-0.906-0.906v-1.281c0-0.469 0.406-0.875 0.906-0.875z"></path>
|
|
48
|
+
</symbol>
|
|
49
|
+
<symbol id="justifyFull" viewBox="-5.5 0 32 32">
|
|
50
|
+
<path
|
|
51
|
+
d="M0.906 6.719h19.031c0.469 0 0.875 0.406 0.875 0.844v1.281c0 0.5-0.406 0.906-0.875 0.906h-19.031c-0.5 0-0.906-0.406-0.906-0.906v-1.281c0-0.469 0.406-0.844 0.906-0.844zM0.906 11.906h19.031c0.469 0 0.875 0.375 0.875 0.813v1.313c0 0.469-0.406 0.875-0.875 0.875h-19.031c-0.5 0-0.906-0.406-0.906-0.875v-1.313c0-0.438 0.406-0.813 0.906-0.813zM0.906 17.094h19.031c0.469 0 0.875 0.375 0.875 0.813v1.313c0 0.469-0.406 0.875-0.875 0.875h-19.031c-0.5 0-0.906-0.406-0.906-0.875v-1.313c0-0.438 0.406-0.813 0.906-0.813zM0.906 22.219h19.031c0.469 0 0.875 0.438 0.875 0.875v1.281c0 0.5-0.406 0.906-0.875 0.906h-19.031c-0.5 0-0.906-0.406-0.906-0.906v-1.281c0-0.469 0.406-0.875 0.906-0.875z"></path>
|
|
52
|
+
</symbol>
|
|
53
|
+
<symbol id="bold" viewBox="-6.5 0 32 32">
|
|
54
|
+
<path
|
|
55
|
+
d="M0 25.531v1.344c1.063-0.031 1.938-0.063 2.563-0.094 0.625 0 1.094-0.031 1.313-0.031 1.656-0.125 3.063-0.219 4.281-0.188l2.813 0.063c2.438 0 4.25-0.313 5.75-1 0.719-0.344 1.344-0.844 1.969-1.531 0.469-0.469 0.813-1.031 1.031-1.656 0.25-0.844 0.375-1.594 0.375-2.281 0-2.5-1.719-4.625-5.094-5.406 0.531-0.25 1.031-0.5 1.375-0.688s0.625-0.313 0.781-0.438c1.188-0.875 1.781-1.906 1.781-3.281 0-0.594-0.094-1.188-0.281-1.719-0.375-1.094-1.219-2-2.406-2.563-0.531-0.313-1.031-0.469-1.375-0.531-0.938-0.25-1.844-0.375-2.719-0.375h-1.094c-0.219 0-0.406 0-0.531-0.031h-0.5c-0.063 0-0.156 0-0.25 0.031h-0.625l-5.406 0.156-3.719 0.094 0.063 1.188c0.875 0.125 1.406 0.188 1.625 0.188 0.438 0 0.781 0.094 0.969 0.219 0.094 0 0.156 0.063 0.188 0.125 0.063 0.219 0.125 0.688 0.156 1.563 0.063 1.563 0.063 2.813 0.063 3.75 0.031 0.969 0.031 1.625 0.094 2v7.031c0 1.219-0.031 2.125-0.156 2.75-0.031 0.219-0.125 0.438-0.281 0.688-0.438 0.188-1 0.375-1.75 0.469-0.375 0.063-0.719 0.125-1 0.156zM7.719 14.281v-2.469c0.063-1.719 0-2.969-0.031-3.969-0.063-0.438-0.063-0.844-0.063-1.063 0.75-0.156 1.344-0.219 1.844-0.219 1.625 0 2.844 0.344 3.656 1.094 0.813 0.688 1.219 1.563 1.219 2.656 0 2.969-1.75 4.094-5.063 4.094-0.563 0-1.094-0.031-1.563-0.125zM7.719 20.406v-4.5c0.313-0.063 0.75-0.125 1.438-0.125 1.594-0.031 2.813 0.125 3.563 0.438 1.531 0.563 2.594 2.188 2.594 4.344 0 1.031-0.219 1.844-0.563 2.563-0.375 0.719-0.906 1.219-1.719 1.594-1.656 0.781-3.719 0.719-5.125 0.125-0.094-0.25-0.125-0.438-0.125-0.594z"></path>
|
|
56
|
+
</symbol>
|
|
57
|
+
<symbol id="italic" viewBox="-9 0 32 32">
|
|
58
|
+
<path
|
|
59
|
+
d="M0.25 25.25l-0.25 1.125c0.094 0 0.25 0 0.5-0.031 0.188 0 0.5-0.031 0.844-0.063 1.094-0.125 1.938-0.188 2.469-0.156h2.719c0.594 0.063 1.094 0.125 1.438 0.188 0.313 0.031 0.531 0.031 0.594 0.031 0.094 0.063 0.188 0.063 0.25 0.063h0.344c0.094 0 0.219 0 0.375-0.031h0.156c0.031-0.031 0.094-0.031 0.156-0.031 0.063-0.094 0.094-0.219 0.094-0.313s0.063-0.156 0.094-0.219c0-0.125 0.031-0.219 0.031-0.375 0-0.094 0.031-0.25 0.031-0.406-0.25-0.031-0.469-0.094-0.625-0.125s-0.25-0.031-0.281-0.031c-0.531-0.063-1.031-0.156-1.656-0.281-0.031-0.094-0.031-0.156-0.031-0.219v-0.156l0.188-0.594 0.563-3.188 0.563-2.125 0.844-4.25c0.156-0.969 0.5-2.313 0.906-4.125 0.031-0.281 0.094-0.656 0.188-1.094 0.125-0.5 0.219-0.875 0.344-1.188 0.344-0.125 0.813-0.281 1.406-0.438 0.531-0.125 1.094-0.25 1.531-0.406 0.063-0.281 0.125-0.531 0.188-0.688 0-0.094 0.031-0.188 0.031-0.281 0.031-0.063 0.031-0.156 0.031-0.25-0.094 0-0.281 0-0.531 0.031-0.25 0-0.531 0.031-0.906 0.063-1.406 0.094-2.375 0.125-3 0.125h-0.344c-0.188 0-0.406-0.031-0.688-0.031l-4.406-0.188-0.281 1.406h0.25c0.063 0.031 0.219 0.031 0.313 0.031 0.969 0.063 1.594 0.188 2 0.375v0.563l-0.125 0.625-0.281 1.844-0.219 0.875-0.438 2.125c0 0.031-0.094 0.344-0.25 0.844-0.156 0.531-0.344 1.313-0.531 2.406l-0.156 0.875-0.813 3.625-0.375 1.844c-0.094 0.563-0.313 1.063-0.563 1.406-0.375 0.156-0.875 0.375-1.625 0.531-0.469 0.125-0.875 0.188-1.063 0.281z"></path>
|
|
60
|
+
</symbol>
|
|
61
|
+
<symbol id="indent" viewBox="0 0 24 24">
|
|
62
|
+
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
|
|
63
|
+
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
|
|
64
|
+
<g id="SVGRepo_iconCarrier">
|
|
65
|
+
<path d="M4 5H20V7H4V5Z" fill="#000000"></path>
|
|
66
|
+
<path d="M4 19V17H20V19H4Z" fill="#000000"></path>
|
|
67
|
+
<path d="M20 9H12V11H20V9Z" fill="#000000"></path>
|
|
68
|
+
<path d="M12 13H20V15H12V13Z" fill="#000000"></path>
|
|
69
|
+
<path d="M6 9.2L6.7 8.5L10.2 12L6.7 15.5L6 14.8L8.8 12L6 9.2Z" fill="#000000"></path>
|
|
70
|
+
</g>
|
|
71
|
+
</symbol>
|
|
72
|
+
<symbol id="outdent" viewBox="0 0 24 24">
|
|
73
|
+
<path d="M4 5H20V7H4V5Z" fill="#000000"></path>
|
|
74
|
+
<path d="M4 19V17H20V19H4Z" fill="#000000"></path>
|
|
75
|
+
<path d="M12 9H4V11H12V9Z" fill="#000000"></path>
|
|
76
|
+
<path d="M4 13H12V15H4V13Z" fill="#000000"></path>
|
|
77
|
+
<path d="M18.2 14.8L17.5 15.5L14 12L17.5 8.5L18.2 9.2L15.4 12L18.2 14.8Z" fill="#000000"></path>
|
|
78
|
+
</symbol>
|
|
79
|
+
<symbol id="unorderedList" viewBox="0 0 16 16">
|
|
80
|
+
<g id="SVGRepo_iconCarrier" transform="translate(1.6 1.6) scale(0.8)">
|
|
81
|
+
<rect width="16" height="16" id="icon-bound" fill="none"></rect>
|
|
82
|
+
<path d="M4,3v2h12V3H4z M0,5h2V3H0V5z M4,9h12V7H4V9z M0,9h2V7H0V9z M4,13h12v-2H4V13z M0,13h2v-2H0V13z"></path>
|
|
83
|
+
</g>
|
|
84
|
+
</symbol>
|
|
85
|
+
<symbol id="orderedList" viewBox="0 0 16 16">
|
|
86
|
+
<g id="SVGRepo_iconCarrier" transform="translate(1.6 1.6) scale(0.8)">
|
|
87
|
+
<rect width="16" height="16" id="icon-bound" fill="none"></rect>
|
|
88
|
+
<path id="list-numbered"
|
|
89
|
+
d="M0,10l0,-1l2,0c0.552,0 1,0.448 1,1l0,1c-0,0.552 -0.448,1 -1,1l-0.75,0c-0.066,-0 -0.13,0.026 -0.177,0.073c-0.047,0.047 -0.073,0.111 -0.073,0.177c0,0.153 0,0.347 0,0.5c-0,0.066 0.026,0.13 0.073,0.177c0.047,0.047 0.111,0.073 0.177,0.073l1.75,0l0,1l-2,0c-0.552,-0 -1,-0.448 -1,-1l0,-1c0,-0.552 0.448,-1 1,-1l0.75,-0c0.066,0 0.13,-0.026 0.177,-0.073c0.047,-0.047 0.073,-0.111 0.073,-0.177c0,-0.153 0,-0.347 0,-0.5c0,-0.066 -0.026,-0.13 -0.073,-0.177c-0.047,-0.047 -0.111,-0.073 -0.177,-0.073l-1.75,0Zm4,1l12,0l0,2l-12,0l0,-2Zm0,-4l12,0l0,2l-12,0l0,-2Zm-3,-3.75c0,-0.066 -0.026,-0.13 -0.073,-0.177c-0.047,-0.047 -0.111,-0.073 -0.177,-0.073l-0.75,0l0,-1l1,0c0.552,0 1,0.448 1,1c-0,1.185 0,4 0,4l-1,0l0,-3.75Zm3,-0.25l12,0l0,2l-12,0l0,-2Z"></path>
|
|
90
|
+
</g>
|
|
91
|
+
</symbol>
|
|
92
|
+
<symbol id="removeFormat" viewBox="0 0 1024 1024">
|
|
93
|
+
<path
|
|
94
|
+
d="M777.933 584.09l214.835-207.872c40.96-39.63 40.96-99.021 0-138.65L777.933 29.696l-15.36-14.848C752.333 9.882 737.024 4.966 726.784 0h-40.909c-10.24 0-25.6 4.966-35.789 14.848l-15.36 14.848L31.232 618.752c-40.96 39.578-40.96 98.97 0 138.547l214.835 207.872c15.36 19.866 40.909 29.696 61.338 29.696h613.734v-49.459H409.702l368.23-361.318zM312.525 945.408c-10.24 0-25.6-4.915-35.84-14.848L61.9 722.688c-5.12-9.933-10.24-19.814-10.24-34.662 0-14.848 5.12-24.73 15.36-34.663l332.441-321.74c0 19.814 10.24 34.662 25.6 49.51l214.784 207.872c15.36 14.848 30.72 19.814 46.08 24.78L353.434 935.527c-10.24 4.967-25.6 9.882-40.91 9.882z"/>
|
|
95
|
+
</symbol>
|
|
96
|
+
<symbol id="textColor" viewBox="0 0 52 52">
|
|
97
|
+
<g id="SVGRepo_iconCarrier">
|
|
98
|
+
<path
|
|
99
|
+
d="M10.4,36h4.1c0.6,0,1.2-0.5,1.4-1.1l3.2-8.9h13.4l3.5,8.9c0.2,0.6,0.8,1.1,1.4,1.1h4.1 c0.7,0,1.2-0.7,0.9-1.3L30.4,5c-0.2-0.6-0.7-1-1.3-1H22c-0.6,0-1.2,0.4-1.4,1l-11,29.7C9.3,35.3,9.8,36,10.4,36z M25.1,10H26l4.3,10 h-9L25.1,10z"></path>
|
|
100
|
+
<path
|
|
101
|
+
d="M48.5,42h-45C2.7,42,2,42.7,2,43.5v3C2,47.3,2.7,48,3.5,48h45c0.8,0,1.5-0.7,1.5-1.5v-3 C50,42.7,49.3,42,48.5,42z"></path>
|
|
102
|
+
</g>
|
|
103
|
+
</symbol>
|
|
104
|
+
<symbol id="backgroundColor" viewBox="0 0 48 48">
|
|
105
|
+
<g id="Layer_2" data-name="Layer 2">
|
|
106
|
+
<g id="invisible_box" data-name="invisible box">
|
|
107
|
+
<rect width="48" height="48" fill="none"></rect>
|
|
108
|
+
</g>
|
|
109
|
+
<g id="Q3_icons" data-name="Q3 icons">
|
|
110
|
+
<path
|
|
111
|
+
d="M43,3H5A2,2,0,0,0,3,5V43a2,2,0,0,0,2,2H43a2,2,0,0,0,2-2V5A2,2,0,0,0,43,3ZM33.4,37l-2.6-6H17.2l-2.6,6H10.2L21.5,11h5L37.8,37ZM18.9,27H29.1L24,14.9Z"></path>
|
|
112
|
+
</g>
|
|
113
|
+
</g>
|
|
114
|
+
</symbol>
|
|
115
|
+
<symbol id="image" viewBox="0 0 16 16">
|
|
116
|
+
<g id="SVGRepo_iconCarrier">
|
|
117
|
+
<rect width="16" height="16" id="icon-bound" fill="none"></rect>
|
|
118
|
+
<path
|
|
119
|
+
d="M11.5,7C12.328,7,13,6.328,13,5.5S12.328,4,11.5,4S10,4.672,10,5.5S10.672,7,11.5,7z M13,8l-4,2L6,5l-3,6v1h10V8z M0,1v14 h16V1H0z M14,13H2V3h12V13z"></path>
|
|
120
|
+
</g>
|
|
121
|
+
</symbol>
|
|
122
|
+
<symbol id="video" viewBox="0 0 16 16">
|
|
123
|
+
<g id="SVGRepo_iconCarrier">
|
|
124
|
+
<rect width="16" height="16" id="icon-bound" fill="none"></rect>
|
|
125
|
+
<path
|
|
126
|
+
d="M6.364,10.379L6.364,5.621L10.545,8L6.364,10.379ZM15.666,4.124C15.482,3.431 14.939,2.885 14.251,2.7C13.003,2.364 8,2.364 8,2.364C8,2.364 2.997,2.364 1.749,2.7C1.061,2.885 0.518,3.431 0.334,4.124C0,5.38 0,8 0,8C0,8 0,10.62 0.334,11.876C0.518,12.569 1.061,13.115 1.749,13.3C2.997,13.636 8,13.636 8,13.636C8,13.636 13.003,13.636 14.251,13.3C14.939,13.115 15.482,12.569 15.666,11.876C16,10.62 16,8 16,8C16,8 16,5.38 15.666,4.124"></path>
|
|
127
|
+
</g>
|
|
128
|
+
</symbol>
|
|
129
|
+
<symbol id="horizontalLine" viewBox="0 0 16 16">
|
|
130
|
+
<g id="SVGRepo_iconCarrier">
|
|
131
|
+
<rect width="16" height="16" id="icon-bound" fill="none"></rect>
|
|
132
|
+
<polygon points="15,7 1,7 1,9 15,9"></polygon>
|
|
133
|
+
</g>
|
|
134
|
+
</symbol>
|
|
135
|
+
<symbol id="htmlCode" viewBox="0 0 16 16">
|
|
136
|
+
<g id="SVGRepo_iconCarrier">
|
|
137
|
+
<rect width="16" height="16" id="icon-bound" fill="none"></rect>
|
|
138
|
+
<path
|
|
139
|
+
d="M12.294,3.294l-1.416,1.416L13.5,8l-2.622,3.294l1.416,1.416L16,8L12.294,3.294z M5.122,4.706L3.706,3.291L0,8l3.706,4.706 l1.416-1.416L2.5,8L5.122,4.706z M6,13h2l2-10H8L6,13z"></path>
|
|
140
|
+
</g>
|
|
141
|
+
</symbol>
|
|
142
|
+
<symbol id="link" viewBox="0 0 24 24">
|
|
143
|
+
<g id="SVGRepo_iconCarrier">
|
|
144
|
+
<path id="Vector"
|
|
145
|
+
d="M8 12H16M15 8H17C19.2091 8 21 9.79086 21 12C21 14.2091 19.2091 16 17 16H15M9 8H7C4.79086 8 3 9.79086 3 12C3 14.2091 4.79086 16 7 16H9"
|
|
146
|
+
stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
147
|
+
</g>
|
|
148
|
+
</symbol>
|
|
149
|
+
<symbol id="unlink" viewBox="0 0 24 24">
|
|
150
|
+
<g id="SVGRepo_iconCarrier">
|
|
151
|
+
<path id="Vector"
|
|
152
|
+
d="M8 12H12M12 12L8 8M12 12L20 20M15 8H17C19.2091 8 21 9.79086 21 12C21 13.1947 20.4759 14.2671 19.6455 15M9 16H7C4.79086 16 3 14.2091 3 12C3 9.79086 4.79086 8 7 8H8M8 8L4 4"
|
|
153
|
+
stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
|
154
|
+
</g>
|
|
155
|
+
</symbol>
|
|
156
|
+
</svg>
|
|
@@ -1246,9 +1246,9 @@
|
|
|
1246
1246
|
order.
|
|
1247
1247
|
</li>
|
|
1248
1248
|
<li>
|
|
1249
|
-
<b>Boundaries:</b> Toggle this switch to display the bounds
|
|
1250
|
-
|
|
1251
|
-
|
|
1249
|
+
<b>Boundaries:</b> Toggle this switch to display the bounds of
|
|
1250
|
+
the listed charts. The bounding rectangle of each chart will
|
|
1251
|
+
be overlayed on the current map display.
|
|
1252
1252
|
</li>
|
|
1253
1253
|
<li>
|
|
1254
1254
|
<b>Add Chart Source:</b> Click
|
|
@@ -1268,7 +1268,8 @@
|
|
|
1268
1268
|
</li>
|
|
1269
1269
|
<li>
|
|
1270
1270
|
<b>Opacity:</b> Click
|
|
1271
|
-
<i class="material-icons">opacity</i> and use the slider to
|
|
1271
|
+
<i class="material-icons">opacity</i> and use the slider to
|
|
1272
|
+
set the chart's opacity.
|
|
1272
1273
|
</li>
|
|
1273
1274
|
<li>
|
|
1274
1275
|
<b>Cache Tiles:</b> Click
|