-
Notifications
You must be signed in to change notification settings - Fork 20
Download datasources screen doesn't show anything? #11
Comments
The server component that provides different data sources is currently offline since we are currently not actively developing this app. I reactivated it (http://geoviqua.dev.52north.org/geoar/) - can you please check if data sources can now be downloaded? If you want to use your own data sources you will have to deploy your own server though, see https://github.com/52North/geoar-codebase |
Cool, thanks! I'm now able to download the datasources through the app, but as soon as I try turning one on by clicking the checkbox, the app crashes with a message about an unhandled exception. fail_0log shows this: java.lang.NoClassDefFoundError: org/n52/geoar/newdata/SpatialEntity |
Hi, sorry about the delay! I was the first one to use this library, and I put some guides here. I used my own database, but it is local (on the user's device, using SQLite). If you need the same, just copy+paste the model of one of the projects in this link(https://github.com/52North/geoar-datasources) and edit the class <*Response> to acess you database. Don't forget to adapt the other classes to work with you objetc (if you need more/less attributes). If you need help about anything more, please contact me :) good luck! |
I built and installed the app, but when I go to the "DOWNLOAD" screen under Data Sources, nothing shows up.
The text was updated successfully, but these errors were encountered: