posm / OpenMapKitAndroid

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

POI Specific OSM Question. #86

Closed hallahan closed 8 years ago

hallahan commented 8 years ago

Currently, the OSM Upload Media Type specifies the tags and labels that are to be presented to the user in OpenMapKit. Ideally, we could also specify a OpenMapKit POI question type that would allow the application to hide or show POIs and the ability to add / delete them.

Right now, the user can always mess with POIs, regardless of whether we should be tagging buildings or not. This isn't the end of the world, and it might even be useful to maybe add a POI that is supposed to be a building, that can then later be made into a way in JOSM.

Still, it is somewhat awkward to be creating POIs on building ODK questions, because the tags specified to be filled in are not appropriate for nodes.

Example of seeing both buildings and POIs at once, with the add UI:

2015-08-19 17 49 57

This sort of logic would require a modification to pyxform, JavaRosa, ODK Collect, OpenMapKit, and Ona.

Master Issue: #31

hallahan commented 8 years ago

I don't think we want this, because if we have a building that doesn't exist, we might want to put a POI in there in place.