When using the Data Sync timeline view, to visualize the snapshots of markers being created, I noticed that all events for markers being UPDATED fail to download the associated snapshot, with the following error being thrown in Android's notifications:
Content is missing on the server (error 404)
On the other hand, all snapshots for markers being CREATED are there.
This has to be linked to #104 . It seems to demonstrate that there is indeed a -partial- error, at least for the fact that the server doesn't save any snapshot of the marker's update.
(I also face a bug with snapshots of items being created: the snapshot has a black background, instead of the ATAK map. I don't know if this has to do with the map format I'm using, or if the bug is somewhere else.)
When using the Data Sync timeline view, to visualize the snapshots of markers being created, I noticed that all events for markers being UPDATED fail to download the associated snapshot, with the following error being thrown in Android's notifications:
On the other hand, all snapshots for markers being CREATED are there.
This has to be linked to #104 . It seems to demonstrate that there is indeed a -partial- error, at least for the fact that the server doesn't save any snapshot of the marker's update.
(I also face a bug with snapshots of items being created: the snapshot has a black background, instead of the ATAK map. I don't know if this has to do with the map format I'm using, or if the bug is somewhere else.)