Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 953 Bytes

File metadata and controls

30 lines (20 loc) · 953 Bytes

Online/Offline Map Application

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.

Who do I talk to?

Summary of set up

  • Source code
  • Data to test the mobile application

Configuration

  • 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"

Dependencies

How to run

You can deploy the app from Android Studio