@igo2/geo 20.1.0-next.2 → 20.1.0-next.21

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.
@@ -70,6 +70,11 @@
70
70
  "ogreServer": {
71
71
  "title": "Ogre server error 500",
72
72
  "text": "Error in convert to geojson. Maybe file is too big, try to import that file in geojson format"
73
+ },
74
+ "epsgUndefined": {
75
+ "text": "The projection for the file <strong> {{fileName}} </strong> could not be detected automatically. Please select a projection to continue the upload.",
76
+ "title": "Coordinate System (Projection)",
77
+ "note": "If your file's projection is not in the list, you must convert your file to a compatible coordinate system."
73
78
  }
74
79
  },
75
80
  "export": {
@@ -147,7 +152,7 @@
147
152
  "importClarifications": "Clarifications",
148
153
  "importSizeMax": "The file size limit is {{size}} Mb",
149
154
  "importFormatAuthorized": "Formats authorized: geojson, kml, gpx, gml, shapefile",
150
- "importShpZip": "Shapefiles must be zipped AND geometries stored in Latitude Longitude coordinate (EPSG:4326/WGS:84)",
155
+ "importShpZip": "Shapefiles must be zipped",
151
156
  "importHtmlClarifications": "",
152
157
  "exportHtmlClarifications": "",
153
158
  "other": "other",
@@ -232,8 +237,10 @@
232
237
  "name": "Group name",
233
238
  "create": "Create group",
234
239
  "rename": "Rename group",
240
+ "moreOptions": "Group tools",
241
+ "remove": "Remove this group from the map",
235
242
  "hide": "Hide group",
236
- "hideChildren": "Hided by a group",
243
+ "hideChildren": "Layer hidden by a group",
237
244
  "show": "Show group"
238
245
  },
239
246
  "type": {
@@ -250,6 +257,7 @@
250
257
  "unavailableLayer": "Unavailable layer",
251
258
  "filterLowerLayer": "The backward movement is always done according to the order of the map!",
252
259
  "filterPlaceholder": "Filter the layers list",
260
+ "filterAppliedOnLayer": "Filter applied on layer",
253
261
  "activateSelectionMode": "Activate multiple selection mode",
254
262
  "deactivateSelectionMode": "Deactivate multiple selection mode",
255
263
  "tools": "Tools",
@@ -70,6 +70,11 @@
70
70
  "ogreServer": {
71
71
  "title": "Erreur 500 du service Ogre",
72
72
  "text": "Erreur de la conversion du fichier en geojson. Il est possible que le fichier soit trop volumineux, essayer de l'importer en format geojson"
73
+ },
74
+ "epsgUndefined": {
75
+ "text": "Le projection pour le fichier <strong> {{fileName}} </strong> n'a pas pu être détecté automatiquement. Veuillez sélectionner une projection afin de poursuivre le téléversement.",
76
+ "title": "Système de coordonnées (projection)",
77
+ "note": "Si la projection de votre fichier n’est pas dans la liste, vous devez convertir votre fichier vers un système de coordonnées compatible."
73
78
  }
74
79
  },
75
80
  "export": {
@@ -147,7 +152,7 @@
147
152
  "importClarifications": "Précisions",
148
153
  "importSizeMax": "La taille limite du fichier est de {{size}} Mo",
149
154
  "importFormatAuthorized": "Formats autorisés: geojson, kml, gpx, gml, shapefile",
150
- "importShpZip": "Les shapefiles doivent être compressés (zippés) ET leurs géométries doivent être en coordonnées Latitude Longitude (EPSG:4326/WGS84)",
155
+ "importShpZip": "Les shapefiles doivent être compressés (zippés)",
151
156
  "importHtmlClarifications": "",
152
157
  "exportHtmlClarifications": "",
153
158
  "other": "autre",
@@ -232,8 +237,10 @@
232
237
  "name": "Nom du groupe",
233
238
  "create": "Créer un groupe",
234
239
  "rename": "Renommer le groupe",
240
+ "moreOptions": "Outils du groupe",
241
+ "remove": "Retirer le groupe de la carte",
235
242
  "hide": "Masquer le groupe",
236
- "hideChildren": "Masquer par un groupe",
243
+ "hideChildren": "Couche masquée par un groupe",
237
244
  "show": "Afficher le groupe"
238
245
  },
239
246
  "type": {
@@ -249,6 +256,7 @@
249
256
  "lowerLayer": "Mettre en arrière",
250
257
  "filterLowerLayer": "Le déplacement arrière se fait toujours selon l'ordre de la carte!",
251
258
  "filterPlaceholder": "Filtrer la liste de couches",
259
+ "filterAppliedOnLayer": "Filtre appliqué sur la couche",
252
260
  "activateSelectionMode": "Activer le mode de sélection multiple",
253
261
  "deactivateSelectionMode": "Désactiver le mode de sélection multiple",
254
262
  "tools": "Outils",
@@ -292,7 +300,7 @@
292
300
  "styleModalTooltip": "Éditer le style des entités sélectionnées"
293
301
  },
294
302
  "saveBtn": "Sauvegarder",
295
- "cancelBtn": "Cancel",
303
+ "cancelBtn": "Annuler",
296
304
  "saveFeatureInLayer": "Ajouter la sélection dans une couche",
297
305
  "chooseOrSet": "Choisir une couche ou définir un nouveau nom"
298
306
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igo2/geo",
3
- "version": "20.1.0-next.2",
3
+ "version": "20.1.0-next.21",
4
4
  "description": "IGO Library",
5
5
  "author": "IGO Community",
6
6
  "keywords": [
@@ -10,7 +10,8 @@
10
10
  "homepage": "https://github.com/infra-geo-ouverte/igo2-lib#readme",
11
11
  "repository": {
12
12
  "type": "git",
13
- "url": "git+https://github.com/infra-geo-ouverte/igo2-lib.git"
13
+ "url": "git+https://github.com/infra-geo-ouverte/igo2-lib.git",
14
+ "directory": "packages/geo"
14
15
  },
15
16
  "bugs": {
16
17
  "url": "https://github.com/infra-geo-ouverte/igo2-lib/issues"
@@ -36,13 +37,13 @@
36
37
  "@angular/common": "^20.0.0",
37
38
  "@angular/core": "^20.0.0",
38
39
  "@angular/forms": "^20.0.0",
39
- "@angular/material-moment-adapter": "^20.0.0",
40
40
  "@angular/material": "^20.0.0",
41
+ "@angular/material-moment-adapter": "^20.0.0",
41
42
  "@angular/platform-browser": "^20.0.0",
42
- "@igo2/auth": "^20.1.0-next.2",
43
- "@igo2/common": "^20.1.0-next.2",
44
- "@igo2/core": "^20.1.0-next.2",
45
- "@igo2/utils": "^20.1.0-next.2",
43
+ "@igo2/auth": "^20.1.0-next.21",
44
+ "@igo2/common": "^20.1.0-next.21",
45
+ "@igo2/core": "^20.1.0-next.21",
46
+ "@igo2/utils": "^20.1.0-next.21",
46
47
  "@mat-datetimepicker/core": "^16.0.0",
47
48
  "@turf/boolean-intersects": "^7.2.0",
48
49
  "@turf/buffer": "^7.2.0",
@@ -54,13 +55,13 @@
54
55
  "flexsearch": "0.7.21",
55
56
  "html2canvas": "^1.4.1",
56
57
  "idb": "^8.0.3",
58
+ "jspdf": "^4.0.0",
57
59
  "jspdf-autotable": "^5.0.0",
58
- "jspdf": "^3.0.0",
59
60
  "jszip": "^3.10.1",
60
61
  "moment": "^2.30.0",
61
62
  "nosleep.js": "^0.12.0",
62
63
  "ol-mapbox-style": "^13.1.0",
63
- "ol": "10.6.0",
64
+ "ol": "^10.0.0",
64
65
  "proj4": "^2.15.0",
65
66
  "rxjs": "^7.8.0",
66
67
  "striptags": "^3.2.0",