@igo2/integration 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.
package/index.d.ts CHANGED
@@ -244,7 +244,6 @@ declare class ContextState {
244
244
  private contextService;
245
245
  private toolService;
246
246
  private toolState;
247
- private languageService;
248
247
  /**
249
248
  * Observable of the active context
250
249
  */
@@ -294,7 +293,7 @@ declare class DirectionsToolComponent implements OnInit {
294
293
  */
295
294
  get routesFeatureStore(): RoutesFeatureStore;
296
295
  get stepFeatureStore(): StepsFeatureStore;
297
- get zoomOnActiveRoute(): i0.WritableSignal<boolean>;
296
+ get zoomToActiveRoute(): boolean;
298
297
  get authenticated$(): rxjs.BehaviorSubject<boolean>;
299
298
  /**
300
299
  * Map to measure on
@@ -841,8 +840,8 @@ declare class SearchResultsToolComponent implements OnInit, OnDestroy {
841
840
  private isSelectedResultOutOfView$$;
842
841
  private abstractFocusedResult;
843
842
  private abstractSelectedResult;
844
- debouncedEmpty$: BehaviorSubject<boolean>;
845
- private debouncedEmpty$$;
843
+ private destroyRef;
844
+ debouncedEmpty: i0.WritableSignal<boolean>;
846
845
  /**
847
846
  * Store holding the search results
848
847
  * @internal
@@ -854,8 +853,7 @@ declare class SearchResultsToolComponent implements OnInit, OnDestroy {
854
853
  */
855
854
  get map(): IgoMap;
856
855
  get featureTitle(): string;
857
- get feature$(): Observable<Feature>;
858
- feature: Feature;
856
+ feature: i0.WritableSignal<Feature<Record<string, any>>>;
859
857
  term: string;
860
858
  private searchTerm$$;
861
859
  settingsChange$: BehaviorSubject<boolean>;
@@ -1027,10 +1025,11 @@ declare class IgoAppFilterModule {
1027
1025
 
1028
1026
  declare class AboutToolComponent implements OnInit {
1029
1027
  configService: ConfigService<any>;
1030
- auth: AuthService;
1028
+ auth: AuthService<any>;
1031
1029
  private http;
1032
1030
  private cdRef;
1033
1031
  private languageService;
1032
+ private userService;
1034
1033
  private configOptions;
1035
1034
  get headerHtml(): string;
1036
1035
  set headerHtml(value: string);
@@ -1040,11 +1039,10 @@ declare class AboutToolComponent implements OnInit {
1040
1039
  discoverTitleInLocale$: Observable<string>;
1041
1040
  get discoverTitleInLocale(): string;
1042
1041
  set discoverTitleInLocale(value: string);
1043
- readonly trainingGuideURLs: i0.ModelSignal<any>;
1042
+ readonly trainingGuideURLs: i0.ModelSignal<string[]>;
1044
1043
  effectiveVersion: string;
1045
1044
  private _html;
1046
1045
  private _headerHtml;
1047
- private baseUrlProfil;
1048
1046
  private baseUrlGuide;
1049
1047
  loading: boolean;
1050
1048
  constructor();
@@ -63,7 +63,7 @@
63
63
  },
64
64
  "aboutTool": {
65
65
  "headerHtml": "",
66
- "html": "<style>#about .bold_class{font-weight: bold;}#about .red{color: red;}#about .tool_name{border-top: 1px solid; padding-top: 10px;}#about .titre_outil{font-weight: bold; font-size: 18px; padding-bottom: 8px;}#about .subtitle{font-size: 20px; padding-bottom: 10px;}#about .align_right{text-align: right;}#about .describe{text-align: justify;}#about a img{color: black; text-decoration: none;}</style><body> <div id='about'> <div class='bold_class subtitle'>Features overview</div><div class='tool_name'> <div class='titre_outil'>Search Bar</div><div class='describe'>Located in the upper-left portion of the interface, the <span class='bold_class'>Search Bar</span> allows the user to locate an area of interest using an address, location or GPS coordinates. It can also be used to search for a layer. <br><br> It is also possible to search for a specific element using the hashtag \"#\" (for example, #municipalites québec). Accents and capital letters don't have any impact on <span class='bold_class'>Search Results</span> when using a hashtag. </div></div><br><div class='tool_name'> <div class='titre_outil'>Context </div><div class='describe'> <span class='bold_class'>Contexts</span> are used to visualize groupings of layers related to a specific theme. When a context is selected, all the layers associated with it will be added to the <span class='bold_class'>Map</span>. It is then possible to add other layers to the map by using the <span class='bold_class'>Catalog</span> or the <span class='bold_class'>Search Bar</span>. <br><br><div class='red'> <span class='bold_class'>WARNING :</span> If a new context is selected, all the layers displayed on the <span class='bold_class'>Map</span> will be replaced by the ones associated with the newly selected context. <br><br></div><div class='tool_name'> <div class='titre_outil'>Map</div><div class='describe'>It is possible to personalize the <span class='bold_class'>Map</span> by using the <span class='bold_class'>Catalog</span> or the <span class='bold_class'>Search Bar</span>. This space allows the user to add, delete, interrogate, filter and sort the displayed layers. It is also possible to visualize the legends associated with the layers. </div><br></div><div class='tool_name'> <div class='titre_outil'>Spatial Filter</div><div class='describe'> The <span class='bold_class'>Spatial Filter</span> can be used to search for adresses or themes by specifying a predefined zone (for example, electoral districts) or by drawing an area on the map. The results can then be exported by using the <span class='bold_class'>Import & Export</span> tool. </div></div><br><div class='tool_name'> <div class='titre_outil'>Measure</div><div class='describe'>This tool gives the option to either <span class='bold_class'>Measure</span> distances or areas on the map.</div><br></div><div class='tool_name'><div class='titre_outil'>Draw</div><div class='describe'> The <span class='bold_class'>Draw</span> tool can be used to draw points, lines, polygons or circles with labels. The color of the fill and the stroke can be set with the given selectors. <br><br> A Drawings layer can be exported by using the <span class='bold_class'>Import & Export</span> tool. </div><br></div><div class='tool_name'> <div class='titre_outil'>Directions</div><div class='describe'> It is possible to build a route and get <span class='bold_class'>Directions</span> between two points by placing them on the map or by searching for addresses. It is also possible to add stops and copy the description or the link of the route to the clipboard.</div><br></div><div class='tool_name'> <div class='titre_outil'>Catalog</div><div class='describe'> The <span class='bold_class'>Catalog</span> contains all the layers that can be added to the <span class='bold_class'>Map</span>. Click on the + of desired layer to add it. </div><br></div><div class='tool_name'> <div class='titre_outil'>Import & Export</div><div class='describe'> It is possible to <span class='bold_class'>Import</span> vector data by specifying a coordinate system or a projection. <br><br> It is possible to <span class='bold_class'>Export</span> one or many layers in multiple formats. <br><br> It is also possible to <span class='bold_class'>Import</span> or <span class='bold_class'>Export</span> a context locally. This feature is useful to save contexts when the user is not authenticated. </div><br></div><div class='tool_name'> <div class='titre_outil'>Print</div><div class='describe'>This tool is used to <span class='bold_class'>Print</span> the map displayed on-screen. Multiple options can be specified like a title, a comment, the output format, the paper size and the orientation. </div><br></div><div class='tool_name'> <div class='titre_outil'>Share</div><div class='describe'> The <span class='bold_class'>Share</span> tool is used to create an URL that redirects to an exact representation of the map. This link can be shared or distributed in a document and allows the user to \"save\" the map for later use. </div><br></div><div class='tool_name'> <p> <a href='http://igouverte.org/' target='_blank'><img src='./assets/igo2/core/logo.png' alt='IGO' height=32>IGO2</a> is a open source geospatial solution developed by collaborators and specialists from several departments and agencies of the Government of Quebec. <p> Version: {{version}}</p></div>",
66
+ "html": "<style>#about .bold_class{font-weight: bold;}#about .red{color: red;}#about .tool_name{border-top: 1px solid; padding-top: 10px;}#about .titre_outil{font-weight: bold; font-size: 18px; padding-bottom: 8px;}#about .subtitle{font-size: 20px; padding-bottom: 10px;}#about .align_right{text-align: right;}#about .describe{text-align: justify;}#about a img{color: black; text-decoration: none;}</style><body> <div id='about'> <div class='bold_class subtitle'>Features overview</div><div class='tool_name'> <div class='titre_outil'>Search Bar</div><div class='describe'>Located in the upper-left portion of the interface, the <span class='bold_class'>Search Bar</span> allows the user to locate an area of interest using an address, location or GPS coordinates. It can also be used to search for a layer. <br><br> It is also possible to search for a specific element using the hashtag \"#\" (for example, #municipalites québec). Accents and capital letters don't have any impact on <span class='bold_class'>Search Results</span> when using a hashtag. </div></div><br><div class='tool_name'> <div class='titre_outil'>Context </div><div class='describe'> <span class='bold_class'>Contexts</span> are used to visualize groupings of layers related to a specific theme. When a context is selected, all the layers associated with it will be added to the <span class='bold_class'>Map</span>. It is then possible to add other layers to the map by using the <span class='bold_class'>Catalog</span> or the <span class='bold_class'>Search Bar</span>. <br><br><div class='red'> <span class='bold_class'>WARNING :</span> If a new context is selected, all the layers displayed on the <span class='bold_class'>Map</span> will be replaced by the ones associated with the newly selected context. <br><br></div><div class='tool_name'> <div class='titre_outil'>Map</div><div class='describe'>It is possible to personalize the <span class='bold_class'>Map</span> by using the <span class='bold_class'>Catalog</span> or the <span class='bold_class'>Search Bar</span>. This space allows the user to add, delete, interrogate, filter and sort the displayed layers. It is also possible to visualize the legends associated with the layers. </div><br></div><div class='tool_name'> <div class='titre_outil'>Spatial Filter</div><div class='describe'> The <span class='bold_class'>Spatial Filter</span> can be used to search for adresses or themes by specifying a predefined zone (for example, electoral districts) or by drawing an area on the map. The results can then be exported by using the <span class='bold_class'>Import & Export</span> tool. </div></div><br><div class='tool_name'> <div class='titre_outil'>Measure</div><div class='describe'>This tool gives the option to either <span class='bold_class'>Measure</span> distances or areas on the map.</div><br></div><div class='tool_name'><div class='titre_outil'>Draw</div><div class='describe'> The <span class='bold_class'>Draw</span> tool can be used to draw points, lines, polygons or circles with labels. The color of the fill and the stroke can be set with the given selectors. <br><br> A Drawings layer can be exported by using the <span class='bold_class'>Import & Export</span> tool. </div><br></div><div class='tool_name'> <div class='titre_outil'>Directions</div><div class='describe'> It is possible to build a route and get <span class='bold_class'>Directions</span> between two points by placing them on the map or by searching for addresses. It is also possible to add stops and copy the description or the link of the route to the clipboard.</div><br></div><div class='tool_name'> <div class='titre_outil'>Catalog</div><div class='describe'> The <span class='bold_class'>Catalog</span> contains all the layers that can be added to the <span class='bold_class'>Map</span>. Click on the + of desired layer to add it. </div><br></div><div class='tool_name'> <div class='titre_outil'>Import & Export</div><div class='describe'> It is possible to <span class='bold_class'>Import</span> vector data by specifying a coordinate system or a projection. <br><br> It is possible to <span class='bold_class'>Export</span> one or many layers in multiple formats. <br><br> It is also possible to <span class='bold_class'>Import</span> or <span class='bold_class'>Export</span> a context locally. This feature is useful to save contexts when the user is not authenticated. </div><br></div><div class='tool_name'> <div class='titre_outil'>Print</div><div class='describe'>This tool is used to <span class='bold_class'>Print</span> the map displayed on-screen. Multiple options can be specified like a title, a comment, the output format, the paper size and the orientation. </div><br></div><div class='tool_name'> <div class='titre_outil'>Share</div><div class='describe'> The <span class='bold_class'>Share</span> tool is used to create an URL that redirects to an exact representation of the map. This link can be shared or distributed in a document and allows the user to \"save\" the map for later use. </div><br></div><div class='tool_name'> <p> <a href='http://igouverte.org/' target='_blank'><img src='igo2/core/logo.png' alt='IGO' height=32>IGO2</a> is a open source geospatial solution developed by collaborators and specialists from several departments and agencies of the Government of Quebec. <p> Version: {{version}}</p></div>",
67
67
  "trainingGuide": "Training guide",
68
68
  "trainingGuideTooltip": "Click here to access IGO2's self-training guide"
69
69
  },
@@ -64,7 +64,7 @@
64
64
  },
65
65
  "aboutTool": {
66
66
  "headerHtml": "",
67
- "html": "<style>#about .bold_class{font-weight: bold;}#about .red{color: red;}#about .tool_name{border-top: 1px solid; padding-top: 10px;}#about .titre_outil{font-weight: bold; font-size: 18px; padding-bottom: 8px;}#about .subtitle{font-size: 20px; padding-bottom: 10px;}#about .align_right{text-align: right;}#about .describe{text-align: justify;}#about a img{color: black; text-decoration: none;}</style><body> <div id='about'> <div class='bold_class subtitle'>Aperçu des fonctionnalités</div><div class='tool_name'> <div class='titre_outil'>Recherche</div><div class='describe'> Située dans la portion supérieure gauche de l’interface, la barre de <span class='bold_class'>Recherche</span> permet de se positionner à l’aide d’une adresse, d’un lieu ou de coordonnées GPS et peut également servir à rechercher une couche. <br><br> Il est également possible de rechercher un élément par type de résultats en utilisant le hashtag « # » (par exemple, #municipalites québec). Les accents et les lettres majuscules n'importent pas lors de l'utilisation du hashtag et n'ont pas d'impact sur les <span class='bold_class'>Résultats de recherche</span>.</div></div><br><div class='tool_name'> <div class='titre_outil'> Contextes</div><div class='describe'> Les <span class='bold_class'>Contextes</span> permettent de visualiser des regroupements de couches faits par thème ou par contexte de travail. Lorsqu'un contexte est sélectionné, toutes les couches qu'il contient se retrouvent alors dans la <span class='bold_class'>Carte</span>. Il est possible d'ajouter d’autres couches à partir du <span class='bold_class'>Catalogue</span> ou de l’outil <span class='bold_class'>Recherche.</span> </div><br><div class='red'> <span class='bold_class'>ATTENTION :</span> Si un nouveau contexte est sélectionné, toutes les couches affichées dans la <span class='bold_class'>Carte</span> seront remplacées par celles de ce nouveau contexte. </div><br><div class='tool_name'> <div class='titre_outil'>Carte</div><div class='describe'> Il est possible de personnaliser la <span class='bold_class'>Carte</span> à partir du <span class='bold_class'>Catalogue</span> ou de l’outil <span class='bold_class'>Recherche.</span> Cet espace permet entre autres d’ajouter, de supprimer, d’interroger, de filtrer et de trier les couches présentées. Il est également possible d'afficher les légendes des couches.</div><br></div><div class='tool_name'><div class='titre_outil'>Filtre spatial</div><div class='describe'> Le <span class='bold_class'>Filtre spatial</span> permet de rechercher des adresses ou des thématiques selon des zones prédéfinies (par exemple, par arrondissement ou par MRC) ou selon un dessin réalisé par l'utilisateur. Les résultats du filtre peuvent être exportés à l'aide de l'outil <span class='bold_class'>Importer et exporter</span>. </div><br></div><div class='tool_name'> <div class='titre_outil'>Mesurer</div><div class='describe'> Cet outil permet de <span class='bold_class'>Mesurer</span> des distances ou des superficies directement sur la carte. </div><br></div><div class='tool_name'><div class='titre_outil'>Dessin</div><div class='describe'> L'outil <span class='bold_class'>Dessin</span> permet de dessiner des entités ponctuelles, linéaires, polygonales ou circulaires accompagnées ou non d'étiquettes. La couleur de remplissage et du contour des entités peuvent être choisies à l'aide des sélecteurs correspondants. <br><br> Une couche Dessins peut être exportée à l'aide de l'outil <span class='bold_class'>Importer et exporter</span>. </div><br></div><div class='tool_name'> <div class='titre_outil'>Itinéraire</div><div class='describe'> Il est possible de construire un <span class='bold_class'>Itinéraire</span> entre deux points en sélectionnant un point de départ et un point d'arrivée dans la carte ou en recherchant des adresses. Il est ensuite possible d'ajouter des points d'arrêt intermédiaires et de copier la description ou le lien de l'itinéraire dans le presse-papier. </div><br></div><div class='tool_name'> <div class='titre_outil'>Catalogue</div><div class='describe'> Le <span class='bold_class'>Catalogue</span> contient toutes les couches qui peuvent être ajoutées à la <span class='bold_class'>Carte</span>. L'utilisateur doit cliquer sur + de la couche désirée afin de l’ajouter à la <span class='bold_class'>Carte</span>. </div><br></div><div class='tool_name'> <div class='titre_outil'>Importer et exporter</div><div class='describe'> Il est possible d'<span class='bold_class'>Importer</span> un fichier vectoriel tout en spécifiant un système de coordonnées ou une projection. <br><br> Il est possible d'<span class='bold_class'>Exporter</span> une ou plusieurs couches dans plusieurs formats courants. <br><br> Il est également possible d'<span class='bold_class'>Importer</span> ou d'<span class='bold_class'>Exporter</span> un contexte localement. Cette dernière fonctionnalité permet ainsi de sauvegarder des contextes en mode non-authentifié ou anonyme. </div><br></div><div class='tool_name'> <div class='titre_outil'>Imprimer</div><div class='describe'> Cet outil permet d'<span class='bold_class'>Imprimer</span> la carte affichée à l’écran en spécifiant plusieurs options telles qu'un titre, un commentaire, le format de sortie, le format du papier et l'orientation de l'impression. </div><br></div><div class='tool_name'> <div class='titre_outil'>Partager</div><div class='describe'> L'outil <span class='bold_class'>Partager</span> permet de créer une adresse URL qui redirige vers une représentation exacte de la <span class='bold_class'>Carte</span> affichée à l’écran. Ce lien peut, par exemple, être partagé ou diffusé dans un document, permettant ainsi de «&nbspsauvegarder » la carte pour une utilisation ultérieure. </div><br></div><div class='tool_name'> <p> <a href='http://igouverte.org/' target='_blank'><img src='./assets/igo2/core/logo.png' alt='IGO' height=32>IGO2</a> est une solution Web libre géomatique développée en mode collaboratif par des spécialistes provenant de plusieurs ministères et organismes du gouvernement du Québec.</p><p>Version: {{version}}</p></div>",
67
+ "html": "<style>#about .bold_class{font-weight: bold;}#about .red{color: red;}#about .tool_name{border-top: 1px solid; padding-top: 10px;}#about .titre_outil{font-weight: bold; font-size: 18px; padding-bottom: 8px;}#about .subtitle{font-size: 20px; padding-bottom: 10px;}#about .align_right{text-align: right;}#about .describe{text-align: justify;}#about a img{color: black; text-decoration: none;}</style><body> <div id='about'> <div class='bold_class subtitle'>Aperçu des fonctionnalités</div><div class='tool_name'> <div class='titre_outil'>Recherche</div><div class='describe'> Située dans la portion supérieure gauche de l’interface, la barre de <span class='bold_class'>Recherche</span> permet de se positionner à l’aide d’une adresse, d’un lieu ou de coordonnées GPS et peut également servir à rechercher une couche. <br><br> Il est également possible de rechercher un élément par type de résultats en utilisant le hashtag « # » (par exemple, #municipalites québec). Les accents et les lettres majuscules n'importent pas lors de l'utilisation du hashtag et n'ont pas d'impact sur les <span class='bold_class'>Résultats de recherche</span>.</div></div><br><div class='tool_name'> <div class='titre_outil'> Contextes</div><div class='describe'> Les <span class='bold_class'>Contextes</span> permettent de visualiser des regroupements de couches faits par thème ou par contexte de travail. Lorsqu'un contexte est sélectionné, toutes les couches qu'il contient se retrouvent alors dans la <span class='bold_class'>Carte</span>. Il est possible d'ajouter d’autres couches à partir du <span class='bold_class'>Catalogue</span> ou de l’outil <span class='bold_class'>Recherche.</span> </div><br><div class='red'> <span class='bold_class'>ATTENTION :</span> Si un nouveau contexte est sélectionné, toutes les couches affichées dans la <span class='bold_class'>Carte</span> seront remplacées par celles de ce nouveau contexte. </div><br><div class='tool_name'> <div class='titre_outil'>Carte</div><div class='describe'> Il est possible de personnaliser la <span class='bold_class'>Carte</span> à partir du <span class='bold_class'>Catalogue</span> ou de l’outil <span class='bold_class'>Recherche.</span> Cet espace permet entre autres d’ajouter, de supprimer, d’interroger, de filtrer et de trier les couches présentées. Il est également possible d'afficher les légendes des couches.</div><br></div><div class='tool_name'><div class='titre_outil'>Filtre spatial</div><div class='describe'> Le <span class='bold_class'>Filtre spatial</span> permet de rechercher des adresses ou des thématiques selon des zones prédéfinies (par exemple, par arrondissement ou par MRC) ou selon un dessin réalisé par l'utilisateur. Les résultats du filtre peuvent être exportés à l'aide de l'outil <span class='bold_class'>Importer et exporter</span>. </div><br></div><div class='tool_name'> <div class='titre_outil'>Mesurer</div><div class='describe'> Cet outil permet de <span class='bold_class'>Mesurer</span> des distances ou des superficies directement sur la carte. </div><br></div><div class='tool_name'><div class='titre_outil'>Dessin</div><div class='describe'> L'outil <span class='bold_class'>Dessin</span> permet de dessiner des entités ponctuelles, linéaires, polygonales ou circulaires accompagnées ou non d'étiquettes. La couleur de remplissage et du contour des entités peuvent être choisies à l'aide des sélecteurs correspondants. <br><br> Une couche Dessins peut être exportée à l'aide de l'outil <span class='bold_class'>Importer et exporter</span>. </div><br></div><div class='tool_name'> <div class='titre_outil'>Itinéraire</div><div class='describe'> Il est possible de construire un <span class='bold_class'>Itinéraire</span> entre deux points en sélectionnant un point de départ et un point d'arrivée dans la carte ou en recherchant des adresses. Il est ensuite possible d'ajouter des points d'arrêt intermédiaires et de copier la description ou le lien de l'itinéraire dans le presse-papier. </div><br></div><div class='tool_name'> <div class='titre_outil'>Catalogue</div><div class='describe'> Le <span class='bold_class'>Catalogue</span> contient toutes les couches qui peuvent être ajoutées à la <span class='bold_class'>Carte</span>. L'utilisateur doit cliquer sur + de la couche désirée afin de l’ajouter à la <span class='bold_class'>Carte</span>. </div><br></div><div class='tool_name'> <div class='titre_outil'>Importer et exporter</div><div class='describe'> Il est possible d'<span class='bold_class'>Importer</span> un fichier vectoriel tout en spécifiant un système de coordonnées ou une projection. <br><br> Il est possible d'<span class='bold_class'>Exporter</span> une ou plusieurs couches dans plusieurs formats courants. <br><br> Il est également possible d'<span class='bold_class'>Importer</span> ou d'<span class='bold_class'>Exporter</span> un contexte localement. Cette dernière fonctionnalité permet ainsi de sauvegarder des contextes en mode non-authentifié ou anonyme. </div><br></div><div class='tool_name'> <div class='titre_outil'>Imprimer</div><div class='describe'> Cet outil permet d'<span class='bold_class'>Imprimer</span> la carte affichée à l’écran en spécifiant plusieurs options telles qu'un titre, un commentaire, le format de sortie, le format du papier et l'orientation de l'impression. </div><br></div><div class='tool_name'> <div class='titre_outil'>Partager</div><div class='describe'> L'outil <span class='bold_class'>Partager</span> permet de créer une adresse URL qui redirige vers une représentation exacte de la <span class='bold_class'>Carte</span> affichée à l’écran. Ce lien peut, par exemple, être partagé ou diffusé dans un document, permettant ainsi de «&nbspsauvegarder » la carte pour une utilisation ultérieure. </div><br></div><div class='tool_name'> <p> <a href='http://igouverte.org/' target='_blank'><img src='igo2/core/logo.png' alt='IGO' height=32>IGO2</a> est une solution Web libre géomatique développée en mode collaboratif par des spécialistes provenant de plusieurs ministères et organismes du gouvernement du Québec.</p><p>Version: {{version}}</p></div>",
68
68
  "trainingGuide": "Guide de formation",
69
69
  "trainingGuideTooltip": "Cliquez ici pour accéder au guide d'autoformation de IGO2"
70
70
  },
@@ -103,8 +103,8 @@
103
103
  "maximizeTooltip": "Agrandir la fenêtre",
104
104
  "standardExtent": "Réduire",
105
105
  "standardExtentTooltip": "Réduire la fenêtre",
106
- "interactiveSelection.title": "Sélectioner les entités par géométrie",
107
- "interactiveSelection.tooltip": "Sélectioner les entités par géométrie"
106
+ "interactiveSelection.title": "Sélectionner les entités par géométrie",
107
+ "interactiveSelection.tooltip": "Sélectionner les entités par géométrie"
108
108
  },
109
109
  "directions": {
110
110
  "warning": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igo2/integration",
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": [
@@ -31,9 +31,9 @@
31
31
  "peerDependencies": {
32
32
  "@angular/common": "^20.0.0",
33
33
  "@angular/core": "^20.0.0",
34
- "@igo2/auth": "^20.1.0-next.9",
35
- "@igo2/context": "^20.1.0-next.9",
36
- "@igo2/geo": "^20.1.0-next.9",
34
+ "@igo2/auth": "^20.1.0",
35
+ "@igo2/context": "^20.1.0",
36
+ "@igo2/geo": "^20.1.0",
37
37
  "@turf/point-on-feature": "^7.2.0",
38
38
  "jspdf": "^4.0.0",
39
39
  "jspdf-autotable": "^5.0.0",