forked from notefox/OHDMWebServer
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
NoteFox edited this page May 30, 2020
·
5 revisions
This is the Wiki Page for the OHDM Java Download Service. This Service currently does 5 Things:
- It handles Request from the OHDM OfflineViewer Android App (which you can find here: https://github.com/OpenHistoricalDataMap/OfflineViewer),
- It uses the OHDMConverter(found here: https://github.com/OpenHistoricalDataMap/OSMImportUpdate), to request a .osm File from a specific date,
- converts it to an .map file, for the Android App to display it (more on that in the OHDM OfflineViewer App wiki),
- lets the Android App download this .map File and ...
- 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