Replies: 2 comments 2 replies
|
Hello @radh21301, this will probably not happen. Reitti does not store any information which we do not need. At the moment I do not see any use case for this. It would also complicate the storage and implementation. Since GeoJson is rather flexible in the metadata section we would need a column in the db to store this as text, but then the question arises what to do when gpx is imported. If you need to preserve all the data, there are probably better solutions for this. |
|
Hey. Thanks, that makes sense. The main use case I had in mind was cleanup. Sometimes I import bad data by mistake, and it would help to know which points came from which source so I can remove just those. For example, if some bad points came from a file like It could also be useful for people using multiple devices, since a bit of metadata helps keep sources separate (or at least have the data of Reitti ever decides to use that in the future). And sometimes it’s just helpful to know which file something came from after the fact. If this is out of scope for Reitti, no problem at all. Just wanted to share the thought. |
Uh oh!
There was an error while loading. Please reload this page.
Reitti currently has GeoJSON imports, but no exports. It would be great if that can be supported in addition to GPX. Looks like GeoJSON can store extra info for each point, like tracker_id, topic, battery etc.
For example, in Dawarich GeoJSON exports I can see:
So, if Reitti can also preserve all the original information in the exports, that would be great.
All reactions