@igo2/geo 20.1.0-next.9 → 20.1.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.
@@ -21,6 +21,7 @@
21
21
  },
22
22
  "library.predefined.select": "Select a catalog",
23
23
  "library.custom.title": "Title",
24
+ "library.cancel": "Cancel",
24
25
  "library.add": "Add this catalog to the list",
25
26
  "library.predefined": "Predefined list",
26
27
  "library.custom": "Advanced configuration",
@@ -152,7 +153,7 @@
152
153
  "importClarifications": "Clarifications",
153
154
  "importSizeMax": "The file size limit is {{size}} Mb",
154
155
  "importFormatAuthorized": "Formats authorized: geojson, kml, gpx, gml, shapefile",
155
- "importShpZip": "Shapefiles must be zipped AND geometries stored in Latitude Longitude coordinate (EPSG:4326/WGS:84)",
156
+ "importShpZip": "Shapefiles must be zipped",
156
157
  "importHtmlClarifications": "",
157
158
  "exportHtmlClarifications": "",
158
159
  "other": "other",
@@ -237,8 +238,10 @@
237
238
  "name": "Group name",
238
239
  "create": "Create group",
239
240
  "rename": "Rename group",
241
+ "moreOptions": "Group tools",
242
+ "remove": "Remove this group from the map",
240
243
  "hide": "Hide group",
241
- "hideChildren": "Hided by a group",
244
+ "hideChildren": "Layer hidden by a group",
242
245
  "show": "Show group"
243
246
  },
244
247
  "type": {
@@ -255,6 +258,7 @@
255
258
  "unavailableLayer": "Unavailable layer",
256
259
  "filterLowerLayer": "The backward movement is always done according to the order of the map!",
257
260
  "filterPlaceholder": "Filter the layers list",
261
+ "filterAppliedOnLayer": "Filter applied on layer",
258
262
  "activateSelectionMode": "Activate multiple selection mode",
259
263
  "deactivateSelectionMode": "Deactivate multiple selection mode",
260
264
  "tools": "Tools",
@@ -378,7 +382,8 @@
378
382
  "newpage": "On a new page",
379
383
  "newimage": "On a new image"
380
384
  },
381
- "showNorthArrow": "Show north arrow"
385
+ "showNorthArrow": "Show north arrow",
386
+ "timeout": "Print - Some requests reach the maximum time of {{value}} seconds"
382
387
  },
383
388
  "directions": {
384
389
  "buttons": {
@@ -21,7 +21,8 @@
21
21
  },
22
22
  "library.predefined.select": "Sélectionner un catalogue",
23
23
  "library.custom.title": "Titre",
24
- "library.add": "Ajouter ce catalogue",
24
+ "library.cancel": "Annuler",
25
+ "library.add": "Ajouter le catalogue",
25
26
  "library.predefined": "Liste prédéfinie",
26
27
  "library.custom": "Configuration avancées",
27
28
  "library.remove": "Retirer ce catalogue de la liste",
@@ -152,7 +153,7 @@
152
153
  "importClarifications": "Précisions",
153
154
  "importSizeMax": "La taille limite du fichier est de {{size}} Mo",
154
155
  "importFormatAuthorized": "Formats autorisés: geojson, kml, gpx, gml, shapefile",
155
- "importShpZip": "Les shapefiles doivent être compressés (zippés) ET leurs géométries doivent être en coordonnées Latitude Longitude (EPSG:4326/WGS84)",
156
+ "importShpZip": "Les shapefiles doivent être compressés (zippés)",
156
157
  "importHtmlClarifications": "",
157
158
  "exportHtmlClarifications": "",
158
159
  "other": "autre",
@@ -237,8 +238,10 @@
237
238
  "name": "Nom du groupe",
238
239
  "create": "Créer un groupe",
239
240
  "rename": "Renommer le groupe",
241
+ "moreOptions": "Outils du groupe",
242
+ "remove": "Retirer le groupe de la carte",
240
243
  "hide": "Masquer le groupe",
241
- "hideChildren": "Masquer par un groupe",
244
+ "hideChildren": "Couche masquée par un groupe",
242
245
  "show": "Afficher le groupe"
243
246
  },
244
247
  "type": {
@@ -254,6 +257,7 @@
254
257
  "lowerLayer": "Mettre en arrière",
255
258
  "filterLowerLayer": "Le déplacement arrière se fait toujours selon l'ordre de la carte!",
256
259
  "filterPlaceholder": "Filtrer la liste de couches",
260
+ "filterAppliedOnLayer": "Filtre appliqué sur la couche",
257
261
  "activateSelectionMode": "Activer le mode de sélection multiple",
258
262
  "deactivateSelectionMode": "Désactiver le mode de sélection multiple",
259
263
  "tools": "Outils",
@@ -297,7 +301,7 @@
297
301
  "styleModalTooltip": "Éditer le style des entités sélectionnées"
298
302
  },
299
303
  "saveBtn": "Sauvegarder",
300
- "cancelBtn": "Cancel",
304
+ "cancelBtn": "Annuler",
301
305
  "saveFeatureInLayer": "Ajouter la sélection dans une couche",
302
306
  "chooseOrSet": "Choisir une couche ou définir un nouveau nom"
303
307
  },
@@ -377,7 +381,8 @@
377
381
  "newpage": "Sur une nouvelle page",
378
382
  "newimage": "Sur une nouvelle image"
379
383
  },
380
- "showNorthArrow": "Afficher la flèche du nord"
384
+ "showNorthArrow": "Afficher la flèche du nord",
385
+ "timeout": "Impression - Certaines requêtes atteignent la durée maximale de {{value}} secondes"
381
386
  },
382
387
  "directions": {
383
388
  "buttons": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igo2/geo",
3
- "version": "20.1.0-next.9",
3
+ "version": "20.1.0",
4
4
  "description": "IGO Library",
5
5
  "author": "IGO Community",
6
6
  "keywords": [
@@ -40,10 +40,10 @@
40
40
  "@angular/material": "^20.0.0",
41
41
  "@angular/material-moment-adapter": "^20.0.0",
42
42
  "@angular/platform-browser": "^20.0.0",
43
- "@igo2/auth": "^20.1.0-next.9",
44
- "@igo2/common": "^20.1.0-next.9",
45
- "@igo2/core": "^20.1.0-next.9",
46
- "@igo2/utils": "^20.1.0-next.9",
43
+ "@igo2/auth": "^20.1.0",
44
+ "@igo2/common": "^20.1.0",
45
+ "@igo2/core": "^20.1.0",
46
+ "@igo2/utils": "^20.1.0",
47
47
  "@mat-datetimepicker/core": "^16.0.0",
48
48
  "@turf/boolean-intersects": "^7.2.0",
49
49
  "@turf/buffer": "^7.2.0",
@@ -60,8 +60,8 @@
60
60
  "jszip": "^3.10.1",
61
61
  "moment": "^2.30.0",
62
62
  "nosleep.js": "^0.12.0",
63
- "ol": "10.6.0",
64
63
  "ol-mapbox-style": "^13.1.0",
64
+ "ol": "^10.0.0",
65
65
  "proj4": "^2.15.0",
66
66
  "rxjs": "^7.8.0",
67
67
  "striptags": "^3.2.0",