tinuzz / wp-plugin-trackserver

A WordPress plugin for GPS tracking and publishing
https://wordpress.org/plugins/trackserver/
36 stars 12 forks source link

continuous doesn't work #30

Closed jdetmold closed 3 years ago

jdetmold commented 3 years ago

after installing and getting data feeding in, multiple tracks for a user are not being combined as one continuous track instead only the last track is displayed on the map. the short code I am using is [tsmap user=username continuous=true]

jdetmold commented 3 years ago

note i have also tried with [tsmap user=username] as continuous is supposed to be the default but it still only displays the last track

jdetmold commented 3 years ago

I am trying to use OsmAnd for general http post data from my own tracker and an alternative to continuous having all the data in one track would work i found the below but am not sure how I actually change it to store all data in a single track.

"Generated track name in %1$s format. OsmAnd online tracking does not support " "the concept of 'tracks', there are only locations. Trackserver needs to " "group these in tracks and automatically generates new tracks based on the " "location's timestamp. The format to use (and thus, how often to start a new " "track) can be specified here. If you specify a constant string, without any " "strftime() format placeholders, one and the same track will be used forever " "and all locations."