# Issue #381
* adds another validity check to SimpleGeomForm (is_size_valid) to make sure the area of the entered geometry is somehow rational (>= 1m²) * optimizes performance of django command sanitize_db * extends Geometry model with two new attributes, holding timestamps when a parcel calculation has been started and ended * finally drops unused update_parcel_wfs in favor of update_parcels in Geometry model * refactors update_parcel method * adds geometry buffer fallback in schneider/fetcher.py to avoid emptying of geometries when parcels shall be fetched * finally removes utils/wfs/spatial.py * extends GeomParcelsView according to #381 * updates translations * removes redundant psycopg2-binary requirement
This commit is contained in:
@@ -34,7 +34,6 @@ pika==1.3.2
|
||||
prompt-toolkit==3.0.43
|
||||
psycopg==3.1.16
|
||||
psycopg-binary==3.1.16
|
||||
psycopg2-binary==2.9.9
|
||||
pyparsing==3.1.1
|
||||
pypng==0.20220715.0
|
||||
pyproj==3.6.1
|
||||
|
||||
Reference in New Issue
Block a user