@igo2/geo 20.0.1 → 20.1.0-next.10
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 +4329 -4821
- package/fesm2022/igo2-geo.mjs.map +1 -1
- package/index.d.ts +711 -701
- package/locale/en.geo.json +32 -3
- package/locale/fr.geo.json +32 -3
- package/package.json +10 -11
package/locale/en.geo.json
CHANGED
|
@@ -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": {
|
|
@@ -521,6 +526,7 @@
|
|
|
521
526
|
"type": {
|
|
522
527
|
"address": "Address",
|
|
523
528
|
"oldAddress": "Old address",
|
|
529
|
+
"aggloMun": "Agglomerations",
|
|
524
530
|
"district": "District",
|
|
525
531
|
"postalCode": "Postal Code",
|
|
526
532
|
"city": "City",
|
|
@@ -542,10 +548,17 @@
|
|
|
542
548
|
"hq": "Hydro-Quebec",
|
|
543
549
|
"entreprise": "Entreprise",
|
|
544
550
|
"cadastre": "Cadastre",
|
|
551
|
+
"dessertes": "Police service (CSAU)",
|
|
552
|
+
"matricule": "Property assessment role",
|
|
545
553
|
"restArea": "Rest area",
|
|
546
554
|
"cycleStop": "Cycle stop",
|
|
547
555
|
"cultpatri": "Culture and heritage",
|
|
548
|
-
"unites": "Units (apartments, offices, etc.)"
|
|
556
|
+
"unites": "Units (apartments, offices, etc.)",
|
|
557
|
+
"stations-partenaires": "Hydrometric station (partenaire)",
|
|
558
|
+
"stations-publique": "Hydrometric station",
|
|
559
|
+
"niveau-eau-partenaires": "Water levels during a flood (with photos)",
|
|
560
|
+
"niveau-eau-publique": "Water levels during a flood (with reports)",
|
|
561
|
+
"reperes-crue": "Flood markers"
|
|
549
562
|
},
|
|
550
563
|
"restrictExtent": {
|
|
551
564
|
"map": "Map extent",
|
|
@@ -627,7 +640,10 @@
|
|
|
627
640
|
"hour": "Hour",
|
|
628
641
|
"minute": "Minute",
|
|
629
642
|
"endYear": "End Year",
|
|
630
|
-
"startYear": "Start Year"
|
|
643
|
+
"startYear": "Start Year",
|
|
644
|
+
"today": "Today",
|
|
645
|
+
"now": "Now",
|
|
646
|
+
"clear": "Clear"
|
|
631
647
|
},
|
|
632
648
|
"spatialFilter": {
|
|
633
649
|
"spatialFilter": "Spatial filter",
|
|
@@ -662,6 +678,8 @@
|
|
|
662
678
|
"warning": "Warning",
|
|
663
679
|
"freehandControl": "Freehand",
|
|
664
680
|
"group": {
|
|
681
|
+
"addresses": "Addresses",
|
|
682
|
+
"aleas": "Hazards",
|
|
665
683
|
"toponyme": "Toponym",
|
|
666
684
|
"culture": "Culture",
|
|
667
685
|
"education": "Education",
|
|
@@ -674,17 +692,24 @@
|
|
|
674
692
|
"terrapi": {
|
|
675
693
|
"AdmRegion": "Administratives region",
|
|
676
694
|
"Mun": "Municipalities",
|
|
695
|
+
"aggloMun": "Agglomerations",
|
|
677
696
|
"Arrond": "Boroughs",
|
|
678
697
|
"CircFed": "Federals districts",
|
|
679
698
|
"CircProv": "Provincials districts",
|
|
680
699
|
"DirReg": "Regionals directorates",
|
|
681
700
|
"MRC": "RCM",
|
|
701
|
+
"RSS": "Social and health regions (RSS)",
|
|
702
|
+
"RLS": "Local health networks (RLS)",
|
|
703
|
+
"CLSC": "Local community service centers (CLSC)",
|
|
704
|
+
"tours": "Cooling towers",
|
|
682
705
|
"RegTour": "Touristics regions",
|
|
683
706
|
"limites": "Administrative boundaries",
|
|
684
707
|
"bornes": "Landmarks",
|
|
708
|
+
"matricule": "Property assessment role",
|
|
685
709
|
"hydro": "Hydrography",
|
|
686
710
|
"routes": "Roads",
|
|
687
711
|
"bati": "Buildings",
|
|
712
|
+
"localite": "Localities",
|
|
688
713
|
"batiment": "Buildings",
|
|
689
714
|
"camping": "Camping",
|
|
690
715
|
"equipement": "Equipment",
|
|
@@ -720,7 +745,11 @@
|
|
|
720
745
|
"penitencier-fed": "Federal penitentiaries",
|
|
721
746
|
"penitencier-prov": "Provincial penitentiaries",
|
|
722
747
|
"polices": "Police station",
|
|
723
|
-
"unites": "
|
|
748
|
+
"unites": "Units (Building numbers, offices, etc.)",
|
|
749
|
+
"address": "Addresses without units",
|
|
750
|
+
"stations-hydro-partenaires": "Hydrometric station (partner)",
|
|
751
|
+
"stations-hydro-publique": "Hydrometric station",
|
|
752
|
+
"depanneurs-reservoirs": "Convenience stores and gas stations - Fuel tank"
|
|
724
753
|
},
|
|
725
754
|
"measure": {
|
|
726
755
|
"dialog": {
|
package/locale/fr.geo.json
CHANGED
|
@@ -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": {
|
|
@@ -520,6 +525,7 @@
|
|
|
520
525
|
"type": {
|
|
521
526
|
"address": "Adresse",
|
|
522
527
|
"oldAddress": "Ancienne adresse",
|
|
528
|
+
"aggloMun": "Agglomérations",
|
|
523
529
|
"district": "Arrondissement",
|
|
524
530
|
"postalCode": "Code Postal",
|
|
525
531
|
"city": "Municipalité",
|
|
@@ -541,10 +547,14 @@
|
|
|
541
547
|
"hq": "Hydro-Québec",
|
|
542
548
|
"entreprise": "Entreprise",
|
|
543
549
|
"cadastre": "Cadastre",
|
|
550
|
+
"dessertes": "Desserte de police (CSAU)",
|
|
551
|
+
"matricule": "Rôle d'évaluation foncière",
|
|
544
552
|
"restArea": "Halte routière",
|
|
545
553
|
"cycleStop": "Halte cyclable",
|
|
546
554
|
"cultpatri": "Culture et patrimoine",
|
|
547
|
-
"unites": "Unités (appartements, bureaux, etc.)"
|
|
555
|
+
"unites": "Unités (appartements, bureaux, etc.)",
|
|
556
|
+
"stations-partenaires": "Station hydrométrique (partenaire)",
|
|
557
|
+
"stations-publique": "Station hydrométrique"
|
|
548
558
|
},
|
|
549
559
|
"restrictExtent": {
|
|
550
560
|
"map": "Étendue de la carte",
|
|
@@ -626,7 +636,10 @@
|
|
|
626
636
|
"hour": "Heure",
|
|
627
637
|
"minute": "Minute",
|
|
628
638
|
"endYear": "Année de fin",
|
|
629
|
-
"startYear": "Année de début"
|
|
639
|
+
"startYear": "Année de début",
|
|
640
|
+
"today": "Aujourd'hui",
|
|
641
|
+
"now": "Maintenant",
|
|
642
|
+
"clear": "Effacer"
|
|
630
643
|
},
|
|
631
644
|
"spatialFilter": {
|
|
632
645
|
"spatialFilter": "Filtre spatial",
|
|
@@ -662,6 +675,8 @@
|
|
|
662
675
|
"warning": "Avertissement",
|
|
663
676
|
"freehandControl": "À main levée",
|
|
664
677
|
"group": {
|
|
678
|
+
"addresses": "Adresses",
|
|
679
|
+
"aleas": "Aléas",
|
|
665
680
|
"toponyme": "Toponyme",
|
|
666
681
|
"culture": "Culture",
|
|
667
682
|
"education": "Éducation",
|
|
@@ -679,12 +694,19 @@
|
|
|
679
694
|
"CircProv": "Circonscriptions provinciales",
|
|
680
695
|
"DirReg": "Directions régionales",
|
|
681
696
|
"MRC": "MRC",
|
|
697
|
+
"RSS": "Régions sociosanitaires (RSS)",
|
|
698
|
+
"RLS": "Réseaux locaux de santé (RLS)",
|
|
699
|
+
"CLSC": "Centres locaux de services communautaires (CLSC)",
|
|
700
|
+
"tours": "Tours de refroidissement",
|
|
682
701
|
"RegTour": "Régions touristiques",
|
|
683
702
|
"limites": "Limites administratives",
|
|
703
|
+
"aggloMun": "Agglomérations",
|
|
684
704
|
"bornes": "Bornes sumi",
|
|
705
|
+
"matricule": "Rôle d'évaluation foncière",
|
|
685
706
|
"hydro": "Hydrographie",
|
|
686
707
|
"routes": "Routes",
|
|
687
708
|
"bati": "Bâtiments",
|
|
709
|
+
"localite": "Localités",
|
|
688
710
|
"batiment": "Bâtiments",
|
|
689
711
|
"camping": "Camping",
|
|
690
712
|
"equipement": "Équipements",
|
|
@@ -720,7 +742,14 @@
|
|
|
720
742
|
"penitencier-fed": "Pénitenciers fédéraux",
|
|
721
743
|
"penitencier-prov": "Pénitenciers provinciaux",
|
|
722
744
|
"polices": "Poste de police",
|
|
723
|
-
"unites": "
|
|
745
|
+
"unites": "Unités (Numéros d'immeubles, bureaux, etc.)",
|
|
746
|
+
"address": "Adresses sans unités",
|
|
747
|
+
"stations-hydro-partenaires": "Station hydrométrique (partenaire)",
|
|
748
|
+
"stations-hydro-publique": "Station hydrométrique",
|
|
749
|
+
"niveau-eau-partenaires": "Niveaux d'eau lors d'une inondation (avec photos)",
|
|
750
|
+
"niveau-eau-publique": "Niveaux d'eau lors d'une inondation (avec rapports)",
|
|
751
|
+
"reperes-crue": "Repères de crue",
|
|
752
|
+
"depanneurs-reservoirs": "Dépanneurs et stations service - Réservoir de carburant"
|
|
724
753
|
},
|
|
725
754
|
"measure": {
|
|
726
755
|
"dialog": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@igo2/geo",
|
|
3
|
-
"version": "20.0.
|
|
3
|
+
"version": "20.1.0-next.10",
|
|
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.0.
|
|
43
|
-
"@igo2/common": "^20.0.
|
|
44
|
-
"@igo2/core": "^20.0.
|
|
45
|
-
"@igo2/utils": "^20.0.
|
|
43
|
+
"@igo2/auth": "^20.1.0-next.10",
|
|
44
|
+
"@igo2/common": "^20.1.0-next.10",
|
|
45
|
+
"@igo2/core": "^20.1.0-next.10",
|
|
46
|
+
"@igo2/utils": "^20.1.0-next.10",
|
|
46
47
|
"@mat-datetimepicker/core": "^16.0.0",
|
|
47
48
|
"@turf/boolean-intersects": "^7.2.0",
|
|
48
49
|
"@turf/buffer": "^7.2.0",
|
|
@@ -50,19 +51,17 @@
|
|
|
50
51
|
"@turf/intersect": "^7.2.0",
|
|
51
52
|
"@turf/line-intersect": "^7.2.0",
|
|
52
53
|
"@turf/point-on-feature": "^7.2.0",
|
|
53
|
-
"canvg": "^4.0.0",
|
|
54
|
-
"dompurify": "^3.0.0",
|
|
55
54
|
"file-saver": "^2.0.2",
|
|
56
55
|
"flexsearch": "0.7.21",
|
|
57
56
|
"html2canvas": "^1.4.1",
|
|
58
57
|
"idb": "^8.0.3",
|
|
58
|
+
"jspdf": "^4.0.0",
|
|
59
59
|
"jspdf-autotable": "^5.0.0",
|
|
60
|
-
"jspdf": "^3.0.0",
|
|
61
60
|
"jszip": "^3.10.1",
|
|
62
61
|
"moment": "^2.30.0",
|
|
63
62
|
"nosleep.js": "^0.12.0",
|
|
64
|
-
"ol-mapbox-style": "^13.1.0",
|
|
65
63
|
"ol": "10.6.0",
|
|
64
|
+
"ol-mapbox-style": "^13.1.0",
|
|
66
65
|
"proj4": "^2.15.0",
|
|
67
66
|
"rxjs": "^7.8.0",
|
|
68
67
|
"striptags": "^3.2.0",
|