posm / OpenMapKitAndroid

http://openmapkit.org
BSD 3-Clause "New" or "Revised" License
128 stars 38 forks source link

Deployments PR1 #127

Closed hallahan closed 8 years ago

hallahan commented 8 years ago

I wouldn't say the deployments feature is "done", but it does the main thing - download OSM XML and MBTiles files in a deployments directory on OMK Server. The delete functionality isn't done, and we haven't implemented the ability to see download percentage progress yet.

Enough has happened that it's time to go back into master. This branch also includes the implementation of an MBTiles HTTP, however, I have disabled this since we aren't using it yet.

Most importantly, we are now saving OSM JSOM XML edits with a SHA1 checksum name, describing the hash of their contents. For submissions to work properly with OpenMapKit iD, we need this.