Skip to content
NoteFox edited this page May 30, 2020 · 5 revisions

Welcome to the DowloadWebService wiki!


This is the Wiki Page for the OHDM Java Download Service. This Service currently does 5 Things:

  1. It handles Request from the OHDM OfflineViewer Android App (which you can find here: https://github.com/OpenHistoricalDataMap/OfflineViewer),
  2. It uses the OHDMConverter(found here: https://github.com/OpenHistoricalDataMap/OSMImportUpdate), to request a .osm File from a specific date,
  3. converts it to an .map file, for the Android App to display it (more on that in the OHDM OfflineViewer App wiki),
  4. lets the Android App download this .map File and ...
  5. Logs the whole process

What I am currently working on (State : 30.05.2020) :

  • currently writing the setup guide, user guide and documentation ( there exists one for each, but still isn't done )
  • the log function isn't implemented that well yet, there are still some bugs to fix ( but it's stable for now )
  • the usage of the the OHDMConverter isn't perfect
  • there are always other things to do
Clone this wiki locally