c-me live tracking

Started by gynta, June 15, 2012, 23:02:20

0 Members and 2 Guests are viewing this topic.

gynta

#75
Quote from: "kerak"I would like to try this. It seems perfect for me.
Quote from: "alki1921"please send me an invitation as well.
done -> see PM

danis

#76
please send me an invitation, thx,
nick: danis
  •  

kerak

#77
Great work! I would be using this regularly, but there are some improvements I would appreciate:
 - show trackline for guest
 - show timestamp in point properties or somehow show direction of a trackline (but timestamp should be very easy to add)
  •  

gynta

#78
Quote from: "kerak"- show timestamp in point properties...
see PM - You have wrong settings  ;)

edit
...and about other improvements:
As you can see in this thread - there is not really much feedback - so I would not invest too much time.
This is only a poor testservice on an private domain.
A little bit of php, mysql and javascripts.
The ideas are from https://getsatisfaction.com/locus/topic ... ly_8703880
Feel free to code your own service.

kerak

#79
I'm not much of a php or javascript programmer. Maybe when I Iearn something I will try it. Thanks for link.
Meanwhile I am thankful for your work, it seems like perfectly useful service.
  •  

gynta

#80
update

changes in the guest page:

Only the last point is visible now (red dot)
...and the trackline - to see where i come from.

tigus

#81
Hi gynta, could you send me a user for nick: tigus ?
Thanks, regards.

edit:
Thank you very much gynta.

edit:
Hello gynta, I tried the live tracking and re worked well! It's great!  :D  Congratulations.  ;)
I'd like to make a proposal that I think is lacking. You add a selection-list where you can choose the refresh map / position, to make it look more interactive, choosing from 5 seconds eg. I do not know if google maps api provides in something to help with this or is a full page refresh.
Greetings and thank you very much.
  •  

gynta

#82
hi tigus
thank you very much for your feedback. I'm glad if you like it.

- the refresh time is set to 90 seconds (now).
- center (to you or to your buddy) and zoomlevel can be set in the "Misc" section.

btw
 greetings to Argentina  ;)

tigus

#83
Gynta Hello, thank you very much for change.  ;)

Excuse me but I was looking at the source and saw that the drink you've handled using a META tag-> REFRESH.  8-)
Sorry, not to be pushy  :oops: , but maybe (without knowing in detail the source code), you could handle refresh the page via javascript with something like:

var cant_sec = parseInt (document.getElementById ("lst_time_refresh"), 10) / / refresh time in seconds
setInterval (load, cant_sec * 1000);

hereiam.js where you start in the javascript code:

// original code
...
form.submit (function () {
    return false;
});

load ();

var read = 0;
....

// new code
...
form.submit (function () {
    return false;
});

var id_interval = 0;
setRefreshTime();

var read = 0;
....

setRefreshTime function () {
    var cant_sec = parseInt( document.getElementById ( "lst_time_refresh" ).value, 10 ); //refresh time in seconds
    if( id_interval > 0 ) clearInterval( id_interval );
    id_interval = setInterval( load, cant_sec * 1000 );
}

We should also add the selection-list in the html code:

<select id="lst_time_refresh" name="lst_time_refresh" onchange="setRefreshTime();" >
    <option value="5"> 5 sec </option>
    <option value="10" selected> 10 sec </option>
    <option value="30"> 30 sec </option>
    <option value="120"> 2 min </option>
    <option value="300"> 5 min </option>
</select>
This would be the basis, I believe lack review and testing. It is only to make a suggestion.  :oops:

Greetings and thanks for the change to 90s!  :D
  •  

bknt011

#84
Hi gynta,
kannst du mir einen User für den Nicknamen: bknt011 schicken?

Vielen Dank

edit
-> PM..
  •  

gynta

#85
New feature prepared -> buddy tracking inside Locus:
First steps are done and It already "works".
There are some limitations - already described on getsatisfaction.com
So we hope, Locus will be able to handle kml files with <NetworkLink>-tag in future.
And in the meantime - feel free to test the "Pull POI" function on the Testserver.

Libretto

#86
Hi Gynta,

could you please add me to the list?

Best regards

Libretto
  •  

Libretto

#87
Hi Gynta,

thx for the Login, but I do get an invalid value error "Ungültiger Wert": var.

I left the 3 fields emty like shown in your HowTo, but it could not start the service...

Please help

GUS
  •  

Libretto

#88
[GER]
Hi, ich bekomme immer einen "EMPTY Database Fehler", obwohl ich jetzt die Felder entsprechend angepasst habe. Dann kommt immer das Riesenrad aus London...sehr nett und ich wäre da auch mal gerne <!-- s:) -->:)<!-- s:) -->

Zudem gibt es im Video und im Bild unterschiedliche Reihenfolgen::

Video Deutsch:
1 lat = ---
2 lon = ---
5 label = yyyy-MM-dd_HH.mm.ss
20 pid = XXX
20 address = z.B. Ort
20 type = z.B. Fahrrad

Bild:
1 lat = ---
2 lon = ---
5 label = yyyy-MM-dd_HH.mm.ss
20 address = z.B. Ort
20 type = z.B. Fahrrad
20 pid = XXX

Hat jemand eine idee?

GUS
  •  

gynta

#89
[GER]
Die Reihenfolge spielt keine Rolle.
Der Testserver hat bisher noch keine gültigen Datenpakete von dir erhalten.
Warum dies so ist, müssen wir jetzt noch herausfinden.
Ich habe darum jetzt einmal ein paar Demodaten mit deinem Zugang geschickt.
-> es funktionierte.

Der Start von live tracking erfolgt problemlos?
Mobile Daten aktiviert?
In der Statuszeile erscheinen gesendete bzw. fehlgeschlagene Versuche. s.screenshot.
Wie sieht das bei dir aus?

edit
screenshot vergessen .)