This is a native app in android that allows the user to work with maps in online and offline mode. The OGC standard Geopackage (http://www.geopackage.org/) was used for storing the spatial data in the map application.
- Source code
- Data to test the mobile application
- The map application dispalys two kind of data: point data and basemap information. Tiles have to be previously created for using an offline basemap.
- You need to add the data into cs_hybrid_maps_android/app/src/main/assets/www/ with the names: For the tiles: "tiles.gpkg" For the point data: "points.gpkg"
You can deploy the app from Android Studio