v4.4.3
What's Changed
- validator-plugin-cnig: add GeometyInDocumentValidator by @cboucheIGN in #339
New control GeometyInDocumentValidator for plugin CNIG.
This geometry validation is activate with a new parameter --cnig-document-emprise
Document emprise must be passed as a WKT
geometry with EPSG:4326
coordinates.
java -jar validator-cli.jar document_validator \
--report-format jsonl \
--model cnig_PLU_2017 \
--input INSEE_PLU_DATE \
--output validation \
--srs EPSG:2154 \
--plugins "CNIG" \
--cnig-document-emprise "POLYGON((1.186438253 47.90390196, 1.098884284 47.90390196, 1.098884284 47.83421197, 1.186438253 47.83421197, 1.186438253 47.90390196))"
Full Changelog: v4.4.2...v4.4.3