opengeospatial / Java-OpenMobility

Java GeoPackage and OWS Context library and client(s) developed under the OGC OWS-10 test-bed
Apache License 2.0
2 stars 2 forks source link

FileIO is missing #1

Open geszter opened 9 years ago

geszter commented 9 years ago

I cannot compile MobileGeoPackage, because com.augtech.geoapi.utils.FileIO is missing

mikereynolds commented 9 years ago

Thanks for finding this! \libs\ now updated with re-build of the core geoapi functionality.

geszter commented 9 years ago

Thanks! Unfortunately there are still some problems:

  1. the app compiles and starts fine, but when I click on "Create and Load" the app crashes with the following error: Could not find class 'com.augtech.geoapi.feature.gml.GMLFeatureHandler' referenced from method com.augtech.geoapi.feature.loader.GML2_1.loadfeatures
  2. package com.augtech.geoapi.feature.loader was missing, but I could load it from augtechGeoAPI-1.3.3-main.jar from previous version
  3. when I click on "Query" it says "Error: Table TerrainPoint does not exist in the GeoPackage" - where can I find this sample data to test this function?