FreeTAKTeam / FreeTakServer

Situational Awareness Server compatible with TAK clients
Eclipse Public License 2.0
639 stars 165 forks source link

No way to delete an existing COT/GeoObject? #608

Open scottEpicWin opened 1 year ago

scottEpicWin commented 1 year ago

looking through the web-UI and api-docs i cannot find any way to delete an existing GeoObject.

i also looked through the routes defined in https://github.com/FreeTAKTeam/FreeTakServer/blob/master/FreeTAKServer/core/services/RestAPI.py

so is there any way to delete an existing GeoObject?

brothercorvo commented 1 year ago

in general you don't want to "delete" a geoObject, because this is a physical entry. however you want to have old information disappear because it's irrelevant, to do so you can use the timeout that implement the "stale" field.