@mxtommy/kip 1.2.3 → 1.3.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.
- package/.angulardoc.json +3 -3
- package/CHANGELOG.md +145 -135
- package/CONTRIBUTORS.md +16 -16
- package/README.md +102 -102
- package/angular.json +162 -153
- package/karma.conf.js +31 -31
- package/package.json +87 -84
- package/public/3rdpartylicenses.txt +301 -21
- package/public/assets/NoSleep.min.js +1 -1
- package/public/assets/fontawesome6/css/all.min.css +6 -0
- package/public/assets/fontawesome6/webfonts/fa-brands-400.ttf +0 -0
- package/public/assets/fontawesome6/webfonts/fa-brands-400.woff2 +0 -0
- package/public/assets/fontawesome6/webfonts/fa-regular-400.ttf +0 -0
- package/public/assets/fontawesome6/webfonts/fa-regular-400.woff2 +0 -0
- package/public/assets/fontawesome6/webfonts/fa-solid-900.ttf +0 -0
- package/public/assets/fontawesome6/webfonts/fa-solid-900.woff2 +0 -0
- package/public/assets/fontawesome6/webfonts/fa-v4compatibility.ttf +0 -0
- package/public/assets/fontawesome6/webfonts/fa-v4compatibility.woff2 +0 -0
- package/public/assets/icon-192x192.png +0 -0
- package/public/assets/icon-256x256.png +0 -0
- package/public/assets/icon-384x384.png +0 -0
- package/public/assets/icon-512x512.png +0 -0
- package/public/assets/steelseries-min.js +25 -25
- package/public/assets/steelseries-min.js.map +8 -8
- package/public/assets/steelseries.js +15834 -15834
- package/public/assets/svg-autopilot-inkscape-plain.svg +983 -983
- package/public/assets/svg-wind-inkscape.svg +1358 -1358
- package/public/assets/tween.js +381 -381
- package/public/index.html +19 -20
- package/public/main-es2018.98175eb4c61ccaf7eb17.js +1 -0
- package/public/main-es5.98175eb4c61ccaf7eb17.js +1 -0
- package/public/manifest.json +33 -0
- package/public/polyfills-es2018.3a61665863c173cd6ba3.js +1 -0
- package/public/polyfills-es5.44827ae4ff4e41de51fb.js +1 -0
- package/public/runtime-es2018.baedb88c6d2abacae2b8.js +1 -0
- package/public/runtime-es5.baedb88c6d2abacae2b8.js +1 -0
- package/public/styles.b92ae2c466c89712209d.css +5 -0
- package/src/app/alarm-menu/alarm-menu.component.html +55 -55
- package/src/app/alarm-menu/alarm-menu.component.scss +52 -53
- package/src/app/alarm-menu/alarm-menu.component.spec.ts +25 -25
- package/src/app/alarm-menu/alarm-menu.component.ts +186 -186
- package/src/app/app-help/app-help.component.css +4 -4
- package/src/app/app-help/app-help.component.html +135 -135
- package/src/app/app-help/app-help.component.ts +45 -45
- package/src/app/app.component.css +39 -39
- package/src/app/app.component.html +93 -93
- package/src/app/app.component.scss +79 -79
- package/src/app/app.component.spec.ts +32 -32
- package/src/app/app.component.ts +191 -192
- package/src/app/app.module.ts +200 -200
- package/src/app/config.blank.const.ts +51 -51
- package/src/app/config.blank.notification.const.ts +19 -19
- package/src/app/config.blank.units.const.ts +23 -23
- package/src/app/config.demo.const.ts +383 -383
- package/src/app/data-browser/data-browser.component.css +29 -29
- package/src/app/data-browser/data-browser.component.html +44 -44
- package/src/app/data-browser/data-browser.component.spec.ts +25 -25
- package/src/app/data-browser/data-browser.component.ts +91 -91
- package/src/app/data-browser-row/data-browser-row-unit-modal.html +17 -17
- package/src/app/data-browser-row/data-browser-row.component.css +9 -9
- package/src/app/data-browser-row/data-browser-row.component.html +4 -4
- package/src/app/data-browser-row/data-browser-row.component.ts +78 -78
- package/src/app/data-set.service.ts +273 -273
- package/src/app/dynamic-widget.directive.ts +11 -11
- package/src/app/gauge-steel/gauge-steel.component.css +4 -4
- package/src/app/gauge-steel/gauge-steel.component.html +4 -4
- package/src/app/gauge-steel/gauge-steel.component.spec.ts +25 -25
- package/src/app/gauge-steel/gauge-steel.component.ts +282 -282
- package/src/app/gauges-module/base-gauge.ts +300 -300
- package/src/app/gauges-module/linear-gauge.ts +49 -49
- package/src/app/gauges-module/radial-gauge.ts +47 -47
- package/src/app/layout-split/layout-split.component.html +30 -30
- package/src/app/layout-split/layout-split.component.scss +33 -33
- package/src/app/layout-split/layout-split.component.spec.ts +25 -25
- package/src/app/layout-split/layout-split.component.ts +59 -59
- package/src/app/layout-splits.service.ts +284 -284
- package/src/app/modal-path-selector/modal-path-selector.component.html +62 -62
- package/src/app/modal-path-selector/modal-path-selector.component.scss +39 -39
- package/src/app/modal-path-selector/modal-path-selector.component.spec.ts +25 -25
- package/src/app/modal-path-selector/modal-path-selector.component.ts +132 -132
- package/src/app/modal-widget/modal-widget.component.css +32 -32
- package/src/app/modal-widget/modal-widget.component.html +341 -341
- package/src/app/modal-widget/modal-widget.component.spec.ts +25 -25
- package/src/app/modal-widget/modal-widget.component.ts +84 -84
- package/src/app/notifications.service.ts +392 -392
- package/src/app/object-keys.pipe.spec.ts +8 -8
- package/src/app/object-keys.pipe.ts +13 -13
- package/src/app/reset-config/reset-config.component.html +3 -3
- package/src/app/reset-config/reset-config.component.spec.ts +25 -25
- package/src/app/reset-config/reset-config.component.ts +31 -31
- package/src/app/root-display/root-display.component.html +4 -4
- package/src/app/root-display/root-display.component.spec.ts +25 -25
- package/src/app/root-display/root-display.component.ts +57 -57
- package/src/app/safe.pipe.ts +15 -15
- package/src/app/settings/settings.component.css +9 -9
- package/src/app/settings/settings.component.html +25 -25
- package/src/app/settings/settings.component.spec.ts +25 -25
- package/src/app/settings/settings.component.ts +22 -22
- package/src/app/settings-config/settings-config.component.css +38 -38
- package/src/app/settings-config/settings-config.component.spec.ts +25 -25
- package/src/app/settings-config/settings-config.component.ts +161 -161
- package/src/app/settings-datasets/settings-datasets.component.html +43 -43
- package/src/app/settings-datasets/settings-datasets.component.scss +39 -39
- package/src/app/settings-datasets/settings-datasets.component.spec.ts +25 -25
- package/src/app/settings-datasets/settings-datasets.component.ts +98 -98
- package/src/app/settings-datasets/settings-datasets.modal.html +54 -54
- package/src/app/settings-notifications/settings-notifications.component.html +65 -65
- package/src/app/settings-notifications/settings-notifications.component.spec.ts +25 -25
- package/src/app/settings-notifications/settings-notifications.component.ts +29 -29
- package/src/app/settings-signalk/settings-signalk.component.html +8 -8
- package/src/app/settings-signalk/settings-signalk.component.spec.ts +25 -25
- package/src/app/settings-signalk/settings-signalk.component.ts +174 -174
- package/src/app/settings-units/settings-units.component.css +4 -4
- package/src/app/settings-units/settings-units.component.html +19 -19
- package/src/app/settings-units/settings-units.component.spec.ts +25 -25
- package/src/app/settings-units/settings-units.component.ts +62 -62
- package/src/app/settings-zones/settings-zones.component.css +21 -21
- package/src/app/settings-zones/settings-zones.component.html +70 -70
- package/src/app/settings-zones/settings-zones.modal.html +38 -38
- package/src/app/signalk-connection.service.ts +344 -344
- package/src/app/signalk-delta.service.spec.ts +15 -15
- package/src/app/signalk-delta.service.ts +97 -97
- package/src/app/signalk-full.service.ts +99 -99
- package/src/app/signalk-interfaces.ts +129 -129
- package/src/app/signalk-requests.service.spec.ts +12 -12
- package/src/app/signalk-requests.service.ts +180 -180
- package/src/app/svg-autopilot/svg-autopilot.component.html +1036 -1036
- package/src/app/svg-autopilot/svg-autopilot.component.spec.ts +25 -25
- package/src/app/svg-autopilot/svg-autopilot.component.ts +174 -174
- package/src/app/svg-simple-linear-gauge/svg-simple-linear-gauge.component.html +119 -119
- package/src/app/svg-simple-linear-gauge/svg-simple-linear-gauge.component.spec.ts +25 -25
- package/src/app/svg-simple-linear-gauge/svg-simple-linear-gauge.component.ts +49 -49
- package/src/app/svg-wind/svg-wind.component.html +969 -969
- package/src/app/svg-wind/svg-wind.component.scss +76 -76
- package/src/app/svg-wind/svg-wind.component.spec.ts +25 -25
- package/src/app/svg-wind/svg-wind.component.ts +280 -280
- package/src/app/unit-window/unit-window.component.css +37 -37
- package/src/app/unit-window/unit-window.component.html +8 -8
- package/src/app/unit-window/unit-window.component.spec.ts +25 -25
- package/src/app/unit-window/unit-window.component.ts +134 -134
- package/src/app/unit-window/unit-window.modal.html +24 -24
- package/src/app/units.service.ts +300 -300
- package/src/app/widget-autopilot/widget-autopilot.component.html +78 -85
- package/src/app/widget-autopilot/widget-autopilot.component.scss +191 -191
- package/src/app/widget-autopilot/widget-autopilot.component.spec.ts +25 -25
- package/src/app/widget-autopilot/widget-autopilot.component.ts +774 -781
- package/src/app/widget-blank/widget-blank.component.scss +21 -22
- package/src/app/widget-blank/widget-blank.component.spec.ts +25 -25
- package/src/app/widget-blank/widget-blank.component.ts +17 -17
- package/src/app/widget-gauge/widget-gauge.component.css +25 -25
- package/src/app/widget-gauge/widget-gauge.component.html +29 -29
- package/src/app/widget-gauge/widget-gauge.component.spec.ts +25 -25
- package/src/app/widget-gauge/widget-gauge.component.ts +120 -120
- package/src/app/widget-gauge-ng-linear/widget-gauge-ng-linear.component.html +126 -126
- package/src/app/widget-gauge-ng-linear/widget-gauge-ng-linear.component.scss +94 -93
- package/src/app/widget-gauge-ng-linear/widget-gauge-ng-linear.component.spec.ts +25 -25
- package/src/app/widget-gauge-ng-linear/widget-gauge-ng-linear.component.ts +424 -424
- package/src/app/widget-gauge-ng-radial/widget-gauge-ng-radial.component.html +1 -1
- package/src/app/widget-gauge-ng-radial/widget-gauge-ng-radial.component.scss +69 -69
- package/src/app/widget-gauge-ng-radial/widget-gauge-ng-radial.component.spec.ts +25 -25
- package/src/app/widget-gauge-ng-radial/widget-gauge-ng-radial.component.ts +553 -553
- package/src/app/widget-historical/widget-historical.component.html +14 -14
- package/src/app/widget-historical/widget-historical.component.spec.ts +25 -25
- package/src/app/widget-historical/widget-historical.component.ts +306 -306
- package/src/app/widget-iframe/widget-iframe.component.css +11 -11
- package/src/app/widget-iframe/widget-iframe.component.html +21 -21
- package/src/app/widget-iframe/widget-iframe.component.spec.ts +25 -25
- package/src/app/widget-iframe/widget-iframe.component.ts +63 -63
- package/src/app/widget-list.service.ts +135 -135
- package/src/app/widget-manager.service.ts +141 -141
- package/src/app/widget-numeric/widget-numeric.component.html +1 -1
- package/src/app/widget-numeric/widget-numeric.component.scss +3 -3
- package/src/app/widget-numeric/widget-numeric.component.spec.ts +25 -25
- package/src/app/widget-simple-linear/widget-simple-linear.component.html +28 -28
- package/src/app/widget-simple-linear/widget-simple-linear.component.scss +64 -64
- package/src/app/widget-simple-linear/widget-simple-linear.component.spec.ts +25 -25
- package/src/app/widget-simple-linear/widget-simple-linear.component.ts +199 -199
- package/src/app/widget-state/widget-state.component.html +27 -27
- package/src/app/widget-state/widget-state.component.scss +68 -68
- package/src/app/widget-state/widget-state.component.spec.ts +25 -25
- package/src/app/widget-state/widget-state.component.ts +178 -178
- package/src/app/widget-switch/widget-switch.component.css +69 -69
- package/src/app/widget-switch/widget-switch.component.html +17 -17
- package/src/app/widget-switch/widget-switch.component.spec.ts +25 -25
- package/src/app/widget-switch/widget-switch.component.ts +134 -134
- package/src/app/widget-text-generic/widget-text-generic.component.html +9 -9
- package/src/app/widget-text-generic/widget-text-generic.component.spec.ts +25 -25
- package/src/app/widget-tutorial/widget-tutorial.component.html +34 -34
- package/src/app/widget-tutorial/widget-tutorial.component.spec.ts +25 -25
- package/src/app/widget-tutorial/widget-tutorial.component.ts +18 -18
- package/src/app/widget-unknown/widget-unknown.component.spec.ts +25 -25
- package/src/app/widget-wind/widget-wind.component.css +23 -23
- package/src/app/widget-wind/widget-wind.component.html +20 -20
- package/src/app/widget-wind/widget-wind.component.spec.ts +25 -25
- package/src/app/widget-wind/widget-wind.component.ts +369 -369
- package/src/assets/NoSleep.min.js +1 -1
- package/src/assets/fontawesome6/css/all.min.css +6 -0
- package/src/assets/fontawesome6/webfonts/fa-brands-400.ttf +0 -0
- package/src/assets/fontawesome6/webfonts/fa-brands-400.woff2 +0 -0
- package/src/assets/fontawesome6/webfonts/fa-regular-400.ttf +0 -0
- package/src/assets/fontawesome6/webfonts/fa-regular-400.woff2 +0 -0
- package/src/assets/fontawesome6/webfonts/fa-solid-900.ttf +0 -0
- package/src/assets/fontawesome6/webfonts/fa-solid-900.woff2 +0 -0
- package/src/assets/fontawesome6/webfonts/fa-v4compatibility.ttf +0 -0
- package/src/assets/fontawesome6/webfonts/fa-v4compatibility.woff2 +0 -0
- package/src/assets/icon-192x192.png +0 -0
- package/src/assets/icon-256x256.png +0 -0
- package/src/assets/icon-384x384.png +0 -0
- package/src/assets/icon-512x512.png +0 -0
- package/src/assets/steelseries-min.js +25 -25
- package/src/assets/steelseries-min.js.map +8 -8
- package/src/assets/steelseries.js +15834 -15834
- package/src/assets/svg-autopilot-inkscape-plain.svg +983 -983
- package/src/assets/svg-wind-inkscape.svg +1358 -1358
- package/src/assets/tween.js +381 -381
- package/src/index.html +20 -20
- package/src/main.ts +11 -11
- package/src/manifest.json +33 -0
- package/src/polyfills.ts +80 -76
- package/src/styles.scss +11 -11
- package/src/themes/darkBlueTheme.scss +117 -116
- package/src/themes/defaultTheme.scss +50 -49
- package/src/themes/highContrastTheme.scss +47 -46
- package/src/themes/modernTheme.scss +143 -142
- package/src/themes/nightMode.scss +185 -184
- package/src/themes/platypusTheme.scss +80 -79
- package/src/themes/signalkTheme.scss +112 -111
- package/src/tsconfig.app.json +15 -15
- package/src/tsconfig.spec.json +20 -20
- package/tsconfig.json +23 -23
- package/tslint.json +143 -143
- package/public/assets/font-awesome/HELP-US-OUT.txt +0 -7
- package/public/assets/font-awesome/css/font-awesome.css +0 -2337
- package/public/assets/font-awesome/css/font-awesome.min.css +0 -4
- package/public/assets/font-awesome/desktop.ini +0 -4
- package/public/assets/font-awesome/fonts/FontAwesome.otf +0 -0
- package/public/assets/font-awesome/fonts/fontawesome-webfont.eot +0 -0
- package/public/assets/font-awesome/fonts/fontawesome-webfont.svg +0 -2671
- package/public/assets/font-awesome/fonts/fontawesome-webfont.ttf +0 -0
- package/public/assets/font-awesome/fonts/fontawesome-webfont.woff +0 -0
- package/public/assets/font-awesome/fonts/fontawesome-webfont.woff2 +0 -0
- package/public/assets/font-awesome/less/animated.less +0 -34
- package/public/assets/font-awesome/less/bordered-pulled.less +0 -25
- package/public/assets/font-awesome/less/core.less +0 -12
- package/public/assets/font-awesome/less/fixed-width.less +0 -6
- package/public/assets/font-awesome/less/font-awesome.less +0 -18
- package/public/assets/font-awesome/less/icons.less +0 -789
- package/public/assets/font-awesome/less/larger.less +0 -13
- package/public/assets/font-awesome/less/list.less +0 -19
- package/public/assets/font-awesome/less/mixins.less +0 -60
- package/public/assets/font-awesome/less/path.less +0 -15
- package/public/assets/font-awesome/less/rotated-flipped.less +0 -20
- package/public/assets/font-awesome/less/screen-reader.less +0 -5
- package/public/assets/font-awesome/less/stacked.less +0 -20
- package/public/assets/font-awesome/less/variables.less +0 -800
- package/public/assets/font-awesome/scss/_animated.scss +0 -34
- package/public/assets/font-awesome/scss/_bordered-pulled.scss +0 -25
- package/public/assets/font-awesome/scss/_core.scss +0 -12
- package/public/assets/font-awesome/scss/_fixed-width.scss +0 -6
- package/public/assets/font-awesome/scss/_icons.scss +0 -789
- package/public/assets/font-awesome/scss/_larger.scss +0 -13
- package/public/assets/font-awesome/scss/_list.scss +0 -19
- package/public/assets/font-awesome/scss/_mixins.scss +0 -60
- package/public/assets/font-awesome/scss/_path.scss +0 -15
- package/public/assets/font-awesome/scss/_rotated-flipped.scss +0 -20
- package/public/assets/font-awesome/scss/_screen-reader.scss +0 -5
- package/public/assets/font-awesome/scss/_stacked.scss +0 -20
- package/public/assets/font-awesome/scss/_variables.scss +0 -800
- package/public/assets/font-awesome/scss/font-awesome.scss +0 -18
- package/public/main-es2018.ab0adc5af3ab3e70c849.js +0 -1
- package/public/main-es5.ab0adc5af3ab3e70c849.js +0 -1
- package/public/polyfills-es2018.713f95af1f028e444854.js +0 -1
- package/public/polyfills-es5.c78877945523541d2597.js +0 -1
- package/public/runtime-es2018.a4dadbc03350107420a4.js +0 -1
- package/public/runtime-es5.a4dadbc03350107420a4.js +0 -1
- package/public/styles.71bb0d04cad96b5efbe1.css +0 -19
- package/src/assets/font-awesome/HELP-US-OUT.txt +0 -7
- package/src/assets/font-awesome/css/font-awesome.css +0 -2337
- package/src/assets/font-awesome/css/font-awesome.min.css +0 -4
- package/src/assets/font-awesome/desktop.ini +0 -4
- package/src/assets/font-awesome/fonts/FontAwesome.otf +0 -0
- package/src/assets/font-awesome/fonts/fontawesome-webfont.eot +0 -0
- package/src/assets/font-awesome/fonts/fontawesome-webfont.svg +0 -2671
- package/src/assets/font-awesome/fonts/fontawesome-webfont.ttf +0 -0
- package/src/assets/font-awesome/fonts/fontawesome-webfont.woff +0 -0
- package/src/assets/font-awesome/fonts/fontawesome-webfont.woff2 +0 -0
- package/src/assets/font-awesome/less/animated.less +0 -34
- package/src/assets/font-awesome/less/bordered-pulled.less +0 -25
- package/src/assets/font-awesome/less/core.less +0 -12
- package/src/assets/font-awesome/less/fixed-width.less +0 -6
- package/src/assets/font-awesome/less/font-awesome.less +0 -18
- package/src/assets/font-awesome/less/icons.less +0 -789
- package/src/assets/font-awesome/less/larger.less +0 -13
- package/src/assets/font-awesome/less/list.less +0 -19
- package/src/assets/font-awesome/less/mixins.less +0 -60
- package/src/assets/font-awesome/less/path.less +0 -15
- package/src/assets/font-awesome/less/rotated-flipped.less +0 -20
- package/src/assets/font-awesome/less/screen-reader.less +0 -5
- package/src/assets/font-awesome/less/stacked.less +0 -20
- package/src/assets/font-awesome/less/variables.less +0 -800
- package/src/assets/font-awesome/scss/_animated.scss +0 -34
- package/src/assets/font-awesome/scss/_bordered-pulled.scss +0 -25
- package/src/assets/font-awesome/scss/_core.scss +0 -12
- package/src/assets/font-awesome/scss/_fixed-width.scss +0 -6
- package/src/assets/font-awesome/scss/_icons.scss +0 -789
- package/src/assets/font-awesome/scss/_larger.scss +0 -13
- package/src/assets/font-awesome/scss/_list.scss +0 -19
- package/src/assets/font-awesome/scss/_mixins.scss +0 -60
- package/src/assets/font-awesome/scss/_path.scss +0 -15
- package/src/assets/font-awesome/scss/_rotated-flipped.scss +0 -20
- package/src/assets/font-awesome/scss/_screen-reader.scss +0 -5
- package/src/assets/font-awesome/scss/_stacked.scss +0 -20
- package/src/assets/font-awesome/scss/_variables.scss +0 -800
- package/src/assets/font-awesome/scss/font-awesome.scss +0 -18
|
@@ -1,969 +1,969 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
|
|
3
|
-
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
4
|
-
xmlns:cc="http://creativecommons.org/ns#"
|
|
5
|
-
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
6
|
-
xmlns:svg="http://www.w3.org/2000/svg"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
9
|
-
id="svg8"
|
|
10
|
-
version="1.1"
|
|
11
|
-
viewBox="0 0 500 500"
|
|
12
|
-
height="100%"
|
|
13
|
-
width="100%">
|
|
14
|
-
<defs
|
|
15
|
-
id="defs2">
|
|
16
|
-
<linearGradient
|
|
17
|
-
osb:paint="solid"
|
|
18
|
-
id="linearGradient7155">
|
|
19
|
-
<stop
|
|
20
|
-
id="stop7153"
|
|
21
|
-
offset="0"
|
|
22
|
-
style="stop-color:#6d6d6d;stop-opacity:1;" />
|
|
23
|
-
</linearGradient>
|
|
24
|
-
<linearGradient
|
|
25
|
-
id="linearGradient4577">
|
|
26
|
-
<stop
|
|
27
|
-
id="stop4573"
|
|
28
|
-
offset="0"
|
|
29
|
-
style="stop-color:#000000;stop-opacity:1;" />
|
|
30
|
-
<stop
|
|
31
|
-
id="stop4575"
|
|
32
|
-
offset="1"
|
|
33
|
-
style="stop-color:#00ff00;stop-opacity:1" />
|
|
34
|
-
</linearGradient>
|
|
35
|
-
<linearGradient
|
|
36
|
-
id="linearGradient4531">
|
|
37
|
-
<stop
|
|
38
|
-
id="stop4527"
|
|
39
|
-
offset="0"
|
|
40
|
-
style="stop-color:#000000;stop-opacity:1;" />
|
|
41
|
-
<stop
|
|
42
|
-
id="stop4529"
|
|
43
|
-
offset="1"
|
|
44
|
-
style="stop-color:#ff0000;stop-opacity:1" />
|
|
45
|
-
</linearGradient>
|
|
46
|
-
<linearGradient
|
|
47
|
-
gradientTransform="matrix(2.8224789,0,0,3.1328816,63.162412,-305.20054)"
|
|
48
|
-
gradientUnits="userSpaceOnUse"
|
|
49
|
-
y2="224.23956"
|
|
50
|
-
x2="54.239582"
|
|
51
|
-
y1="225.35588"
|
|
52
|
-
x1="45.772915"
|
|
53
|
-
id="linearGradient4533"
|
|
54
|
-
xlink:href="#linearGradient4531" />
|
|
55
|
-
<linearGradient
|
|
56
|
-
gradientTransform="matrix(2.8224789,0,0,3.1328816,63.162412,-305.20054)"
|
|
57
|
-
gradientUnits="userSpaceOnUse"
|
|
58
|
-
y2="225.35588"
|
|
59
|
-
x2="86.518745"
|
|
60
|
-
y1="234.82291"
|
|
61
|
-
x1="79.375"
|
|
62
|
-
id="linearGradient4579"
|
|
63
|
-
xlink:href="#linearGradient4577" />
|
|
64
|
-
</defs>
|
|
65
|
-
|
|
66
|
-
<!-- wind sectors -->
|
|
67
|
-
<g
|
|
68
|
-
style="display:inline"
|
|
69
|
-
id="layer7"
|
|
70
|
-
*ngIf="windSectorEnable">
|
|
71
|
-
<path *ngIf="portWindSectorPath != 'none'"
|
|
72
|
-
[attr.d]="portWindSectorPath"
|
|
73
|
-
id="path7337"
|
|
74
|
-
class="wind-sector-port"
|
|
75
|
-
style=";fill-opacity:0.80952382;stroke:#000000;stroke-width:1.86536205;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.48351668" />
|
|
76
|
-
<path *ngIf="stbdWindSectorPath != 'none'"
|
|
77
|
-
[attr.d]="stbdWindSectorPath"
|
|
78
|
-
class="wind-sector-stbd"
|
|
79
|
-
style="fill-opacity:0.79487179;stroke:#000000;stroke-width:1.86536205;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.48351668"
|
|
80
|
-
id="path7339"/>
|
|
81
|
-
</g>
|
|
82
|
-
<!-- laylines -->
|
|
83
|
-
<g
|
|
84
|
-
style="display:inline"
|
|
85
|
-
id="layer8"
|
|
86
|
-
*ngIf="laylineEnable">
|
|
87
|
-
<path *ngIf="trueWindAngle != null"
|
|
88
|
-
id="path177"
|
|
89
|
-
class="laylines"
|
|
90
|
-
[attr.d]="laylinePortPath"
|
|
91
|
-
style="fill:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:7" />
|
|
92
|
-
|
|
93
|
-
<path *ngIf="trueWindAngle != null"
|
|
94
|
-
class="laylines"
|
|
95
|
-
style="fill:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:7"
|
|
96
|
-
[attr.d]="laylineStbdPath"
|
|
97
|
-
id="path984" />
|
|
98
|
-
|
|
99
|
-
</g>
|
|
100
|
-
|
|
101
|
-
<!-- Background -->
|
|
102
|
-
<g
|
|
103
|
-
style="display:inline"
|
|
104
|
-
transform="translate(0,-164.70832)"
|
|
105
|
-
id="layer1">
|
|
106
|
-
<ellipse class="wind-rose-background"
|
|
107
|
-
ry="166.38596"
|
|
108
|
-
rx="165.94029"
|
|
109
|
-
cy="414.72363"
|
|
110
|
-
cx="249.66583"
|
|
111
|
-
id="path4652"
|
|
112
|
-
style="display:inline;fill:none;stroke-width:14.82046986;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
113
|
-
<path class="port"
|
|
114
|
-
d="M 105.80762,331.52099 A 166.24188,166.61842 0 0 1 192.91924,258.2601"
|
|
115
|
-
id="path7178"
|
|
116
|
-
style="display:inline;fill:none;fill-opacity:1;stroke-width:14.53091908;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
117
|
-
<path class="starboard"
|
|
118
|
-
style="display:inline;fill:none;fill-opacity:1;stroke-width:14.53091908;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
119
|
-
id="path7187"
|
|
120
|
-
d="M 306.63538,258.2601 A 166.24188,166.61842 0 0 1 393.747,331.52098" />
|
|
121
|
-
<path
|
|
122
|
-
id="path7189"
|
|
123
|
-
d="m 99.787384,328.16964 12.776856,7.39357"
|
|
124
|
-
style="fill:none;stroke:#000000;stroke-width:2.95406151;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
125
|
-
<path
|
|
126
|
-
style="fill:none;stroke:#000000;stroke-width:2.95406151;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
127
|
-
d="m 163.10395,264.43759 7.37674,12.80605"
|
|
128
|
-
id="path7191" />
|
|
129
|
-
<path
|
|
130
|
-
id="path7193"
|
|
131
|
-
d="M 336.45687,264.06789 329.08015,276.874"
|
|
132
|
-
style="fill:none;stroke:#000000;stroke-width:2.95406151;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
133
|
-
<path
|
|
134
|
-
style="fill:none;stroke:#000000;stroke-width:2.95406151;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
135
|
-
d="m 400.04345,327.5293 -12.77686,7.39366"
|
|
136
|
-
id="path7195" />
|
|
137
|
-
<path
|
|
138
|
-
id="path7197"
|
|
139
|
-
d="m 423.45277,414.35455 -14.75348,3e-5"
|
|
140
|
-
style="fill:none;stroke:#000000;stroke-width:2.95406151;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
141
|
-
<path
|
|
142
|
-
style="fill:none;stroke:#000000;stroke-width:2.95406151;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
143
|
-
d="m 400.4123,501.27886 -12.77692,-7.3936"
|
|
144
|
-
id="path7199" />
|
|
145
|
-
<path
|
|
146
|
-
id="path7201"
|
|
147
|
-
d="m 337.09573,565.01093 -7.37678,-12.80612"
|
|
148
|
-
style="fill:none;stroke:#000000;stroke-width:2.95406151;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
149
|
-
<path
|
|
150
|
-
style="fill:none;stroke:#000000;stroke-width:2.95406151;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
151
|
-
d="m 250.46867,588.47381 -3e-5,-14.78727"
|
|
152
|
-
id="path7203" />
|
|
153
|
-
<path
|
|
154
|
-
id="path7205"
|
|
155
|
-
d="m 163.74279,565.3806 7.37672,-12.80615"
|
|
156
|
-
style="fill:none;stroke:#000000;stroke-width:2.95406151;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
157
|
-
<path
|
|
158
|
-
style="fill:none;stroke:#000000;stroke-width:2.95406151;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
159
|
-
d="m 100.1562,501.91918 12.77688,-7.39367"
|
|
160
|
-
id="path7207" />
|
|
161
|
-
<path
|
|
162
|
-
id="path7209"
|
|
163
|
-
d="m 76.746874,415.09393 14.753506,-6e-5"
|
|
164
|
-
style="fill:none;stroke:#000000;stroke-width:2.95406151;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
165
|
-
<path
|
|
166
|
-
style="fill:none;stroke:#000000;stroke-width:2.95406151;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
167
|
-
d="m 249.73098,240.97468 6e-5,14.78725"
|
|
168
|
-
id="path7211" />
|
|
169
|
-
<ellipse
|
|
170
|
-
ry="1.4716377"
|
|
171
|
-
rx="1.4684811"
|
|
172
|
-
transform="matrix(0.98473974,0.17403345,-0.1732637,0.98487547,0,0)"
|
|
173
|
-
cy="198.51216"
|
|
174
|
-
cx="317.73117"
|
|
175
|
-
id="path7213"
|
|
176
|
-
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" />
|
|
177
|
-
<ellipse
|
|
178
|
-
ry="1.4713458"
|
|
179
|
-
rx="1.4687726"
|
|
180
|
-
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"
|
|
181
|
-
id="circle7219"
|
|
182
|
-
cx="376.22711"
|
|
183
|
-
cy="137.64751"
|
|
184
|
-
transform="matrix(0.93944096,0.3427108,-0.34133044,0.93994337,0,0)" />
|
|
185
|
-
<ellipse
|
|
186
|
-
ry="1.4703517"
|
|
187
|
-
rx="1.4697686"
|
|
188
|
-
transform="matrix(0.7653205,0.64364938,-0.64192532,0.76676716,0,0)"
|
|
189
|
-
cy="-9.5892324"
|
|
190
|
-
cx="457.67993"
|
|
191
|
-
id="circle7221"
|
|
192
|
-
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" />
|
|
193
|
-
<ellipse
|
|
194
|
-
ry="1.4697686"
|
|
195
|
-
rx="1.4703517"
|
|
196
|
-
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"
|
|
197
|
-
id="circle7223"
|
|
198
|
-
cx="478.12814"
|
|
199
|
-
cy="-91.441452"
|
|
200
|
-
transform="matrix(0.64192538,0.76676711,-0.76532046,0.64364943,0,0)" />
|
|
201
|
-
<ellipse
|
|
202
|
-
ry="1.4687726"
|
|
203
|
-
rx="1.4713458"
|
|
204
|
-
transform="matrix(0.34133049,0.93994335,-0.93944093,0.34271086,0,0)"
|
|
205
|
-
cy="-259.24423"
|
|
206
|
-
cx="475.22485"
|
|
207
|
-
id="circle7225"
|
|
208
|
-
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" />
|
|
209
|
-
<ellipse
|
|
210
|
-
ry="1.4684812"
|
|
211
|
-
rx="1.4716377"
|
|
212
|
-
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"
|
|
213
|
-
id="circle7227"
|
|
214
|
-
cx="451.90552"
|
|
215
|
-
cy="-340.14038"
|
|
216
|
-
transform="matrix(0.1732637,0.98487547,-0.98473974,0.17403346,0,0)" />
|
|
217
|
-
<ellipse
|
|
218
|
-
ry="1.4684812"
|
|
219
|
-
rx="1.4716377"
|
|
220
|
-
transform="matrix(-0.1732637,0.98487547,-0.98473974,-0.17403346,0,0)"
|
|
221
|
-
cy="-483.87643"
|
|
222
|
-
cx="365.01456"
|
|
223
|
-
id="circle7229"
|
|
224
|
-
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" />
|
|
225
|
-
<ellipse
|
|
226
|
-
ry="1.4687726"
|
|
227
|
-
rx="1.4713457"
|
|
228
|
-
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"
|
|
229
|
-
id="circle7231"
|
|
230
|
-
cx="304.11679"
|
|
231
|
-
cy="-542.40533"
|
|
232
|
-
transform="matrix(-0.34133048,0.93994335,-0.93944094,-0.34271083,0,0)" />
|
|
233
|
-
<ellipse
|
|
234
|
-
ry="1.4697688"
|
|
235
|
-
rx="1.4703517"
|
|
236
|
-
transform="matrix(-0.64192535,0.76676714,-0.7653205,-0.64364938,0,0)"
|
|
237
|
-
cy="-623.97095"
|
|
238
|
-
cx="156.76759"
|
|
239
|
-
id="circle7233"
|
|
240
|
-
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" />
|
|
241
|
-
<ellipse
|
|
242
|
-
ry="1.4703517"
|
|
243
|
-
rx="1.4697688"
|
|
244
|
-
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"
|
|
245
|
-
id="circle7235"
|
|
246
|
-
cx="74.849426"
|
|
247
|
-
cy="-644.48505"
|
|
248
|
-
transform="matrix(-0.7653205,0.64364938,-0.64192535,-0.76676714,0,0)" />
|
|
249
|
-
<ellipse
|
|
250
|
-
ry="1.4713457"
|
|
251
|
-
rx="1.4687726"
|
|
252
|
-
transform="matrix(-0.93944094,0.34271083,-0.34133048,-0.93994335,0,0)"
|
|
253
|
-
cy="-641.69427"
|
|
254
|
-
cx="-93.066017"
|
|
255
|
-
id="circle7237"
|
|
256
|
-
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" />
|
|
257
|
-
<ellipse
|
|
258
|
-
ry="1.4716377"
|
|
259
|
-
rx="1.4684812"
|
|
260
|
-
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"
|
|
261
|
-
id="circle7239"
|
|
262
|
-
cx="-173.99516"
|
|
263
|
-
cy="-618.40796"
|
|
264
|
-
transform="matrix(-0.98473974,0.17403346,-0.1732637,-0.98487547,0,0)" />
|
|
265
|
-
<ellipse
|
|
266
|
-
ry="1.4716377"
|
|
267
|
-
rx="1.4684812"
|
|
268
|
-
transform="matrix(-0.98473974,-0.17403346,0.1732637,-0.98487547,0,0)"
|
|
269
|
-
cy="-531.51691"
|
|
270
|
-
cx="-317.73117"
|
|
271
|
-
id="circle7241"
|
|
272
|
-
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" />
|
|
273
|
-
<ellipse
|
|
274
|
-
ry="1.4713457"
|
|
275
|
-
rx="1.4687726"
|
|
276
|
-
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"
|
|
277
|
-
id="circle7243"
|
|
278
|
-
cx="-376.22711"
|
|
279
|
-
cy="-470.58621"
|
|
280
|
-
transform="matrix(-0.93944094,-0.34271083,0.34133048,-0.93994335,0,0)" />
|
|
281
|
-
<ellipse
|
|
282
|
-
ry="1.4703517"
|
|
283
|
-
rx="1.4697688"
|
|
284
|
-
transform="matrix(-0.7653205,-0.64364938,0.64192535,-0.76676714,0,0)"
|
|
285
|
-
cy="-323.12454"
|
|
286
|
-
cx="-457.67999"
|
|
287
|
-
id="circle7245"
|
|
288
|
-
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" />
|
|
289
|
-
<ellipse
|
|
290
|
-
ry="1.4697688"
|
|
291
|
-
rx="1.4703517"
|
|
292
|
-
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"
|
|
293
|
-
id="circle7247"
|
|
294
|
-
cx="-478.12817"
|
|
295
|
-
cy="-241.14024"
|
|
296
|
-
transform="matrix(-0.64192535,-0.76676714,0.7653205,-0.64364938,0,0)" />
|
|
297
|
-
<ellipse
|
|
298
|
-
ry="1.4687726"
|
|
299
|
-
rx="1.4713457"
|
|
300
|
-
transform="matrix(-0.34133048,-0.93994335,0.93944094,-0.34271083,0,0)"
|
|
301
|
-
cy="-73.112137"
|
|
302
|
-
cx="-475.22482"
|
|
303
|
-
id="circle7249"
|
|
304
|
-
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" />
|
|
305
|
-
<ellipse
|
|
306
|
-
ry="1.4684812"
|
|
307
|
-
rx="1.4716377"
|
|
308
|
-
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"
|
|
309
|
-
id="circle7251"
|
|
310
|
-
cx="-451.90552"
|
|
311
|
-
cy="7.8500314"
|
|
312
|
-
transform="matrix(-0.1732637,-0.98487547,0.98473974,-0.17403346,0,0)" />
|
|
313
|
-
<ellipse
|
|
314
|
-
ry="1.4684812"
|
|
315
|
-
rx="1.4716377"
|
|
316
|
-
transform="matrix(0.1732637,-0.98487547,0.98473974,0.17403346,0,0)"
|
|
317
|
-
cy="151.58611"
|
|
318
|
-
cx="-365.01456"
|
|
319
|
-
id="circle7253"
|
|
320
|
-
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" />
|
|
321
|
-
<ellipse
|
|
322
|
-
ry="1.4687726"
|
|
323
|
-
rx="1.4713458"
|
|
324
|
-
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"
|
|
325
|
-
id="circle7255"
|
|
326
|
-
cx="-304.11679"
|
|
327
|
-
cy="210.04893"
|
|
328
|
-
transform="matrix(0.34133049,-0.93994335,0.93944093,0.34271086,0,0)" />
|
|
329
|
-
<ellipse
|
|
330
|
-
ry="1.4697686"
|
|
331
|
-
rx="1.4703517"
|
|
332
|
-
transform="matrix(0.64192538,-0.76676711,0.76532046,0.64364943,0,0)"
|
|
333
|
-
cy="291.38919"
|
|
334
|
-
cx="-156.76759"
|
|
335
|
-
id="circle7257"
|
|
336
|
-
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" />
|
|
337
|
-
<ellipse
|
|
338
|
-
ry="1.4703517"
|
|
339
|
-
rx="1.4697686"
|
|
340
|
-
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"
|
|
341
|
-
id="circle7259"
|
|
342
|
-
cx="-74.849426"
|
|
343
|
-
cy="311.77136"
|
|
344
|
-
transform="matrix(0.7653205,-0.64364938,0.64192532,0.76676716,0,0)" />
|
|
345
|
-
<ellipse
|
|
346
|
-
ry="1.4713458"
|
|
347
|
-
rx="1.4687726"
|
|
348
|
-
transform="matrix(0.93944096,-0.3427108,0.34133044,0.93994337,0,0)"
|
|
349
|
-
cy="308.75555"
|
|
350
|
-
cx="93.066002"
|
|
351
|
-
id="circle7261"
|
|
352
|
-
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" />
|
|
353
|
-
<ellipse
|
|
354
|
-
ry="1.4716377"
|
|
355
|
-
rx="1.4684811"
|
|
356
|
-
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"
|
|
357
|
-
id="circle7263"
|
|
358
|
-
cx="173.99515"
|
|
359
|
-
cy="285.4032"
|
|
360
|
-
transform="matrix(0.98473974,-0.17403345,0.1732637,0.98487547,0,0)" />
|
|
361
|
-
<ellipse
|
|
362
|
-
ry="1.4716377"
|
|
363
|
-
rx="1.4684811"
|
|
364
|
-
transform="matrix(0.98473974,-0.17403345,0.1732637,0.98487547,0,0)"
|
|
365
|
-
cy="285.4032"
|
|
366
|
-
cx="173.99515"
|
|
367
|
-
id="circle7265"
|
|
368
|
-
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" />
|
|
369
|
-
<circle
|
|
370
|
-
r="221.99022"
|
|
371
|
-
cy="414.70831"
|
|
372
|
-
cx="250"
|
|
373
|
-
id="path7341"
|
|
374
|
-
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" />
|
|
375
|
-
<g
|
|
376
|
-
transform="matrix(0.77971535,0,0,0.8869868,54.51446,44.009958)"
|
|
377
|
-
id="g4694"
|
|
378
|
-
style="display:inline">
|
|
379
|
-
<path
|
|
380
|
-
class="boatBackground"
|
|
381
|
-
style="fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
382
|
-
d="m 250,294.70832 -5,10 -50,195 v 10 l 3,1 h 107 v -9 l -53,-206 -2,-1"
|
|
383
|
-
id="path4686" />
|
|
384
|
-
<path
|
|
385
|
-
class="boatBackground"
|
|
386
|
-
style="display:inline;fill-opacity:1;stroke:#000000;stroke-width:3.14709449;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
387
|
-
d="m 193.84906,509.2181 c 0,0 0,-165.78166 56.00857,-215.51616"
|
|
388
|
-
id="path3703" />
|
|
389
|
-
<path
|
|
390
|
-
class="boatBackground"
|
|
391
|
-
style="display:inline;fill-opacity:1;stroke:#000000;stroke-width:3.14709449;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
392
|
-
d="m 305.86619,509.2181 c 0,0 0,-165.78166 -56.00856,-215.51616"
|
|
393
|
-
id="path3703-6" />
|
|
394
|
-
<path
|
|
395
|
-
class="boatBackground"
|
|
396
|
-
style="display:inline;fill-opacity:1;stroke:#000000;stroke-width:3.14709449;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
397
|
-
d="m 193.84906,509.2181 c 0,0 52.27466,70.45719 112.01713,0"
|
|
398
|
-
id="path4525" />
|
|
399
|
-
</g>
|
|
400
|
-
</g>
|
|
401
|
-
|
|
402
|
-
<!-- compass -->
|
|
403
|
-
<g
|
|
404
|
-
style="display:inline"
|
|
405
|
-
id="layer2">
|
|
406
|
-
<ellipse class="compass-outer-ring"
|
|
407
|
-
ry="204.07419"
|
|
408
|
-
rx="203.96022"
|
|
409
|
-
cy="250.03972"
|
|
410
|
-
cx="249.6674"
|
|
411
|
-
id="path4584"
|
|
412
|
-
style="display:inline;fill:none;stroke-width:30.60257721;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.85427091" />
|
|
413
|
-
<ellipse class="compass-inner-ring"
|
|
414
|
-
ry="181.26276"
|
|
415
|
-
rx="181.16154"
|
|
416
|
-
style="display:inline;fill:none;stroke-width:15.7575798;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
417
|
-
id="circle4732"
|
|
418
|
-
cx="249.6674"
|
|
419
|
-
cy="250.03976" />
|
|
420
|
-
<path
|
|
421
|
-
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"
|
|
422
|
-
d="m 282.3788,64.190517 -2.65629,15.073051"
|
|
423
|
-
id="use6608" />
|
|
424
|
-
<path
|
|
425
|
-
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"
|
|
426
|
-
d="m 314.0866,72.749137 -5.23189,14.382504"
|
|
427
|
-
id="use6610" />
|
|
428
|
-
<path
|
|
429
|
-
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"
|
|
430
|
-
d="m 370.69732,105.58004 -9.83269,11.72475"
|
|
431
|
-
id="use6614" />
|
|
432
|
-
<path
|
|
433
|
-
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"
|
|
434
|
-
d="m 393.88013,128.85476 -11.71816,9.83821"
|
|
435
|
-
id="use6616" />
|
|
436
|
-
<path
|
|
437
|
-
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"
|
|
438
|
-
d="m 426.5002,185.6083 -14.37454,5.23479"
|
|
439
|
-
id="use6620" />
|
|
440
|
-
<path
|
|
441
|
-
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"
|
|
442
|
-
d="m 434.94627,217.3627 -15.06464,2.65782"
|
|
443
|
-
id="use6622" />
|
|
444
|
-
<path
|
|
445
|
-
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"
|
|
446
|
-
d="m 434.83509,282.83188 -15.06465,-2.6578"
|
|
447
|
-
id="use6626" />
|
|
448
|
-
<path
|
|
449
|
-
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"
|
|
450
|
-
d="m 426.28125,314.55737 -14.3745,-5.23482"
|
|
451
|
-
id="use6628" />
|
|
452
|
-
<path
|
|
453
|
-
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"
|
|
454
|
-
d="m 394.10882,371.71515 -11.71819,-9.83826"
|
|
455
|
-
id="use6632" />
|
|
456
|
-
<path
|
|
457
|
-
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"
|
|
458
|
-
d="m 370.84706,394.91093 -9.83274,-11.72477"
|
|
459
|
-
id="use6634" />
|
|
460
|
-
<path
|
|
461
|
-
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"
|
|
462
|
-
d="m 314.12519,427.54916 -5.23188,-14.38252"
|
|
463
|
-
id="use6638" />
|
|
464
|
-
<path
|
|
465
|
-
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"
|
|
466
|
-
d="m 282.38854,436 -2.65629,-15.07307"
|
|
467
|
-
id="use6640" />
|
|
468
|
-
<path
|
|
469
|
-
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"
|
|
470
|
-
d="m 216.95594,435.88873 2.65631,-15.07302"
|
|
471
|
-
id="use6644" />
|
|
472
|
-
<path
|
|
473
|
-
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"
|
|
474
|
-
d="m 185.24815,427.33019 5.23187,-14.38255"
|
|
475
|
-
id="use6646" />
|
|
476
|
-
<path
|
|
477
|
-
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"
|
|
478
|
-
d="m 128.63744,394.49924 9.83272,-11.72471"
|
|
479
|
-
id="use6650" />
|
|
480
|
-
<path
|
|
481
|
-
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"
|
|
482
|
-
d="m 105.4546,371.22452 11.71819,-9.83825"
|
|
483
|
-
id="use6652" />
|
|
484
|
-
<path
|
|
485
|
-
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"
|
|
486
|
-
d="m 72.834542,314.47097 14.374486,-5.23482"
|
|
487
|
-
id="use6656" />
|
|
488
|
-
<path
|
|
489
|
-
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"
|
|
490
|
-
d="m 64.388484,282.71658 15.064614,-2.6578"
|
|
491
|
-
id="use6658" />
|
|
492
|
-
<path
|
|
493
|
-
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"
|
|
494
|
-
d="m 64.499646,217.2474 15.064608,2.6578"
|
|
495
|
-
id="use6662" />
|
|
496
|
-
<path
|
|
497
|
-
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"
|
|
498
|
-
d="m 73.053457,185.5219 14.374493,5.23484"
|
|
499
|
-
id="use6664" />
|
|
500
|
-
<path
|
|
501
|
-
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"
|
|
502
|
-
d="m 105.22596,128.36416 11.71817,9.83821"
|
|
503
|
-
id="use6668" />
|
|
504
|
-
<path
|
|
505
|
-
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"
|
|
506
|
-
d="m 128.48767,105.16836 9.83276,11.72475"
|
|
507
|
-
id="use6670" />
|
|
508
|
-
<path
|
|
509
|
-
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"
|
|
510
|
-
d="m 185.20955,72.530089 5.23189,14.382551"
|
|
511
|
-
id="use6674" />
|
|
512
|
-
<path
|
|
513
|
-
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"
|
|
514
|
-
d="m 216.94623,64.079334 2.65629,15.073018"
|
|
515
|
-
id="use6676" />
|
|
516
|
-
<text
|
|
517
|
-
class="wind-text"
|
|
518
|
-
transform="scale(0.99972063,1.0002794)"
|
|
519
|
-
id="text4588"
|
|
520
|
-
y="57.610722"
|
|
521
|
-
x="235.89307"
|
|
522
|
-
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;-inkscape-font-specification:'sans-serif, Bold';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;fill-opacity:1;stroke:none;stroke-width:20.40172005;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.85427091"
|
|
523
|
-
xml:space="preserve"><tspan
|
|
524
|
-
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:32.64274979px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';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"
|
|
525
|
-
y="57.610722"
|
|
526
|
-
x="235.89307"
|
|
527
|
-
id="tspan4586">N</tspan></text>
|
|
528
|
-
<text class="wind-text"
|
|
529
|
-
transform="scale(-0.99972063,-1.0002794)"
|
|
530
|
-
id="text4588-7"
|
|
531
|
-
y="-441.91217"
|
|
532
|
-
x="-263.30118"
|
|
533
|
-
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;-inkscape-font-specification:'sans-serif, Bold';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;fill-opacity:1;stroke:none;stroke-width:20.40172005;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.85427091"
|
|
534
|
-
xml:space="preserve"><tspan
|
|
535
|
-
style="stroke-width:20.40172005"
|
|
536
|
-
y="-441.91217"
|
|
537
|
-
x="-263.30118"
|
|
538
|
-
id="tspan4608">S</tspan></text>
|
|
539
|
-
<text class="wind-text"
|
|
540
|
-
transform="matrix(0,1.0002794,-0.99972063,0,0,0)"
|
|
541
|
-
id="text4588-0"
|
|
542
|
-
y="-441.86282"
|
|
543
|
-
x="238.85701"
|
|
544
|
-
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;-inkscape-font-specification:'sans-serif, Bold';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;fill-opacity:1;stroke:none;stroke-width:20.40172005;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.85427091"
|
|
545
|
-
xml:space="preserve"><tspan
|
|
546
|
-
style="stroke-width:20.40172005"
|
|
547
|
-
y="-441.86282"
|
|
548
|
-
x="238.85701"
|
|
549
|
-
id="tspan4628">E</tspan></text>
|
|
550
|
-
<text class="wind-text"
|
|
551
|
-
transform="matrix(0,-1.0002794,0.99972063,0,0,0)"
|
|
552
|
-
id="text4588-79"
|
|
553
|
-
y="57.787918"
|
|
554
|
-
x="-270.36472"
|
|
555
|
-
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;-inkscape-font-specification:'sans-serif, Bold';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;fill-opacity:1;stroke:none;stroke-width:20.40172005;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.85427091"
|
|
556
|
-
xml:space="preserve"><tspan
|
|
557
|
-
style="stroke-width:20.40172005"
|
|
558
|
-
y="57.787918"
|
|
559
|
-
x="-270.36472"
|
|
560
|
-
id="tspan4648">W</tspan></text>
|
|
561
|
-
<text class="wind-text"
|
|
562
|
-
transform="matrix(0.70690928,0.70730433,-0.70690928,0.70730433,0,0)"
|
|
563
|
-
xml:space="preserve"
|
|
564
|
-
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;-inkscape-font-specification:'sans-serif, Normal';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;fill-opacity:1;stroke:none;stroke-width:20.40171623;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.85427091"
|
|
565
|
-
x="336.6947"
|
|
566
|
-
y="-196.40715"
|
|
567
|
-
id="text4656"><tspan
|
|
568
|
-
style="stroke-width:20.40171623"
|
|
569
|
-
y="-196.40715"
|
|
570
|
-
x="336.6947"
|
|
571
|
-
id="tspan4658">NE</tspan></text>
|
|
572
|
-
<text class="wind-text"
|
|
573
|
-
transform="matrix(0.70690928,-0.70730433,0.70690928,0.70730433,0,0)"
|
|
574
|
-
id="text4664"
|
|
575
|
-
y="158.61543"
|
|
576
|
-
x="-16.268604"
|
|
577
|
-
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;-inkscape-font-specification:'sans-serif, Normal';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;fill-opacity:1;stroke:none;stroke-width:20.40171623;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.85427091"
|
|
578
|
-
xml:space="preserve"><tspan
|
|
579
|
-
style="stroke-width:20.40171623"
|
|
580
|
-
y="158.61543"
|
|
581
|
-
x="-16.268604"
|
|
582
|
-
id="tspan4666">NW</tspan></text>
|
|
583
|
-
<text class="wind-text"
|
|
584
|
-
xml:space="preserve"
|
|
585
|
-
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;-inkscape-font-specification:'sans-serif, Normal';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;fill-opacity:1;stroke:none;stroke-width:20.40171623;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.85427091"
|
|
586
|
-
x="-368.62634"
|
|
587
|
-
y="-195.55559"
|
|
588
|
-
id="text4670"
|
|
589
|
-
transform="matrix(-0.70690928,-0.70730433,0.70690928,-0.70730433,0,0)"><tspan
|
|
590
|
-
style="stroke-width:20.40171623"
|
|
591
|
-
y="-195.55559"
|
|
592
|
-
x="-368.62634"
|
|
593
|
-
id="tspan4672">SW</tspan></text>
|
|
594
|
-
<text class="wind-text"
|
|
595
|
-
transform="matrix(-0.70690928,0.70730433,-0.70690928,-0.70730433,0,0)"
|
|
596
|
-
id="text4676"
|
|
597
|
-
y="-549.73486"
|
|
598
|
-
x="-14.819729"
|
|
599
|
-
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;-inkscape-font-specification:'sans-serif, Normal';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;fill-opacity:1;stroke:none;stroke-width:20.40171623;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.85427091"
|
|
600
|
-
xml:space="preserve"><tspan
|
|
601
|
-
style="stroke-width:20.40171623"
|
|
602
|
-
y="-549.73486"
|
|
603
|
-
x="-14.819729"
|
|
604
|
-
id="tspan4678">SE</tspan></text>
|
|
605
|
-
<text class="wind-text"
|
|
606
|
-
transform="matrix(0.92362146,0.38279035,-0.38257655,0.92413768,0,0)"
|
|
607
|
-
id="text4684"
|
|
608
|
-
y="-63.322182"
|
|
609
|
-
x="313.91727"
|
|
610
|
-
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;-inkscape-font-specification:'sans-serif, Normal';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;fill-opacity:1;stroke:none;stroke-width:20.40171814;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.85427091"
|
|
611
|
-
xml:space="preserve"><tspan
|
|
612
|
-
style="stroke-width:20.40171814"
|
|
613
|
-
y="-63.322182"
|
|
614
|
-
x="313.91727"
|
|
615
|
-
id="tspan4686">NNE</tspan></text>
|
|
616
|
-
<text class="wind-text"
|
|
617
|
-
xml:space="preserve"
|
|
618
|
-
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;-inkscape-font-specification:'sans-serif, Normal';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;fill-opacity:1;stroke:none;stroke-width:20.40171814;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.85427091"
|
|
619
|
-
x="315.44775"
|
|
620
|
-
y="-335.00937"
|
|
621
|
-
id="text4690"
|
|
622
|
-
transform="matrix(0.38257655,0.92413768,-0.92362146,0.38279035,0,0)"><tspan
|
|
623
|
-
style="stroke-width:20.40171814"
|
|
624
|
-
y="-335.00937"
|
|
625
|
-
x="315.44775"
|
|
626
|
-
id="tspan4694">ENE</tspan></text>
|
|
627
|
-
<text class="wind-text"
|
|
628
|
-
transform="matrix(-0.38257655,0.92413768,-0.92362146,-0.38279035,0,0)"
|
|
629
|
-
id="text4698"
|
|
630
|
-
y="-525.46448"
|
|
631
|
-
x="125.13807"
|
|
632
|
-
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;-inkscape-font-specification:'sans-serif, Normal';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;fill-opacity:1;stroke:none;stroke-width:20.40171814;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.85427091"
|
|
633
|
-
xml:space="preserve"><tspan
|
|
634
|
-
style="stroke-width:20.40171814"
|
|
635
|
-
y="-525.46448"
|
|
636
|
-
x="125.13807"
|
|
637
|
-
id="tspan4700">ESE</tspan></text>
|
|
638
|
-
<text class="wind-text"
|
|
639
|
-
xml:space="preserve"
|
|
640
|
-
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;-inkscape-font-specification:'sans-serif, Normal';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;fill-opacity:1;stroke:none;stroke-width:20.40171814;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.85427091"
|
|
641
|
-
x="-146.04666"
|
|
642
|
-
y="-525.87427"
|
|
643
|
-
id="text4704"
|
|
644
|
-
transform="matrix(-0.92362146,0.38279035,-0.38257655,-0.92413768,0,0)"><tspan
|
|
645
|
-
style="stroke-width:20.40171814"
|
|
646
|
-
y="-525.87427"
|
|
647
|
-
x="-146.04666"
|
|
648
|
-
id="tspan4706">SSE</tspan></text>
|
|
649
|
-
<text class="wind-text"
|
|
650
|
-
transform="matrix(-0.92362146,-0.38279035,0.38257655,-0.92413768,0,0)"
|
|
651
|
-
id="text4710"
|
|
652
|
-
y="-335.70993"
|
|
653
|
-
x="-337.56277"
|
|
654
|
-
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;-inkscape-font-specification:'sans-serif, Normal';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;;fill-opacity:1;stroke:none;stroke-width:20.40171814;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.85427091"
|
|
655
|
-
xml:space="preserve"><tspan
|
|
656
|
-
style="stroke-width:20.40171814"
|
|
657
|
-
y="-335.70993"
|
|
658
|
-
x="-337.56277"
|
|
659
|
-
id="tspan4712">SSW</tspan></text>
|
|
660
|
-
<text class="wind-text"
|
|
661
|
-
xml:space="preserve"
|
|
662
|
-
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;-inkscape-font-specification:'sans-serif, Normal';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;fill-opacity:1;stroke:none;stroke-width:20.40171814;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.85427091"
|
|
663
|
-
x="-340.84369"
|
|
664
|
-
y="-64.913971"
|
|
665
|
-
id="text4716"
|
|
666
|
-
transform="matrix(-0.38257655,-0.92413768,0.92362146,-0.38279035,0,0)"><tspan
|
|
667
|
-
style="stroke-width:20.40171814"
|
|
668
|
-
y="-64.913971"
|
|
669
|
-
x="-340.84369"
|
|
670
|
-
id="tspan4718">WSW</tspan></text>
|
|
671
|
-
<text class="wind-text"
|
|
672
|
-
transform="matrix(0.38257655,-0.92413768,0.92362146,0.38279035,0,0)"
|
|
673
|
-
id="text4722"
|
|
674
|
-
y="126.33953"
|
|
675
|
-
x="-149.29013"
|
|
676
|
-
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;-inkscape-font-specification:'sans-serif, Normal';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;fill-opacity:1;stroke:none;stroke-width:20.40171814;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.85427091"
|
|
677
|
-
xml:space="preserve"><tspan
|
|
678
|
-
style="stroke-width:20.40171814"
|
|
679
|
-
y="126.33953"
|
|
680
|
-
x="-149.29013"
|
|
681
|
-
id="tspan4724">WNW</tspan></text>
|
|
682
|
-
<text class="wind-text"
|
|
683
|
-
xml:space="preserve"
|
|
684
|
-
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;-inkscape-font-specification:'sans-serif, Normal';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;fill-opacity:1;stroke:none;stroke-width:20.40171814;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.85427091"
|
|
685
|
-
x="122.50405"
|
|
686
|
-
y="126.45713"
|
|
687
|
-
id="text4728"
|
|
688
|
-
transform="matrix(0.92362146,-0.38279035,0.38257655,0.92413768,0,0)"><tspan
|
|
689
|
-
style="stroke-width:20.40171814"
|
|
690
|
-
y="126.45713"
|
|
691
|
-
x="122.50405"
|
|
692
|
-
id="tspan4730">NNW</tspan></text>
|
|
693
|
-
<text class="wind-text"
|
|
694
|
-
transform="scale(0.99972063,1.0002794)"
|
|
695
|
-
xml:space="preserve"
|
|
696
|
-
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;-inkscape-font-specification:'sans-serif, Normal';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;fill-opacity:1;stroke:none;stroke-width:1.02008593"
|
|
697
|
-
x="243.83031"
|
|
698
|
-
y="75.371399"
|
|
699
|
-
id="use7029"><tspan
|
|
700
|
-
id="tspan7053"
|
|
701
|
-
x="243.83031"
|
|
702
|
-
y="75.371399"
|
|
703
|
-
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:19.04160881px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';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">0</tspan></text>
|
|
704
|
-
<text class="wind-text"
|
|
705
|
-
transform="matrix(0.86578352,0.50013971,-0.49986031,0.86626737,0,0)"
|
|
706
|
-
xml:space="preserve"
|
|
707
|
-
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;-inkscape-font-specification:'sans-serif, Normal';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;fill-opacity:1;stroke:none;stroke-width:1.02008593"
|
|
708
|
-
x="329.13461"
|
|
709
|
-
y="-82.136826"
|
|
710
|
-
id="use7031"><tspan
|
|
711
|
-
style="stroke-width:1.02008593"
|
|
712
|
-
y="-82.136826"
|
|
713
|
-
x="329.13461"
|
|
714
|
-
id="tspan7101">30</tspan></text>
|
|
715
|
-
<text class="wind-text"
|
|
716
|
-
transform="matrix(0.49986031,0.86626737,-0.86578352,0.50013971,0,0)"
|
|
717
|
-
xml:space="preserve"
|
|
718
|
-
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;-inkscape-font-specification:'sans-serif, Normal';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;fill-opacity:1;stroke:none;stroke-width:1.02008593"
|
|
719
|
-
x="329.30069"
|
|
720
|
-
y="-264.31485"
|
|
721
|
-
id="use7033"><tspan
|
|
722
|
-
style="stroke-width:1.02008593"
|
|
723
|
-
y="-264.31485"
|
|
724
|
-
x="329.30069"
|
|
725
|
-
id="tspan7103">60</tspan></text>
|
|
726
|
-
<text class="wind-text"
|
|
727
|
-
transform="matrix(0,1.0002794,-0.99972063,0,0,0)"
|
|
728
|
-
xml:space="preserve"
|
|
729
|
-
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;-inkscape-font-specification:'sans-serif, Normal';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;fill-opacity:1;stroke:none;stroke-width:1.02008593"
|
|
730
|
-
x="238.05109"
|
|
731
|
-
y="-423.63528"
|
|
732
|
-
id="use7035"><tspan
|
|
733
|
-
style="stroke-width:1.02008593"
|
|
734
|
-
y="-423.63528"
|
|
735
|
-
x="238.05109"
|
|
736
|
-
id="tspan7105">90</tspan></text>
|
|
737
|
-
<text class="wind-text"
|
|
738
|
-
transform="matrix(-0.49986031,0.86626737,-0.86578352,-0.50013971,0,0)"
|
|
739
|
-
xml:space="preserve"
|
|
740
|
-
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;-inkscape-font-specification:'sans-serif, Normal';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;fill-opacity:1;stroke:none;stroke-width:1.02008593"
|
|
741
|
-
x="74.146378"
|
|
742
|
-
y="-514.65607"
|
|
743
|
-
id="use7037"><tspan
|
|
744
|
-
style="stroke-width:1.02008593"
|
|
745
|
-
y="-514.65607"
|
|
746
|
-
x="74.146378"
|
|
747
|
-
id="tspan7109">120</tspan></text>
|
|
748
|
-
<text class="wind-text"
|
|
749
|
-
transform="matrix(-0.86578352,0.50013971,-0.49986031,-0.86626737,0,0)"
|
|
750
|
-
xml:space="preserve"
|
|
751
|
-
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;-inkscape-font-specification:'sans-serif, Normal';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;fill-opacity:1;stroke:none;stroke-width:1.02008593"
|
|
752
|
-
x="-110.06672"
|
|
753
|
-
y="-515.6853"
|
|
754
|
-
id="use7039"><tspan
|
|
755
|
-
style="stroke-width:1.02008593"
|
|
756
|
-
y="-515.6853"
|
|
757
|
-
x="-110.06672"
|
|
758
|
-
id="tspan7111">150</tspan></text>
|
|
759
|
-
<text class="wind-text"
|
|
760
|
-
transform="scale(-0.99972063,-1.0002794)"
|
|
761
|
-
xml:space="preserve"
|
|
762
|
-
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;-inkscape-font-specification:'sans-serif, Normal';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;fill-opacity:1;stroke:none;stroke-width:1.02008593"
|
|
763
|
-
x="-268.13757"
|
|
764
|
-
y="-424.22107"
|
|
765
|
-
id="use7041"><tspan
|
|
766
|
-
style="stroke-width:1.02008593"
|
|
767
|
-
y="-424.22107"
|
|
768
|
-
x="-268.13757"
|
|
769
|
-
id="tspan7113">180</tspan></text>
|
|
770
|
-
<text class="wind-text"
|
|
771
|
-
transform="matrix(-0.86578352,-0.50013971,0.49986031,-0.86626737,0,0)"
|
|
772
|
-
xml:space="preserve"
|
|
773
|
-
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;-inkscape-font-specification:'sans-serif, Normal';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;fill-opacity:1;stroke:none;stroke-width:1.02008593"
|
|
774
|
-
x="-359.67947"
|
|
775
|
-
y="-266.0527"
|
|
776
|
-
id="use7043"><tspan
|
|
777
|
-
style="stroke-width:1.02008593"
|
|
778
|
-
y="-266.0527"
|
|
779
|
-
x="-359.67947"
|
|
780
|
-
id="tspan7115">210</tspan></text>
|
|
781
|
-
<text class="wind-text"
|
|
782
|
-
transform="matrix(-0.49986031,-0.86626737,0.86578352,-0.50013971,0,0)"
|
|
783
|
-
xml:space="preserve"
|
|
784
|
-
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;-inkscape-font-specification:'sans-serif, Normal';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;fill-opacity:1;stroke:none;stroke-width:1.02008593"
|
|
785
|
-
x="-359.42673"
|
|
786
|
-
y="-82.891243"
|
|
787
|
-
id="use7045"><tspan
|
|
788
|
-
style="stroke-width:1.02008593"
|
|
789
|
-
y="-82.891243"
|
|
790
|
-
x="-359.42673"
|
|
791
|
-
id="tspan7117">240</tspan></text>
|
|
792
|
-
<text class="wind-text"
|
|
793
|
-
transform="matrix(0,-1.0002794,0.99972063,0,0,0)"
|
|
794
|
-
xml:space="preserve"
|
|
795
|
-
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;-inkscape-font-specification:'sans-serif, Normal';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;fill-opacity:1;stroke:none;stroke-width:1.02008593"
|
|
796
|
-
x="-267.69278"
|
|
797
|
-
y="76.300224"
|
|
798
|
-
id="use7047"><tspan
|
|
799
|
-
style="stroke-width:1.02008593"
|
|
800
|
-
y="76.300224"
|
|
801
|
-
x="-267.69278"
|
|
802
|
-
id="tspan7119">270</tspan></text>
|
|
803
|
-
<text class="wind-text"
|
|
804
|
-
transform="matrix(0.49986031,-0.86626737,0.86578352,0.50013971,0,0)"
|
|
805
|
-
xml:space="preserve"
|
|
806
|
-
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;-inkscape-font-specification:'sans-serif, Normal';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;fill-opacity:1;stroke:none;stroke-width:1.02008593"
|
|
807
|
-
x="-108.58751"
|
|
808
|
-
y="166.93124"
|
|
809
|
-
id="use7049"><tspan
|
|
810
|
-
style="stroke-width:1.02008593"
|
|
811
|
-
y="166.93124"
|
|
812
|
-
x="-108.58751"
|
|
813
|
-
id="tspan7121">300</tspan></text>
|
|
814
|
-
<text class="wind-text"
|
|
815
|
-
transform="matrix(0.86578352,-0.50013971,0.49986031,0.86626737,0,0)"
|
|
816
|
-
xml:space="preserve"
|
|
817
|
-
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;-inkscape-font-specification:'sans-serif, Normal';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;fill-opacity:1;stroke:none;stroke-width:1.02008593"
|
|
818
|
-
x="73.109596"
|
|
819
|
-
y="166.91515"
|
|
820
|
-
id="use7051"><tspan
|
|
821
|
-
style="stroke-width:1.02008593"
|
|
822
|
-
y="166.91515"
|
|
823
|
-
x="73.109596"
|
|
824
|
-
id="tspan7125">330</tspan></text>
|
|
825
|
-
<animateTransform #compassAnimate attributeName="transform"
|
|
826
|
-
type="rotate"
|
|
827
|
-
[attr.from]="'-'+oldCompassRotate+' 250 250'"
|
|
828
|
-
[attr.to]="'-'+newCompassRotate+' 250 250'"
|
|
829
|
-
begin="indefinite"
|
|
830
|
-
dur="0.1s"
|
|
831
|
-
additive="replace"
|
|
832
|
-
fill="freeze"
|
|
833
|
-
/>
|
|
834
|
-
</g>
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
<!-- True Wind Indicator -->
|
|
839
|
-
<g
|
|
840
|
-
*ngIf="trueWindAngle != null"
|
|
841
|
-
style="display:inline"
|
|
842
|
-
id="layer4">
|
|
843
|
-
<g
|
|
844
|
-
transform="rotate(179.60924,249.75622,83.659984)"
|
|
845
|
-
id="g1187">
|
|
846
|
-
<g class="true-wind"
|
|
847
|
-
transform="matrix(-5.1082345,0,0,-4.5354333,587.61946,139.05361)"
|
|
848
|
-
id="g7361"
|
|
849
|
-
style="display:inline;fill-opacity:1">
|
|
850
|
-
<path class="true-wind"
|
|
851
|
-
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"
|
|
852
|
-
id="path7357"
|
|
853
|
-
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" />
|
|
854
|
-
<path class="true-wind"
|
|
855
|
-
id="path7359"
|
|
856
|
-
d="m 62.177083,3.96875 3.968749,6.614583 3.96875,-6.614583"
|
|
857
|
-
style="fill-opacity:1;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
|
858
|
-
</g>
|
|
859
|
-
<text class="wind-text"
|
|
860
|
-
transform="scale(-1.0096233,-0.99046843)"
|
|
861
|
-
id="text7365"
|
|
862
|
-
y="-117.71236"
|
|
863
|
-
x="-247.47594"
|
|
864
|
-
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:'Arial, Bold';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;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.02742887"
|
|
865
|
-
xml:space="preserve"><tspan
|
|
866
|
-
id="tspan7417"
|
|
867
|
-
x="-247.47594"
|
|
868
|
-
y="-117.71236">{{ trueWindSpeedDisplay }}</tspan></text>
|
|
869
|
-
<text class="wind-text"
|
|
870
|
-
xml:space="preserve"
|
|
871
|
-
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';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;fill:#000000;fill-opacity:1;stroke:none"
|
|
872
|
-
x="-252.43172"
|
|
873
|
-
y="-103.49368"
|
|
874
|
-
id="text1173"
|
|
875
|
-
transform="scale(-1)">
|
|
876
|
-
<tspan
|
|
877
|
-
id="tspan1171"
|
|
878
|
-
x="-252.43172"
|
|
879
|
-
y="-103.49368">T</tspan>
|
|
880
|
-
</text>
|
|
881
|
-
</g>
|
|
882
|
-
<animateTransform #trueWindAnimate attributeName="transform"
|
|
883
|
-
type="rotate"
|
|
884
|
-
[attr.from]="oldTrueWindRotateAngle+' 250 250'"
|
|
885
|
-
[attr.to]="newTrueWindRotateAngle+' 250 250'"
|
|
886
|
-
begin="indefinite"
|
|
887
|
-
dur="0.1s"
|
|
888
|
-
additive="replace"
|
|
889
|
-
fill="freeze"
|
|
890
|
-
/>
|
|
891
|
-
</g>
|
|
892
|
-
|
|
893
|
-
<!-- App Wind Indicator -->
|
|
894
|
-
<g
|
|
895
|
-
*ngIf="appWindAngle != null"
|
|
896
|
-
style="display:inline"
|
|
897
|
-
id="layer5">
|
|
898
|
-
<g
|
|
899
|
-
id="g1169">
|
|
900
|
-
<g class="app-wind"
|
|
901
|
-
style="display:inline;fill-opacity:1"
|
|
902
|
-
id="g7280"
|
|
903
|
-
transform="matrix(-5.1082345,0,0,-4.5354333,587.61946,139.05361)">
|
|
904
|
-
<path class="app-wind"
|
|
905
|
-
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"
|
|
906
|
-
id="path7276"
|
|
907
|
-
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" />
|
|
908
|
-
<path class="app-wind"
|
|
909
|
-
style="fill-opacity:1;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
910
|
-
d="m 62.177083,3.96875 3.968749,6.614583 3.96875,-6.614583"
|
|
911
|
-
id="path7278" />
|
|
912
|
-
</g>
|
|
913
|
-
<text class="wind-text"
|
|
914
|
-
xml:space="preserve"
|
|
915
|
-
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:'Arial, Bold';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;fill-opacity:1;stroke:none;stroke-width:1.02742887"
|
|
916
|
-
x="-247.70137"
|
|
917
|
-
y="-117.30515"
|
|
918
|
-
id="text7287"
|
|
919
|
-
transform="scale(-1.0096233,-0.99046843)"><tspan
|
|
920
|
-
id="tspan7435"
|
|
921
|
-
x="-247.70137"
|
|
922
|
-
y="-117.30515">{{ appWindSpeedDisplay }}</tspan></text>
|
|
923
|
-
<text class="wind-text"
|
|
924
|
-
xml:space="preserve"
|
|
925
|
-
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';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;fill-opacity:1;stroke:none"
|
|
926
|
-
x="-253.04364"
|
|
927
|
-
y="-103.33408"
|
|
928
|
-
id="text1155"
|
|
929
|
-
transform="scale(-1)"><tspan
|
|
930
|
-
id="tspan1153"
|
|
931
|
-
x="-253.04364"
|
|
932
|
-
y="-103.33408">A</tspan></text>
|
|
933
|
-
</g>
|
|
934
|
-
<animateTransform #appWindAnimate attributeName="transform"
|
|
935
|
-
type="rotate"
|
|
936
|
-
[attr.from]="oldAppWindAngle+' 250 250'"
|
|
937
|
-
[attr.to]="newAppWindAngle+' 250 250'"
|
|
938
|
-
begin="indefinite"
|
|
939
|
-
dur="0.1s"
|
|
940
|
-
additive="replace"
|
|
941
|
-
fill="freeze"
|
|
942
|
-
/>
|
|
943
|
-
</g>
|
|
944
|
-
|
|
945
|
-
<!-- Heading -->
|
|
946
|
-
<g
|
|
947
|
-
style="display:inline"
|
|
948
|
-
id="layer3">
|
|
949
|
-
<rect class="heading-background"
|
|
950
|
-
ry="7.4823418"
|
|
951
|
-
rx="6.9066305"
|
|
952
|
-
y="64.10257"
|
|
953
|
-
x="203.85365"
|
|
954
|
-
height="28.058783"
|
|
955
|
-
width="90.649544"
|
|
956
|
-
id="rect7151"
|
|
957
|
-
style="fill-opacity:1;stroke:#040404;stroke-width:2.69577217;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
958
|
-
<text class="wind-text"
|
|
959
|
-
transform="scale(1.0008524,0.99914832)"
|
|
960
|
-
id="text7163"
|
|
961
|
-
y="86.644958"
|
|
962
|
-
x="247.44287"
|
|
963
|
-
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:22.38400078px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';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;fill-opacity:1;stroke:none;stroke-width:0.93268102"
|
|
964
|
-
xml:space="preserve"><tspan
|
|
965
|
-
y="86.644958"
|
|
966
|
-
x="247.44287"
|
|
967
|
-
id="tspan7406">{{ headingValue }}</tspan></text>
|
|
968
|
-
</g>
|
|
969
|
-
</svg>
|
|
1
|
+
<svg
|
|
2
|
+
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
|
|
3
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
4
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
5
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
6
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
9
|
+
id="svg8"
|
|
10
|
+
version="1.1"
|
|
11
|
+
viewBox="0 0 500 500"
|
|
12
|
+
height="100%"
|
|
13
|
+
width="100%">
|
|
14
|
+
<defs
|
|
15
|
+
id="defs2">
|
|
16
|
+
<linearGradient
|
|
17
|
+
osb:paint="solid"
|
|
18
|
+
id="linearGradient7155">
|
|
19
|
+
<stop
|
|
20
|
+
id="stop7153"
|
|
21
|
+
offset="0"
|
|
22
|
+
style="stop-color:#6d6d6d;stop-opacity:1;" />
|
|
23
|
+
</linearGradient>
|
|
24
|
+
<linearGradient
|
|
25
|
+
id="linearGradient4577">
|
|
26
|
+
<stop
|
|
27
|
+
id="stop4573"
|
|
28
|
+
offset="0"
|
|
29
|
+
style="stop-color:#000000;stop-opacity:1;" />
|
|
30
|
+
<stop
|
|
31
|
+
id="stop4575"
|
|
32
|
+
offset="1"
|
|
33
|
+
style="stop-color:#00ff00;stop-opacity:1" />
|
|
34
|
+
</linearGradient>
|
|
35
|
+
<linearGradient
|
|
36
|
+
id="linearGradient4531">
|
|
37
|
+
<stop
|
|
38
|
+
id="stop4527"
|
|
39
|
+
offset="0"
|
|
40
|
+
style="stop-color:#000000;stop-opacity:1;" />
|
|
41
|
+
<stop
|
|
42
|
+
id="stop4529"
|
|
43
|
+
offset="1"
|
|
44
|
+
style="stop-color:#ff0000;stop-opacity:1" />
|
|
45
|
+
</linearGradient>
|
|
46
|
+
<linearGradient
|
|
47
|
+
gradientTransform="matrix(2.8224789,0,0,3.1328816,63.162412,-305.20054)"
|
|
48
|
+
gradientUnits="userSpaceOnUse"
|
|
49
|
+
y2="224.23956"
|
|
50
|
+
x2="54.239582"
|
|
51
|
+
y1="225.35588"
|
|
52
|
+
x1="45.772915"
|
|
53
|
+
id="linearGradient4533"
|
|
54
|
+
xlink:href="#linearGradient4531" />
|
|
55
|
+
<linearGradient
|
|
56
|
+
gradientTransform="matrix(2.8224789,0,0,3.1328816,63.162412,-305.20054)"
|
|
57
|
+
gradientUnits="userSpaceOnUse"
|
|
58
|
+
y2="225.35588"
|
|
59
|
+
x2="86.518745"
|
|
60
|
+
y1="234.82291"
|
|
61
|
+
x1="79.375"
|
|
62
|
+
id="linearGradient4579"
|
|
63
|
+
xlink:href="#linearGradient4577" />
|
|
64
|
+
</defs>
|
|
65
|
+
|
|
66
|
+
<!-- wind sectors -->
|
|
67
|
+
<g
|
|
68
|
+
style="display:inline"
|
|
69
|
+
id="layer7"
|
|
70
|
+
*ngIf="windSectorEnable">
|
|
71
|
+
<path *ngIf="portWindSectorPath != 'none'"
|
|
72
|
+
[attr.d]="portWindSectorPath"
|
|
73
|
+
id="path7337"
|
|
74
|
+
class="wind-sector-port"
|
|
75
|
+
style=";fill-opacity:0.80952382;stroke:#000000;stroke-width:1.86536205;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.48351668" />
|
|
76
|
+
<path *ngIf="stbdWindSectorPath != 'none'"
|
|
77
|
+
[attr.d]="stbdWindSectorPath"
|
|
78
|
+
class="wind-sector-stbd"
|
|
79
|
+
style="fill-opacity:0.79487179;stroke:#000000;stroke-width:1.86536205;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.48351668"
|
|
80
|
+
id="path7339"/>
|
|
81
|
+
</g>
|
|
82
|
+
<!-- laylines -->
|
|
83
|
+
<g
|
|
84
|
+
style="display:inline"
|
|
85
|
+
id="layer8"
|
|
86
|
+
*ngIf="laylineEnable">
|
|
87
|
+
<path *ngIf="trueWindAngle != null"
|
|
88
|
+
id="path177"
|
|
89
|
+
class="laylines"
|
|
90
|
+
[attr.d]="laylinePortPath"
|
|
91
|
+
style="fill:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:7" />
|
|
92
|
+
|
|
93
|
+
<path *ngIf="trueWindAngle != null"
|
|
94
|
+
class="laylines"
|
|
95
|
+
style="fill:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:7"
|
|
96
|
+
[attr.d]="laylineStbdPath"
|
|
97
|
+
id="path984" />
|
|
98
|
+
|
|
99
|
+
</g>
|
|
100
|
+
|
|
101
|
+
<!-- Background -->
|
|
102
|
+
<g
|
|
103
|
+
style="display:inline"
|
|
104
|
+
transform="translate(0,-164.70832)"
|
|
105
|
+
id="layer1">
|
|
106
|
+
<ellipse class="wind-rose-background"
|
|
107
|
+
ry="166.38596"
|
|
108
|
+
rx="165.94029"
|
|
109
|
+
cy="414.72363"
|
|
110
|
+
cx="249.66583"
|
|
111
|
+
id="path4652"
|
|
112
|
+
style="display:inline;fill:none;stroke-width:14.82046986;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
113
|
+
<path class="port"
|
|
114
|
+
d="M 105.80762,331.52099 A 166.24188,166.61842 0 0 1 192.91924,258.2601"
|
|
115
|
+
id="path7178"
|
|
116
|
+
style="display:inline;fill:none;fill-opacity:1;stroke-width:14.53091908;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
117
|
+
<path class="starboard"
|
|
118
|
+
style="display:inline;fill:none;fill-opacity:1;stroke-width:14.53091908;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
119
|
+
id="path7187"
|
|
120
|
+
d="M 306.63538,258.2601 A 166.24188,166.61842 0 0 1 393.747,331.52098" />
|
|
121
|
+
<path
|
|
122
|
+
id="path7189"
|
|
123
|
+
d="m 99.787384,328.16964 12.776856,7.39357"
|
|
124
|
+
style="fill:none;stroke:#000000;stroke-width:2.95406151;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
125
|
+
<path
|
|
126
|
+
style="fill:none;stroke:#000000;stroke-width:2.95406151;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
127
|
+
d="m 163.10395,264.43759 7.37674,12.80605"
|
|
128
|
+
id="path7191" />
|
|
129
|
+
<path
|
|
130
|
+
id="path7193"
|
|
131
|
+
d="M 336.45687,264.06789 329.08015,276.874"
|
|
132
|
+
style="fill:none;stroke:#000000;stroke-width:2.95406151;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
133
|
+
<path
|
|
134
|
+
style="fill:none;stroke:#000000;stroke-width:2.95406151;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
135
|
+
d="m 400.04345,327.5293 -12.77686,7.39366"
|
|
136
|
+
id="path7195" />
|
|
137
|
+
<path
|
|
138
|
+
id="path7197"
|
|
139
|
+
d="m 423.45277,414.35455 -14.75348,3e-5"
|
|
140
|
+
style="fill:none;stroke:#000000;stroke-width:2.95406151;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
141
|
+
<path
|
|
142
|
+
style="fill:none;stroke:#000000;stroke-width:2.95406151;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
143
|
+
d="m 400.4123,501.27886 -12.77692,-7.3936"
|
|
144
|
+
id="path7199" />
|
|
145
|
+
<path
|
|
146
|
+
id="path7201"
|
|
147
|
+
d="m 337.09573,565.01093 -7.37678,-12.80612"
|
|
148
|
+
style="fill:none;stroke:#000000;stroke-width:2.95406151;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
149
|
+
<path
|
|
150
|
+
style="fill:none;stroke:#000000;stroke-width:2.95406151;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
151
|
+
d="m 250.46867,588.47381 -3e-5,-14.78727"
|
|
152
|
+
id="path7203" />
|
|
153
|
+
<path
|
|
154
|
+
id="path7205"
|
|
155
|
+
d="m 163.74279,565.3806 7.37672,-12.80615"
|
|
156
|
+
style="fill:none;stroke:#000000;stroke-width:2.95406151;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
157
|
+
<path
|
|
158
|
+
style="fill:none;stroke:#000000;stroke-width:2.95406151;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
159
|
+
d="m 100.1562,501.91918 12.77688,-7.39367"
|
|
160
|
+
id="path7207" />
|
|
161
|
+
<path
|
|
162
|
+
id="path7209"
|
|
163
|
+
d="m 76.746874,415.09393 14.753506,-6e-5"
|
|
164
|
+
style="fill:none;stroke:#000000;stroke-width:2.95406151;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
165
|
+
<path
|
|
166
|
+
style="fill:none;stroke:#000000;stroke-width:2.95406151;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
167
|
+
d="m 249.73098,240.97468 6e-5,14.78725"
|
|
168
|
+
id="path7211" />
|
|
169
|
+
<ellipse
|
|
170
|
+
ry="1.4716377"
|
|
171
|
+
rx="1.4684811"
|
|
172
|
+
transform="matrix(0.98473974,0.17403345,-0.1732637,0.98487547,0,0)"
|
|
173
|
+
cy="198.51216"
|
|
174
|
+
cx="317.73117"
|
|
175
|
+
id="path7213"
|
|
176
|
+
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" />
|
|
177
|
+
<ellipse
|
|
178
|
+
ry="1.4713458"
|
|
179
|
+
rx="1.4687726"
|
|
180
|
+
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"
|
|
181
|
+
id="circle7219"
|
|
182
|
+
cx="376.22711"
|
|
183
|
+
cy="137.64751"
|
|
184
|
+
transform="matrix(0.93944096,0.3427108,-0.34133044,0.93994337,0,0)" />
|
|
185
|
+
<ellipse
|
|
186
|
+
ry="1.4703517"
|
|
187
|
+
rx="1.4697686"
|
|
188
|
+
transform="matrix(0.7653205,0.64364938,-0.64192532,0.76676716,0,0)"
|
|
189
|
+
cy="-9.5892324"
|
|
190
|
+
cx="457.67993"
|
|
191
|
+
id="circle7221"
|
|
192
|
+
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" />
|
|
193
|
+
<ellipse
|
|
194
|
+
ry="1.4697686"
|
|
195
|
+
rx="1.4703517"
|
|
196
|
+
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"
|
|
197
|
+
id="circle7223"
|
|
198
|
+
cx="478.12814"
|
|
199
|
+
cy="-91.441452"
|
|
200
|
+
transform="matrix(0.64192538,0.76676711,-0.76532046,0.64364943,0,0)" />
|
|
201
|
+
<ellipse
|
|
202
|
+
ry="1.4687726"
|
|
203
|
+
rx="1.4713458"
|
|
204
|
+
transform="matrix(0.34133049,0.93994335,-0.93944093,0.34271086,0,0)"
|
|
205
|
+
cy="-259.24423"
|
|
206
|
+
cx="475.22485"
|
|
207
|
+
id="circle7225"
|
|
208
|
+
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" />
|
|
209
|
+
<ellipse
|
|
210
|
+
ry="1.4684812"
|
|
211
|
+
rx="1.4716377"
|
|
212
|
+
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"
|
|
213
|
+
id="circle7227"
|
|
214
|
+
cx="451.90552"
|
|
215
|
+
cy="-340.14038"
|
|
216
|
+
transform="matrix(0.1732637,0.98487547,-0.98473974,0.17403346,0,0)" />
|
|
217
|
+
<ellipse
|
|
218
|
+
ry="1.4684812"
|
|
219
|
+
rx="1.4716377"
|
|
220
|
+
transform="matrix(-0.1732637,0.98487547,-0.98473974,-0.17403346,0,0)"
|
|
221
|
+
cy="-483.87643"
|
|
222
|
+
cx="365.01456"
|
|
223
|
+
id="circle7229"
|
|
224
|
+
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" />
|
|
225
|
+
<ellipse
|
|
226
|
+
ry="1.4687726"
|
|
227
|
+
rx="1.4713457"
|
|
228
|
+
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"
|
|
229
|
+
id="circle7231"
|
|
230
|
+
cx="304.11679"
|
|
231
|
+
cy="-542.40533"
|
|
232
|
+
transform="matrix(-0.34133048,0.93994335,-0.93944094,-0.34271083,0,0)" />
|
|
233
|
+
<ellipse
|
|
234
|
+
ry="1.4697688"
|
|
235
|
+
rx="1.4703517"
|
|
236
|
+
transform="matrix(-0.64192535,0.76676714,-0.7653205,-0.64364938,0,0)"
|
|
237
|
+
cy="-623.97095"
|
|
238
|
+
cx="156.76759"
|
|
239
|
+
id="circle7233"
|
|
240
|
+
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" />
|
|
241
|
+
<ellipse
|
|
242
|
+
ry="1.4703517"
|
|
243
|
+
rx="1.4697688"
|
|
244
|
+
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"
|
|
245
|
+
id="circle7235"
|
|
246
|
+
cx="74.849426"
|
|
247
|
+
cy="-644.48505"
|
|
248
|
+
transform="matrix(-0.7653205,0.64364938,-0.64192535,-0.76676714,0,0)" />
|
|
249
|
+
<ellipse
|
|
250
|
+
ry="1.4713457"
|
|
251
|
+
rx="1.4687726"
|
|
252
|
+
transform="matrix(-0.93944094,0.34271083,-0.34133048,-0.93994335,0,0)"
|
|
253
|
+
cy="-641.69427"
|
|
254
|
+
cx="-93.066017"
|
|
255
|
+
id="circle7237"
|
|
256
|
+
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" />
|
|
257
|
+
<ellipse
|
|
258
|
+
ry="1.4716377"
|
|
259
|
+
rx="1.4684812"
|
|
260
|
+
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"
|
|
261
|
+
id="circle7239"
|
|
262
|
+
cx="-173.99516"
|
|
263
|
+
cy="-618.40796"
|
|
264
|
+
transform="matrix(-0.98473974,0.17403346,-0.1732637,-0.98487547,0,0)" />
|
|
265
|
+
<ellipse
|
|
266
|
+
ry="1.4716377"
|
|
267
|
+
rx="1.4684812"
|
|
268
|
+
transform="matrix(-0.98473974,-0.17403346,0.1732637,-0.98487547,0,0)"
|
|
269
|
+
cy="-531.51691"
|
|
270
|
+
cx="-317.73117"
|
|
271
|
+
id="circle7241"
|
|
272
|
+
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" />
|
|
273
|
+
<ellipse
|
|
274
|
+
ry="1.4713457"
|
|
275
|
+
rx="1.4687726"
|
|
276
|
+
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"
|
|
277
|
+
id="circle7243"
|
|
278
|
+
cx="-376.22711"
|
|
279
|
+
cy="-470.58621"
|
|
280
|
+
transform="matrix(-0.93944094,-0.34271083,0.34133048,-0.93994335,0,0)" />
|
|
281
|
+
<ellipse
|
|
282
|
+
ry="1.4703517"
|
|
283
|
+
rx="1.4697688"
|
|
284
|
+
transform="matrix(-0.7653205,-0.64364938,0.64192535,-0.76676714,0,0)"
|
|
285
|
+
cy="-323.12454"
|
|
286
|
+
cx="-457.67999"
|
|
287
|
+
id="circle7245"
|
|
288
|
+
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" />
|
|
289
|
+
<ellipse
|
|
290
|
+
ry="1.4697688"
|
|
291
|
+
rx="1.4703517"
|
|
292
|
+
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"
|
|
293
|
+
id="circle7247"
|
|
294
|
+
cx="-478.12817"
|
|
295
|
+
cy="-241.14024"
|
|
296
|
+
transform="matrix(-0.64192535,-0.76676714,0.7653205,-0.64364938,0,0)" />
|
|
297
|
+
<ellipse
|
|
298
|
+
ry="1.4687726"
|
|
299
|
+
rx="1.4713457"
|
|
300
|
+
transform="matrix(-0.34133048,-0.93994335,0.93944094,-0.34271083,0,0)"
|
|
301
|
+
cy="-73.112137"
|
|
302
|
+
cx="-475.22482"
|
|
303
|
+
id="circle7249"
|
|
304
|
+
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" />
|
|
305
|
+
<ellipse
|
|
306
|
+
ry="1.4684812"
|
|
307
|
+
rx="1.4716377"
|
|
308
|
+
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"
|
|
309
|
+
id="circle7251"
|
|
310
|
+
cx="-451.90552"
|
|
311
|
+
cy="7.8500314"
|
|
312
|
+
transform="matrix(-0.1732637,-0.98487547,0.98473974,-0.17403346,0,0)" />
|
|
313
|
+
<ellipse
|
|
314
|
+
ry="1.4684812"
|
|
315
|
+
rx="1.4716377"
|
|
316
|
+
transform="matrix(0.1732637,-0.98487547,0.98473974,0.17403346,0,0)"
|
|
317
|
+
cy="151.58611"
|
|
318
|
+
cx="-365.01456"
|
|
319
|
+
id="circle7253"
|
|
320
|
+
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" />
|
|
321
|
+
<ellipse
|
|
322
|
+
ry="1.4687726"
|
|
323
|
+
rx="1.4713458"
|
|
324
|
+
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"
|
|
325
|
+
id="circle7255"
|
|
326
|
+
cx="-304.11679"
|
|
327
|
+
cy="210.04893"
|
|
328
|
+
transform="matrix(0.34133049,-0.93994335,0.93944093,0.34271086,0,0)" />
|
|
329
|
+
<ellipse
|
|
330
|
+
ry="1.4697686"
|
|
331
|
+
rx="1.4703517"
|
|
332
|
+
transform="matrix(0.64192538,-0.76676711,0.76532046,0.64364943,0,0)"
|
|
333
|
+
cy="291.38919"
|
|
334
|
+
cx="-156.76759"
|
|
335
|
+
id="circle7257"
|
|
336
|
+
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" />
|
|
337
|
+
<ellipse
|
|
338
|
+
ry="1.4703517"
|
|
339
|
+
rx="1.4697686"
|
|
340
|
+
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"
|
|
341
|
+
id="circle7259"
|
|
342
|
+
cx="-74.849426"
|
|
343
|
+
cy="311.77136"
|
|
344
|
+
transform="matrix(0.7653205,-0.64364938,0.64192532,0.76676716,0,0)" />
|
|
345
|
+
<ellipse
|
|
346
|
+
ry="1.4713458"
|
|
347
|
+
rx="1.4687726"
|
|
348
|
+
transform="matrix(0.93944096,-0.3427108,0.34133044,0.93994337,0,0)"
|
|
349
|
+
cy="308.75555"
|
|
350
|
+
cx="93.066002"
|
|
351
|
+
id="circle7261"
|
|
352
|
+
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" />
|
|
353
|
+
<ellipse
|
|
354
|
+
ry="1.4716377"
|
|
355
|
+
rx="1.4684811"
|
|
356
|
+
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"
|
|
357
|
+
id="circle7263"
|
|
358
|
+
cx="173.99515"
|
|
359
|
+
cy="285.4032"
|
|
360
|
+
transform="matrix(0.98473974,-0.17403345,0.1732637,0.98487547,0,0)" />
|
|
361
|
+
<ellipse
|
|
362
|
+
ry="1.4716377"
|
|
363
|
+
rx="1.4684811"
|
|
364
|
+
transform="matrix(0.98473974,-0.17403345,0.1732637,0.98487547,0,0)"
|
|
365
|
+
cy="285.4032"
|
|
366
|
+
cx="173.99515"
|
|
367
|
+
id="circle7265"
|
|
368
|
+
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" />
|
|
369
|
+
<circle
|
|
370
|
+
r="221.99022"
|
|
371
|
+
cy="414.70831"
|
|
372
|
+
cx="250"
|
|
373
|
+
id="path7341"
|
|
374
|
+
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" />
|
|
375
|
+
<g
|
|
376
|
+
transform="matrix(0.77971535,0,0,0.8869868,54.51446,44.009958)"
|
|
377
|
+
id="g4694"
|
|
378
|
+
style="display:inline">
|
|
379
|
+
<path
|
|
380
|
+
class="boatBackground"
|
|
381
|
+
style="fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
382
|
+
d="m 250,294.70832 -5,10 -50,195 v 10 l 3,1 h 107 v -9 l -53,-206 -2,-1"
|
|
383
|
+
id="path4686" />
|
|
384
|
+
<path
|
|
385
|
+
class="boatBackground"
|
|
386
|
+
style="display:inline;fill-opacity:1;stroke:#000000;stroke-width:3.14709449;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
387
|
+
d="m 193.84906,509.2181 c 0,0 0,-165.78166 56.00857,-215.51616"
|
|
388
|
+
id="path3703" />
|
|
389
|
+
<path
|
|
390
|
+
class="boatBackground"
|
|
391
|
+
style="display:inline;fill-opacity:1;stroke:#000000;stroke-width:3.14709449;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
392
|
+
d="m 305.86619,509.2181 c 0,0 0,-165.78166 -56.00856,-215.51616"
|
|
393
|
+
id="path3703-6" />
|
|
394
|
+
<path
|
|
395
|
+
class="boatBackground"
|
|
396
|
+
style="display:inline;fill-opacity:1;stroke:#000000;stroke-width:3.14709449;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
397
|
+
d="m 193.84906,509.2181 c 0,0 52.27466,70.45719 112.01713,0"
|
|
398
|
+
id="path4525" />
|
|
399
|
+
</g>
|
|
400
|
+
</g>
|
|
401
|
+
|
|
402
|
+
<!-- compass -->
|
|
403
|
+
<g
|
|
404
|
+
style="display:inline"
|
|
405
|
+
id="layer2">
|
|
406
|
+
<ellipse class="compass-outer-ring"
|
|
407
|
+
ry="204.07419"
|
|
408
|
+
rx="203.96022"
|
|
409
|
+
cy="250.03972"
|
|
410
|
+
cx="249.6674"
|
|
411
|
+
id="path4584"
|
|
412
|
+
style="display:inline;fill:none;stroke-width:30.60257721;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.85427091" />
|
|
413
|
+
<ellipse class="compass-inner-ring"
|
|
414
|
+
ry="181.26276"
|
|
415
|
+
rx="181.16154"
|
|
416
|
+
style="display:inline;fill:none;stroke-width:15.7575798;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
417
|
+
id="circle4732"
|
|
418
|
+
cx="249.6674"
|
|
419
|
+
cy="250.03976" />
|
|
420
|
+
<path
|
|
421
|
+
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"
|
|
422
|
+
d="m 282.3788,64.190517 -2.65629,15.073051"
|
|
423
|
+
id="use6608" />
|
|
424
|
+
<path
|
|
425
|
+
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"
|
|
426
|
+
d="m 314.0866,72.749137 -5.23189,14.382504"
|
|
427
|
+
id="use6610" />
|
|
428
|
+
<path
|
|
429
|
+
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"
|
|
430
|
+
d="m 370.69732,105.58004 -9.83269,11.72475"
|
|
431
|
+
id="use6614" />
|
|
432
|
+
<path
|
|
433
|
+
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"
|
|
434
|
+
d="m 393.88013,128.85476 -11.71816,9.83821"
|
|
435
|
+
id="use6616" />
|
|
436
|
+
<path
|
|
437
|
+
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"
|
|
438
|
+
d="m 426.5002,185.6083 -14.37454,5.23479"
|
|
439
|
+
id="use6620" />
|
|
440
|
+
<path
|
|
441
|
+
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"
|
|
442
|
+
d="m 434.94627,217.3627 -15.06464,2.65782"
|
|
443
|
+
id="use6622" />
|
|
444
|
+
<path
|
|
445
|
+
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"
|
|
446
|
+
d="m 434.83509,282.83188 -15.06465,-2.6578"
|
|
447
|
+
id="use6626" />
|
|
448
|
+
<path
|
|
449
|
+
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"
|
|
450
|
+
d="m 426.28125,314.55737 -14.3745,-5.23482"
|
|
451
|
+
id="use6628" />
|
|
452
|
+
<path
|
|
453
|
+
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"
|
|
454
|
+
d="m 394.10882,371.71515 -11.71819,-9.83826"
|
|
455
|
+
id="use6632" />
|
|
456
|
+
<path
|
|
457
|
+
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"
|
|
458
|
+
d="m 370.84706,394.91093 -9.83274,-11.72477"
|
|
459
|
+
id="use6634" />
|
|
460
|
+
<path
|
|
461
|
+
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"
|
|
462
|
+
d="m 314.12519,427.54916 -5.23188,-14.38252"
|
|
463
|
+
id="use6638" />
|
|
464
|
+
<path
|
|
465
|
+
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"
|
|
466
|
+
d="m 282.38854,436 -2.65629,-15.07307"
|
|
467
|
+
id="use6640" />
|
|
468
|
+
<path
|
|
469
|
+
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"
|
|
470
|
+
d="m 216.95594,435.88873 2.65631,-15.07302"
|
|
471
|
+
id="use6644" />
|
|
472
|
+
<path
|
|
473
|
+
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"
|
|
474
|
+
d="m 185.24815,427.33019 5.23187,-14.38255"
|
|
475
|
+
id="use6646" />
|
|
476
|
+
<path
|
|
477
|
+
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"
|
|
478
|
+
d="m 128.63744,394.49924 9.83272,-11.72471"
|
|
479
|
+
id="use6650" />
|
|
480
|
+
<path
|
|
481
|
+
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"
|
|
482
|
+
d="m 105.4546,371.22452 11.71819,-9.83825"
|
|
483
|
+
id="use6652" />
|
|
484
|
+
<path
|
|
485
|
+
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"
|
|
486
|
+
d="m 72.834542,314.47097 14.374486,-5.23482"
|
|
487
|
+
id="use6656" />
|
|
488
|
+
<path
|
|
489
|
+
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"
|
|
490
|
+
d="m 64.388484,282.71658 15.064614,-2.6578"
|
|
491
|
+
id="use6658" />
|
|
492
|
+
<path
|
|
493
|
+
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"
|
|
494
|
+
d="m 64.499646,217.2474 15.064608,2.6578"
|
|
495
|
+
id="use6662" />
|
|
496
|
+
<path
|
|
497
|
+
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"
|
|
498
|
+
d="m 73.053457,185.5219 14.374493,5.23484"
|
|
499
|
+
id="use6664" />
|
|
500
|
+
<path
|
|
501
|
+
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"
|
|
502
|
+
d="m 105.22596,128.36416 11.71817,9.83821"
|
|
503
|
+
id="use6668" />
|
|
504
|
+
<path
|
|
505
|
+
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"
|
|
506
|
+
d="m 128.48767,105.16836 9.83276,11.72475"
|
|
507
|
+
id="use6670" />
|
|
508
|
+
<path
|
|
509
|
+
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"
|
|
510
|
+
d="m 185.20955,72.530089 5.23189,14.382551"
|
|
511
|
+
id="use6674" />
|
|
512
|
+
<path
|
|
513
|
+
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"
|
|
514
|
+
d="m 216.94623,64.079334 2.65629,15.073018"
|
|
515
|
+
id="use6676" />
|
|
516
|
+
<text
|
|
517
|
+
class="wind-text"
|
|
518
|
+
transform="scale(0.99972063,1.0002794)"
|
|
519
|
+
id="text4588"
|
|
520
|
+
y="57.610722"
|
|
521
|
+
x="235.89307"
|
|
522
|
+
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;-inkscape-font-specification:'sans-serif, Bold';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;fill-opacity:1;stroke:none;stroke-width:20.40172005;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.85427091"
|
|
523
|
+
xml:space="preserve"><tspan
|
|
524
|
+
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:32.64274979px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';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"
|
|
525
|
+
y="57.610722"
|
|
526
|
+
x="235.89307"
|
|
527
|
+
id="tspan4586">N</tspan></text>
|
|
528
|
+
<text class="wind-text"
|
|
529
|
+
transform="scale(-0.99972063,-1.0002794)"
|
|
530
|
+
id="text4588-7"
|
|
531
|
+
y="-441.91217"
|
|
532
|
+
x="-263.30118"
|
|
533
|
+
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;-inkscape-font-specification:'sans-serif, Bold';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;fill-opacity:1;stroke:none;stroke-width:20.40172005;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.85427091"
|
|
534
|
+
xml:space="preserve"><tspan
|
|
535
|
+
style="stroke-width:20.40172005"
|
|
536
|
+
y="-441.91217"
|
|
537
|
+
x="-263.30118"
|
|
538
|
+
id="tspan4608">S</tspan></text>
|
|
539
|
+
<text class="wind-text"
|
|
540
|
+
transform="matrix(0,1.0002794,-0.99972063,0,0,0)"
|
|
541
|
+
id="text4588-0"
|
|
542
|
+
y="-441.86282"
|
|
543
|
+
x="238.85701"
|
|
544
|
+
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;-inkscape-font-specification:'sans-serif, Bold';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;fill-opacity:1;stroke:none;stroke-width:20.40172005;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.85427091"
|
|
545
|
+
xml:space="preserve"><tspan
|
|
546
|
+
style="stroke-width:20.40172005"
|
|
547
|
+
y="-441.86282"
|
|
548
|
+
x="238.85701"
|
|
549
|
+
id="tspan4628">E</tspan></text>
|
|
550
|
+
<text class="wind-text"
|
|
551
|
+
transform="matrix(0,-1.0002794,0.99972063,0,0,0)"
|
|
552
|
+
id="text4588-79"
|
|
553
|
+
y="57.787918"
|
|
554
|
+
x="-270.36472"
|
|
555
|
+
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;-inkscape-font-specification:'sans-serif, Bold';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;fill-opacity:1;stroke:none;stroke-width:20.40172005;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.85427091"
|
|
556
|
+
xml:space="preserve"><tspan
|
|
557
|
+
style="stroke-width:20.40172005"
|
|
558
|
+
y="57.787918"
|
|
559
|
+
x="-270.36472"
|
|
560
|
+
id="tspan4648">W</tspan></text>
|
|
561
|
+
<text class="wind-text"
|
|
562
|
+
transform="matrix(0.70690928,0.70730433,-0.70690928,0.70730433,0,0)"
|
|
563
|
+
xml:space="preserve"
|
|
564
|
+
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;-inkscape-font-specification:'sans-serif, Normal';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;fill-opacity:1;stroke:none;stroke-width:20.40171623;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.85427091"
|
|
565
|
+
x="336.6947"
|
|
566
|
+
y="-196.40715"
|
|
567
|
+
id="text4656"><tspan
|
|
568
|
+
style="stroke-width:20.40171623"
|
|
569
|
+
y="-196.40715"
|
|
570
|
+
x="336.6947"
|
|
571
|
+
id="tspan4658">NE</tspan></text>
|
|
572
|
+
<text class="wind-text"
|
|
573
|
+
transform="matrix(0.70690928,-0.70730433,0.70690928,0.70730433,0,0)"
|
|
574
|
+
id="text4664"
|
|
575
|
+
y="158.61543"
|
|
576
|
+
x="-16.268604"
|
|
577
|
+
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;-inkscape-font-specification:'sans-serif, Normal';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;fill-opacity:1;stroke:none;stroke-width:20.40171623;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.85427091"
|
|
578
|
+
xml:space="preserve"><tspan
|
|
579
|
+
style="stroke-width:20.40171623"
|
|
580
|
+
y="158.61543"
|
|
581
|
+
x="-16.268604"
|
|
582
|
+
id="tspan4666">NW</tspan></text>
|
|
583
|
+
<text class="wind-text"
|
|
584
|
+
xml:space="preserve"
|
|
585
|
+
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;-inkscape-font-specification:'sans-serif, Normal';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;fill-opacity:1;stroke:none;stroke-width:20.40171623;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.85427091"
|
|
586
|
+
x="-368.62634"
|
|
587
|
+
y="-195.55559"
|
|
588
|
+
id="text4670"
|
|
589
|
+
transform="matrix(-0.70690928,-0.70730433,0.70690928,-0.70730433,0,0)"><tspan
|
|
590
|
+
style="stroke-width:20.40171623"
|
|
591
|
+
y="-195.55559"
|
|
592
|
+
x="-368.62634"
|
|
593
|
+
id="tspan4672">SW</tspan></text>
|
|
594
|
+
<text class="wind-text"
|
|
595
|
+
transform="matrix(-0.70690928,0.70730433,-0.70690928,-0.70730433,0,0)"
|
|
596
|
+
id="text4676"
|
|
597
|
+
y="-549.73486"
|
|
598
|
+
x="-14.819729"
|
|
599
|
+
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;-inkscape-font-specification:'sans-serif, Normal';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;fill-opacity:1;stroke:none;stroke-width:20.40171623;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.85427091"
|
|
600
|
+
xml:space="preserve"><tspan
|
|
601
|
+
style="stroke-width:20.40171623"
|
|
602
|
+
y="-549.73486"
|
|
603
|
+
x="-14.819729"
|
|
604
|
+
id="tspan4678">SE</tspan></text>
|
|
605
|
+
<text class="wind-text"
|
|
606
|
+
transform="matrix(0.92362146,0.38279035,-0.38257655,0.92413768,0,0)"
|
|
607
|
+
id="text4684"
|
|
608
|
+
y="-63.322182"
|
|
609
|
+
x="313.91727"
|
|
610
|
+
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;-inkscape-font-specification:'sans-serif, Normal';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;fill-opacity:1;stroke:none;stroke-width:20.40171814;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.85427091"
|
|
611
|
+
xml:space="preserve"><tspan
|
|
612
|
+
style="stroke-width:20.40171814"
|
|
613
|
+
y="-63.322182"
|
|
614
|
+
x="313.91727"
|
|
615
|
+
id="tspan4686">NNE</tspan></text>
|
|
616
|
+
<text class="wind-text"
|
|
617
|
+
xml:space="preserve"
|
|
618
|
+
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;-inkscape-font-specification:'sans-serif, Normal';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;fill-opacity:1;stroke:none;stroke-width:20.40171814;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.85427091"
|
|
619
|
+
x="315.44775"
|
|
620
|
+
y="-335.00937"
|
|
621
|
+
id="text4690"
|
|
622
|
+
transform="matrix(0.38257655,0.92413768,-0.92362146,0.38279035,0,0)"><tspan
|
|
623
|
+
style="stroke-width:20.40171814"
|
|
624
|
+
y="-335.00937"
|
|
625
|
+
x="315.44775"
|
|
626
|
+
id="tspan4694">ENE</tspan></text>
|
|
627
|
+
<text class="wind-text"
|
|
628
|
+
transform="matrix(-0.38257655,0.92413768,-0.92362146,-0.38279035,0,0)"
|
|
629
|
+
id="text4698"
|
|
630
|
+
y="-525.46448"
|
|
631
|
+
x="125.13807"
|
|
632
|
+
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;-inkscape-font-specification:'sans-serif, Normal';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;fill-opacity:1;stroke:none;stroke-width:20.40171814;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.85427091"
|
|
633
|
+
xml:space="preserve"><tspan
|
|
634
|
+
style="stroke-width:20.40171814"
|
|
635
|
+
y="-525.46448"
|
|
636
|
+
x="125.13807"
|
|
637
|
+
id="tspan4700">ESE</tspan></text>
|
|
638
|
+
<text class="wind-text"
|
|
639
|
+
xml:space="preserve"
|
|
640
|
+
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;-inkscape-font-specification:'sans-serif, Normal';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;fill-opacity:1;stroke:none;stroke-width:20.40171814;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.85427091"
|
|
641
|
+
x="-146.04666"
|
|
642
|
+
y="-525.87427"
|
|
643
|
+
id="text4704"
|
|
644
|
+
transform="matrix(-0.92362146,0.38279035,-0.38257655,-0.92413768,0,0)"><tspan
|
|
645
|
+
style="stroke-width:20.40171814"
|
|
646
|
+
y="-525.87427"
|
|
647
|
+
x="-146.04666"
|
|
648
|
+
id="tspan4706">SSE</tspan></text>
|
|
649
|
+
<text class="wind-text"
|
|
650
|
+
transform="matrix(-0.92362146,-0.38279035,0.38257655,-0.92413768,0,0)"
|
|
651
|
+
id="text4710"
|
|
652
|
+
y="-335.70993"
|
|
653
|
+
x="-337.56277"
|
|
654
|
+
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;-inkscape-font-specification:'sans-serif, Normal';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;;fill-opacity:1;stroke:none;stroke-width:20.40171814;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.85427091"
|
|
655
|
+
xml:space="preserve"><tspan
|
|
656
|
+
style="stroke-width:20.40171814"
|
|
657
|
+
y="-335.70993"
|
|
658
|
+
x="-337.56277"
|
|
659
|
+
id="tspan4712">SSW</tspan></text>
|
|
660
|
+
<text class="wind-text"
|
|
661
|
+
xml:space="preserve"
|
|
662
|
+
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;-inkscape-font-specification:'sans-serif, Normal';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;fill-opacity:1;stroke:none;stroke-width:20.40171814;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.85427091"
|
|
663
|
+
x="-340.84369"
|
|
664
|
+
y="-64.913971"
|
|
665
|
+
id="text4716"
|
|
666
|
+
transform="matrix(-0.38257655,-0.92413768,0.92362146,-0.38279035,0,0)"><tspan
|
|
667
|
+
style="stroke-width:20.40171814"
|
|
668
|
+
y="-64.913971"
|
|
669
|
+
x="-340.84369"
|
|
670
|
+
id="tspan4718">WSW</tspan></text>
|
|
671
|
+
<text class="wind-text"
|
|
672
|
+
transform="matrix(0.38257655,-0.92413768,0.92362146,0.38279035,0,0)"
|
|
673
|
+
id="text4722"
|
|
674
|
+
y="126.33953"
|
|
675
|
+
x="-149.29013"
|
|
676
|
+
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;-inkscape-font-specification:'sans-serif, Normal';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;fill-opacity:1;stroke:none;stroke-width:20.40171814;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.85427091"
|
|
677
|
+
xml:space="preserve"><tspan
|
|
678
|
+
style="stroke-width:20.40171814"
|
|
679
|
+
y="126.33953"
|
|
680
|
+
x="-149.29013"
|
|
681
|
+
id="tspan4724">WNW</tspan></text>
|
|
682
|
+
<text class="wind-text"
|
|
683
|
+
xml:space="preserve"
|
|
684
|
+
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;-inkscape-font-specification:'sans-serif, Normal';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;fill-opacity:1;stroke:none;stroke-width:20.40171814;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.85427091"
|
|
685
|
+
x="122.50405"
|
|
686
|
+
y="126.45713"
|
|
687
|
+
id="text4728"
|
|
688
|
+
transform="matrix(0.92362146,-0.38279035,0.38257655,0.92413768,0,0)"><tspan
|
|
689
|
+
style="stroke-width:20.40171814"
|
|
690
|
+
y="126.45713"
|
|
691
|
+
x="122.50405"
|
|
692
|
+
id="tspan4730">NNW</tspan></text>
|
|
693
|
+
<text class="wind-text"
|
|
694
|
+
transform="scale(0.99972063,1.0002794)"
|
|
695
|
+
xml:space="preserve"
|
|
696
|
+
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;-inkscape-font-specification:'sans-serif, Normal';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;fill-opacity:1;stroke:none;stroke-width:1.02008593"
|
|
697
|
+
x="243.83031"
|
|
698
|
+
y="75.371399"
|
|
699
|
+
id="use7029"><tspan
|
|
700
|
+
id="tspan7053"
|
|
701
|
+
x="243.83031"
|
|
702
|
+
y="75.371399"
|
|
703
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:19.04160881px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';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">0</tspan></text>
|
|
704
|
+
<text class="wind-text"
|
|
705
|
+
transform="matrix(0.86578352,0.50013971,-0.49986031,0.86626737,0,0)"
|
|
706
|
+
xml:space="preserve"
|
|
707
|
+
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;-inkscape-font-specification:'sans-serif, Normal';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;fill-opacity:1;stroke:none;stroke-width:1.02008593"
|
|
708
|
+
x="329.13461"
|
|
709
|
+
y="-82.136826"
|
|
710
|
+
id="use7031"><tspan
|
|
711
|
+
style="stroke-width:1.02008593"
|
|
712
|
+
y="-82.136826"
|
|
713
|
+
x="329.13461"
|
|
714
|
+
id="tspan7101">30</tspan></text>
|
|
715
|
+
<text class="wind-text"
|
|
716
|
+
transform="matrix(0.49986031,0.86626737,-0.86578352,0.50013971,0,0)"
|
|
717
|
+
xml:space="preserve"
|
|
718
|
+
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;-inkscape-font-specification:'sans-serif, Normal';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;fill-opacity:1;stroke:none;stroke-width:1.02008593"
|
|
719
|
+
x="329.30069"
|
|
720
|
+
y="-264.31485"
|
|
721
|
+
id="use7033"><tspan
|
|
722
|
+
style="stroke-width:1.02008593"
|
|
723
|
+
y="-264.31485"
|
|
724
|
+
x="329.30069"
|
|
725
|
+
id="tspan7103">60</tspan></text>
|
|
726
|
+
<text class="wind-text"
|
|
727
|
+
transform="matrix(0,1.0002794,-0.99972063,0,0,0)"
|
|
728
|
+
xml:space="preserve"
|
|
729
|
+
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;-inkscape-font-specification:'sans-serif, Normal';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;fill-opacity:1;stroke:none;stroke-width:1.02008593"
|
|
730
|
+
x="238.05109"
|
|
731
|
+
y="-423.63528"
|
|
732
|
+
id="use7035"><tspan
|
|
733
|
+
style="stroke-width:1.02008593"
|
|
734
|
+
y="-423.63528"
|
|
735
|
+
x="238.05109"
|
|
736
|
+
id="tspan7105">90</tspan></text>
|
|
737
|
+
<text class="wind-text"
|
|
738
|
+
transform="matrix(-0.49986031,0.86626737,-0.86578352,-0.50013971,0,0)"
|
|
739
|
+
xml:space="preserve"
|
|
740
|
+
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;-inkscape-font-specification:'sans-serif, Normal';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;fill-opacity:1;stroke:none;stroke-width:1.02008593"
|
|
741
|
+
x="74.146378"
|
|
742
|
+
y="-514.65607"
|
|
743
|
+
id="use7037"><tspan
|
|
744
|
+
style="stroke-width:1.02008593"
|
|
745
|
+
y="-514.65607"
|
|
746
|
+
x="74.146378"
|
|
747
|
+
id="tspan7109">120</tspan></text>
|
|
748
|
+
<text class="wind-text"
|
|
749
|
+
transform="matrix(-0.86578352,0.50013971,-0.49986031,-0.86626737,0,0)"
|
|
750
|
+
xml:space="preserve"
|
|
751
|
+
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;-inkscape-font-specification:'sans-serif, Normal';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;fill-opacity:1;stroke:none;stroke-width:1.02008593"
|
|
752
|
+
x="-110.06672"
|
|
753
|
+
y="-515.6853"
|
|
754
|
+
id="use7039"><tspan
|
|
755
|
+
style="stroke-width:1.02008593"
|
|
756
|
+
y="-515.6853"
|
|
757
|
+
x="-110.06672"
|
|
758
|
+
id="tspan7111">150</tspan></text>
|
|
759
|
+
<text class="wind-text"
|
|
760
|
+
transform="scale(-0.99972063,-1.0002794)"
|
|
761
|
+
xml:space="preserve"
|
|
762
|
+
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;-inkscape-font-specification:'sans-serif, Normal';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;fill-opacity:1;stroke:none;stroke-width:1.02008593"
|
|
763
|
+
x="-268.13757"
|
|
764
|
+
y="-424.22107"
|
|
765
|
+
id="use7041"><tspan
|
|
766
|
+
style="stroke-width:1.02008593"
|
|
767
|
+
y="-424.22107"
|
|
768
|
+
x="-268.13757"
|
|
769
|
+
id="tspan7113">180</tspan></text>
|
|
770
|
+
<text class="wind-text"
|
|
771
|
+
transform="matrix(-0.86578352,-0.50013971,0.49986031,-0.86626737,0,0)"
|
|
772
|
+
xml:space="preserve"
|
|
773
|
+
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;-inkscape-font-specification:'sans-serif, Normal';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;fill-opacity:1;stroke:none;stroke-width:1.02008593"
|
|
774
|
+
x="-359.67947"
|
|
775
|
+
y="-266.0527"
|
|
776
|
+
id="use7043"><tspan
|
|
777
|
+
style="stroke-width:1.02008593"
|
|
778
|
+
y="-266.0527"
|
|
779
|
+
x="-359.67947"
|
|
780
|
+
id="tspan7115">210</tspan></text>
|
|
781
|
+
<text class="wind-text"
|
|
782
|
+
transform="matrix(-0.49986031,-0.86626737,0.86578352,-0.50013971,0,0)"
|
|
783
|
+
xml:space="preserve"
|
|
784
|
+
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;-inkscape-font-specification:'sans-serif, Normal';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;fill-opacity:1;stroke:none;stroke-width:1.02008593"
|
|
785
|
+
x="-359.42673"
|
|
786
|
+
y="-82.891243"
|
|
787
|
+
id="use7045"><tspan
|
|
788
|
+
style="stroke-width:1.02008593"
|
|
789
|
+
y="-82.891243"
|
|
790
|
+
x="-359.42673"
|
|
791
|
+
id="tspan7117">240</tspan></text>
|
|
792
|
+
<text class="wind-text"
|
|
793
|
+
transform="matrix(0,-1.0002794,0.99972063,0,0,0)"
|
|
794
|
+
xml:space="preserve"
|
|
795
|
+
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;-inkscape-font-specification:'sans-serif, Normal';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;fill-opacity:1;stroke:none;stroke-width:1.02008593"
|
|
796
|
+
x="-267.69278"
|
|
797
|
+
y="76.300224"
|
|
798
|
+
id="use7047"><tspan
|
|
799
|
+
style="stroke-width:1.02008593"
|
|
800
|
+
y="76.300224"
|
|
801
|
+
x="-267.69278"
|
|
802
|
+
id="tspan7119">270</tspan></text>
|
|
803
|
+
<text class="wind-text"
|
|
804
|
+
transform="matrix(0.49986031,-0.86626737,0.86578352,0.50013971,0,0)"
|
|
805
|
+
xml:space="preserve"
|
|
806
|
+
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;-inkscape-font-specification:'sans-serif, Normal';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;fill-opacity:1;stroke:none;stroke-width:1.02008593"
|
|
807
|
+
x="-108.58751"
|
|
808
|
+
y="166.93124"
|
|
809
|
+
id="use7049"><tspan
|
|
810
|
+
style="stroke-width:1.02008593"
|
|
811
|
+
y="166.93124"
|
|
812
|
+
x="-108.58751"
|
|
813
|
+
id="tspan7121">300</tspan></text>
|
|
814
|
+
<text class="wind-text"
|
|
815
|
+
transform="matrix(0.86578352,-0.50013971,0.49986031,0.86626737,0,0)"
|
|
816
|
+
xml:space="preserve"
|
|
817
|
+
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;-inkscape-font-specification:'sans-serif, Normal';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;fill-opacity:1;stroke:none;stroke-width:1.02008593"
|
|
818
|
+
x="73.109596"
|
|
819
|
+
y="166.91515"
|
|
820
|
+
id="use7051"><tspan
|
|
821
|
+
style="stroke-width:1.02008593"
|
|
822
|
+
y="166.91515"
|
|
823
|
+
x="73.109596"
|
|
824
|
+
id="tspan7125">330</tspan></text>
|
|
825
|
+
<animateTransform #compassAnimate attributeName="transform"
|
|
826
|
+
type="rotate"
|
|
827
|
+
[attr.from]="'-'+oldCompassRotate+' 250 250'"
|
|
828
|
+
[attr.to]="'-'+newCompassRotate+' 250 250'"
|
|
829
|
+
begin="indefinite"
|
|
830
|
+
dur="0.1s"
|
|
831
|
+
additive="replace"
|
|
832
|
+
fill="freeze"
|
|
833
|
+
/>
|
|
834
|
+
</g>
|
|
835
|
+
|
|
836
|
+
|
|
837
|
+
|
|
838
|
+
<!-- True Wind Indicator -->
|
|
839
|
+
<g
|
|
840
|
+
*ngIf="trueWindAngle != null"
|
|
841
|
+
style="display:inline"
|
|
842
|
+
id="layer4">
|
|
843
|
+
<g
|
|
844
|
+
transform="rotate(179.60924,249.75622,83.659984)"
|
|
845
|
+
id="g1187">
|
|
846
|
+
<g class="true-wind"
|
|
847
|
+
transform="matrix(-5.1082345,0,0,-4.5354333,587.61946,139.05361)"
|
|
848
|
+
id="g7361"
|
|
849
|
+
style="display:inline;fill-opacity:1">
|
|
850
|
+
<path class="true-wind"
|
|
851
|
+
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"
|
|
852
|
+
id="path7357"
|
|
853
|
+
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" />
|
|
854
|
+
<path class="true-wind"
|
|
855
|
+
id="path7359"
|
|
856
|
+
d="m 62.177083,3.96875 3.968749,6.614583 3.96875,-6.614583"
|
|
857
|
+
style="fill-opacity:1;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
|
858
|
+
</g>
|
|
859
|
+
<text class="wind-text"
|
|
860
|
+
transform="scale(-1.0096233,-0.99046843)"
|
|
861
|
+
id="text7365"
|
|
862
|
+
y="-117.71236"
|
|
863
|
+
x="-247.47594"
|
|
864
|
+
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:'Arial, Bold';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;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.02742887"
|
|
865
|
+
xml:space="preserve"><tspan
|
|
866
|
+
id="tspan7417"
|
|
867
|
+
x="-247.47594"
|
|
868
|
+
y="-117.71236">{{ trueWindSpeedDisplay }}</tspan></text>
|
|
869
|
+
<text class="wind-text"
|
|
870
|
+
xml:space="preserve"
|
|
871
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';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;fill:#000000;fill-opacity:1;stroke:none"
|
|
872
|
+
x="-252.43172"
|
|
873
|
+
y="-103.49368"
|
|
874
|
+
id="text1173"
|
|
875
|
+
transform="scale(-1)">
|
|
876
|
+
<tspan
|
|
877
|
+
id="tspan1171"
|
|
878
|
+
x="-252.43172"
|
|
879
|
+
y="-103.49368">T</tspan>
|
|
880
|
+
</text>
|
|
881
|
+
</g>
|
|
882
|
+
<animateTransform #trueWindAnimate attributeName="transform"
|
|
883
|
+
type="rotate"
|
|
884
|
+
[attr.from]="oldTrueWindRotateAngle+' 250 250'"
|
|
885
|
+
[attr.to]="newTrueWindRotateAngle+' 250 250'"
|
|
886
|
+
begin="indefinite"
|
|
887
|
+
dur="0.1s"
|
|
888
|
+
additive="replace"
|
|
889
|
+
fill="freeze"
|
|
890
|
+
/>
|
|
891
|
+
</g>
|
|
892
|
+
|
|
893
|
+
<!-- App Wind Indicator -->
|
|
894
|
+
<g
|
|
895
|
+
*ngIf="appWindAngle != null"
|
|
896
|
+
style="display:inline"
|
|
897
|
+
id="layer5">
|
|
898
|
+
<g
|
|
899
|
+
id="g1169">
|
|
900
|
+
<g class="app-wind"
|
|
901
|
+
style="display:inline;fill-opacity:1"
|
|
902
|
+
id="g7280"
|
|
903
|
+
transform="matrix(-5.1082345,0,0,-4.5354333,587.61946,139.05361)">
|
|
904
|
+
<path class="app-wind"
|
|
905
|
+
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"
|
|
906
|
+
id="path7276"
|
|
907
|
+
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" />
|
|
908
|
+
<path class="app-wind"
|
|
909
|
+
style="fill-opacity:1;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
910
|
+
d="m 62.177083,3.96875 3.968749,6.614583 3.96875,-6.614583"
|
|
911
|
+
id="path7278" />
|
|
912
|
+
</g>
|
|
913
|
+
<text class="wind-text"
|
|
914
|
+
xml:space="preserve"
|
|
915
|
+
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:18.66666603px;line-height:1.25;font-family:Arial;-inkscape-font-specification:'Arial, Bold';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;fill-opacity:1;stroke:none;stroke-width:1.02742887"
|
|
916
|
+
x="-247.70137"
|
|
917
|
+
y="-117.30515"
|
|
918
|
+
id="text7287"
|
|
919
|
+
transform="scale(-1.0096233,-0.99046843)"><tspan
|
|
920
|
+
id="tspan7435"
|
|
921
|
+
x="-247.70137"
|
|
922
|
+
y="-117.30515">{{ appWindSpeedDisplay }}</tspan></text>
|
|
923
|
+
<text class="wind-text"
|
|
924
|
+
xml:space="preserve"
|
|
925
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.66666698px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';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;fill-opacity:1;stroke:none"
|
|
926
|
+
x="-253.04364"
|
|
927
|
+
y="-103.33408"
|
|
928
|
+
id="text1155"
|
|
929
|
+
transform="scale(-1)"><tspan
|
|
930
|
+
id="tspan1153"
|
|
931
|
+
x="-253.04364"
|
|
932
|
+
y="-103.33408">A</tspan></text>
|
|
933
|
+
</g>
|
|
934
|
+
<animateTransform #appWindAnimate attributeName="transform"
|
|
935
|
+
type="rotate"
|
|
936
|
+
[attr.from]="oldAppWindAngle+' 250 250'"
|
|
937
|
+
[attr.to]="newAppWindAngle+' 250 250'"
|
|
938
|
+
begin="indefinite"
|
|
939
|
+
dur="0.1s"
|
|
940
|
+
additive="replace"
|
|
941
|
+
fill="freeze"
|
|
942
|
+
/>
|
|
943
|
+
</g>
|
|
944
|
+
|
|
945
|
+
<!-- Heading -->
|
|
946
|
+
<g
|
|
947
|
+
style="display:inline"
|
|
948
|
+
id="layer3">
|
|
949
|
+
<rect class="heading-background"
|
|
950
|
+
ry="7.4823418"
|
|
951
|
+
rx="6.9066305"
|
|
952
|
+
y="64.10257"
|
|
953
|
+
x="203.85365"
|
|
954
|
+
height="28.058783"
|
|
955
|
+
width="90.649544"
|
|
956
|
+
id="rect7151"
|
|
957
|
+
style="fill-opacity:1;stroke:#040404;stroke-width:2.69577217;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
958
|
+
<text class="wind-text"
|
|
959
|
+
transform="scale(1.0008524,0.99914832)"
|
|
960
|
+
id="text7163"
|
|
961
|
+
y="86.644958"
|
|
962
|
+
x="247.44287"
|
|
963
|
+
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:22.38400078px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Bold';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;fill-opacity:1;stroke:none;stroke-width:0.93268102"
|
|
964
|
+
xml:space="preserve"><tspan
|
|
965
|
+
y="86.644958"
|
|
966
|
+
x="247.44287"
|
|
967
|
+
id="tspan7406">{{ headingValue }}</tspan></text>
|
|
968
|
+
</g>
|
|
969
|
+
</svg>
|