lz1asl / CaveSurvey

Cave surveying application for Android devices
MIT License
44 stars 11 forks source link

Exporting data not working #162

Closed LavaTiger99 closed 3 years ago

LavaTiger99 commented 3 years ago

When going to the data section of the app, it will correctly export the excel spreadsheet using the up/down arrows icon, however when going into the penguin icon (openspeleo) it opens the openspeleo site with the default cave map ("Grotta Fada") and not my own cave. So I cannot export to .th or any other file type other than .xls and .tro files at the moment.

Let me know if you know what is going on, maybe I can look into it. I love this app and project, and will try and contribute as time allows!

lz1asl commented 3 years ago

This should be something new. Could you please share the .xls and _openstopo.json export files so I can try to reproduce your issue? Meanwhile you can still use the .tro in Visual Topo (on a proper computer) for Therion (and other formats) export.

LavaTiger99 commented 3 years ago

Archive.zip I've attached the zip file of all of the various exports. I've also attached a screenshot of what clicking the penguin icon does, it simply takes me to http://www.openspeleo.org/opstopo/ which loads the default map. Is it supposed to be importing my map data? It does show the correct name of my cave in the top left. Screenshot_20201005-141414

lz1asl commented 3 years ago

Thank you for reporting this! It seems the generated OpensTopo json file is no more valid. This explains the default values and should be regression from the refactoring related to Visual Topo implementation. Will prepare fix for the next version.

lz1asl commented 3 years ago

Fixed in the latest 1.50 release

LavaTiger99 commented 3 years ago

Thank you!