posm / OpenMapKitAndroid

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

Implicit Tag Recorded without UI #57

Closed hallahan closed 8 years ago

hallahan commented 9 years ago

It would make sense to always add the tag

<tag k="source" v="OpenMapKit"/>
dalekunce commented 9 years ago

yeah great idea.

vdeparday commented 9 years ago

Could we also add project name and add it automatically as a tag to the changeset comment and in the source tag? Not sure where it would be inputed? I suppose by the admin who is setting up the form?

On Thu, Apr 30, 2015 at 12:01 PM, Dale Kunce notifications@github.com wrote:

yeah great idea.

— Reply to this email directly or view it on GitHub https://github.com/AmericanRedCross/OpenMapKit/issues/57#issuecomment-97852888 .

dalekunce commented 8 years ago

Keeping with our hashtag model for tracking edits it would be cool to pre-populate them via xlsform if we are able to submit directly from the phone.

hallahan commented 8 years ago

What was the verdict with this one? Are we going to do this in the source tag. The answer was no with created_by.

hallahan commented 8 years ago

I think rather than hitting the source=OpenMapKit issue head on, we instead want to have a constraint

Implicit Tag Recorded without UI

That way, you could specify in your XLS Form the a specific key / value, such as k="source" v="OpenMapKit", or whatever. This leaves things open to unforeseen use cases.

hallahan commented 8 years ago

A good example of an implicit tag would be source=survey. We'd want this to be added pretty much always, based on our current workflow.

https://wiki.openstreetmap.org/wiki/Key:source

Can you think of any other tags that might be implicit?

cc/ @dalekunce @PaulUithol

hallahan commented 8 years ago

For a specific survey, implicit addr:city and addr:state might make sense.

PaulUithol commented 8 years ago

In our case, we had separate forms for each amenity we were surveying. So amenity=bank, amenity=atm etc would've been implicit. Some addr tags are a good one as well indeed. On May 11, 2016 9:15 PM, "Nicholas Hallahan" notifications@github.com wrote:

For a specific survey, implicit addr:city and addr:state might make sense.

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/AmericanRedCross/OpenMapKitAndroid/issues/57#issuecomment-218560903

hallahan commented 8 years ago

Done.