Closed mmaelicke closed 1 year ago
@AlexDo1, removing the geom
attribute from api.add_entry
made at least one unittest to fail. Seems like there are still tests, that cover geom
, although it's deprecated and we agreed to remove it.
api.add_entry()
was still checking for geom
in attr
. I removed that code, tests are now working again.
api.add_entry()
was still checking forgeom
inattr
. I removed that code, tests are now working again.
Great. Thanks! Then we can proceed...
closes #257
I also removed the
geom
attribute, which was still present in the API functionadd_entry
, but does not exist onEntry
anymore.