# Refactoring geometry processing

* adds GeometryProcessor
* adds GeoJsonValidator
* refactors SimpleGeomForm is_valid() logic using these new classes
This commit is contained in:
2026-09-12 16:34:34 +02:00
parent d39e758df4
commit a067aafde1
3 changed files with 250 additions and 120 deletions
+5
View File
@@ -0,0 +1,5 @@
"""
Author: Michel Peltriaux
Created on: 12.09.26
"""