hellfyre / Yet-Another-Opening-Hours-App

YAOHA is an Android Application that lets you view and edit opening hours in OpenStreetMap
GNU General Public License v3.0
3 stars 1 forks source link

Overhaul the request sent to the XAPI #32

Open hellfyre opened 12 years ago

hellfyre commented 12 years ago

The multiple GET requests will be merged into one XML POST request. The only variables will be the bounding box coordinates. I'm going to download all nodes that match certain amenity keys or match ALL shop keys. I'll try not to use constraints on the opening_hours key and see how that turns out.