Skip to content

Commit

Permalink
Release v1.15.4 (#977)
Browse files Browse the repository at this point in the history
* Revert "chore(cadastre): delete cadastre provider"

This reverts commit cd06e10.

* feat(app): upgrade igo2-lib

* 1.15.4
  • Loading branch information
alecarn authored Jul 5, 2023
1 parent 8001480 commit 28622d7
Show file tree
Hide file tree
Showing 11 changed files with 133 additions and 79 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
## [1.15.3](https://github.com/infra-geo-ouverte/igo2/compare/1.15.2...1.15.3) (2023-06-13)
## [1.15.4](https://github.com/infra-geo-ouverte/igo2/compare/1.15.2...1.15.4) (2023-07-05)


### Bug Fixes
### Features

* **GithubActions:** remove ([f69bfc5](https://github.com/infra-geo-ouverte/igo2/commit/f69bfc57e52a1a997bffa119a3454d6da1f500ea))
* **app:** upgrade igo2-lib ([a8ed9cd](https://github.com/infra-geo-ouverte/igo2/commit/a8ed9cdb51c3f4eba0705535923cce18ec35a859))


### Features
### Reverts

* **app:** upgrade igo2-lib ([1d22610](https://github.com/infra-geo-ouverte/igo2/commit/1d2261044f5a054e8aa400e9c67a8739052ee94c))
* Revert "chore(cadastre): delete cadastre provider" ([84b5393](https://github.com/infra-geo-ouverte/igo2/commit/84b53932faa3051d6a5ec901cfa8e65bcd43c777))



Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ IGO2 is having multiple features, such as Web GIS viewer adapted to Desktop and
---

## Téléchargement
- [Version 1.15.4](https://github.com/infra-geo-ouverte/igo2/releases/download/1.15.4/igo2.zip)
- [Version 1.15.3](https://github.com/infra-geo-ouverte/igo2/releases/download/1.15.3/igo2.zip)
- [Version 1.15.2](https://github.com/infra-geo-ouverte/igo2/releases/download/1.15.2/igo2.zip)
- [Version 1.14.2](https://github.com/infra-geo-ouverte/igo2/releases/download/1.14.2/igo2.zip)
Expand Down Expand Up @@ -141,6 +142,7 @@ Nous sommes bien heureux que vous pensiez contribuer à IGO! Avant de le faire,
---

## Download
- [Version 1.15.4](https://github.com/infra-geo-ouverte/igo2/releases/download/1.15.4/igo2.zip)
- [Version 1.15.3](https://github.com/infra-geo-ouverte/igo2/releases/download/1.15.3/igo2.zip)
- [Version 1.15.2](https://github.com/infra-geo-ouverte/igo2/releases/download/1.15.2/igo2.zip)
- [Version 1.14.2](https://github.com/infra-geo-ouverte/igo2/releases/download/1.14.2/igo2.zip)
Expand Down
4 changes: 4 additions & 0 deletions docs/config_json.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1226,6 +1226,10 @@ Exemple complet config.json
},
],
"searchSources": {
"cadastre": {
"title": "Cadastre",
"enabled": true
},
"nominatim": {
"enabled": false
},
Expand Down
31 changes: 31 additions & 0 deletions docs/properties.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1516,6 +1516,7 @@ Source (base commune)
Elles seront présentées dans les sections dédiées aux sources.

Les sources disponible sont:
- `Cadastre`_
- `Coordonnées`_
- `iCherche`_ (Québec)
- `iCherche Reverse`_ - par coordonnées (Québec)
Expand Down Expand Up @@ -1550,6 +1551,36 @@ Liens
- `igo2-lib/packages/geo/src/lib/search/shared/sources/source.interfaces.ts <https://github.com/infra-geo-ouverte/igo2-lib/blob/master/packages/geo/src/lib/search/shared/sources/source.interfaces.ts>`__


Cadastre
===============

.. line-block::

Le service de recherches de lots rénovés du Québec.
Le résultat de la recherche est la géométrie du lot rénové.
** Pour fonctionner l'application doit avoir accès au service CPTAQ (sécurité, CORS)

Exemples

.. code:: json
{"cadastre": {
"searchUrl": "https://carto.cptaq.gouv.qc.ca/php/find_lot_v1.php?"
}}
Propriétés

Seulement les propriétés spécifiques à ce service sont présentées.

.. tabularcolumns:: |p{1cm}|p{2cm}|p{7cm}|p{2cm}|

.. csv-table::
:file: _tables/fr/properties/search/cadastre.csv
:header-rows: 1
:widths: 10 10 30 15

Pour les autres propriétés, référez-vous à `Source (base commune)`_ .

Coordonnées
===============

Expand Down
132 changes: 66 additions & 66 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "igo",
"version": "1.15.3",
"version": "1.15.4",
"description": "Infrastructure géomatique ouverte",
"author": "Communauté IGO",
"repository": {
Expand Down Expand Up @@ -61,13 +61,13 @@
"@angular/service-worker": "^14.3.0",
"@azure/msal-angular": "^2.4.1",
"@azure/msal-browser": "^2.28.1",
"@igo2/auth": "1.15.3",
"@igo2/common": "1.15.3",
"@igo2/context": "1.15.3",
"@igo2/core": "1.15.3",
"@igo2/geo": "1.15.3",
"@igo2/integration": "1.15.3",
"@igo2/utils": "1.15.3",
"@igo2/auth": "1.15.4",
"@igo2/common": "1.15.4",
"@igo2/context": "1.15.4",
"@igo2/core": "1.15.4",
"@igo2/geo": "1.15.4",
"@igo2/integration": "1.15.4",
"@igo2/utils": "1.15.4",
"@mat-datetimepicker/core": "~10.0.0",
"@turf/buffer": "^6.5.0",
"@turf/point-on-feature": "^6.5.0",
Expand Down
Loading

0 comments on commit 28622d7

Please sign in to comment.