On 25.07.2016 20:25:56, Mathieu Lonjaret <mathieu....@gmail.com> wrote:
Thanks for the reminder about that issue.
Given that:
1) the search pkg already supports looking for a location, and that it
looks for either a permanode based location, or a file based location
2) there currently is no way for a user to effectively set a location
on a permanode (because the indexer will ignore it)
then I think the most urgent item is to let a user set a (GPS
coordinates) location on a permanode as simply as possible, isn't it?
I may be missing a point that was made in
https://github.com/camlistore/camlistore/issues/778 against, and if
so, please point me to it.
Attila, if you agree with the above, do you think
https://camlistore-review.googlesource.com/6456 could become the
implementation for it? In any case, I'll have another look at it
tonight.
You received this message because you are subscribed to a topic in the Google Groups "Camlistore" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/camlistore/QKT1kpnvGoo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to camlistore+...@googlegroups.com.
therefore we do need to have a way to make it easily
searchable/described to clients. And to let whatever's in a file (EXIF
GPS) be overriden by whatever is set in the containing permanode (if
the info is more recent, as usual).
> Perhaps it would be better to return everything (or just selected
> fields) from Exif instead.
Yes, we could do as you were saying for the audio attrs, and index a
lot of the EXIF that way, but I think we should do that in addition to
the above (and probably later on).
I don't think that's such a terrible idea to let the clients parse the
described blobs and decide where they want to get their info from.
That's kindof what the webUI does when e.g. it chooses what title it
should show for an item (filename if exists VS title attr on the
permanode VS blobRef if all fails).
imho, the key is what we decide to do with Location
*camtypes.LocationInfo in DescribedBlob, and how we define
camtypes.LocationInfo. The rest should follow from there. See
corresponding comment in CL please.