Active
Project:
Trackfield
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 Jan 2012 at 19:49 UTC
Updated:
10 Feb 2012 at 13:29 UTC
On the project page the screen shoot appears to show the tracks end point. How do you get the stop, start, (beginning, end points) with this module?
Thanks.
Comments
Comment #1
slcp commentedAre you referring to map markers? If so, they should be output as default when using Trackfield Map...
Or are you looking to pull these out as location data?
Comment #2
hampshire commentedI was looking for location data.
Comment #3
slcp commentedTrackfield does not provide this functionality at present...Trackfield can use track data to set the nodes location but currently uses the midpoint of the track.
From trackfield.module
One way to do it would be to patch the process referred to above.
Another would be to add some custom stat ops to the Track Stats module that takes latitude, longitude as arguments then the Stat field could pull out the relevant lat/lon pairs.
Comment #4
hampshire commentedThank you for the info. Looked it over a bit and wasn't sure how to go about doing this but I suspect eventually someone will come along who needs this, and perhaps start and end times as well and knows how to do the custom stats option. Anyway, thanks again.