@mxtommy/kip 1.3.0 → 2.0.0

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.
Files changed (273) hide show
  1. package/CHANGELOG.md +38 -3
  2. package/CONTRIBUTORS.md +4 -4
  3. package/KipGaugeSample3-1024x508.png +0 -0
  4. package/LICENSE +21 -0
  5. package/README.md +80 -42
  6. package/package.json +52 -46
  7. package/public/3rdpartylicenses.txt +61 -412
  8. package/public/assets/NoSleep.min.js +2 -2
  9. package/public/assets/icon-64x64.png +0 -0
  10. package/public/index.html +3 -3
  11. package/public/main.9dba30de44eed02b.js +1 -0
  12. package/public/manifest.json +9 -4
  13. package/public/polyfills.d1da7d2e907c253a.js +1 -0
  14. package/public/runtime.e75056c32c37f59d.js +1 -0
  15. package/public/styles.6b1c2c92be18a2cc.css +1 -0
  16. package/.angulardoc.json +0 -4
  17. package/angular.json +0 -162
  18. package/e2e/app.e2e-spec.ts +0 -14
  19. package/e2e/app.po.ts +0 -11
  20. package/e2e/tsconfig.e2e.json +0 -14
  21. package/karma.conf.js +0 -31
  22. package/public/main-es2018.98175eb4c61ccaf7eb17.js +0 -1
  23. package/public/main-es5.98175eb4c61ccaf7eb17.js +0 -1
  24. package/public/polyfills-es2018.3a61665863c173cd6ba3.js +0 -1
  25. package/public/polyfills-es5.44827ae4ff4e41de51fb.js +0 -1
  26. package/public/runtime-es2018.baedb88c6d2abacae2b8.js +0 -1
  27. package/public/runtime-es5.baedb88c6d2abacae2b8.js +0 -1
  28. package/public/styles.b92ae2c466c89712209d.css +0 -5
  29. package/src/app/alarm-menu/alarm-menu.component.html +0 -55
  30. package/src/app/alarm-menu/alarm-menu.component.scss +0 -52
  31. package/src/app/alarm-menu/alarm-menu.component.spec.ts +0 -25
  32. package/src/app/alarm-menu/alarm-menu.component.ts +0 -186
  33. package/src/app/app-help/app-help.component.css +0 -4
  34. package/src/app/app-help/app-help.component.html +0 -135
  35. package/src/app/app-help/app-help.component.ts +0 -45
  36. package/src/app/app-settings.service.spec.ts +0 -15
  37. package/src/app/app-settings.service.ts +0 -478
  38. package/src/app/app.component.css +0 -39
  39. package/src/app/app.component.html +0 -93
  40. package/src/app/app.component.scss +0 -79
  41. package/src/app/app.component.spec.ts +0 -32
  42. package/src/app/app.component.ts +0 -191
  43. package/src/app/app.module.ts +0 -200
  44. package/src/app/config.blank.const.ts +0 -52
  45. package/src/app/config.blank.notification.const.ts +0 -19
  46. package/src/app/config.blank.units.const.ts +0 -23
  47. package/src/app/config.demo.const.ts +0 -384
  48. package/src/app/data-browser/data-browser.component.css +0 -29
  49. package/src/app/data-browser/data-browser.component.html +0 -44
  50. package/src/app/data-browser/data-browser.component.spec.ts +0 -25
  51. package/src/app/data-browser/data-browser.component.ts +0 -91
  52. package/src/app/data-browser-row/data-browser-row-unit-modal.html +0 -17
  53. package/src/app/data-browser-row/data-browser-row.component.css +0 -10
  54. package/src/app/data-browser-row/data-browser-row.component.html +0 -5
  55. package/src/app/data-browser-row/data-browser-row.component.ts +0 -79
  56. package/src/app/data-set.service.spec.ts +0 -15
  57. package/src/app/data-set.service.ts +0 -273
  58. package/src/app/dynamic-widget.directive.spec.ts +0 -8
  59. package/src/app/dynamic-widget.directive.ts +0 -11
  60. package/src/app/filter-self.pipe.spec.ts +0 -8
  61. package/src/app/filter-self.pipe.ts +0 -14
  62. package/src/app/fit-text.directive.spec.ts +0 -8
  63. package/src/app/fit-text.directive.ts +0 -61
  64. package/src/app/gauge-steel/gauge-steel.component.css +0 -5
  65. package/src/app/gauge-steel/gauge-steel.component.html +0 -4
  66. package/src/app/gauge-steel/gauge-steel.component.spec.ts +0 -25
  67. package/src/app/gauge-steel/gauge-steel.component.ts +0 -282
  68. package/src/app/gauges-module/base-gauge.ts +0 -301
  69. package/src/app/gauges-module/gauges.module.ts +0 -17
  70. package/src/app/gauges-module/linear-gauge.ts +0 -50
  71. package/src/app/gauges-module/radial-gauge.ts +0 -48
  72. package/src/app/layout-split/layout-split.component.html +0 -30
  73. package/src/app/layout-split/layout-split.component.scss +0 -33
  74. package/src/app/layout-split/layout-split.component.spec.ts +0 -25
  75. package/src/app/layout-split/layout-split.component.ts +0 -59
  76. package/src/app/layout-splits.service.spec.ts +0 -15
  77. package/src/app/layout-splits.service.ts +0 -284
  78. package/src/app/modal-path-selector/modal-path-selector.component.html +0 -62
  79. package/src/app/modal-path-selector/modal-path-selector.component.scss +0 -39
  80. package/src/app/modal-path-selector/modal-path-selector.component.spec.ts +0 -25
  81. package/src/app/modal-path-selector/modal-path-selector.component.ts +0 -132
  82. package/src/app/modal-widget/modal-widget.component.css +0 -33
  83. package/src/app/modal-widget/modal-widget.component.html +0 -341
  84. package/src/app/modal-widget/modal-widget.component.spec.ts +0 -25
  85. package/src/app/modal-widget/modal-widget.component.ts +0 -84
  86. package/src/app/notifications.service.spec.ts +0 -12
  87. package/src/app/notifications.service.ts +0 -392
  88. package/src/app/object-keys.pipe.spec.ts +0 -8
  89. package/src/app/object-keys.pipe.ts +0 -13
  90. package/src/app/reset-config/reset-config.component.css +0 -0
  91. package/src/app/reset-config/reset-config.component.html +0 -3
  92. package/src/app/reset-config/reset-config.component.spec.ts +0 -25
  93. package/src/app/reset-config/reset-config.component.ts +0 -31
  94. package/src/app/root-display/root-display.component.css +0 -0
  95. package/src/app/root-display/root-display.component.html +0 -4
  96. package/src/app/root-display/root-display.component.spec.ts +0 -25
  97. package/src/app/root-display/root-display.component.ts +0 -57
  98. package/src/app/safe.pipe.ts +0 -16
  99. package/src/app/settings/settings.component.css +0 -9
  100. package/src/app/settings/settings.component.html +0 -25
  101. package/src/app/settings/settings.component.spec.ts +0 -25
  102. package/src/app/settings/settings.component.ts +0 -22
  103. package/src/app/settings-config/settings-config.component.css +0 -39
  104. package/src/app/settings-config/settings-config.component.html +0 -118
  105. package/src/app/settings-config/settings-config.component.spec.ts +0 -25
  106. package/src/app/settings-config/settings-config.component.ts +0 -161
  107. package/src/app/settings-datasets/settings-datasets.component.html +0 -43
  108. package/src/app/settings-datasets/settings-datasets.component.scss +0 -39
  109. package/src/app/settings-datasets/settings-datasets.component.spec.ts +0 -25
  110. package/src/app/settings-datasets/settings-datasets.component.ts +0 -98
  111. package/src/app/settings-datasets/settings-datasets.modal.html +0 -54
  112. package/src/app/settings-notifications/settings-notifications.component.css +0 -0
  113. package/src/app/settings-notifications/settings-notifications.component.html +0 -65
  114. package/src/app/settings-notifications/settings-notifications.component.spec.ts +0 -25
  115. package/src/app/settings-notifications/settings-notifications.component.ts +0 -29
  116. package/src/app/settings-signalk/settings-signalk.component.css +0 -3
  117. package/src/app/settings-signalk/settings-signalk.component.html +0 -89
  118. package/src/app/settings-signalk/settings-signalk.component.spec.ts +0 -25
  119. package/src/app/settings-signalk/settings-signalk.component.ts +0 -174
  120. package/src/app/settings-units/settings-units.component.css +0 -4
  121. package/src/app/settings-units/settings-units.component.html +0 -19
  122. package/src/app/settings-units/settings-units.component.spec.ts +0 -25
  123. package/src/app/settings-units/settings-units.component.ts +0 -62
  124. package/src/app/settings-zones/settings-zones.component.css +0 -22
  125. package/src/app/settings-zones/settings-zones.component.html +0 -70
  126. package/src/app/settings-zones/settings-zones.component.ts +0 -154
  127. package/src/app/settings-zones/settings-zones.modal.css +0 -14
  128. package/src/app/settings-zones/settings-zones.modal.html +0 -39
  129. package/src/app/signalk-connection.service.ts +0 -344
  130. package/src/app/signalk-delta.service.spec.ts +0 -15
  131. package/src/app/signalk-delta.service.ts +0 -97
  132. package/src/app/signalk-full.service.spec.ts +0 -15
  133. package/src/app/signalk-full.service.ts +0 -99
  134. package/src/app/signalk-interfaces.ts +0 -129
  135. package/src/app/signalk-requests.service.spec.ts +0 -12
  136. package/src/app/signalk-requests.service.ts +0 -180
  137. package/src/app/signalk.service.spec.ts +0 -15
  138. package/src/app/signalk.service.ts +0 -428
  139. package/src/app/svg-autopilot/svg-autopilot.component.html +0 -1036
  140. package/src/app/svg-autopilot/svg-autopilot.component.spec.ts +0 -25
  141. package/src/app/svg-autopilot/svg-autopilot.component.ts +0 -174
  142. package/src/app/svg-simple-linear-gauge/svg-simple-linear-gauge.component.html +0 -119
  143. package/src/app/svg-simple-linear-gauge/svg-simple-linear-gauge.component.scss +0 -0
  144. package/src/app/svg-simple-linear-gauge/svg-simple-linear-gauge.component.spec.ts +0 -25
  145. package/src/app/svg-simple-linear-gauge/svg-simple-linear-gauge.component.ts +0 -49
  146. package/src/app/svg-wind/svg-wind.component.css +0 -0
  147. package/src/app/svg-wind/svg-wind.component.html +0 -969
  148. package/src/app/svg-wind/svg-wind.component.scss +0 -76
  149. package/src/app/svg-wind/svg-wind.component.spec.ts +0 -25
  150. package/src/app/svg-wind/svg-wind.component.ts +0 -280
  151. package/src/app/unit-window/unit-window.component.css +0 -37
  152. package/src/app/unit-window/unit-window.component.html +0 -8
  153. package/src/app/unit-window/unit-window.component.spec.ts +0 -25
  154. package/src/app/unit-window/unit-window.component.ts +0 -134
  155. package/src/app/unit-window/unit-window.modal.html +0 -25
  156. package/src/app/units.service.ts +0 -300
  157. package/src/app/widget-autopilot/widget-autopilot.component.html +0 -78
  158. package/src/app/widget-autopilot/widget-autopilot.component.scss +0 -191
  159. package/src/app/widget-autopilot/widget-autopilot.component.spec.ts +0 -25
  160. package/src/app/widget-autopilot/widget-autopilot.component.ts +0 -774
  161. package/src/app/widget-blank/widget-blank.component.html +0 -5
  162. package/src/app/widget-blank/widget-blank.component.scss +0 -21
  163. package/src/app/widget-blank/widget-blank.component.spec.ts +0 -25
  164. package/src/app/widget-blank/widget-blank.component.ts +0 -17
  165. package/src/app/widget-gauge/widget-gauge.component.css +0 -26
  166. package/src/app/widget-gauge/widget-gauge.component.html +0 -29
  167. package/src/app/widget-gauge/widget-gauge.component.spec.ts +0 -25
  168. package/src/app/widget-gauge/widget-gauge.component.ts +0 -120
  169. package/src/app/widget-gauge-ng-linear/widget-gauge-ng-linear.component.html +0 -126
  170. package/src/app/widget-gauge-ng-linear/widget-gauge-ng-linear.component.scss +0 -94
  171. package/src/app/widget-gauge-ng-linear/widget-gauge-ng-linear.component.spec.ts +0 -25
  172. package/src/app/widget-gauge-ng-linear/widget-gauge-ng-linear.component.ts +0 -424
  173. package/src/app/widget-gauge-ng-radial/widget-gauge-ng-radial.component.html +0 -122
  174. package/src/app/widget-gauge-ng-radial/widget-gauge-ng-radial.component.scss +0 -69
  175. package/src/app/widget-gauge-ng-radial/widget-gauge-ng-radial.component.spec.ts +0 -25
  176. package/src/app/widget-gauge-ng-radial/widget-gauge-ng-radial.component.ts +0 -553
  177. package/src/app/widget-historical/widget-historical.component.css +0 -31
  178. package/src/app/widget-historical/widget-historical.component.html +0 -14
  179. package/src/app/widget-historical/widget-historical.component.scss +0 -0
  180. package/src/app/widget-historical/widget-historical.component.spec.ts +0 -25
  181. package/src/app/widget-historical/widget-historical.component.ts +0 -306
  182. package/src/app/widget-iframe/widget-iframe.component.css +0 -12
  183. package/src/app/widget-iframe/widget-iframe.component.html +0 -21
  184. package/src/app/widget-iframe/widget-iframe.component.spec.ts +0 -25
  185. package/src/app/widget-iframe/widget-iframe.component.ts +0 -63
  186. package/src/app/widget-list.service.spec.ts +0 -15
  187. package/src/app/widget-list.service.ts +0 -135
  188. package/src/app/widget-manager.service.spec.ts +0 -15
  189. package/src/app/widget-manager.service.ts +0 -141
  190. package/src/app/widget-numeric/widget-numeric.component.html +0 -13
  191. package/src/app/widget-numeric/widget-numeric.component.scss +0 -52
  192. package/src/app/widget-numeric/widget-numeric.component.spec.ts +0 -25
  193. package/src/app/widget-numeric/widget-numeric.component.ts +0 -457
  194. package/src/app/widget-simple-linear/widget-simple-linear.component.html +0 -28
  195. package/src/app/widget-simple-linear/widget-simple-linear.component.scss +0 -64
  196. package/src/app/widget-simple-linear/widget-simple-linear.component.spec.ts +0 -25
  197. package/src/app/widget-simple-linear/widget-simple-linear.component.ts +0 -199
  198. package/src/app/widget-state/widget-state.component.html +0 -27
  199. package/src/app/widget-state/widget-state.component.scss +0 -68
  200. package/src/app/widget-state/widget-state.component.spec.ts +0 -25
  201. package/src/app/widget-state/widget-state.component.ts +0 -178
  202. package/src/app/widget-switch/widget-switch.component.css +0 -70
  203. package/src/app/widget-switch/widget-switch.component.html +0 -17
  204. package/src/app/widget-switch/widget-switch.component.spec.ts +0 -25
  205. package/src/app/widget-switch/widget-switch.component.ts +0 -134
  206. package/src/app/widget-text-generic/widget-text-generic.component.css +0 -55
  207. package/src/app/widget-text-generic/widget-text-generic.component.html +0 -9
  208. package/src/app/widget-text-generic/widget-text-generic.component.spec.ts +0 -25
  209. package/src/app/widget-text-generic/widget-text-generic.component.ts +0 -253
  210. package/src/app/widget-tutorial/widget-tutorial.component.css +0 -0
  211. package/src/app/widget-tutorial/widget-tutorial.component.html +0 -34
  212. package/src/app/widget-tutorial/widget-tutorial.component.spec.ts +0 -25
  213. package/src/app/widget-tutorial/widget-tutorial.component.ts +0 -18
  214. package/src/app/widget-unknown/widget-unknown.component.css +0 -0
  215. package/src/app/widget-unknown/widget-unknown.component.html +0 -3
  216. package/src/app/widget-unknown/widget-unknown.component.spec.ts +0 -25
  217. package/src/app/widget-unknown/widget-unknown.component.ts +0 -15
  218. package/src/app/widget-wind/widget-wind.component.css +0 -24
  219. package/src/app/widget-wind/widget-wind.component.html +0 -20
  220. package/src/app/widget-wind/widget-wind.component.spec.ts +0 -25
  221. package/src/app/widget-wind/widget-wind.component.ts +0 -369
  222. package/src/assets/.gitkeep +0 -0
  223. package/src/assets/NoSleep.min.js +0 -2
  224. package/src/assets/alarm.mp3 +0 -0
  225. package/src/assets/alert.mp3 +0 -0
  226. package/src/assets/alertl.old.mp3 +0 -0
  227. package/src/assets/emergency.mp3 +0 -0
  228. package/src/assets/fontawesome6/css/all.min.css +0 -6
  229. package/src/assets/fontawesome6/webfonts/fa-brands-400.ttf +0 -0
  230. package/src/assets/fontawesome6/webfonts/fa-brands-400.woff2 +0 -0
  231. package/src/assets/fontawesome6/webfonts/fa-regular-400.ttf +0 -0
  232. package/src/assets/fontawesome6/webfonts/fa-regular-400.woff2 +0 -0
  233. package/src/assets/fontawesome6/webfonts/fa-solid-900.ttf +0 -0
  234. package/src/assets/fontawesome6/webfonts/fa-solid-900.woff2 +0 -0
  235. package/src/assets/fontawesome6/webfonts/fa-v4compatibility.ttf +0 -0
  236. package/src/assets/fontawesome6/webfonts/fa-v4compatibility.woff2 +0 -0
  237. package/src/assets/icon-192x192.png +0 -0
  238. package/src/assets/icon-256x256.png +0 -0
  239. package/src/assets/icon-384x384.png +0 -0
  240. package/src/assets/icon-512x512.png +0 -0
  241. package/src/assets/notification.mp3 +0 -0
  242. package/src/assets/steelseries-min.js +0 -25
  243. package/src/assets/steelseries-min.js.map +0 -8
  244. package/src/assets/steelseries.js +0 -15834
  245. package/src/assets/svg-autopilot-inkscape-plain.svg +0 -983
  246. package/src/assets/svg-wind-inkscape.svg +0 -1358
  247. package/src/assets/tween-min.js +0 -1
  248. package/src/assets/tween.js +0 -381
  249. package/src/assets/warn.mp3 +0 -0
  250. package/src/environments/environment.prod.ts +0 -3
  251. package/src/environments/environment.ts +0 -8
  252. package/src/favicon.ico +0 -0
  253. package/src/index.html +0 -20
  254. package/src/main.ts +0 -11
  255. package/src/manifest.json +0 -33
  256. package/src/polyfills.ts +0 -80
  257. package/src/styles.css +0 -47
  258. package/src/styles.scss +0 -157
  259. package/src/test.ts +0 -32
  260. package/src/themes/darkBlueTheme.scss +0 -117
  261. package/src/themes/defaultTheme.scss +0 -50
  262. package/src/themes/highContrastTheme.scss +0 -47
  263. package/src/themes/modernTheme.scss +0 -143
  264. package/src/themes/nightMode.scss +0 -185
  265. package/src/themes/platypusTheme.scss +0 -80
  266. package/src/themes/signalkTheme.scss +0 -112
  267. package/src/tsconfig.app.json +0 -15
  268. package/src/tsconfig.spec.json +0 -20
  269. package/src/typings.d.ts +0 -5
  270. package/tsconfig.json +0 -24
  271. package/tslint.json +0 -143
  272. /package/{KipGaugeSample-1-1024x545.png → KipGaugeSample1-1024x545.png} +0 -0
  273. /package/{KipMonitor-1024x488.png → KipGaugeSample2-1024x488.png} +0 -0
@@ -1,1036 +0,0 @@
1
- <div class="apScreen">
2
- <div class="apCompass">
3
- <svg
4
- xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
5
- xmlns:dc="http://purl.org/dc/elements/1.1/"
6
- xmlns:cc="http://creativecommons.org/ns#"
7
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
- xmlns:svg="http://www.w3.org/2000/svg"
9
- xmlns="http://www.w3.org/2000/svg"
10
- id="svg8"
11
- version="1.1"
12
- viewBox="0 0 452 255"
13
- height="100%"
14
- width="100%">
15
- <defs
16
- id="defs2">
17
- <linearGradient
18
- osb:paint="solid"
19
- id="linearGradient7155">
20
- <stop
21
- id="stop7153"
22
- offset="0"
23
- style="stop-color:#6d6d6d;stop-opacity:1;" />
24
- </linearGradient>
25
- </defs>
26
- <!--Compass Dial -->
27
- <g
28
- style="display:inline"
29
- id="layerCompassDial">
30
- <g
31
- transform="translate(-49,76)"
32
- id="gDial">
33
- <ellipse class="compass-outer-ring"
34
- style="display:inline;fill:none;stroke-width:30.60257721;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.85427091"
35
- id="path4584"
36
- cx="275"
37
- cy="200"
38
- rx="203.96022"
39
- ry="204.07419" />
40
- <ellipse class="compass-inner-ring"
41
- cy="200.00005"
42
- cx="275"
43
- id="circle4732"
44
- style="display:inline;fill:none;stroke-width:15.7575798;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
45
- rx="181.16154"
46
- ry="181.26276" />
47
- <path
48
- id="use6608"
49
- d="m 307.7114,14.150798 -2.65629,15.073051"
50
- style="display:inline;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2.04017186;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
51
- <path
52
- id="use6610"
53
- d="m 339.4192,22.709418 -5.23189,14.382504"
54
- style="display:inline;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2.04017186;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
55
- <path
56
- id="use6614"
57
- d="m 396.02992,55.540321 -9.83269,11.72475"
58
- style="display:inline;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2.04017186;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
59
- <path
60
- id="use6616"
61
- d="m 419.21273,78.815041 -11.71816,9.83821"
62
- style="display:inline;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2.04017186;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
63
- <path
64
- id="use6620"
65
- d="m 451.8328,135.56858 -14.37454,5.23479"
66
- style="display:inline;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2.04017186;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
67
- <path
68
- id="use6622"
69
- d="m 460.27887,167.32298 -15.06464,2.65782"
70
- style="display:inline;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2.04017186;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
71
- <path
72
- id="use6626"
73
- d="m 460.16769,232.79216 -15.06465,-2.6578"
74
- style="display:inline;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2.04017186;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
75
- <path
76
- id="use6628"
77
- d="m 451.61385,264.51765 -14.3745,-5.23482"
78
- style="display:inline;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2.04017186;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
79
- <path
80
- id="use6632"
81
- d="m 419.44142,321.67543 -11.71819,-9.83826"
82
- style="display:inline;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2.04017186;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
83
- <path
84
- id="use6634"
85
- d="m 396.17966,344.87121 -9.83274,-11.72477"
86
- style="display:inline;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2.04017186;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
87
- <path
88
- id="use6638"
89
- d="m 339.45779,377.50944 -5.23188,-14.38252"
90
- style="display:inline;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2.04017186;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
91
- <path
92
- id="use6640"
93
- d="m 307.72114,385.96028 -2.65629,-15.07307"
94
- style="display:inline;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2.04017186;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
95
- <path
96
- id="use6644"
97
- d="m 242.28854,385.84901 2.65631,-15.07302"
98
- style="display:inline;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2.04017186;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
99
- <path
100
- id="use6646"
101
- d="m 210.58075,377.29047 5.23187,-14.38255"
102
- style="display:inline;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2.04017186;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
103
- <path
104
- id="use6650"
105
- d="m 153.97004,344.45952 9.83272,-11.72471"
106
- style="display:inline;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2.04017186;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
107
- <path
108
- id="use6652"
109
- d="m 130.7872,321.1848 11.71819,-9.83825"
110
- style="display:inline;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2.04017186;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
111
- <path
112
- id="use6656"
113
- d="m 98.167138,264.43125 14.374482,-5.23482"
114
- style="display:inline;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2.04017186;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
115
- <path
116
- id="use6658"
117
- d="m 89.72108,232.67686 15.06461,-2.6578"
118
- style="display:inline;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2.04017186;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
119
- <path
120
- id="use6662"
121
- d="m 89.832242,167.20768 15.064608,2.6578"
122
- style="display:inline;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2.04017186;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
123
- <path
124
- id="use6664"
125
- d="m 98.386053,135.48218 14.374497,5.23484"
126
- style="display:inline;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2.04017186;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
127
- <path
128
- id="use6668"
129
- d="m 130.55856,78.324441 11.71817,9.83821"
130
- style="display:inline;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2.04017186;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
131
- <path
132
- id="use6670"
133
- d="m 153.82027,55.128641 9.83276,11.72475"
134
- style="display:inline;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2.04017186;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
135
- <path
136
- id="use6674"
137
- d="m 210.54215,22.49037 5.23189,14.382551"
138
- style="display:inline;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2.04017186;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
139
- <path
140
- id="use6676"
141
- d="m 242.27883,14.039615 2.65629,15.073018"
142
- style="display:inline;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2.04017186;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
143
- <text class="wind-text"
144
- xml:space="preserve"
145
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:32.64274979px;line-height:1.25;font-family:sans-serif;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;stroke:none;stroke-width:20.40172005;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.85427091"
146
- x="261.23273"
147
- y="7.5849795"
148
- id="text4588"
149
- transform="scale(0.99972065,1.0002794)"><tspan
150
- id="tspan4586"
151
- x="261.23273"
152
- y="7.5849795"
153
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:32.64274979px;font-family:sans-serif;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke:none;stroke-width:20.40172005;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.85427091">N</tspan></text>
154
- <text class="wind-text"
155
- xml:space="preserve"
156
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:32.64274979px;line-height:1.25;font-family:sans-serif;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;stroke:none;stroke-width:20.40172005;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.85427091"
157
- x="-288.64084"
158
- y="-391.88641"
159
- id="text4588-7"
160
- transform="scale(-0.99972065,-1.0002794)"><tspan
161
- id="tspan4608"
162
- x="-288.64084"
163
- y="-391.88641"
164
- style="stroke-width:20.40172005">S</tspan></text>
165
- <text class="wind-text"
166
- xml:space="preserve"
167
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:32.64274979px;line-height:1.25;font-family:sans-serif;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;stroke:none;stroke-width:20.40172005;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.85427091"
168
- x="188.83127"
169
- y="-467.20248"
170
- id="text4588-0"
171
- transform="matrix(0,1.0002794,-0.99972065,0,0,0)"><tspan
172
- id="tspan4628"
173
- x="188.83127"
174
- y="-467.20248"
175
- style="stroke-width:20.40172005">E</tspan></text>
176
- <text class="wind-text"
177
- xml:space="preserve"
178
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:32.64274979px;line-height:1.25;font-family:sans-serif;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;stroke:none;stroke-width:20.40172005;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.85427091"
179
- x="-220.33897"
180
- y="83.127594"
181
- id="text4588-79"
182
- transform="matrix(0,-1.0002794,0.99972065,0,0,0)"><tspan
183
- id="tspan4648"
184
- x="-220.33897"
185
- y="83.127594"
186
- style="stroke-width:20.40172005">W</tspan></text>
187
- <text class="wind-text"
188
- id="text4656"
189
- y="-249.69855"
190
- x="319.23901"
191
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:21.76183891px;line-height:1.25;font-family:sans-serif;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;stroke:none;stroke-width:20.40171623;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.85427091"
192
- xml:space="preserve"
193
- transform="matrix(0.70690928,0.70730433,-0.70690928,0.70730433,0,0)"><tspan
194
- id="tspan4658"
195
- x="319.23901"
196
- y="-249.69855"
197
- style="stroke-width:20.40171623">NE</tspan></text>
198
- <text class="wind-text"
199
- xml:space="preserve"
200
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:21.76183891px;line-height:1.25;font-family:sans-serif;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;stroke:none;stroke-width:20.40171623;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.85427091"
201
- x="37.022793"
202
- y="141.15974"
203
- id="text4664"
204
- transform="matrix(0.70690928,-0.70730433,0.70690928,0.70730433,0,0)"><tspan
205
- id="tspan4666"
206
- x="37.022793"
207
- y="141.15974"
208
- style="stroke-width:20.40171623">NW</tspan></text>
209
- <text class="wind-text"
210
- transform="matrix(-0.70690928,-0.70730433,0.70690928,-0.70730433,0,0)"
211
- id="text4670"
212
- y="-142.26419"
213
- x="-351.17065"
214
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:21.76183891px;line-height:1.25;font-family:sans-serif;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;stroke:none;stroke-width:20.40171623;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.85427091"
215
- xml:space="preserve"><tspan
216
- id="tspan4672"
217
- x="-351.17065"
218
- y="-142.26419"
219
- style="stroke-width:20.40171623">SW</tspan></text>
220
- <text class="wind-text"
221
- xml:space="preserve"
222
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:21.76183891px;line-height:1.25;font-family:sans-serif;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;stroke:none;stroke-width:20.40171623;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.85427091"
223
- x="-68.111122"
224
- y="-532.27917"
225
- id="text4676"
226
- transform="matrix(-0.70690928,0.70730433,-0.70690928,-0.70730433,0,0)"><tspan
227
- id="tspan4678"
228
- x="-68.111122"
229
- y="-532.27917"
230
- style="stroke-width:20.40171623">SE</tspan></text>
231
- <text class="wind-text"
232
- xml:space="preserve"
233
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.88091946px;line-height:1.25;font-family:sans-serif;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;stroke:none;stroke-width:20.40171814;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.85427091"
234
- x="318.18405"
235
- y="-119.23701"
236
- id="text4684"
237
- transform="matrix(0.92362146,0.38279035,-0.38257655,0.92413768,0,0)"><tspan
238
- id="tspan4686"
239
- x="318.18405"
240
- y="-119.23701"
241
- style="stroke-width:20.40171814">NNE</tspan></text>
242
- <text class="wind-text"
243
- transform="matrix(0.38257655,0.92413768,-0.92362146,0.38279035,0,0)"
244
- id="text4690"
245
- y="-377.56421"
246
- x="278.92706"
247
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.88091946px;line-height:1.25;font-family:sans-serif;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;stroke:none;stroke-width:20.40171814;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.85427091"
248
- xml:space="preserve"><tspan
249
- id="tspan4694"
250
- x="278.92706"
251
- y="-377.56421"
252
- style="stroke-width:20.40171814">ENE</tspan></text>
253
- <text class="wind-text"
254
- xml:space="preserve"
255
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.88091946px;line-height:1.25;font-family:sans-serif;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;stroke:none;stroke-width:20.40171814;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.85427091"
256
- x="69.223236"
257
- y="-529.73126"
258
- id="text4698"
259
- transform="matrix(-0.38257655,0.92413768,-0.92362146,-0.38279035,0,0)"><tspan
260
- id="tspan4700"
261
- x="69.223236"
262
- y="-529.73126"
263
- style="stroke-width:20.40171814">ESE</tspan></text>
264
- <text class="wind-text"
265
- transform="matrix(-0.92362146,0.38279035,-0.38257655,-0.92413768,0,0)"
266
- id="text4704"
267
- y="-489.35358"
268
- x="-188.60149"
269
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.88091946px;line-height:1.25;font-family:sans-serif;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;stroke:none;stroke-width:20.40171814;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.85427091"
270
- xml:space="preserve"><tspan
271
- id="tspan4706"
272
- x="-188.60149"
273
- y="-489.35358"
274
- style="stroke-width:20.40171814">SSE</tspan></text>
275
- <text class="wind-text"
276
- xml:space="preserve"
277
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.88091946px;line-height:1.25;font-family:sans-serif;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;stroke:none;stroke-width:20.40171814;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.85427091"
278
- x="-341.82956"
279
- y="-279.7951"
280
- id="text4710"
281
- transform="matrix(-0.92362146,-0.38279035,0.38257655,-0.92413768,0,0)"><tspan
282
- id="tspan4712"
283
- x="-341.82956"
284
- y="-279.7951"
285
- style="stroke-width:20.40171814">SSW</tspan></text>
286
- <text class="wind-text"
287
- transform="matrix(-0.38257655,-0.92413768,0.92362146,-0.38279035,0,0)"
288
- id="text4716"
289
- y="-22.359142"
290
- x="-304.323"
291
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.88091946px;line-height:1.25;font-family:sans-serif;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;stroke:none;stroke-width:20.40171814;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.85427091"
292
- xml:space="preserve"><tspan
293
- id="tspan4718"
294
- x="-304.323"
295
- y="-22.359142"
296
- style="stroke-width:20.40171814">WSW</tspan></text>
297
- <text class="wind-text"
298
- xml:space="preserve"
299
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.88091946px;line-height:1.25;font-family:sans-serif;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;stroke:none;stroke-width:20.40171814;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.85427091"
300
- x="-93.375298"
301
- y="130.60631"
302
- id="text4722"
303
- transform="matrix(0.38257655,-0.92413768,0.92362146,0.38279035,0,0)"><tspan
304
- id="tspan4724"
305
- x="-93.375298"
306
- y="130.60631"
307
- style="stroke-width:20.40171814">WNW</tspan></text>
308
- <text class="wind-text"
309
- transform="matrix(0.92362146,-0.38279035,0.38257655,0.92413768,0,0)"
310
- id="text4728"
311
- y="89.936447"
312
- x="165.05888"
313
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.88091946px;line-height:1.25;font-family:sans-serif;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;stroke:none;stroke-width:20.40171814;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.85427091"
314
- xml:space="preserve"><tspan
315
- id="tspan4730"
316
- x="165.05888"
317
- y="89.936447"
318
- style="stroke-width:20.40171814">NNW</tspan></text>
319
- <text class="wind-text"
320
- id="use7029"
321
- y="25.345657"
322
- x="269.16998"
323
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:19.04160881px;line-height:1.25;font-family:sans-serif;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;display:inline;stroke:none;stroke-width:1.02008593"
324
- xml:space="preserve"
325
- transform="scale(0.99972065,1.0002794)"><tspan
326
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:19.04160881px;font-family:sans-serif;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:1.02008593"
327
- y="25.345657"
328
- x="269.16998"
329
- id="tspan7053">0</tspan></text>
330
- <text class="wind-text"
331
- id="use7031"
332
- y="-138.13023"
333
- x="326.06656"
334
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:19.0416069px;line-height:1.25;font-family:sans-serif;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;display:inline;stroke:none;stroke-width:1.02008593"
335
- xml:space="preserve"
336
- transform="matrix(0.86578352,0.50013971,-0.49986031,0.86626737,0,0)"><tspan
337
- id="tspan7101"
338
- x="326.06656"
339
- y="-138.13023"
340
- style="stroke-width:1.02008593">30</tspan></text>
341
- <text class="wind-text"
342
- id="use7033"
343
- y="-311.27252"
344
- x="298.64697"
345
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:19.0416069px;line-height:1.25;font-family:sans-serif;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;display:inline;stroke:none;stroke-width:1.02008593"
346
- xml:space="preserve"
347
- transform="matrix(0.49986031,0.86626737,-0.86578352,0.50013971,0,0)"><tspan
348
- id="tspan7103"
349
- x="298.64697"
350
- y="-311.27252"
351
- style="stroke-width:1.02008593">60</tspan></text>
352
- <text class="wind-text"
353
- id="use7035"
354
- y="-448.97495"
355
- x="188.02534"
356
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:19.04160881px;line-height:1.25;font-family:sans-serif;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;display:inline;stroke:none;stroke-width:1.02008593"
357
- xml:space="preserve"
358
- transform="matrix(0,1.0002794,-0.99972065,0,0,0)"><tspan
359
- id="tspan7105"
360
- x="188.02534"
361
- y="-448.97495"
362
- style="stroke-width:1.02008593">90</tspan></text>
363
- <text class="wind-text"
364
- id="use7037"
365
- y="-511.58801"
366
- x="18.152977"
367
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:19.0416069px;line-height:1.25;font-family:sans-serif;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;display:inline;stroke:none;stroke-width:1.02008593"
368
- xml:space="preserve"
369
- transform="matrix(-0.49986031,0.86626737,-0.86578352,-0.50013971,0,0)"><tspan
370
- id="tspan7109"
371
- x="18.152977"
372
- y="-511.58801"
373
- style="stroke-width:1.02008593">120</tspan></text>
374
- <text class="wind-text"
375
- id="use7039"
376
- y="-485.03159"
377
- x="-157.02438"
378
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:19.0416069px;line-height:1.25;font-family:sans-serif;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;display:inline;stroke:none;stroke-width:1.02008593"
379
- xml:space="preserve"
380
- transform="matrix(-0.86578352,0.50013971,-0.49986031,-0.86626737,0,0)"><tspan
381
- id="tspan7111"
382
- x="-157.02438"
383
- y="-485.03159"
384
- style="stroke-width:1.02008593">150</tspan></text>
385
- <text class="wind-text"
386
- id="use7041"
387
- y="-374.19531"
388
- x="-293.47723"
389
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:19.04160881px;line-height:1.25;font-family:sans-serif;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;display:inline;stroke:none;stroke-width:1.02008593"
390
- xml:space="preserve"
391
- transform="scale(-0.99972065,-1.0002794)"><tspan
392
- id="tspan7113"
393
- x="-293.47723"
394
- y="-374.19531"
395
- style="stroke-width:1.02008593">180</tspan></text>
396
- <text class="wind-text"
397
- id="use7043"
398
- y="-210.0593"
399
- x="-356.61142"
400
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:19.0416069px;line-height:1.25;font-family:sans-serif;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;display:inline;stroke:none;stroke-width:1.02008593"
401
- xml:space="preserve"
402
- transform="matrix(-0.86578352,-0.50013971,0.49986031,-0.86626737,0,0)"><tspan
403
- id="tspan7115"
404
- x="-356.61142"
405
- y="-210.0593"
406
- style="stroke-width:1.02008593">210</tspan></text>
407
- <text class="wind-text"
408
- id="use7045"
409
- y="-35.933571"
410
- x="-328.77301"
411
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:19.0416069px;line-height:1.25;font-family:sans-serif;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;display:inline;stroke:none;stroke-width:1.02008593"
412
- xml:space="preserve"
413
- transform="matrix(-0.49986031,-0.86626737,0.86578352,-0.50013971,0,0)"><tspan
414
- id="tspan7117"
415
- x="-328.77301"
416
- y="-35.933571"
417
- style="stroke-width:1.02008593">240</tspan></text>
418
- <text class="wind-text"
419
- id="use7047"
420
- y="101.6399"
421
- x="-217.66704"
422
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:19.04160881px;line-height:1.25;font-family:sans-serif;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;display:inline;stroke:none;stroke-width:1.02008593"
423
- xml:space="preserve"
424
- transform="matrix(0,-1.0002794,0.99972065,0,0,0)"><tspan
425
- id="tspan7119"
426
- x="-217.66704"
427
- y="101.6399"
428
- style="stroke-width:1.02008593">270</tspan></text>
429
- <text class="wind-text"
430
- id="use7049"
431
- y="163.86317"
432
- x="-52.594109"
433
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:19.0416069px;line-height:1.25;font-family:sans-serif;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;display:inline;stroke:none;stroke-width:1.02008593"
434
- xml:space="preserve"
435
- transform="matrix(0.49986031,-0.86626737,0.86578352,0.50013971,0,0)"><tspan
436
- id="tspan7121"
437
- x="-52.594109"
438
- y="163.86317"
439
- style="stroke-width:1.02008593">300</tspan></text>
440
- <text class="wind-text"
441
- id="use7051"
442
- y="136.26141"
443
- x="120.06727"
444
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:19.0416069px;line-height:1.25;font-family:sans-serif;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;display:inline;stroke:none;stroke-width:1.02008593"
445
- xml:space="preserve"
446
- transform="matrix(0.86578352,-0.50013971,0.49986031,0.86626737,0,0)"><tspan
447
- id="tspan7125"
448
- x="120.06727"
449
- y="136.26141"
450
- style="stroke-width:1.02008593">330</tspan></text>
451
- </g>
452
- <animateTransform #compassAnimate attributeName="transform"
453
- type="rotate"
454
- [attr.from]="'-'+oldCompassRotate+' 226 276'"
455
- [attr.to]="'-'+newCompassRotate+' 226 276'"
456
- begin="indefinite"
457
- dur="0.1s"
458
- additive="replace"
459
- fill="freeze"/>
460
- </g>
461
- <!-- AP Modes -->
462
- <g
463
- style="display:inline"
464
- transform="translate(-48.447528,53.7796)"
465
- id="layerAPModes">
466
- <text class="wind-text"
467
- id="textHeadingUnits"
468
- y="195.59286"
469
- x="375.5509"
470
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:16px;line-height:1.25;font-family:Arial;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;stroke:none"
471
- xml:space="preserve"><tspan
472
- y="195.59286"
473
- x="375.5509"
474
- id="tspan7332">Mag</tspan></text>
475
- <text class="wind-text"
476
- id="textPilotMode"
477
- y="-5.9288187"
478
- x="53.518887"
479
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:21.33333397px;line-height:1.25;font-family:Arial;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;stroke:none"
480
- xml:space="preserve"><tspan
481
- y="-5.9288187"
482
- x="53.518887"
483
- id="tspan7336">
484
- {{apState}}
485
- </tspan>
486
- </text>
487
- <text class="wind-text"
488
- id="textLockedWindAngle"
489
- y="-5.63585"
490
- x="388.37534"
491
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:21.33333397px;line-height:1.25;font-family:Arial;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;stroke:none"
492
- xml:space="preserve">
493
- <tspan *ngIf="apState == 'Wind'"
494
- y="-5.63585"
495
- x="388.37534"
496
- id="tspan7340">Wind: {{apTargetAppWindAngle}}°</tspan></text>
497
- </g>
498
- <!-- Heading -->
499
- <g
500
- transform="translate(-48.447528,53.7796)"
501
- style="display:inline"
502
- id="layerHeading">
503
- <g
504
- transform="translate(7.0707071,-37.373737)"
505
- id="textHeadingValue">
506
- <text class="wind-text"
507
- xml:space="preserve"
508
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:124.02593231px;line-height:1.25;font-family:Arial;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;stroke:none;stroke-width:3.24648261"
509
- x="261.90826"
510
- y="230.58067"
511
- id="text7163"
512
- transform="scale(0.98289846,1.0173991)"><tspan
513
- id="tspan7406"
514
- x="261.90826"
515
- y="230.58067"
516
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:124.02593231px;font-family:Arial;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:3.24648261">{{ headingValue }}</tspan></text>
517
- <text class="wind-text"
518
- x="350.04529"
519
- xml:space="preserve"
520
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:64px;line-height:1.25;font-family:sans-serif;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;stroke:none"
521
- y="192.68625"
522
- id="text5715"><tspan
523
- id="tspan5713"
524
- x="350.04529"
525
- y="192.68625">°</tspan></text>
526
- </g>
527
- </g>
528
- <!-- Rudder -->
529
- <g
530
- transform="translate(-48.447528,53.7796)"
531
- style="display:inline"
532
- id="layerRudder">
533
- <rect class="rudderStarboard"
534
- y="-53.399956"
535
- x="274.99667"
536
- height="14.987642"
537
- width="0"
538
- id="rudderAnglePrt"
539
- style="display:inline;opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">
540
- <animate #rudderStbAnimate attributeType="XML" attributeName="width"
541
- [attr.from]="oldRudderStbAngle"
542
- [attr.to]="newRudderStbAngle"
543
- dur="0.5s"
544
- begin="indefinite"
545
- additive="replace"
546
- fill="freeze"
547
- />
548
- </rect>
549
- <rect class="rudderPort"
550
- transform="scale(-1,1)"
551
- y="-53.399956"
552
- x="-274.44928"
553
- height="14.987642"
554
- width="0"
555
- id="rudderAngleStb"
556
- style="display:inline;opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">
557
- <animate #rudderPrtAnimate attributeType="XML" attributeName="width"
558
- [attr.from]="oldRudderPrtAngle"
559
- [attr.to]="newRudderPrtAngle"
560
- dur="0.5s"
561
- begin="indefinite"
562
- additive="replace"
563
- fill="freeze"
564
- />
565
- </rect>
566
- </g>
567
- <!-- Background -->
568
- <g
569
- transform="translate(-48.447528,-110.9287)"
570
- style="display:inline"
571
- id="layerBackground">
572
- <g
573
- id="g276">
574
- <g
575
- id="g7471"
576
- transform="translate(24.722982,-28.057562)">
577
- <g
578
- transform="translate(721.94867,-290.57106)"
579
- id="g5688">
580
- <path class="port"
581
- style="display:inline;fill:none;stroke-width:14.82046986;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
582
- id="path4652-4"
583
- d="m -472.47775,871.67124 a 165.94029,166.38596 0 0 1 -165.5669,-166.3216 165.94029,166.38596 0 0 1 165.43938,-166.44913" />
584
- <path class="starboard"
585
- style="display:inline;fill:none;stroke-width:14.82046986;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
586
- id="path4652-4-2"
587
- d="M 472.647,871.67236 A 165.94029,166.38596 0 0 1 328.86191,788.52051 165.94029,166.38596 0 0 1 328.84104,622.0886 165.94029,166.38596 0 0 1 472.60527,538.90049"
588
- transform="scale(-1,1)" />
589
- </g>
590
- <g
591
- id="g5754">
592
- <path
593
- style="fill:none;stroke:#000000;stroke-width:2.95406151;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
594
- d="m 99.32582,328.14958 12.77685,7.39357"
595
- id="path7189" />
596
- <path
597
- id="path7191"
598
- d="m 162.64238,264.41753 7.37674,12.80605"
599
- style="fill:none;stroke:#000000;stroke-width:2.95406151;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
600
- <path
601
- style="fill:none;stroke:#000000;stroke-width:2.95406151;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
602
- d="m 335.9953,264.04783 -7.37672,12.80611"
603
- id="path7193" />
604
- <path
605
- id="path7195"
606
- d="m 399.58188,327.50924 -12.77686,7.39366"
607
- style="fill:none;stroke:#000000;stroke-width:2.95406151;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
608
- <path
609
- style="fill:none;stroke:#000000;stroke-width:2.95406151;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
610
- d="m 422.9912,414.33449 -14.75348,3e-5"
611
- id="path7197" />
612
- <path
613
- id="path7199"
614
- d="m 399.95073,501.2588 -12.77692,-7.3936"
615
- style="fill:none;stroke:#000000;stroke-width:2.95406151;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
616
- <path
617
- style="fill:none;stroke:#000000;stroke-width:2.95406151;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
618
- d="m 336.63416,564.99087 -7.37678,-12.80612"
619
- id="path7201" />
620
- <path
621
- id="path7203"
622
- d="m 250.0071,588.45375 -3e-5,-14.78727"
623
- style="fill:none;stroke:#000000;stroke-width:2.95406151;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
624
- <path
625
- style="fill:none;stroke:#000000;stroke-width:2.95406151;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
626
- d="m 163.28122,565.36054 7.37672,-12.80615"
627
- id="path7205" />
628
- <path
629
- id="path7207"
630
- d="m 99.694636,501.89912 12.776874,-7.39367"
631
- style="fill:none;stroke:#000000;stroke-width:2.95406151;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
632
- <path
633
- style="fill:none;stroke:#000000;stroke-width:2.95406151;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
634
- d="m 76.28531,415.07387 14.753506,-6e-5"
635
- id="path7209" />
636
- <path
637
- id="path7211"
638
- d="m 249.26941,240.95462 6e-5,14.78725"
639
- style="fill:none;stroke:#000000;stroke-width:2.95406151;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
640
- <ellipse
641
- style="fill:#040404;fill-opacity:1;stroke:#000000;stroke-width:2.95406199;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
642
- id="path7213"
643
- cx="317.2731"
644
- cy="198.57274"
645
- transform="matrix(0.98473974,0.17403345,-0.1732637,0.98487547,0,0)"
646
- rx="1.4684811"
647
- ry="1.4716377" />
648
- <ellipse
649
- transform="matrix(0.93944096,0.3427108,-0.34133044,0.93994337,0,0)"
650
- cy="137.78685"
651
- cx="375.78641"
652
- id="circle7219"
653
- style="fill:#040404;fill-opacity:1;stroke:#000000;stroke-width:2.95406342;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
654
- rx="1.4687726"
655
- ry="1.4713458" />
656
- <ellipse
657
- style="fill:#040404;fill-opacity:1;stroke:#000000;stroke-width:2.95406508;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
658
- id="circle7221"
659
- cx="457.31314"
660
- cy="-9.3075047"
661
- transform="matrix(0.7653205,0.64364938,-0.64192532,0.76676716,0,0)"
662
- rx="1.4697686"
663
- ry="1.4703517" />
664
- <ellipse
665
- transform="matrix(0.64192538,0.76676711,-0.76532046,0.64364943,0,0)"
666
- cy="-91.100418"
667
- cx="477.8157"
668
- id="circle7223"
669
- style="fill:#040404;fill-opacity:1;stroke:#000000;stroke-width:2.95406508;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
670
- rx="1.4703517"
671
- ry="1.4697686" />
672
- <ellipse
673
- style="fill:#040404;fill-opacity:1;stroke:#000000;stroke-width:2.95406318;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
674
- id="circle7225"
675
- cx="475.04779"
676
- cy="-258.81723"
677
- transform="matrix(0.34133049,0.93994335,-0.93944093,0.34271086,0,0)"
678
- rx="1.4713458"
679
- ry="1.4687726" />
680
- <ellipse
681
- transform="matrix(0.1732637,0.98487547,-0.98473974,0.17403346,0,0)"
682
- cy="-339.68927"
683
- cx="451.80542"
684
- id="circle7227"
685
- style="fill:#040404;fill-opacity:1;stroke:#000000;stroke-width:2.95406199;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
686
- rx="1.4716377"
687
- ry="1.4684812" />
688
- <ellipse
689
- style="fill:#040404;fill-opacity:1;stroke:#000000;stroke-width:2.95406199;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
690
- id="circle7229"
691
- cx="365.07513"
692
- cy="-483.41837"
693
- transform="matrix(-0.1732637,0.98487547,-0.98473974,-0.17403346,0,0)"
694
- rx="1.4716377"
695
- ry="1.4684812" />
696
- <ellipse
697
- transform="matrix(-0.34133048,0.93994335,-0.93944094,-0.34271083,0,0)"
698
- cy="-541.96466"
699
- cx="304.2561"
700
- id="circle7231"
701
- style="fill:#040404;fill-opacity:1;stroke:#000000;stroke-width:2.95406294;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
702
- rx="1.4713457"
703
- ry="1.4687726" />
704
- <ellipse
705
- style="fill:#040404;fill-opacity:1;stroke:#000000;stroke-width:2.95406508;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
706
- id="circle7233"
707
- cx="157.04932"
708
- cy="-623.60413"
709
- transform="matrix(-0.64192535,0.76676714,-0.7653205,-0.64364938,0,0)"
710
- rx="1.4703517"
711
- ry="1.4697688" />
712
- <ellipse
713
- transform="matrix(-0.7653205,0.64364938,-0.64192535,-0.76676714,0,0)"
714
- cy="-644.17261"
715
- cx="75.19046"
716
- id="circle7235"
717
- style="fill:#040404;fill-opacity:1;stroke:#000000;stroke-width:2.95406508;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
718
- rx="1.4697688"
719
- ry="1.4703517" />
720
- <ellipse
721
- style="fill:#040404;fill-opacity:1;stroke:#000000;stroke-width:2.95406294;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
722
- id="circle7237"
723
- cx="-92.639015"
724
- cy="-641.51727"
725
- transform="matrix(-0.93944094,0.34271083,-0.34133048,-0.93994335,0,0)"
726
- rx="1.4687726"
727
- ry="1.4713457" />
728
- <ellipse
729
- transform="matrix(-0.98473974,0.17403346,-0.1732637,-0.98487547,0,0)"
730
- cy="-618.30792"
731
- cx="-173.54405"
732
- id="circle7239"
733
- style="fill:#040404;fill-opacity:1;stroke:#000000;stroke-width:2.95406199;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
734
- rx="1.4684812"
735
- ry="1.4716377" />
736
- <ellipse
737
- style="fill:#040404;fill-opacity:1;stroke:#000000;stroke-width:2.95406199;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
738
- id="circle7241"
739
- cx="-317.2731"
740
- cy="-531.57745"
741
- transform="matrix(-0.98473974,-0.17403346,0.1732637,-0.98487547,0,0)"
742
- rx="1.4684812"
743
- ry="1.4716377" />
744
- <ellipse
745
- transform="matrix(-0.93944094,-0.34271083,0.34133048,-0.93994335,0,0)"
746
- cy="-470.72552"
747
- cx="-375.78641"
748
- id="circle7243"
749
- style="fill:#040404;fill-opacity:1;stroke:#000000;stroke-width:2.95406294;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
750
- rx="1.4687726"
751
- ry="1.4713457" />
752
- <ellipse
753
- style="fill:#040404;fill-opacity:1;stroke:#000000;stroke-width:2.95406508;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
754
- id="circle7245"
755
- cx="-457.3132"
756
- cy="-323.40628"
757
- transform="matrix(-0.7653205,-0.64364938,0.64192535,-0.76676714,0,0)"
758
- rx="1.4697688"
759
- ry="1.4703517" />
760
- <ellipse
761
- transform="matrix(-0.64192535,-0.76676714,0.7653205,-0.64364938,0,0)"
762
- cy="-241.48129"
763
- cx="-477.81573"
764
- id="circle7247"
765
- style="fill:#040404;fill-opacity:1;stroke:#000000;stroke-width:2.95406508;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
766
- rx="1.4703517"
767
- ry="1.4697688" />
768
- <ellipse
769
- style="fill:#040404;fill-opacity:1;stroke:#000000;stroke-width:2.95406294;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
770
- id="circle7249"
771
- cx="-475.04776"
772
- cy="-73.539139"
773
- transform="matrix(-0.34133048,-0.93994335,0.93944094,-0.34271083,0,0)"
774
- rx="1.4713457"
775
- ry="1.4687726" />
776
- <ellipse
777
- transform="matrix(-0.1732637,-0.98487547,0.98473974,-0.17403346,0,0)"
778
- cy="7.3989258"
779
- cx="-451.80542"
780
- id="circle7251"
781
- style="fill:#040404;fill-opacity:1;stroke:#000000;stroke-width:2.95406199;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
782
- rx="1.4716377"
783
- ry="1.4684812" />
784
- <ellipse
785
- style="fill:#040404;fill-opacity:1;stroke:#000000;stroke-width:2.95406199;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
786
- id="circle7253"
787
- cx="-365.07513"
788
- cy="151.12804"
789
- transform="matrix(0.1732637,-0.98487547,0.98473974,0.17403346,0,0)"
790
- rx="1.4716377"
791
- ry="1.4684812" />
792
- <ellipse
793
- transform="matrix(0.34133049,-0.93994335,0.93944093,0.34271086,0,0)"
794
- cy="209.60825"
795
- cx="-304.2561"
796
- id="circle7255"
797
- style="fill:#040404;fill-opacity:1;stroke:#000000;stroke-width:2.95406318;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
798
- rx="1.4713458"
799
- ry="1.4687726" />
800
- <ellipse
801
- style="fill:#040404;fill-opacity:1;stroke:#000000;stroke-width:2.95406508;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
802
- id="circle7257"
803
- cx="-157.04932"
804
- cy="291.0224"
805
- transform="matrix(0.64192538,-0.76676711,0.76532046,0.64364943,0,0)"
806
- rx="1.4703517"
807
- ry="1.4697686" />
808
- <ellipse
809
- transform="matrix(0.7653205,-0.64364938,0.64192532,0.76676716,0,0)"
810
- cy="311.45892"
811
- cx="-75.19046"
812
- id="circle7259"
813
- style="fill:#040404;fill-opacity:1;stroke:#000000;stroke-width:2.95406508;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
814
- rx="1.4697686"
815
- ry="1.4703517" />
816
- <ellipse
817
- style="fill:#040404;fill-opacity:1;stroke:#000000;stroke-width:2.95406342;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
818
- id="circle7261"
819
- cx="92.639"
820
- cy="308.57849"
821
- transform="matrix(0.93944096,-0.3427108,0.34133044,0.93994337,0,0)"
822
- rx="1.4687726"
823
- ry="1.4713458" />
824
- <ellipse
825
- transform="matrix(0.98473974,-0.17403345,0.1732637,0.98487547,0,0)"
826
- cy="285.3031"
827
- cx="173.54404"
828
- id="circle7263"
829
- style="fill:#040404;fill-opacity:1;stroke:#000000;stroke-width:2.95406199;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
830
- rx="1.4684811"
831
- ry="1.4716377" />
832
- <ellipse
833
- style="fill:#040404;fill-opacity:1;stroke:#000000;stroke-width:2.95406199;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
834
- id="circle7265"
835
- cx="173.54404"
836
- cy="285.3031"
837
- transform="matrix(0.98473974,-0.17403345,0.1732637,0.98487547,0,0)"
838
- rx="1.4684811"
839
- ry="1.4716377" />
840
- </g>
841
- <circle
842
- r="221.99022"
843
- cy="414.70831"
844
- cx="250"
845
- id="path7341"
846
- style="display:inline;fill:none;fill-opacity:0.80952382;stroke:#000000;stroke-width:6.01955366;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.71794876" />
847
- <path
848
- id="path4120"
849
- d="m 249.26947,259.74187 -25.47864,22.43141 h 51.40958 z"
850
- style="display:inline;opacity:0.5;fill:#000000;stroke:none;stroke-width:2.18676066px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
851
- </g>
852
- <g
853
- id="g7661"
854
- transform="matrix(1,0,0,0.40619912,-0.01308156,81.255803)">
855
- <rect
856
- y="73.984749"
857
- x="49.443867"
858
- height="36.007324"
859
- width="450.58438"
860
- id="rect7491"
861
- style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.99267745;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
862
- <rect
863
- y="74.014343"
864
- x="275.45538"
865
- height="35.807354"
866
- width="142.73141"
867
- id="rect7491-8-1-1"
868
- style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:2.21205759;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
869
- <rect
870
- y="74.014343"
871
- x="132.72397"
872
- height="35.807354"
873
- width="142.73141"
874
- id="rect7491-8-1-1-1"
875
- style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:2.21205759;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
876
- <rect
877
- y="74.014343"
878
- x="59.762901"
879
- height="35.807354"
880
- width="142.73141"
881
- id="rect7491-8-1-1-1-0"
882
- style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:2.21205759;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
883
- <rect
884
- y="74.014343"
885
- x="346.97778"
886
- height="35.807354"
887
- width="142.73141"
888
- id="rect7491-8-1-1-1-6"
889
- style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:2.21205759;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
890
- </g>
891
- <text class="wind-text"
892
- xml:space="preserve"
893
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;line-height:1.25;font-family:Arial;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;stroke:none"
894
- x="196.81769"
895
- y="135.53325"
896
- id="text7612"><tspan
897
- id="tspan7610"
898
- x="196.81769"
899
- y="135.53325">10°</tspan></text>
900
- <text class="wind-text"
901
- xml:space="preserve"
902
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;line-height:1.25;font-family:Arial;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;stroke:none"
903
- x="126.64516"
904
- y="135.53325"
905
- id="text7616"><tspan
906
- id="tspan7614"
907
- x="126.64516"
908
- y="135.53325">20°</tspan></text>
909
- <text class="wind-text"
910
- xml:space="preserve"
911
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;line-height:1.25;font-family:Arial;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;stroke:none"
912
- x="54.179352"
913
- y="135.53325"
914
- id="text7620"><tspan
915
- id="tspan7618"
916
- x="54.179352"
917
- y="135.53325">30°</tspan></text>
918
- <text class="wind-text"
919
- xml:space="preserve"
920
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;line-height:1.25;font-family:Arial;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;display:inline;stroke:none"
921
- x="341.181"
922
- y="135.53325"
923
- id="text7612-4"><tspan
924
- id="tspan7610-0"
925
- x="341.181"
926
- y="135.53325">10°</tspan></text>
927
- <text class="wind-text"
928
- xml:space="preserve"
929
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;line-height:1.25;font-family:Arial;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;display:inline;stroke:none"
930
- x="413.27536"
931
- y="135.53325"
932
- id="text7616-8"><tspan
933
- id="tspan7614-7"
934
- x="413.27536"
935
- y="135.53325">20°</tspan></text>
936
- <text class="wind-text"
937
- xml:space="preserve"
938
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;line-height:1.25;font-family:Arial;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;display:inline;stroke:none"
939
- x="484.21832"
940
- y="135.53325"
941
- id="text7620-7"><tspan
942
- id="tspan7618-0"
943
- x="484.21832"
944
- y="135.53325">30°</tspan></text>
945
- <text class="wind-text"
946
- xml:space="preserve"
947
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;line-height:1.25;font-family:Arial;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;display:inline;stroke:none"
948
- x="257.13232"
949
- y="135.12598"
950
- id="text7612-7"><tspan
951
- id="tspan7610-08"
952
- x="257.13232"
953
- y="135.12598">Rudder</tspan></text>
954
- <text class="wind-text"
955
- xml:space="preserve"
956
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:16px;line-height:1.25;font-family:Arial;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;display:inline;stroke:none"
957
- x="131.37558"
958
- y="360.30118"
959
- id="text7334-7"><tspan
960
- id="tspan7332-3"
961
- x="131.37558"
962
- y="360.30118">Hdg</tspan></text>
963
- </g>
964
- </g>
965
- <!-- Wind Angle Apparent -->
966
- <g
967
- style="display:inline"
968
- id="layerWindAngle">
969
- <g
970
- transform="rotate(179.60924,237.62275,95.469746)"
971
- id="windAngleIndicator"
972
- style="display:inline">
973
- <g class="app-wind"
974
- transform="matrix(-5.1082345,0,0,-4.5354333,587.61946,139.05361)"
975
- id="g7361"
976
- style="display:inline;fill-opacity:1">
977
- <path class="app-wind"
978
- d="M 62.243972,4.0584953 A 3.9408352,3.9073367 0 0 1 66.184807,0.15115881 3.9408352,3.9073367 0 0 1 70.125642,4.0584955"
979
- id="path7357"
980
- style="fill-opacity:1;stroke:#000000;stroke-width:0.30782673;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
981
- <path class="app-wind"
982
- id="path7359"
983
- d="m 62.177083,3.96875 3.968749,6.614583 3.96875,-6.614583"
984
- style="fill-opacity:1;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
985
- </g>
986
- <text class="wind-text"
987
- transform="scale(-1.0096233,-0.99046843)"
988
- id="text7365"
989
- y="-117.71236"
990
- x="-247.47594"
991
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:13.33333302px;line-height:1.25;font-family:Arial;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;stroke:none;stroke-width:1.02742887"
992
- xml:space="preserve"><tspan
993
- id="tspan7417"
994
- x="-247.47594"
995
- y="-117.71236">Wind</tspan><tspan
996
- id="tspan184"
997
- x="-247.47594"
998
- y="-101.04569">A</tspan></text>
999
- <text class="wind-text"
1000
- transform="rotate(-179.60924)"
1001
- id="text188"
1002
- y="-125.73083"
1003
- x="-374.62845"
1004
- style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;stroke:none"
1005
- xml:space="preserve"><tspan
1006
- y="-89.237617"
1007
- x="-374.62845"
1008
- id="tspan186" /></text>
1009
- </g>
1010
- <animateTransform #appWindAnimate attributeName="transform"
1011
- type="rotate"
1012
- [attr.from]="oldAppWindAngle+' 226 276'"
1013
- [attr.to]="newAppWindAngle+' 226 276'"
1014
- begin="indefinite"
1015
- dur="0.1s"
1016
- additive="replace"
1017
- fill="freeze"/>
1018
- </g>
1019
- </svg>
1020
- </div>
1021
- <div class="apStatusBar" #apStatusBar>
1022
- <div class="" style="width: calc((100% - 50px))" [style.visibility]="messageVisibility" [innerText]="messageInnerText"></div>
1023
- <div class="activityIcon" [style.visibility]="activityIconVisibility"><i class="fa-solid fa-exchange" aria-hidden="true"></i></div>
1024
- <div style="width: 25px;" [style.visibility]="errorIconVisibility"><i class="fa-solid fa-exclamation-triangle" style="color: darkgoldenrod;" aria-hidden="true"></i></div>
1025
- </div>
1026
- <div class="apStencil" #apStencil [@fadeInOut]="isApConnected ? 'connected' : 'disconnected'">
1027
- <p style="font-weight: bold;opacity: 75%;">OFFLINE</p>
1028
- <p style="opacity: 75%;">Press <i class="fa-solid fa-power-off" aria-hidden="true"></i> to connect to SignalK server</p>
1029
- </div>
1030
- <div class="apStencil confirmCommand" [style.visibility]="msgStencilVisibility" [innerHTML]="msgStencilInnerHTML">
1031
- </div>
1032
- <div class="apStencil error" [style.visibility]="errorStencilVisibility">
1033
- <i class="fa-solid fa-exclamation-triangle fa-5x" style="color: darkgoldenrod;padding-top: 15px;" aria-hidden="true"></i>
1034
- <p [innerHTML]="errorStencilInnerText"></p>
1035
- </div>
1036
- </div>