npm.io
0.6.0 • Published 11 years ago

fieldtrip-gps-tracking

Licence
BSD
Version
0.6.0
Deps
1
Vulns
4
Weekly
0
Stars
1

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"
                }
            }
        }
    }
}