@maptiler/sdk 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (203) hide show
  1. package/.eslintignore +1 -0
  2. package/.eslintrc.cjs +10 -0
  3. package/.github/workflows/npm-publish.yml +23 -0
  4. package/LICENSE +29 -0
  5. package/demos/maptiler-sdk.css +147 -0
  6. package/demos/maptiler-sdk.umd.js +3287 -0
  7. package/demos/simple.html +63 -0
  8. package/dist/maptiler-sdk.css +147 -0
  9. package/dist/maptiler-sdk.d.ts +531 -0
  10. package/dist/maptiler-sdk.min.mjs +1 -0
  11. package/dist/maptiler-sdk.mjs +1128 -0
  12. package/dist/maptiler-sdk.mjs.map +1 -0
  13. package/dist/maptiler-sdk.umd.js +3287 -0
  14. package/dist/maptiler-sdk.umd.js.map +1 -0
  15. package/dist/maptiler-sdk.umd.min.js +579 -0
  16. package/docs/.nojekyll +1 -0
  17. package/docs/assets/custom.css +118 -0
  18. package/docs/assets/highlight.css +134 -0
  19. package/docs/assets/main.js +54 -0
  20. package/docs/assets/search.js +1 -0
  21. package/docs/assets/style.css +1257 -0
  22. package/docs/classes/Map.html +273 -0
  23. package/docs/classes/Point.html +549 -0
  24. package/docs/classes/SdkConfig.html +188 -0
  25. package/docs/demos/maptiler-sdk.css +147 -0
  26. package/docs/demos/maptiler-sdk.umd.js +3287 -0
  27. package/docs/demos/simple.html +63 -0
  28. package/docs/functions/addProtocol.html +146 -0
  29. package/docs/functions/clearPrewarmedResources.html +92 -0
  30. package/docs/functions/clearStorage.html +124 -0
  31. package/docs/functions/getRTLTextPluginStatus.html +92 -0
  32. package/docs/functions/prewarm.html +92 -0
  33. package/docs/functions/removeProtocol.html +106 -0
  34. package/docs/functions/setRTLTextPlugin.html +112 -0
  35. package/docs/functions/supported.html +97 -0
  36. package/docs/images/JS-logo.svg +4 -0
  37. package/docs/images/TS-logo.svg +6 -0
  38. package/docs/images/maptiler-logo.svg +19 -0
  39. package/docs/images/maptiler-sdk-logo.afdesign +0 -0
  40. package/docs/images/maptiler-sdk-logo.svg +66 -0
  41. package/docs/images/screenshots/alps.gif +0 -0
  42. package/docs/images/screenshots/grandcanyon.gif +0 -0
  43. package/docs/images/screenshots/lang-arabic.png +0 -0
  44. package/docs/images/screenshots/lang-hebrew.png +0 -0
  45. package/docs/images/screenshots/multilang.gif +0 -0
  46. package/docs/images/screenshots/static-bounded-europe-1024.png +0 -0
  47. package/docs/images/screenshots/static-bounded-europe-2048.png +0 -0
  48. package/docs/images/screenshots/static-bounded-portugal-1024x2048.png +0 -0
  49. package/docs/images/screenshots/static-bounded-portugal-2048x2048.png +0 -0
  50. package/docs/images/screenshots/static-with-path.png +0 -0
  51. package/docs/images/screenshots/style-basic-v2.png +0 -0
  52. package/docs/images/screenshots/style-bright.png +0 -0
  53. package/docs/images/screenshots/style-dataviz-dark.png +0 -0
  54. package/docs/images/screenshots/style-hybrid.png +0 -0
  55. package/docs/images/screenshots/style-osm.png +0 -0
  56. package/docs/images/screenshots/style-outdoor.png +0 -0
  57. package/docs/images/screenshots/style-pastel.png +0 -0
  58. package/docs/images/screenshots/style-satellite.png +0 -0
  59. package/docs/images/screenshots/style-streets-v2-dark.png +0 -0
  60. package/docs/images/screenshots/style-streets-v2-light.png +0 -0
  61. package/docs/images/screenshots/style-streets-v2.png +0 -0
  62. package/docs/images/screenshots/style-toner.png +0 -0
  63. package/docs/images/screenshots/style-topo.png +0 -0
  64. package/docs/images/screenshots/style-topographique.png +0 -0
  65. package/docs/images/screenshots/style-voyager.png +0 -0
  66. package/docs/images/screenshots/style-winter.png +0 -0
  67. package/docs/index.html +601 -0
  68. package/docs/modules.html +142 -0
  69. package/docs/types/LanguageKey.html +90 -0
  70. package/docs/types/LanguageString.html +90 -0
  71. package/docs/types/MapOptions.html +90 -0
  72. package/docs/types/Matrix2.html +90 -0
  73. package/docs/types/Unit.html +88 -0
  74. package/docs/variables/AJAXError.html +88 -0
  75. package/docs/variables/AttributionControl.html +88 -0
  76. package/docs/variables/CanvasSource.html +88 -0
  77. package/docs/variables/Evented.html +88 -0
  78. package/docs/variables/FullscreenControl.html +88 -0
  79. package/docs/variables/GeoJSONSource.html +88 -0
  80. package/docs/variables/GeolocateControl.html +88 -0
  81. package/docs/variables/GeolocationType.html +95 -0
  82. package/docs/variables/ImageSource.html +88 -0
  83. package/docs/variables/Language.html +249 -0
  84. package/docs/variables/LngLat.html +88 -0
  85. package/docs/variables/LngLatBounds.html +88 -0
  86. package/docs/variables/LogoControl.html +88 -0
  87. package/docs/variables/Marker.html +88 -0
  88. package/docs/variables/MercatorCoordinate.html +88 -0
  89. package/docs/variables/NavigationControl.html +88 -0
  90. package/docs/variables/Popup.html +88 -0
  91. package/docs/variables/RasterDEMTileSource.html +88 -0
  92. package/docs/variables/RasterTileSource.html +88 -0
  93. package/docs/variables/ScaleControl.html +88 -0
  94. package/docs/variables/Style.html +88 -0
  95. package/docs/variables/TerrainControl.html +88 -0
  96. package/docs/variables/VectorTileSource.html +88 -0
  97. package/docs/variables/VideoSource.html +88 -0
  98. package/docs/variables/config.html +88 -0
  99. package/docs/variables/maxParallelImageRequests.html +88 -0
  100. package/docs/variables/version.html +88 -0
  101. package/docs/variables/workerCount.html +88 -0
  102. package/docs/variables/workerUrl.html +88 -0
  103. package/docsmd/.nojekyll +1 -0
  104. package/docsmd/README.md +710 -0
  105. package/docsmd/assets/custom.css +118 -0
  106. package/docsmd/classes/Map.md +292 -0
  107. package/docsmd/classes/Point.md +603 -0
  108. package/docsmd/classes/SdkConfig.md +186 -0
  109. package/docsmd/images/JS-logo.svg +4 -0
  110. package/docsmd/images/TS-logo.svg +6 -0
  111. package/docsmd/images/maptiler-logo.svg +19 -0
  112. package/docsmd/images/maptiler-sdk-logo.afdesign +0 -0
  113. package/docsmd/images/maptiler-sdk-logo.svg +66 -0
  114. package/docsmd/images/screenshots/alps.gif +0 -0
  115. package/docsmd/images/screenshots/grandcanyon.gif +0 -0
  116. package/docsmd/images/screenshots/lang-arabic.png +0 -0
  117. package/docsmd/images/screenshots/lang-hebrew.png +0 -0
  118. package/docsmd/images/screenshots/multilang.gif +0 -0
  119. package/docsmd/images/screenshots/static-bounded-europe-1024.png +0 -0
  120. package/docsmd/images/screenshots/static-bounded-europe-2048.png +0 -0
  121. package/docsmd/images/screenshots/static-bounded-portugal-1024x2048.png +0 -0
  122. package/docsmd/images/screenshots/static-bounded-portugal-2048x2048.png +0 -0
  123. package/docsmd/images/screenshots/static-with-path.png +0 -0
  124. package/docsmd/images/screenshots/style-basic-v2.png +0 -0
  125. package/docsmd/images/screenshots/style-bright.png +0 -0
  126. package/docsmd/images/screenshots/style-dataviz-dark.png +0 -0
  127. package/docsmd/images/screenshots/style-hybrid.png +0 -0
  128. package/docsmd/images/screenshots/style-osm.png +0 -0
  129. package/docsmd/images/screenshots/style-outdoor.png +0 -0
  130. package/docsmd/images/screenshots/style-pastel.png +0 -0
  131. package/docsmd/images/screenshots/style-satellite.png +0 -0
  132. package/docsmd/images/screenshots/style-streets-v2-dark.png +0 -0
  133. package/docsmd/images/screenshots/style-streets-v2-light.png +0 -0
  134. package/docsmd/images/screenshots/style-streets-v2.png +0 -0
  135. package/docsmd/images/screenshots/style-toner.png +0 -0
  136. package/docsmd/images/screenshots/style-topo.png +0 -0
  137. package/docsmd/images/screenshots/style-topographique.png +0 -0
  138. package/docsmd/images/screenshots/style-voyager.png +0 -0
  139. package/docsmd/images/screenshots/style-winter.png +0 -0
  140. package/images/JS-logo.svg +4 -0
  141. package/images/TS-logo.svg +6 -0
  142. package/images/maptiler-logo.svg +19 -0
  143. package/images/maptiler-sdk-logo.afdesign +0 -0
  144. package/images/maptiler-sdk-logo.svg +66 -0
  145. package/images/screenshots/alps.gif +0 -0
  146. package/images/screenshots/grandcanyon.gif +0 -0
  147. package/images/screenshots/lang-arabic.png +0 -0
  148. package/images/screenshots/lang-hebrew.png +0 -0
  149. package/images/screenshots/multilang.gif +0 -0
  150. package/images/screenshots/static-bounded-europe-1024.png +0 -0
  151. package/images/screenshots/static-bounded-europe-2048.png +0 -0
  152. package/images/screenshots/static-bounded-portugal-1024x2048.png +0 -0
  153. package/images/screenshots/static-bounded-portugal-2048x2048.png +0 -0
  154. package/images/screenshots/static-with-path.png +0 -0
  155. package/images/screenshots/style-basic-v2.png +0 -0
  156. package/images/screenshots/style-bright.png +0 -0
  157. package/images/screenshots/style-dataviz-dark.png +0 -0
  158. package/images/screenshots/style-hybrid.png +0 -0
  159. package/images/screenshots/style-osm.png +0 -0
  160. package/images/screenshots/style-outdoor.png +0 -0
  161. package/images/screenshots/style-pastel.png +0 -0
  162. package/images/screenshots/style-satellite.png +0 -0
  163. package/images/screenshots/style-streets-v2-dark.png +0 -0
  164. package/images/screenshots/style-streets-v2-light.png +0 -0
  165. package/images/screenshots/style-streets-v2.png +0 -0
  166. package/images/screenshots/style-toner.png +0 -0
  167. package/images/screenshots/style-topo.png +0 -0
  168. package/images/screenshots/style-topographique.png +0 -0
  169. package/images/screenshots/style-voyager.png +0 -0
  170. package/images/screenshots/style-winter.png +0 -0
  171. package/package.json +71 -0
  172. package/readme.md +609 -0
  173. package/rollup.config.js +161 -0
  174. package/scripts/replace-path-with-content.js +51 -0
  175. package/src/CustomGeolocateControl.ts +193 -0
  176. package/src/CustomLogoControl.ts +59 -0
  177. package/src/Map.ts +897 -0
  178. package/src/MaptilerNavigationControl.ts +66 -0
  179. package/src/Point.ts +336 -0
  180. package/src/TerrainControl.ts +87 -0
  181. package/src/config.ts +92 -0
  182. package/src/defaults.ts +20 -0
  183. package/src/index.ts +171 -0
  184. package/src/language.ts +139 -0
  185. package/src/mapstyle.ts +38 -0
  186. package/src/style/style_template.css +146 -0
  187. package/src/style/svg/v6-compass.svg +12 -0
  188. package/src/style/svg/v6-fullscreen-off.svg +7 -0
  189. package/src/style/svg/v6-fullscreen.svg +7 -0
  190. package/src/style/svg/v6-geolocate-active-error.svg +10 -0
  191. package/src/style/svg/v6-geolocate-active.svg +7 -0
  192. package/src/style/svg/v6-geolocate-background.svg +8 -0
  193. package/src/style/svg/v6-geolocate-disabled.svg +10 -0
  194. package/src/style/svg/v6-geolocate.svg +7 -0
  195. package/src/style/svg/v6-terrain-on.svg +7 -0
  196. package/src/style/svg/v6-terrain.svg +7 -0
  197. package/src/style/svg/v6-zoom-minus.svg +7 -0
  198. package/src/style/svg/v6-zoom-plus.svg +7 -0
  199. package/src/tools.ts +45 -0
  200. package/src/unit.ts +1 -0
  201. package/tsconfig.json +11 -0
  202. package/typedoc.css +118 -0
  203. package/typedoc.json +13 -0
package/src/index.ts ADDED
@@ -0,0 +1,171 @@
1
+ /**
2
+ * Maplibre export first, then extensions can overload the exports.
3
+ */
4
+ export * from "maplibre-gl";
5
+
6
+ /**
7
+ * To perform explicit named export so that they are included in the UMD bundle
8
+ */
9
+ // import * as ML from "maplibre-gl";
10
+
11
+ import maplibregl from "maplibre-gl";
12
+
13
+ const {
14
+ supported,
15
+ setRTLTextPlugin,
16
+ getRTLTextPluginStatus,
17
+ NavigationControl,
18
+ GeolocateControl,
19
+ AttributionControl,
20
+ LogoControl,
21
+ ScaleControl,
22
+ FullscreenControl,
23
+ TerrainControl,
24
+ Popup,
25
+ Marker,
26
+ Style,
27
+ LngLat,
28
+ LngLatBounds,
29
+ MercatorCoordinate,
30
+ Evented,
31
+ AJAXError,
32
+ CanvasSource,
33
+ GeoJSONSource,
34
+ ImageSource,
35
+ RasterDEMTileSource,
36
+ RasterTileSource,
37
+ VectorTileSource,
38
+ VideoSource,
39
+ prewarm,
40
+ clearPrewarmedResources,
41
+ version,
42
+ workerCount,
43
+ maxParallelImageRequests,
44
+ clearStorage,
45
+ workerUrl,
46
+ addProtocol,
47
+ removeProtocol,
48
+
49
+ // isSafari,
50
+ // getPerformanceMetrics,
51
+ // config,
52
+ // Point,
53
+ } = maplibregl;
54
+
55
+ export {
56
+ supported,
57
+ setRTLTextPlugin,
58
+ getRTLTextPluginStatus,
59
+ // Map,
60
+ NavigationControl,
61
+ GeolocateControl,
62
+ AttributionControl,
63
+ LogoControl,
64
+ ScaleControl,
65
+ FullscreenControl,
66
+ TerrainControl,
67
+ Popup,
68
+ Marker,
69
+ Style,
70
+ LngLat,
71
+ LngLatBounds,
72
+ // Point,
73
+ MercatorCoordinate,
74
+ Evented,
75
+ AJAXError,
76
+ // config,
77
+ CanvasSource,
78
+ GeoJSONSource,
79
+ ImageSource,
80
+ RasterDEMTileSource,
81
+ RasterTileSource,
82
+ VectorTileSource,
83
+ VideoSource,
84
+ prewarm,
85
+ clearPrewarmedResources,
86
+ version,
87
+ workerCount,
88
+ maxParallelImageRequests,
89
+ clearStorage,
90
+ workerUrl,
91
+ addProtocol,
92
+ removeProtocol,
93
+ // isSafari,
94
+ // getPerformanceMetrics
95
+ };
96
+
97
+ import { Map, GeolocationType } from "./Map";
98
+ import type { MapOptions } from "./Map";
99
+
100
+ // importing client functions to expose them as part of the SDK
101
+ import type {
102
+ BBox,
103
+ Position,
104
+ GeocodingOptions,
105
+ CoordinatesSearchOptions,
106
+ CenteredStaticMapOptions,
107
+ AutomaticStaticMapOptions,
108
+ BoundedStaticMapOptions,
109
+ } from "@maptiler/client";
110
+
111
+ import {
112
+ geocoding,
113
+ geolocation,
114
+ coordinates,
115
+ data,
116
+ staticMaps,
117
+ ServiceError,
118
+ LanguageGeocoding,
119
+ LanguageGeocodingString,
120
+ ReferenceMapStyle,
121
+ MapStyle,
122
+ MapStyleVariant,
123
+ } from "@maptiler/client";
124
+
125
+ import type { MapStyleType } from "@maptiler/client";
126
+
127
+ import { Point } from "./Point";
128
+ import type { Matrix2 } from "./Point";
129
+
130
+ // Importing enums and configs
131
+ import { config, SdkConfig } from "./config";
132
+ import { Language, LanguageString, LanguageKey } from "./language";
133
+ import type { Unit } from "./unit";
134
+
135
+ // Exporting types
136
+ export type {
137
+ MapOptions,
138
+ GeocodingOptions,
139
+ BBox,
140
+ Position,
141
+ CoordinatesSearchOptions,
142
+ CenteredStaticMapOptions,
143
+ BoundedStaticMapOptions,
144
+ AutomaticStaticMapOptions,
145
+ LanguageString,
146
+ LanguageKey,
147
+ LanguageGeocodingString,
148
+ Unit,
149
+ MapStyleType,
150
+ Matrix2,
151
+ };
152
+
153
+ // Exporting classes, objects, functions, etc.
154
+ export {
155
+ Map,
156
+ GeolocationType,
157
+ SdkConfig,
158
+ config,
159
+ ServiceError,
160
+ geocoding,
161
+ geolocation,
162
+ coordinates,
163
+ data,
164
+ staticMaps,
165
+ MapStyle,
166
+ Language,
167
+ LanguageGeocoding,
168
+ Point,
169
+ ReferenceMapStyle,
170
+ MapStyleVariant,
171
+ };
@@ -0,0 +1,139 @@
1
+ /**
2
+ * Languages. Note that not all the languages of this list are available but the compatibility list may be expanded in the future.
3
+ */
4
+ const Language = {
5
+ /**
6
+ * AUTO mode uses the language of the browser
7
+ */
8
+ AUTO: "auto",
9
+
10
+ /**
11
+ * Default fallback languages that uses latin charaters
12
+ */
13
+ LATIN: "latin",
14
+
15
+ /**
16
+ * Default fallback languages that uses non-latin charaters
17
+ */
18
+ NON_LATIN: "nonlatin",
19
+
20
+ /**
21
+ * Labels are in their local language, when available
22
+ */
23
+ LOCAL: "",
24
+
25
+ ALBANIAN: "sq",
26
+ AMHARIC: "am",
27
+ ARABIC: "ar",
28
+ ARMENIAN: "hy",
29
+ AZERBAIJANI: "az",
30
+ BASQUE: "eu",
31
+ BELORUSSIAN: "be",
32
+ BOSNIAN: "bs",
33
+ BRETON: "br",
34
+ BULGARIAN: "bg",
35
+ CATALAN: "ca",
36
+ CHINESE: "zh",
37
+ CORSICAN: "co",
38
+ CROATIAN: "hr",
39
+ CZECH: "cs",
40
+ DANISH: "da",
41
+ DUTCH: "nl",
42
+ ENGLISH: "en",
43
+ ESPERANTO: "eo",
44
+ ESTONIAN: "et",
45
+ FINNISH: "fi",
46
+ FRENCH: "fr",
47
+ FRISIAN: "fy",
48
+ GEORGIAN: "ka",
49
+ GERMAN: "de",
50
+ GREEK: "el",
51
+ HEBREW: "he",
52
+ HINDI: "hi",
53
+ HUNGARIAN: "hu",
54
+ ICELANDIC: "is",
55
+ INDONESIAN: "id",
56
+ IRISH: "ga",
57
+ ITALIAN: "it",
58
+ JAPANESE: "ja",
59
+ JAPANESE_HIRAGANA: "ja-Hira",
60
+ JAPANESE_KANA: "ja_kana",
61
+ JAPANESE_LATIN: "ja_rm",
62
+ JAPANESE_2018: "ja-Latn",
63
+ KANNADA: "kn",
64
+ KAZAKH: "kk",
65
+ KOREAN: "ko",
66
+ KOREAN_LATIN: "ko-Latn",
67
+ KURDISH: "ku",
68
+ ROMAN_LATIN: "la",
69
+ LATVIAN: "lv",
70
+ LITHUANIAN: "lt",
71
+ LUXEMBOURGISH: "lb",
72
+ MACEDONIAN: "mk",
73
+ MALAYALAM: "ml",
74
+ MALTESE: "mt",
75
+ NORWEGIAN: "no",
76
+ OCCITAN: "oc",
77
+ POLISH: "pl",
78
+ PORTUGUESE: "pt",
79
+ ROMANIAN: "ro",
80
+ ROMANSH: "rm",
81
+ RUSSIAN: "ru",
82
+ SCOTTISH_GAELIC: "gd",
83
+ SERBIAN_CYRILLIC: "sr",
84
+ SERBIAN_LATIN: "sr-Latn",
85
+ SLOVAK: "sk",
86
+ SLOVENE: "sl",
87
+ SPANISH: "es",
88
+ SWEDISH: "sv",
89
+ TAMIL: "ta",
90
+ TELUGU: "te",
91
+ THAI: "th",
92
+ TURKISH: "tr",
93
+ UKRAINIAN: "uk",
94
+ WELSH: "cy",
95
+ } as const;
96
+
97
+ const languagesIsoSet = new Set(Object.values(Language) as Array<string>);
98
+
99
+ function isLanguageSupported(lang: string): boolean {
100
+ return languagesIsoSet.has(lang);
101
+ }
102
+
103
+ const languageCodeSet = new Set(Object.values(Language));
104
+
105
+ /**
106
+ * Type representing the key of the Language object
107
+ */
108
+ type LanguageKey = keyof typeof Language;
109
+
110
+ type Values<T> = T[keyof T];
111
+
112
+ /**
113
+ * Built-in languages values as strings
114
+ */
115
+ type LanguageString = Values<typeof Language>;
116
+
117
+ function getBrowserLanguage(): LanguageString {
118
+ if (typeof navigator === "undefined") {
119
+ return Intl.DateTimeFormat()
120
+ .resolvedOptions()
121
+ .locale.split("-")[0] as LanguageString;
122
+ }
123
+
124
+ const canditatelangs = Array.from(
125
+ new Set(navigator.languages.map((l) => l.split("-")[0]))
126
+ ).filter((l) => languageCodeSet.has(l as LanguageString));
127
+
128
+ return canditatelangs.length
129
+ ? (canditatelangs[0] as LanguageString)
130
+ : Language.LATIN;
131
+ }
132
+
133
+ export {
134
+ Language,
135
+ LanguageString,
136
+ LanguageKey,
137
+ getBrowserLanguage,
138
+ isLanguageSupported,
139
+ };
@@ -0,0 +1,38 @@
1
+ import {
2
+ MapStyle,
3
+ ReferenceMapStyle,
4
+ MapStyleVariant,
5
+ mapStylePresetList,
6
+ expandMapStyle,
7
+ } from "@maptiler/client";
8
+
9
+ export function styleToStyle(
10
+ style:
11
+ | string
12
+ | ReferenceMapStyle
13
+ | MapStyleVariant
14
+ | maplibregl.StyleSpecification
15
+ | null
16
+ | undefined
17
+ ): string | maplibregl.StyleSpecification {
18
+ if (!style) {
19
+ return MapStyle[mapStylePresetList[0].referenceStyleID]
20
+ .getDefaultVariant()
21
+ .getExpandedStyleURL();
22
+ }
23
+
24
+ // If the provided style is a shorthand (eg. "streets-v2") or a full style URL
25
+ if (typeof style === "string" || style instanceof String) {
26
+ return expandMapStyle(style);
27
+ }
28
+
29
+ if (style instanceof MapStyleVariant) {
30
+ return style.getExpandedStyleURL();
31
+ }
32
+
33
+ if (style instanceof ReferenceMapStyle) {
34
+ return (style.getDefaultVariant() as MapStyleVariant).getExpandedStyleURL();
35
+ }
36
+
37
+ return style as maplibregl.StyleSpecification;
38
+ }
@@ -0,0 +1,146 @@
1
+
2
+ .mapboxgl-ctrl-group:not(:empty), .maplibregl-ctrl-group:not(:empty) {
3
+ box-shadow: 0 0 6px 2px rgb(0 0 0 / 8%);
4
+ }
5
+
6
+
7
+ .mapboxgl-ctrl-group, .maplibregl-ctrl-group {
8
+ background: #fff;
9
+ border-radius: 3px;
10
+ }
11
+
12
+
13
+ .mapboxgl-ctrl-group button:focus:first-child,.maplibregl-ctrl-group button:focus:first-child {
14
+ border-radius: 3px 3px 0 0;
15
+ }
16
+
17
+ .mapboxgl-ctrl-group button:focus:last-child,.maplibregl-ctrl-group button:focus:last-child {
18
+ border-radius: 0 0 3px 3px;
19
+ }
20
+
21
+ /* We do not want opacity to be lowered when buttons are disabled */
22
+ .maplibregl-ctrl button:disabled .maplibregl-ctrl-icon {
23
+ opacity: 1;
24
+ }
25
+
26
+ /* Hovering adds a blue hue */
27
+ .mapboxgl-ctrl .mapboxgl-ctrl-icon:hover,.maplibregl-ctrl .maplibregl-ctrl-icon:hover
28
+ {
29
+ filter: invert(39%) sepia(77%) saturate(909%) hue-rotate(182deg) brightness(89%) contrast(85%);
30
+ }
31
+
32
+
33
+ .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon
34
+ {
35
+ background-image: url([src/style/svg/v6-zoom-plus.svg]);
36
+ }
37
+
38
+
39
+ .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon
40
+ {
41
+ background-image: url([src/style/svg/v6-zoom-minus.svg]);
42
+ }
43
+
44
+
45
+ .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon
46
+ {
47
+ /* Custom based on Google compass icon but without the circle */
48
+ background-image: url([src/style/svg/v6-compass.svg]);
49
+ }
50
+
51
+
52
+ .mapboxgl-ctrl-group button,.maplibregl-ctrl-group button
53
+ {
54
+ height: 33px;
55
+ width: 33px;
56
+ }
57
+
58
+
59
+ .mapboxgl-ctrl-group button+button,.maplibregl-ctrl-group button+button
60
+ {
61
+ border-top: 1px solid #0000001c;
62
+ }
63
+
64
+
65
+ @keyframes blinker {
66
+ 50% {
67
+ opacity: 0.3;
68
+ }
69
+ }
70
+
71
+ /* Geolocate button: default button state before being clicked */
72
+ .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon
73
+ {
74
+ background-image: url([src/style/svg/v6-geolocate.svg]);
75
+ }
76
+
77
+
78
+ /* Geolocate button: searching for location */
79
+ .maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-waiting .maplibregl-ctrl-icon {
80
+ animation: blinker 1s linear infinite;
81
+ }
82
+
83
+ /* Geolocate button: permission was not granted */
84
+ .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon
85
+ {
86
+ background-image: url([src/style/svg/v6-geolocate-disabled.svg]);
87
+ }
88
+
89
+ /* Geolocate button: location is active */
90
+ .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon
91
+ {
92
+ background-image: url([src/style/svg/v6-geolocate-active.svg]);
93
+ }
94
+
95
+ /* Geolocate button: an error occured */
96
+ .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon
97
+ {
98
+ background-image: url([src/style/svg/v6-geolocate-active-error.svg]);
99
+ }
100
+
101
+ /* Geolocate button: searching location */
102
+ .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon
103
+ {
104
+ background-image: url([src/style/svg/v6-geolocate-background.svg]);
105
+ }
106
+
107
+ /* Geolocate button: an error occured while searching */
108
+ .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon
109
+ {
110
+ background-image: url([src/style/svg/v6-geolocate-active-error.svg]);
111
+ }
112
+
113
+ /* Terrain control icon (disabled, to enable) */
114
+ .mapboxgl-ctrl button.mapboxgl-ctrl-terrain .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-terrain .maplibregl-ctrl-icon
115
+ {
116
+ background-image: url([src/style/svg/v6-terrain.svg]);
117
+ }
118
+
119
+ /* Terrain control icon (enabled, to disable) */
120
+ .mapboxgl-ctrl button.mapboxgl-ctrl-terrain-enabled .mapboxgl-ctrl-icon,.maplibregl-ctrl button.maplibregl-ctrl-terrain-enabled .maplibregl-ctrl-icon
121
+ {
122
+ background-image: url([src/style/svg/v6-terrain-on.svg]);
123
+ }
124
+
125
+ /* Fullscreen control icon (disabled, to enable) */
126
+ .maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon
127
+ {
128
+ background-image: url([src/style/svg/v6-fullscreen.svg]);
129
+ }
130
+
131
+ /* Fullscreen control icon (enabled, to disable) */
132
+ .maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon {
133
+ background-image: url([src/style/svg/v6-fullscreen-off.svg]);
134
+ }
135
+
136
+ .maplibregl-ctrl-scale {
137
+ background-color: hsla(0,0%,100%,.75);
138
+ border: 1px solid #444952;
139
+ border-top: #444952;
140
+ box-sizing: border-box;
141
+ color: #444952;
142
+ font-size: 10px;
143
+ padding: 0 5px;
144
+ text-align: right;
145
+ line-height: 14px;
146
+ }
@@ -0,0 +1,12 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg width="100%" height="100%" viewBox="0 0 33 33" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
4
+ <g transform="matrix(1,0,0,1,-3.24298,2.63257)">
5
+ <g transform="matrix(1.20712,0,0,1.20712,14.9145,2.51292)">
6
+ <path d="M2.5,9.406L0,9.406L4,17.875L8,9.406L5.5,9.406C5.483,10.22 4.818,10.875 4,10.875C3.182,10.875 2.517,10.22 2.5,9.406Z" style="fill:rgb(29,50,98);fill-opacity:0.35;"/>
7
+ </g>
8
+ <g transform="matrix(1.20712,0,0,1.20712,14.9145,2.51292)">
9
+ <path d="M4,0.938L0,9.406L2.5,9.406L2.5,9.375C2.5,8.547 3.172,7.875 4,7.875C4.828,7.875 5.5,8.547 5.5,9.375L5.5,9.406L8,9.406L4,0.938Z" style="fill:rgb(68,73,82);"/>
10
+ </g>
11
+ </g>
12
+ </svg>
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg width="100%" height="100%" viewBox="0 0 33 33" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
4
+ <g transform="matrix(1,0,0,1,8.49996,8.5)">
5
+ <path d="M1.434,5.576C1.2,5.576 0.997,5.49 0.825,5.317C0.653,5.146 0.567,4.943 0.567,4.709C0.567,4.475 0.653,4.272 0.825,4.1C0.997,3.929 1.2,3.843 1.434,3.843L2.609,3.843L0.732,1.965C0.567,1.8 0.488,1.597 0.495,1.356C0.502,1.115 0.588,0.913 0.753,0.748C0.918,0.583 1.121,0.5 1.361,0.5C1.602,0.5 1.805,0.583 1.97,0.748L3.828,2.624L3.828,1.449C3.828,1.215 3.913,1.012 4.085,0.84C4.257,0.668 4.46,0.582 4.694,0.582C4.928,0.582 5.131,0.668 5.302,0.84C5.475,1.012 5.561,1.215 5.561,1.449L5.561,4.709C5.561,4.943 5.475,5.146 5.302,5.317C5.131,5.49 4.928,5.576 4.694,5.576L1.434,5.576ZM14.557,5.576L11.296,5.576C11.063,5.576 10.86,5.49 10.688,5.317C10.516,5.146 10.43,4.943 10.43,4.709L10.43,1.449C10.43,1.215 10.516,1.012 10.688,0.84C10.86,0.668 11.063,0.582 11.296,0.582C11.531,0.582 11.734,0.668 11.906,0.84C12.077,1.012 12.163,1.215 12.163,1.449L12.163,2.624L14.041,0.748C14.206,0.583 14.409,0.5 14.65,0.5C14.89,0.5 15.093,0.583 15.258,0.748C15.423,0.913 15.506,1.115 15.506,1.356C15.506,1.597 15.423,1.8 15.258,1.965L13.381,3.843L14.557,3.843C14.791,3.843 14.994,3.929 15.166,4.1C15.338,4.272 15.424,4.475 15.424,4.709C15.424,4.943 15.338,5.146 15.166,5.317C14.994,5.49 14.791,5.576 14.557,5.576ZM0.753,15.252C0.588,15.087 0.506,14.888 0.506,14.654C0.506,14.42 0.588,14.221 0.753,14.056L2.63,12.178L1.434,12.178C1.2,12.178 0.997,12.092 0.825,11.921C0.653,11.749 0.567,11.546 0.567,11.312C0.567,11.078 0.653,10.875 0.825,10.703C0.997,10.531 1.2,10.445 1.434,10.445L4.694,10.445C4.928,10.445 5.131,10.531 5.302,10.703C5.475,10.875 5.561,11.078 5.561,11.312L5.561,14.572C5.561,14.806 5.475,15.009 5.302,15.181C5.131,15.353 4.928,15.439 4.694,15.439C4.46,15.439 4.257,15.353 4.085,15.181C3.913,15.009 3.828,14.806 3.828,14.572L3.828,13.376L1.95,15.252C1.785,15.418 1.585,15.5 1.351,15.5C1.118,15.5 0.918,15.418 0.753,15.252ZM11.296,15.439C11.063,15.439 10.86,15.353 10.688,15.181C10.516,15.009 10.43,14.806 10.43,14.572L10.43,11.312C10.43,11.078 10.516,10.875 10.688,10.703C10.86,10.531 11.063,10.445 11.296,10.445L14.557,10.445C14.791,10.445 14.994,10.531 15.166,10.703C15.338,10.875 15.424,11.078 15.424,11.312C15.424,11.546 15.338,11.749 15.166,11.921C14.994,12.092 14.791,12.178 14.557,12.178L13.36,12.178L15.237,14.056C15.402,14.221 15.485,14.42 15.485,14.654C15.485,14.888 15.402,15.087 15.237,15.252C15.072,15.418 14.873,15.5 14.639,15.5C14.405,15.5 14.206,15.418 14.041,15.252L12.163,13.376L12.163,14.572C12.163,14.806 12.077,15.009 11.906,15.181C11.734,15.353 11.531,15.439 11.296,15.439Z" style="fill:rgb(68,73,82);fill-rule:nonzero;"/>
6
+ </g>
7
+ </svg>
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg width="100%" height="100%" viewBox="0 0 33 33" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
4
+ <g transform="matrix(1,0,0,1,9,9)">
5
+ <path d="M0.875,5.042C0.639,5.042 0.434,4.955 0.26,4.781C0.087,4.608 0,4.403 0,4.167L0,0.875C0,0.639 0.087,0.434 0.26,0.26C0.434,0.087 0.639,0 0.875,0L4.167,0C4.403,0 4.608,0.087 4.781,0.26C4.955,0.434 5.042,0.639 5.042,0.875C5.042,1.111 4.955,1.316 4.781,1.49C4.608,1.663 4.403,1.75 4.167,1.75L2.958,1.75L4.875,3.667C5.042,3.834 5.122,4.031 5.115,4.26C5.108,4.489 5.021,4.687 4.854,4.854C4.687,5.021 4.486,5.104 4.25,5.104C4.014,5.104 3.813,5.021 3.646,4.854L1.75,2.958L1.75,4.167C1.75,4.403 1.663,4.608 1.49,4.781C1.316,4.955 1.111,5.042 0.875,5.042ZM10.146,4.854C9.979,4.687 9.896,4.486 9.896,4.25C9.896,4.014 9.979,3.813 10.146,3.646L12.042,1.75L10.833,1.75C10.597,1.75 10.392,1.663 10.219,1.49C10.045,1.316 9.958,1.111 9.958,0.875C9.958,0.639 10.045,0.434 10.219,0.26C10.392,0.087 10.597,0 10.833,0L14.125,0C14.361,0 14.566,0.087 14.74,0.26C14.913,0.434 15,0.639 15,0.875L15,4.167C15,4.403 14.913,4.608 14.74,4.781C14.566,4.955 14.361,5.042 14.125,5.042C13.889,5.042 13.684,4.955 13.51,4.781C13.337,4.608 13.25,4.403 13.25,4.167L13.25,2.958L11.333,4.875C11.166,5.042 10.969,5.122 10.74,5.115C10.511,5.108 10.313,5.021 10.146,4.854ZM10.833,15C10.597,15 10.392,14.913 10.219,14.74C10.045,14.566 9.958,14.361 9.958,14.125C9.958,13.889 10.045,13.684 10.219,13.51C10.392,13.337 10.597,13.25 10.833,13.25L12.021,13.25L10.125,11.354C9.958,11.187 9.875,10.986 9.875,10.75C9.875,10.514 9.965,10.306 10.146,10.125C10.313,9.958 10.517,9.875 10.76,9.875C11.003,9.875 11.208,9.958 11.375,10.125L13.25,12.021L13.25,10.833C13.25,10.597 13.337,10.392 13.51,10.219C13.684,10.045 13.889,9.958 14.125,9.958C14.361,9.958 14.566,10.045 14.74,10.219C14.913,10.392 15,10.597 15,10.833L15,14.125C15,14.361 14.913,14.566 14.74,14.74C14.566,14.913 14.361,15 14.125,15L10.833,15ZM0.875,15C0.639,15 0.434,14.913 0.26,14.74C0.087,14.566 0,14.361 0,14.125L0,10.833C0,10.597 0.087,10.392 0.26,10.219C0.434,10.045 0.639,9.958 0.875,9.958C1.111,9.958 1.316,10.045 1.49,10.219C1.663,10.392 1.75,10.597 1.75,10.833L1.75,12.021L3.646,10.125C3.813,9.958 4.014,9.872 4.25,9.865C4.486,9.858 4.694,9.944 4.875,10.125C5.042,10.292 5.125,10.497 5.125,10.74C5.125,10.983 5.042,11.187 4.875,11.354L2.979,13.25L4.167,13.25C4.403,13.25 4.608,13.337 4.781,13.51C4.955,13.684 5.042,13.889 5.042,14.125C5.042,14.361 4.955,14.566 4.781,14.74C4.608,14.913 4.403,15 4.167,15L0.875,15Z" style="fill:rgb(68,73,82);fill-rule:nonzero;"/>
6
+ </g>
7
+ </svg>
@@ -0,0 +1,10 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg width="100%" height="100%" viewBox="0 0 33 33" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
4
+ <g transform="matrix(1,0,0,1,9.50001,8.89492)">
5
+ <path d="M5.673,8.932L0.567,6.865C0.391,6.798 0.253,6.69 0.152,6.541C0.051,6.392 0,6.223 0,6.035C0,5.846 0.051,5.68 0.152,5.538C0.253,5.396 0.391,5.291 0.567,5.224L12.846,0.665C13.021,0.597 13.187,0.587 13.343,0.634C13.498,0.682 13.629,0.759 13.738,0.868C13.846,0.976 13.924,1.107 13.971,1.262C14.018,1.418 14.008,1.584 13.94,1.759L9.381,14.059C9.3,14.247 9.186,14.386 9.037,14.474C8.888,14.561 8.732,14.605 8.57,14.605C8.408,14.605 8.253,14.558 8.104,14.463C7.956,14.368 7.841,14.233 7.76,14.059L5.673,8.932Z" style="fill:rgb(68,73,82);fill-rule:nonzero;"/>
6
+ </g>
7
+ <g transform="matrix(0.598546,0.598546,-0.707107,0.707107,11.7313,1.9674)">
8
+ <rect x="6.516" y="3.78" width="19.271" height="0.716" style="fill:rgb(229,0,0);"/>
9
+ </g>
10
+ </svg>
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg width="100%" height="100%" viewBox="0 0 33 33" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
4
+ <g transform="matrix(1,0,0,1,9.50001,8.89492)">
5
+ <path d="M5.673,8.932L0.567,6.865C0.391,6.798 0.253,6.69 0.152,6.541C0.051,6.392 0,6.223 0,6.035C0,5.846 0.051,5.68 0.152,5.538C0.253,5.396 0.391,5.291 0.567,5.224L12.846,0.665C13.021,0.597 13.187,0.587 13.343,0.634C13.498,0.682 13.629,0.759 13.738,0.868C13.846,0.976 13.924,1.107 13.971,1.262C14.018,1.418 14.008,1.584 13.94,1.759L9.381,14.059C9.3,14.247 9.186,14.386 9.037,14.474C8.888,14.561 8.732,14.605 8.57,14.605C8.408,14.605 8.253,14.558 8.104,14.463C7.956,14.368 7.841,14.233 7.76,14.059L5.673,8.932Z" style="fill:rgb(68,73,82);fill-rule:nonzero;"/>
6
+ </g>
7
+ </svg>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg width="100%" height="100%" viewBox="0 0 33 33" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
4
+ <path d="M10.685,14.817L22.511,10.669L18.217,22.082L15.824,17.233L10.685,14.817Z" style="fill:rgb(29,50,98);fill-opacity:0.2;"/>
5
+ <g transform="matrix(1,0,0,1,9.50001,9.25)">
6
+ <path d="M5.673,8.577L0.567,6.51C0.391,6.443 0.253,6.335 0.152,6.186C0.051,6.037 0,5.868 0,5.68C0,5.49 0.051,5.325 0.152,5.183C0.253,5.041 0.391,4.936 0.567,4.869L12.846,0.31C13.021,0.242 13.187,0.232 13.343,0.279C13.498,0.326 13.629,0.404 13.738,0.513C13.846,0.621 13.924,0.752 13.971,0.907C14.018,1.063 14.008,1.229 13.94,1.404L9.381,13.703C9.3,13.892 9.186,14.031 9.037,14.119C8.888,14.206 8.732,14.25 8.57,14.25C8.408,14.25 8.253,14.203 8.104,14.108C7.956,14.013 7.841,13.879 7.76,13.703L5.673,8.577ZM8.53,11.11L11.691,2.559L3.14,5.72L6.991,7.259L8.53,11.11Z" style="fill:rgb(68,73,82);fill-rule:nonzero;"/>
7
+ </g>
8
+ </svg>
@@ -0,0 +1,10 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg width="100%" height="100%" viewBox="0 0 33 33" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
4
+ <g transform="matrix(1,0,0,1,9.50001,9.25)">
5
+ <path d="M5.673,8.577L0.567,6.51C0.391,6.443 0.253,6.335 0.152,6.186C0.051,6.037 0,5.868 0,5.68C0,5.49 0.051,5.325 0.152,5.183C0.253,5.041 0.391,4.936 0.567,4.869L12.846,0.31C13.021,0.242 13.187,0.232 13.343,0.279C13.498,0.326 13.629,0.404 13.738,0.513C13.846,0.621 13.924,0.752 13.971,0.907C14.018,1.063 14.008,1.229 13.94,1.404L9.381,13.703C9.3,13.892 9.186,14.031 9.037,14.119C8.888,14.206 8.732,14.25 8.57,14.25C8.408,14.25 8.253,14.203 8.104,14.108C7.956,14.013 7.841,13.879 7.76,13.703L5.673,8.577ZM8.53,11.11L11.691,2.559L3.14,5.72L6.991,7.259L8.53,11.11Z" style="fill:rgb(68,73,82);fill-rule:nonzero;"/>
6
+ </g>
7
+ <g transform="matrix(0.598546,0.598546,-0.707107,0.707107,11.7313,1.9674)">
8
+ <rect x="6.516" y="3.78" width="19.271" height="0.716" style="fill:rgb(229,0,0);"/>
9
+ </g>
10
+ </svg>
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg width="100%" height="100%" viewBox="0 0 33 33" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
4
+ <g transform="matrix(1,0,0,1,9.50001,9.25)">
5
+ <path d="M5.673,8.577L0.567,6.51C0.391,6.443 0.253,6.335 0.152,6.186C0.051,6.037 0,5.868 0,5.68C0,5.49 0.051,5.325 0.152,5.183C0.253,5.041 0.391,4.936 0.567,4.869L12.846,0.31C13.021,0.242 13.187,0.232 13.343,0.279C13.498,0.326 13.629,0.404 13.738,0.513C13.846,0.621 13.924,0.752 13.971,0.907C14.018,1.063 14.008,1.229 13.94,1.404L9.381,13.703C9.3,13.892 9.186,14.031 9.037,14.119C8.888,14.206 8.732,14.25 8.57,14.25C8.408,14.25 8.253,14.203 8.104,14.108C7.956,14.013 7.841,13.879 7.76,13.703L5.673,8.577ZM8.53,11.11L11.691,2.559L3.14,5.72L6.991,7.259L8.53,11.11Z" style="fill:rgb(68,73,82);fill-rule:nonzero;"/>
6
+ </g>
7
+ </svg>
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg width="100%" height="100%" viewBox="0 0 33 33" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
4
+ <g transform="matrix(1,0,0,1,7.99998,11)">
5
+ <path d="M1.083,10.209C0.722,10.209 0.459,10.049 0.292,9.73C0.125,9.41 0.153,9.105 0.375,8.813L3.625,4.48C3.806,4.244 4.042,4.126 4.333,4.126C4.625,4.126 4.861,4.244 5.042,4.48L7.5,7.751C7.653,7.944 7.847,8.063 8.083,8.105C8.32,8.146 8.535,8.09 8.729,7.938C8.924,7.799 9.038,7.619 9.073,7.396C9.108,7.174 9.069,6.965 8.958,6.771L7.104,4.313L9.458,1.147C9.639,0.91 9.875,0.792 10.167,0.792C10.458,0.792 10.694,0.91 10.875,1.147L16.625,8.813C16.847,9.105 16.875,9.41 16.708,9.73C16.541,10.049 16.278,10.209 15.917,10.209L1.083,10.209Z" style="fill:rgb(68,73,82);fill-rule:nonzero;"/>
6
+ </g>
7
+ </svg>
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg width="100%" height="100%" viewBox="0 0 33 33" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
4
+ <g transform="matrix(1,0,0,1,8.00023,11)">
5
+ <path d="M1.083,10.209C0.722,10.209 0.458,10.049 0.292,9.73C0.125,9.41 0.153,9.105 0.375,8.813L3.625,4.48C3.805,4.244 4.041,4.126 4.333,4.126C4.625,4.126 4.861,4.244 5.042,4.48L8.021,8.459L14.167,8.459L10.167,3.147L8.188,5.751L7.104,4.313L9.458,1.147C9.638,0.91 9.875,0.792 10.167,0.792C10.458,0.792 10.694,0.91 10.875,1.147L16.625,8.813C16.847,9.105 16.874,9.41 16.708,9.73C16.541,10.049 16.277,10.209 15.917,10.209L1.083,10.209ZM2.833,8.459L5.833,8.459L4.333,6.459L2.833,8.459ZM2.833,8.459L5.833,8.459L2.833,8.459Z" style="fill:rgb(68,73,82);fill-rule:nonzero;"/>
6
+ </g>
7
+ </svg>
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg width="100%" height="100%" viewBox="0 0 33 33" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
4
+ <g transform="matrix(1,0,0,1,9.5,15.25)">
5
+ <path d="M1.475,2.225C1.212,2.225 0.984,2.128 0.79,1.935C0.597,1.741 0.5,1.513 0.5,1.25C0.5,0.987 0.597,0.759 0.79,0.566C0.984,0.372 1.212,0.275 1.475,0.275L12.525,0.275C12.788,0.275 13.016,0.372 13.21,0.566C13.403,0.759 13.5,0.987 13.5,1.25C13.5,1.513 13.403,1.741 13.21,1.935C13.016,2.128 12.788,2.225 12.525,2.225L1.475,2.225Z" style="fill:rgb(68,73,82);fill-rule:nonzero;"/>
6
+ </g>
7
+ </svg>
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg width="100%" height="100%" viewBox="0 0 33 33" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
4
+ <g transform="matrix(1,0,0,1,9.5,9.25)">
5
+ <path d="M7,13.75C6.737,13.75 6.509,13.653 6.315,13.46C6.122,13.266 6.025,13.038 6.025,12.775L6.025,8.225L1.475,8.225C1.212,8.225 0.984,8.128 0.79,7.935C0.597,7.741 0.5,7.513 0.5,7.25C0.5,6.987 0.597,6.759 0.79,6.565C0.984,6.372 1.212,6.275 1.475,6.275L6.025,6.275L6.025,1.725C6.025,1.462 6.122,1.234 6.315,1.04C6.509,0.847 6.737,0.75 7,0.75C7.263,0.75 7.491,0.847 7.685,1.04C7.878,1.234 7.975,1.462 7.975,1.725L7.975,6.275L12.525,6.275C12.788,6.275 13.016,6.372 13.21,6.565C13.403,6.759 13.5,6.987 13.5,7.25C13.5,7.513 13.403,7.741 13.21,7.935C13.016,8.128 12.788,8.225 12.525,8.225L7.975,8.225L7.975,12.775C7.975,13.038 7.878,13.266 7.685,13.46C7.491,13.653 7.263,13.75 7,13.75Z" style="fill:rgb(68,73,82);fill-rule:nonzero;"/>
6
+ </g>
7
+ </svg>