#49 Parcels and Districts

* fixes bug in GeometryConflict conflict checking
* WIP: introduces new konova/utils/wfs/spatial holding SpatialWFSFetcher, which can be fed any geometry and it returns found features
* WIP: adds tests for wfs fetching
* updates requirements.txt
This commit is contained in:
2021-12-17 17:30:12 +01:00
parent 93d1cb9330
commit 46e237f0e2
5 changed files with 131 additions and 9 deletions
+1
View File
@@ -40,6 +40,7 @@ class Parcel(UuidModel):
max_length=1000,
help_text="Gemarkung"
)
updated_on = models.DateTimeField(auto_now_add=True)
def __str__(self):
return f"{self.gmrkng} | {self.flr} | {self.flrstck_nnr} | {self.flrstck_zhlr}"