@igo2/geo 21.0.0-next.2 → 21.0.0-next.20
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/fesm2022/igo2-geo.mjs +9435 -9465
- package/fesm2022/igo2-geo.mjs.map +1 -1
- package/locale/en.geo.json +5 -0
- package/locale/fr.geo.json +5 -0
- package/package.json +8 -6
- package/types/igo2-geo.d.ts +1608 -1571
package/locale/en.geo.json
CHANGED
|
@@ -314,6 +314,9 @@
|
|
|
314
314
|
"cancel": "Cancel",
|
|
315
315
|
"fill": "Fill",
|
|
316
316
|
"stroke": "Stroke",
|
|
317
|
+
"strokeWidth": "Stroke width",
|
|
318
|
+
"label": "Label",
|
|
319
|
+
"radius": "Radius",
|
|
317
320
|
"fontSize": "Font size",
|
|
318
321
|
"fontStyle": "Font style",
|
|
319
322
|
"offsetX": "Horizontal offset",
|
|
@@ -472,6 +475,8 @@
|
|
|
472
475
|
}
|
|
473
476
|
},
|
|
474
477
|
"routeOptions": "Route options",
|
|
478
|
+
"routingSource": "Routing source",
|
|
479
|
+
"routingSourceTooltip": "Changing source recalculates the route immediately",
|
|
475
480
|
"stepTitleTooltip": "Zoom on location"
|
|
476
481
|
},
|
|
477
482
|
"toggle": {
|
package/locale/fr.geo.json
CHANGED
|
@@ -313,6 +313,9 @@
|
|
|
313
313
|
"cancel": "Annuler",
|
|
314
314
|
"fill": "Remplissage",
|
|
315
315
|
"stroke": "Contour",
|
|
316
|
+
"strokeWidth": "Épaisseur du contour",
|
|
317
|
+
"label": "Étiquette",
|
|
318
|
+
"radius": "Rayon",
|
|
316
319
|
"fontSize": "Taille de police",
|
|
317
320
|
"fontStyle": "Style de police",
|
|
318
321
|
"offsetX": "Décalage horizontal",
|
|
@@ -471,6 +474,8 @@
|
|
|
471
474
|
}
|
|
472
475
|
},
|
|
473
476
|
"routeOptions": "Choix d'itinéraires",
|
|
477
|
+
"routingSource": "Source d'itinéraire",
|
|
478
|
+
"routingSourceTooltip": "Changer de source recalcule immédiatement l'itinéraire",
|
|
474
479
|
"stepTitleTooltip": "Cadrer sur le lieu"
|
|
475
480
|
},
|
|
476
481
|
"toggle": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@igo2/geo",
|
|
3
|
-
"version": "21.0.0-next.
|
|
3
|
+
"version": "21.0.0-next.20",
|
|
4
4
|
"description": "IGO Library",
|
|
5
5
|
"author": "IGO Community",
|
|
6
6
|
"keywords": [
|
|
@@ -40,11 +40,13 @@
|
|
|
40
40
|
"@angular/material": "^21.0.0",
|
|
41
41
|
"@angular/material-moment-adapter": "^21.0.0",
|
|
42
42
|
"@angular/platform-browser": "^21.0.0",
|
|
43
|
-
"@igo2/auth": "^21.0.0-next.
|
|
44
|
-
"@igo2/common": "^21.0.0-next.
|
|
45
|
-
"@igo2/core": "^21.0.0-next.
|
|
46
|
-
"@igo2/utils": "^21.0.0-next.
|
|
43
|
+
"@igo2/auth": "^21.0.0-next.20",
|
|
44
|
+
"@igo2/common": "^21.0.0-next.20",
|
|
45
|
+
"@igo2/core": "^21.0.0-next.20",
|
|
46
|
+
"@igo2/utils": "^21.0.0-next.20",
|
|
47
47
|
"@mat-datetimepicker/core": "^17.0.0",
|
|
48
|
+
"geostyler-legend": "^5.2.0",
|
|
49
|
+
"geostyler-openlayers-parser": "^5.7.0",
|
|
48
50
|
"@turf/boolean-intersects": "^7.3.0",
|
|
49
51
|
"@turf/buffer": "^7.3.0",
|
|
50
52
|
"@turf/helpers": "^7.3.0",
|
|
@@ -52,7 +54,7 @@
|
|
|
52
54
|
"@turf/line-intersect": "^7.3.0",
|
|
53
55
|
"@turf/point-on-feature": "^7.3.0",
|
|
54
56
|
"file-saver": "^2.0.0",
|
|
55
|
-
"flexsearch": "0.
|
|
57
|
+
"flexsearch": "^0.8.0",
|
|
56
58
|
"html2canvas": "^1.4.0",
|
|
57
59
|
"idb": "^8.0.0",
|
|
58
60
|
"jspdf": "^4.2.0",
|