posm / OpenMapKitAndroid

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

Ability to select or restrict OSM file used #27

Closed dalekunce closed 9 years ago

dalekunce commented 9 years ago

Sometimes user should only have the option to edit roads or buildings. Need to be able to hide other OSM files from the survey and user.

hallahan commented 9 years ago

Do we want to restrict based off of tags or what OSM XML file we are using or both?

hallahan commented 9 years ago

It would be good to have a button in the UI to zoom to the extent of a given OSM file so we know where it is.

hallahan commented 9 years ago

When unchecking a given data set (OSM File), we need to take that data out of the model. I am evaluating the pros and cons of either a) iterating through what is in the spatial index and removing elements b) rebuilding the spatial index

hallahan commented 9 years ago

Note, this does not include the new "Control Panel" UI I was brainstorming. This adds another button on the top of the app. Consider this temporary.