-
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
15 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ description= | |
|
||
This plugins helps users to use french land registry data, called Cadastre, in QGIS. It is only usefull in France for people having access to Cadastre data. Funded by : the European Union, Fonds Europeen de Developpement Regional de Picardie, Conseil Regional de Picardie, Agence de Developpement et d Urbanisme du Grand Amienois. | ||
|
||
version=1.2.0 | ||
version=1.3.0 | ||
author=3liz | ||
[email protected] | ||
|
||
|
@@ -16,14 +16,13 @@ [email protected] | |
|
||
# Uncomment the following line and add your changelog entries: | ||
changelog= | ||
Version 1.2.0 | ||
* Import - Amélioration des performances d'imports pour Spatialite | ||
* Import - Ajout d'une option pour activer/désactiver la validation des géométries | ||
* Import - Suppression de l'outil de réparation des multipolygones sur une bdd déja importée (phase de transition terminée ) | ||
* Interface - pour l'interface Cadastre, ajout des boutons WMS/WFS - fixes #53 | ||
* Export - Debogage des exports PDF vides pour la 2.8 - fixes #60 | ||
* Identification parcelle - amélioration interne de l'outil (pas visible dans l'interface) | ||
* Import - Prise en compte des fichiers MAJIC sans contenus dans les premières lignes | ||
Version 1.3.0 | ||
* Import - MAJIC : support du millésime 2015. La structure a été un peu modifiée. Il faut réaliser l'import dans un nouveau schéma PostGreSQL ou une nouvelle base de données Spatialite. Un script de migration de la structure est disponible pour PostGreSQL pour ceux qui préfèrent conserver le schéma actuel (faites une sauvegarde avant !) : /.qgis2/python/plugins/cadastre/scripts/plugin/updates/update_structure_postgis_from_1.2.0_to_1.3.0.sql | ||
* Import - Ajout d'un système de création des tables manquantes ( pour les montées de version ) | ||
* Edigeo - Ajout des objets TRONROUTE dans la table geo_tronroute | ||
* Import - Éviter l'import des parcelles EDIGEO avec un idu NULL | ||
* Plugin - Suppression de la contrainte de version maximum de QGIS | ||
|
||
|
||
|
||
|
||
|