@mapcomponents/react-maplibre 0.1.8 → 0.1.12

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 (82) hide show
  1. package/.github/ISSUE_TEMPLATE/bug_report.md +2 -2
  2. package/.github/ISSUE_TEMPLATE/feature_request.md +3 -3
  3. package/.github/workflows/node_version_test.yml +25 -0
  4. package/.github/workflows/storybook.yml +6 -3
  5. package/CODE_OF_CONDUCT.md +70 -0
  6. package/CONTRIBUTING.md +149 -0
  7. package/README.md +16 -9
  8. package/coverage/clover.xml +76 -72
  9. package/coverage/coverage-final.json +2 -2
  10. package/coverage/lcov-report/block-navigation.js +8 -0
  11. package/coverage/lcov-report/components/MapLibreMap/MapLibreMap.js.html +8 -2
  12. package/coverage/lcov-report/components/MapLibreMap/index.html +8 -2
  13. package/coverage/lcov-report/components/MlCreatePdfButton/MlCreatePdfButton.js.html +8 -2
  14. package/coverage/lcov-report/components/MlCreatePdfButton/index.html +8 -2
  15. package/coverage/lcov-report/components/MlFeatureEditor/MlFeatureEditor.js.html +8 -2
  16. package/coverage/lcov-report/components/MlFeatureEditor/index.html +8 -2
  17. package/coverage/lcov-report/components/MlFillExtrusionLayer/MlFillExtrusionLayer.js.html +8 -2
  18. package/coverage/lcov-report/components/MlFillExtrusionLayer/index.html +8 -2
  19. package/coverage/lcov-report/components/MlFollowGps/MlFollowGps.js.html +53 -8
  20. package/coverage/lcov-report/components/MlFollowGps/index.html +18 -12
  21. package/coverage/lcov-report/components/MlGPXViewer/MlGPXViewer.js.html +8 -2
  22. package/coverage/lcov-report/components/MlGPXViewer/gpxConverter.js.html +8 -2
  23. package/coverage/lcov-report/components/MlGPXViewer/index.html +8 -2
  24. package/coverage/lcov-report/components/MlGeoJsonLayer/MlGeoJsonLayer.js.html +35 -17
  25. package/coverage/lcov-report/components/MlGeoJsonLayer/index.html +26 -20
  26. package/coverage/lcov-report/components/MlImageMarkerLayer/MlImageMarkerLayer.js.html +8 -2
  27. package/coverage/lcov-report/components/MlImageMarkerLayer/index.html +8 -2
  28. package/coverage/lcov-report/components/MlLayer/MlLayer.js.html +8 -2
  29. package/coverage/lcov-report/components/MlLayer/index.html +8 -2
  30. package/coverage/lcov-report/components/MlLayerMagnify/MlLayerMagnify.js.html +8 -2
  31. package/coverage/lcov-report/components/MlLayerMagnify/index.html +8 -2
  32. package/coverage/lcov-report/components/MlLayerSwipe/MlLayerSwipe.js.html +8 -2
  33. package/coverage/lcov-report/components/MlLayerSwipe/index.html +8 -2
  34. package/coverage/lcov-report/components/MlMarker/MlMarker.js.html +8 -2
  35. package/coverage/lcov-report/components/MlMarker/index.html +8 -2
  36. package/coverage/lcov-report/components/MlNavigationCompass/MlNavigationCompass.js.html +8 -2
  37. package/coverage/lcov-report/components/MlNavigationCompass/index.html +8 -2
  38. package/coverage/lcov-report/components/MlNavigationTools/MlNavigationTools.js.html +8 -2
  39. package/coverage/lcov-report/components/MlNavigationTools/index.html +8 -2
  40. package/coverage/lcov-report/components/MlOsmLayer/MlOsmLayer.js.html +8 -2
  41. package/coverage/lcov-report/components/MlOsmLayer/index.html +8 -2
  42. package/coverage/lcov-report/components/MlScaleReference/MlScaleReference.js.html +8 -2
  43. package/coverage/lcov-report/components/MlScaleReference/index.html +8 -2
  44. package/coverage/lcov-report/components/MlShareMapState/MlShareMapState.js.html +8 -2
  45. package/coverage/lcov-report/components/MlShareMapState/index.html +8 -2
  46. package/coverage/lcov-report/components/MlSpatialElevationProfile/MlSpatialElevationProfile.js.html +8 -2
  47. package/coverage/lcov-report/components/MlSpatialElevationProfile/index.html +8 -2
  48. package/coverage/lcov-report/components/MlThreeJsLayer/MlThreeJsLayer.js.html +8 -2
  49. package/coverage/lcov-report/components/MlThreeJsLayer/index.html +8 -2
  50. package/coverage/lcov-report/components/MlUseMapDebugger/MlUseMapDebugger.js.html +8 -2
  51. package/coverage/lcov-report/components/MlUseMapDebugger/index.html +8 -2
  52. package/coverage/lcov-report/components/MlVectorTileLayer/MlVectorTileLayer.js.html +8 -2
  53. package/coverage/lcov-report/components/MlVectorTileLayer/index.html +8 -2
  54. package/coverage/lcov-report/components/MlWmsFeatureInfoPopup/MlWmsFeatureInfoPopup.js.html +8 -2
  55. package/coverage/lcov-report/components/MlWmsFeatureInfoPopup/index.html +8 -2
  56. package/coverage/lcov-report/components/MlWmsLayer/MlWmsLayer.js.html +8 -2
  57. package/coverage/lcov-report/components/MlWmsLayer/index.html +8 -2
  58. package/coverage/lcov-report/components/MlWmsLoader/MlWmsLoader.js.html +8 -2
  59. package/coverage/lcov-report/components/MlWmsLoader/index.html +8 -2
  60. package/coverage/lcov-report/hooks/index.html +8 -2
  61. package/coverage/lcov-report/hooks/useMap.js.html +8 -2
  62. package/coverage/lcov-report/hooks/useMapState.js.html +8 -2
  63. package/coverage/lcov-report/hooks/useWms.js.html +8 -2
  64. package/coverage/lcov-report/index.html +32 -26
  65. package/coverage/lcov-report/sorter.js +26 -0
  66. package/coverage/lcov.info +153 -149
  67. package/dist/index.esm.js +68 -38
  68. package/dist/index.esm.js.map +1 -1
  69. package/package.json +1 -1
  70. package/rollup.config.js +10 -2
  71. package/src/components/MlCreatePdfButton/MlCreatePdfButton.meta.json +1 -1
  72. package/src/components/MlFollowGps/MlFollowGps.js +14 -1
  73. package/src/components/MlGeoJsonLayer/MlGeoJsonLayer.js +8 -4
  74. package/src/components/MlGeoJsonLayer/MlGeoJsonLayer.meta.json +1 -1
  75. package/src/components/MlGeoJsonLayer/util/transitionFunctions.js +19 -12
  76. package/src/components/MlVectorTileLayer/MlVectorTileLayer.meta.json +3 -3
  77. package/src/decorators/MapContextDashboardDecorator.js +0 -5
  78. package/src/decorators/MapContextDecorator.js +0 -5
  79. package/src/decorators/MapContextKlokantechBasicDecorator.js +0 -5
  80. package/src/decorators/MultiMapContextDecorator.js +0 -5
  81. package/src/hooks/useMapState.stories.js +7 -2
  82. package/src/ui_components/Sidebar.js +7 -8
@@ -23,30 +23,30 @@
23
23
  <div class='clearfix'>
24
24
 
25
25
  <div class='fl pad1y space-right2'>
26
- <span class="strong">36.23% </span>
26
+ <span class="strong">36.32% </span>
27
27
  <span class="quiet">Statements</span>
28
- <span class='fraction'>583/1609</span>
28
+ <span class='fraction'>586/1613</span>
29
29
  </div>
30
30
 
31
31
 
32
32
  <div class='fl pad1y space-right2'>
33
- <span class="strong">30.39% </span>
33
+ <span class="strong">30.44% </span>
34
34
  <span class="quiet">Branches</span>
35
- <span class='fraction'>252/829</span>
35
+ <span class='fraction'>253/831</span>
36
36
  </div>
37
37
 
38
38
 
39
39
  <div class='fl pad1y space-right2'>
40
- <span class="strong">35.13% </span>
40
+ <span class="strong">35.27% </span>
41
41
  <span class="quiet">Functions</span>
42
- <span class='fraction'>91/259</span>
42
+ <span class='fraction'>91/258</span>
43
43
  </div>
44
44
 
45
45
 
46
46
  <div class='fl pad1y space-right2'>
47
- <span class="strong">37.14% </span>
47
+ <span class="strong">37.24% </span>
48
48
  <span class="quiet">Lines</span>
49
- <span class='fraction'>559/1505</span>
49
+ <span class='fraction'>562/1509</span>
50
50
  </div>
51
51
 
52
52
 
@@ -54,6 +54,12 @@
54
54
  <p class="quiet">
55
55
  Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
56
56
  </p>
57
+ <template id="filterTemplate">
58
+ <div class="quiet">
59
+ Filter:
60
+ <input oninput="onInput()" type="search" id="fileSearch">
61
+ </div>
62
+ </template>
57
63
  </div>
58
64
  <div class='status-line low'></div>
59
65
  <div class="pad1">
@@ -134,17 +140,17 @@
134
140
 
135
141
  <tr>
136
142
  <td class="file medium" data-value="components/MlFollowGps"><a href="components/MlFollowGps/index.html">components/MlFollowGps</a></td>
137
- <td data-value="67.5" class="pic medium">
138
- <div class="chart"><div class="cover-fill" style="width: 67%"></div><div class="cover-empty" style="width: 33%"></div></div>
143
+ <td data-value="66.66" class="pic medium">
144
+ <div class="chart"><div class="cover-fill" style="width: 66%"></div><div class="cover-empty" style="width: 34%"></div></div>
139
145
  </td>
140
- <td data-value="67.5" class="pct medium">67.5%</td>
141
- <td data-value="40" class="abs medium">27/40</td>
146
+ <td data-value="66.66" class="pct medium">66.66%</td>
147
+ <td data-value="42" class="abs medium">28/42</td>
142
148
  <td data-value="59.09" class="pct medium">59.09%</td>
143
149
  <td data-value="22" class="abs medium">13/22</td>
144
150
  <td data-value="57.14" class="pct medium">57.14%</td>
145
151
  <td data-value="7" class="abs medium">4/7</td>
146
- <td data-value="68.42" class="pct medium">68.42%</td>
147
- <td data-value="38" class="abs medium">26/38</td>
152
+ <td data-value="67.5" class="pct medium">67.5%</td>
153
+ <td data-value="40" class="abs medium">27/40</td>
148
154
  </tr>
149
155
 
150
156
  <tr>
@@ -164,17 +170,17 @@
164
170
 
165
171
  <tr>
166
172
  <td class="file medium" data-value="components/MlGeoJsonLayer"><a href="components/MlGeoJsonLayer/index.html">components/MlGeoJsonLayer</a></td>
167
- <td data-value="67.79" class="pic medium">
168
- <div class="chart"><div class="cover-fill" style="width: 67%"></div><div class="cover-empty" style="width: 33%"></div></div>
173
+ <td data-value="68.85" class="pic medium">
174
+ <div class="chart"><div class="cover-fill" style="width: 68%"></div><div class="cover-empty" style="width: 32%"></div></div>
169
175
  </td>
170
- <td data-value="67.79" class="pct medium">67.79%</td>
171
- <td data-value="59" class="abs medium">40/59</td>
172
- <td data-value="56.25" class="pct medium">56.25%</td>
173
- <td data-value="48" class="abs medium">27/48</td>
174
- <td data-value="75" class="pct medium">75%</td>
175
- <td data-value="8" class="abs medium">6/8</td>
176
- <td data-value="66.07" class="pct medium">66.07%</td>
177
- <td data-value="56" class="abs medium">37/56</td>
176
+ <td data-value="68.85" class="pct medium">68.85%</td>
177
+ <td data-value="61" class="abs medium">42/61</td>
178
+ <td data-value="56" class="pct medium">56%</td>
179
+ <td data-value="50" class="abs medium">28/50</td>
180
+ <td data-value="85.71" class="pct high">85.71%</td>
181
+ <td data-value="7" class="abs high">6/7</td>
182
+ <td data-value="67.24" class="pct medium">67.24%</td>
183
+ <td data-value="58" class="abs medium">39/58</td>
178
184
  </tr>
179
185
 
180
186
  <tr>
@@ -454,8 +460,8 @@
454
460
  </div><!-- /wrapper -->
455
461
  <div class='footer quiet pad2 space-top1 center small'>
456
462
  Code coverage generated by
457
- <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
458
- at Thu Nov 25 2021 15:10:47 GMT+0000 (Coordinated Universal Time)
463
+ <a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
464
+ at Sat Dec 04 2021 10:55:55 GMT+0000 (Coordinated Universal Time)
459
465
  </div>
460
466
  </div>
461
467
  <script src="prettify.js"></script>
@@ -24,6 +24,31 @@ var addSorting = (function() {
24
24
  return getTableHeader().querySelectorAll('th')[n];
25
25
  }
26
26
 
27
+ function onFilterInput() {
28
+ const searchValue = document.getElementById('fileSearch').value;
29
+ const rows = document.getElementsByTagName('tbody')[0].children;
30
+ for (let i = 0; i < rows.length; i++) {
31
+ const row = rows[i];
32
+ if (
33
+ row.textContent
34
+ .toLowerCase()
35
+ .includes(searchValue.toLowerCase())
36
+ ) {
37
+ row.style.display = '';
38
+ } else {
39
+ row.style.display = 'none';
40
+ }
41
+ }
42
+ }
43
+
44
+ // loads the search box
45
+ function addSearchBox() {
46
+ var template = document.getElementById('filterTemplate');
47
+ var templateClone = template.content.cloneNode(true);
48
+ templateClone.getElementById('fileSearch').oninput = onFilterInput;
49
+ template.parentElement.appendChild(templateClone);
50
+ }
51
+
27
52
  // loads all columns
28
53
  function loadColumns() {
29
54
  var colNodes = getTableHeader().querySelectorAll('th'),
@@ -162,6 +187,7 @@ var addSorting = (function() {
162
187
  }
163
188
  cols = loadColumns();
164
189
  loadData();
190
+ addSearchBox();
165
191
  addSortIndicators();
166
192
  enableUI();
167
193
  };
@@ -266,12 +266,12 @@ end_of_record
266
266
  TN:
267
267
  SF:src/components/MlFollowGps/MlFollowGps.js
268
268
  FN:21,(anonymous_0)
269
- FN:33,(anonymous_1)
270
- FN:37,(anonymous_2)
271
- FN:56,(anonymous_3)
272
- FN:66,(anonymous_4)
273
- FN:72,(anonymous_5)
274
- FN:110,(anonymous_6)
269
+ FN:34,(anonymous_1)
270
+ FN:38,(anonymous_2)
271
+ FN:57,(anonymous_3)
272
+ FN:67,(anonymous_4)
273
+ FN:74,(anonymous_5)
274
+ FN:123,(anonymous_6)
275
275
  FNF:7
276
276
  FNH:4
277
277
  FNDA:7,(anonymous_0)
@@ -290,59 +290,61 @@ DA:27,7
290
290
  DA:29,7
291
291
  DA:30,7
292
292
  DA:31,7
293
- DA:33,7
294
- DA:34,2
295
- DA:37,2
296
- DA:44,0
293
+ DA:32,7
294
+ DA:34,7
295
+ DA:35,2
296
+ DA:38,2
297
297
  DA:45,0
298
298
  DA:46,0
299
- DA:48,0
299
+ DA:47,0
300
300
  DA:49,0
301
301
  DA:50,0
302
302
  DA:51,0
303
- DA:56,7
304
- DA:57,4
305
- DA:60,2
303
+ DA:52,0
304
+ DA:57,7
305
+ DA:58,4
306
306
  DA:61,2
307
307
  DA:62,2
308
- DA:66,7
309
- DA:67,0
308
+ DA:63,2
309
+ DA:67,7
310
310
  DA:68,0
311
311
  DA:69,0
312
- DA:72,7
313
- DA:73,0
314
- DA:74,0
315
- DA:77,7
316
- DA:111,3
317
- DA:112,1
318
- DA:114,2
319
- DA:119,3
320
- DA:129,1
321
- DA:146,1
322
- LF:38
323
- LH:26
312
+ DA:70,0
313
+ DA:71,0
314
+ DA:74,7
315
+ DA:75,0
316
+ DA:76,0
317
+ DA:79,7
318
+ DA:124,3
319
+ DA:125,1
320
+ DA:127,2
321
+ DA:132,3
322
+ DA:142,1
323
+ DA:159,1
324
+ LF:40
325
+ LH:27
324
326
  BRDA:31,0,0,0
325
327
  BRDA:31,0,1,7
326
- BRDA:44,1,0,0
327
- BRDA:44,1,1,0
328
- BRDA:48,2,0,0
329
- BRDA:48,2,1,0
330
- BRDA:57,3,0,2
331
- BRDA:57,3,1,2
332
- BRDA:57,4,0,4
333
- BRDA:57,4,1,2
334
- BRDA:67,5,0,0
335
- BRDA:67,5,1,0
336
- BRDA:79,6,0,7
337
- BRDA:79,6,1,2
338
- BRDA:79,6,2,0
339
- BRDA:89,7,0,7
340
- BRDA:89,7,1,2
341
- BRDA:89,7,2,0
342
- BRDA:108,8,0,2
343
- BRDA:108,8,1,5
344
- BRDA:111,9,0,1
345
- BRDA:111,9,1,2
328
+ BRDA:45,1,0,0
329
+ BRDA:45,1,1,0
330
+ BRDA:49,2,0,0
331
+ BRDA:49,2,1,0
332
+ BRDA:58,3,0,2
333
+ BRDA:58,3,1,2
334
+ BRDA:58,4,0,4
335
+ BRDA:58,4,1,2
336
+ BRDA:68,5,0,0
337
+ BRDA:68,5,1,0
338
+ BRDA:81,6,0,7
339
+ BRDA:81,6,1,2
340
+ BRDA:81,6,2,0
341
+ BRDA:102,7,0,7
342
+ BRDA:102,7,1,2
343
+ BRDA:102,7,2,0
344
+ BRDA:121,8,0,2
345
+ BRDA:121,8,1,5
346
+ BRDA:124,9,0,1
347
+ BRDA:124,9,1,2
346
348
  BRF:22
347
349
  BRH:13
348
350
  end_of_record
@@ -1111,14 +1113,13 @@ end_of_record
1111
1113
  TN:
1112
1114
  SF:src/components/MlGeoJsonLayer/MlGeoJsonLayer.js
1113
1115
  FN:17,(anonymous_0)
1114
- FN:32,(anonymous_1)
1115
- FN:34,(anonymous_2)
1116
- FN:44,(anonymous_3)
1117
- FN:55,(anonymous_4)
1118
- FN:72,(anonymous_5)
1119
- FN:100,(anonymous_6)
1120
- FN:156,(anonymous_7)
1121
- FNF:8
1116
+ FN:33,(anonymous_1)
1117
+ FN:35,(anonymous_2)
1118
+ FN:49,(anonymous_3)
1119
+ FN:60,(anonymous_4)
1120
+ FN:78,(anonymous_5)
1121
+ FN:106,(anonymous_6)
1122
+ FNF:7
1122
1123
  FNH:6
1123
1124
  FNDA:8,(anonymous_0)
1124
1125
  FNDA:4,(anonymous_1)
@@ -1127,7 +1128,6 @@ FNDA:8,(anonymous_3)
1127
1128
  FNDA:0,(anonymous_4)
1128
1129
  FNDA:8,(anonymous_5)
1129
1130
  FNDA:8,(anonymous_6)
1130
- FNDA:0,(anonymous_7)
1131
1131
  DA:10,2
1132
1132
  DA:17,2
1133
1133
  DA:19,8
@@ -1139,103 +1139,107 @@ DA:24,8
1139
1139
  DA:25,8
1140
1140
  DA:26,8
1141
1141
  DA:27,8
1142
- DA:30,8
1143
- DA:32,8
1144
- DA:33,4
1142
+ DA:28,8
1143
+ DA:31,8
1144
+ DA:33,8
1145
1145
  DA:34,4
1146
- DA:36,2
1146
+ DA:35,4
1147
1147
  DA:37,2
1148
- DA:39,2
1149
- DA:44,8
1150
- DA:45,8
1151
- DA:49,0
1152
- DA:50,0
1153
- DA:54,8
1154
- DA:56,0
1155
- DA:72,8
1156
- DA:73,8
1157
- DA:77,0
1158
- DA:82,0
1148
+ DA:38,0
1149
+ DA:40,2
1150
+ DA:42,2
1151
+ DA:44,2
1152
+ DA:49,8
1153
+ DA:50,8
1154
+ DA:54,0
1155
+ DA:55,0
1156
+ DA:59,8
1157
+ DA:61,0
1158
+ DA:78,8
1159
+ DA:79,8
1159
1160
  DA:83,0
1160
- DA:84,0
1161
- DA:85,0
1162
- DA:86,0
1163
1161
  DA:88,0
1162
+ DA:89,0
1164
1163
  DA:90,0
1165
- DA:100,8
1166
- DA:101,8
1167
- DA:105,4
1168
- DA:106,4
1169
- DA:107,4
1170
- DA:109,4
1171
- DA:115,0
1172
- DA:116,0
1173
- DA:119,4
1174
- DA:121,4
1175
- DA:138,4
1176
- DA:139,0
1177
- DA:142,4
1178
- DA:143,0
1179
- DA:146,4
1180
- DA:147,0
1181
- DA:150,4
1182
- DA:155,0
1183
- DA:156,0
1184
- DA:157,0
1185
- DA:163,8
1186
- DA:166,2
1187
- LF:56
1188
- LH:37
1189
- BRDA:28,0,0,0
1190
- BRDA:28,0,1,8
1191
- BRDA:28,1,0,8
1192
- BRDA:28,1,1,8
1193
- BRDA:30,2,0,8
1194
- BRDA:30,2,1,8
1195
- BRDA:36,3,0,2
1196
- BRDA:36,3,1,0
1197
- BRDA:45,4,0,8
1198
- BRDA:45,4,1,0
1199
- BRDA:45,5,0,8
1200
- BRDA:45,5,1,0
1201
- BRDA:73,6,0,8
1202
- BRDA:73,6,1,0
1203
- BRDA:73,7,0,8
1204
- BRDA:73,7,1,0
1205
- BRDA:77,8,0,0
1206
- BRDA:77,8,1,0
1207
- BRDA:78,9,0,0
1208
- BRDA:78,9,1,0
1209
- BRDA:78,9,2,0
1210
- BRDA:101,10,0,4
1211
- BRDA:101,10,1,4
1212
- BRDA:101,11,0,8
1213
- BRDA:101,11,1,4
1214
- BRDA:105,12,0,4
1215
- BRDA:105,12,1,0
1216
- BRDA:109,13,0,0
1217
- BRDA:109,13,1,4
1218
- BRDA:110,14,0,4
1219
- BRDA:110,14,1,4
1220
- BRDA:110,14,2,0
1221
- BRDA:110,14,3,0
1222
- BRDA:128,15,0,4
1223
- BRDA:128,15,1,0
1224
- BRDA:129,16,0,4
1225
- BRDA:129,16,1,4
1226
- BRDA:138,17,0,0
1227
- BRDA:138,17,1,4
1228
- BRDA:142,18,0,0
1229
- BRDA:142,18,1,4
1230
- BRDA:146,19,0,0
1231
- BRDA:146,19,1,4
1232
- BRDA:150,20,0,0
1233
- BRDA:150,20,1,4
1234
- BRDA:151,21,0,4
1235
- BRDA:151,21,1,4
1236
- BRDA:151,21,2,0
1237
- BRF:48
1238
- BRH:27
1164
+ DA:91,0
1165
+ DA:92,0
1166
+ DA:94,0
1167
+ DA:96,0
1168
+ DA:106,8
1169
+ DA:107,8
1170
+ DA:111,4
1171
+ DA:112,4
1172
+ DA:113,4
1173
+ DA:115,4
1174
+ DA:121,0
1175
+ DA:122,0
1176
+ DA:125,4
1177
+ DA:127,4
1178
+ DA:144,4
1179
+ DA:145,0
1180
+ DA:148,4
1181
+ DA:149,0
1182
+ DA:152,4
1183
+ DA:153,0
1184
+ DA:156,4
1185
+ DA:161,0
1186
+ DA:162,0
1187
+ DA:167,8
1188
+ DA:170,2
1189
+ LF:58
1190
+ LH:39
1191
+ BRDA:29,0,0,0
1192
+ BRDA:29,0,1,8
1193
+ BRDA:29,1,0,8
1194
+ BRDA:29,1,1,8
1195
+ BRDA:31,2,0,8
1196
+ BRDA:31,2,1,8
1197
+ BRDA:37,3,0,0
1198
+ BRDA:37,3,1,2
1199
+ BRDA:40,4,0,2
1200
+ BRDA:40,4,1,0
1201
+ BRDA:50,5,0,8
1202
+ BRDA:50,5,1,0
1203
+ BRDA:50,6,0,8
1204
+ BRDA:50,6,1,0
1205
+ BRDA:79,7,0,8
1206
+ BRDA:79,7,1,0
1207
+ BRDA:79,8,0,8
1208
+ BRDA:79,8,1,0
1209
+ BRDA:83,9,0,0
1210
+ BRDA:83,9,1,0
1211
+ BRDA:84,10,0,0
1212
+ BRDA:84,10,1,0
1213
+ BRDA:84,10,2,0
1214
+ BRDA:107,11,0,4
1215
+ BRDA:107,11,1,4
1216
+ BRDA:107,12,0,8
1217
+ BRDA:107,12,1,4
1218
+ BRDA:111,13,0,4
1219
+ BRDA:111,13,1,0
1220
+ BRDA:115,14,0,0
1221
+ BRDA:115,14,1,4
1222
+ BRDA:116,15,0,4
1223
+ BRDA:116,15,1,4
1224
+ BRDA:116,15,2,0
1225
+ BRDA:116,15,3,0
1226
+ BRDA:134,16,0,4
1227
+ BRDA:134,16,1,0
1228
+ BRDA:135,17,0,4
1229
+ BRDA:135,17,1,4
1230
+ BRDA:144,18,0,0
1231
+ BRDA:144,18,1,4
1232
+ BRDA:148,19,0,0
1233
+ BRDA:148,19,1,4
1234
+ BRDA:152,20,0,0
1235
+ BRDA:152,20,1,4
1236
+ BRDA:156,21,0,0
1237
+ BRDA:156,21,1,4
1238
+ BRDA:157,22,0,4
1239
+ BRDA:157,22,1,4
1240
+ BRDA:157,22,2,0
1241
+ BRF:50
1242
+ BRH:28
1239
1243
  end_of_record
1240
1244
  TN:
1241
1245
  SF:src/components/MlImageMarkerLayer/MlImageMarkerLayer.js