This object is in archive! 
Cache visit log for geocahing.HU
Answered
Hello.
We have an addon for displaying caches from geocaching.hu. Now we made a restapi(post) endpoint for logging the findings.
Is it possible to determine a different post url for GeocachingData.CACHE_SOURCE_GEOCACHING_HU to logging in locus "log visit" function?
thanks a lot
Good day Attila,
what exactly you wants from Locus Map to do? To directly log a caches on your web server over already existing logging solution? It is very tightly attached to Groundspeak API system, so it may be a problem. Is your add-on able to also log a caches or Locus Map should do it?
Menion
Good day Attila,
what exactly you wants from Locus Map to do? To directly log a caches on your web server over already existing logging solution? It is very tightly attached to Groundspeak API system, so it may be a problem. Is your add-on able to also log a caches or Locus Map should do it?
Menion
thanks for your reply
My addon download caches via perodicupdatereceiver
I would like to send a post request from LocusMAP's log visit function to our server's API endpoint
see attached
thanks
thanks for your reply
My addon download caches via perodicupdatereceiver
I would like to send a post request from LocusMAP's log visit function to our server's API endpoint
see attached
thanks
I'm thinking how this should work. What you need is some special workflow, like
Right? This is an almost impossible task without any really tight modifications made especially for your add-on.
We already have public API how to work with field notes, check this helper class: https://github.com/asamm/locus-api/blob/master/locus-api-android/src/main/java/locus/api/android/features/geocaching/fieldNotes/FieldNotesHelper.java
I'm thinking about possible workflow:
Does it make sense to you? Maybe you with above information may get any other useful idea how to solve it?
I'm thinking how this should work. What you need is some special workflow, like
Right? This is an almost impossible task without any really tight modifications made especially for your add-on.
We already have public API how to work with field notes, check this helper class: https://github.com/asamm/locus-api/blob/master/locus-api-android/src/main/java/locus/api/android/features/geocaching/fieldNotes/FieldNotesHelper.java
I'm thinking about possible workflow:
Does it make sense to you? Maybe you with above information may get any other useful idea how to solve it?
for first sight it is a bit difficult to me :DI'll try to understand your guide
thanks
for first sight it is a bit difficult to me :DI'll try to understand your guide
thanks
Good evening Attila,
any progress about your implementation? As I read my previous post, it seems to be really quite complicated. Were you able to figure out some usable solution?
Menion
Good evening Attila,
any progress about your implementation? As I read my previous post, it seems to be really quite complicated. Were you able to figure out some usable solution?
Menion
hello
I didn't event got enough spare time for this "project" :(
hello
I didn't event got enough spare time for this "project" :(
Replies have been locked on this page!