@htmlbricks/hb-map 0.60.43 → 0.60.45
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/main.iife.js +6 -6
- package/main.iife.js.map +1 -1
- package/manifest.json +53 -1
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -300,6 +300,58 @@
|
|
|
300
300
|
}
|
|
301
301
|
]
|
|
302
302
|
}
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"name": "default2",
|
|
306
|
+
"data": {
|
|
307
|
+
"center": [
|
|
308
|
+
10,
|
|
309
|
+
10
|
|
310
|
+
],
|
|
311
|
+
"zoom": 9,
|
|
312
|
+
"source": {
|
|
313
|
+
"type": "osm"
|
|
314
|
+
},
|
|
315
|
+
"options": {
|
|
316
|
+
"centerFromGeometries": true
|
|
317
|
+
},
|
|
318
|
+
"data": [
|
|
319
|
+
{
|
|
320
|
+
"marker": {
|
|
321
|
+
"lngLat": [
|
|
322
|
+
10.1,
|
|
323
|
+
10
|
|
324
|
+
],
|
|
325
|
+
"icon": {
|
|
326
|
+
"uri": "https://upload.wikimedia.org/wikipedia/commons/4/4b/Visual_Studio_Code_Insiders_1.36_icon.svg",
|
|
327
|
+
"scale": 0.15,
|
|
328
|
+
"anchor": [
|
|
329
|
+
0.5,
|
|
330
|
+
0.1
|
|
331
|
+
]
|
|
332
|
+
},
|
|
333
|
+
"popupHtml": "<p>You clicked here:</p><code>ciao</code>"
|
|
334
|
+
}
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"marker": {
|
|
338
|
+
"lngLat": [
|
|
339
|
+
10,
|
|
340
|
+
10
|
|
341
|
+
],
|
|
342
|
+
"popupHtml": "<p>You clicked here:</p><code>ciao</code>"
|
|
343
|
+
}
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
"marker": {
|
|
347
|
+
"lngLat": [
|
|
348
|
+
10.3,
|
|
349
|
+
10
|
|
350
|
+
]
|
|
351
|
+
}
|
|
352
|
+
}
|
|
353
|
+
]
|
|
354
|
+
}
|
|
303
355
|
}
|
|
304
356
|
],
|
|
305
357
|
"screenshots": [],
|
|
@@ -320,5 +372,5 @@
|
|
|
320
372
|
"size": {},
|
|
321
373
|
"iifePath": "main.iife.js",
|
|
322
374
|
"repoName": "@htmlbricks/hb-map",
|
|
323
|
-
"version": "0.60.
|
|
375
|
+
"version": "0.60.45"
|
|
324
376
|
}
|