-
Notifications
You must be signed in to change notification settings - Fork 0
Home
The goal of this repository is to render data from Open Historical Data Map. OHDM has its own data base structure but can provide data for a defined spatial temporal context - in other words: a data (a day) and a region (polygon). Those data can be produced in the OSM XML format which is well known from Open Street Maps. This viewer is an offline viewer. Map data are stored and rendered on the phone which makes apps independent from actual network connections.
Maps can either be your own .map files or maps from the OHDM database. It also should be possible to request maps from every date and location which are not available via download at the given time.
We used mapsforge's MapView and its file format .map
to render and display the maps.
We created a web service and used SFTP and HTTP for the download and request functionalities.