0.6.0 • Published 9 years ago

fieldtrip-gps-tracking v0.6.0

Weekly downloads
3
License
BSD
Repository
github
Last release
9 years ago

GPS Tracking

GPS Tracking is a Fieldtrip Open plugin for creating GPX tracks.

Add New Button

The following is an example of adding a GPS Track button to a page:

{
    "body": {
        "section1": {
            "items": {
                "item4": {
                    "div": {"class": "ui-block-d"},
                    "a": {"class": "gps-track-start", "href": "annotate-gps.html"},
                    "img": {"src": "css/images/gps.png", "alt": "Capture GPS Track"},
                    "title": "GPS Track"
                }
            }
        }
    }
}
0.6.0

9 years ago