aboutsummaryrefslogtreecommitdiffstats
path: root/www/js/locate.js
Commit message (Collapse)AuthorAgeLines
* display sensible error message if location services are turned offStruan Donald2013-04-23-2/+7
|
* locate should not interact with display elementsStruan Donald2013-04-22-1/+0
|
* do not display spinner plus locating screen at the same timeStruan Donald2013-04-22-2/+6
|
* extract geolocation parts of view out to view that is inherited fromStruan Donald2013-04-22-2/+6
|
* update -> track as it is a better nameStruan Donald2013-03-21-6/+6
|
* remove debug statementsStruan Donald2013-03-21-7/+0
|
* The first time this is called the watch id doesn't seem to be availableStruan Donald2013-03-21-2/+0
| | | | | so if we only call this once, as is aften the case if you move to one screen and back to aroun screen, then it never sets the posiotion of the dot
* clear the correct watchStruan Donald2013-03-21-1/+1
|
* if multiple matches on address search display list and go to map when one is ↵Struan Donald2013-03-21-1/+1
| | | | selected
* correct editoStruan Donald2013-03-21-1/+1
|
* track when we are updating position and stop updating when we leave the screenStruan Donald2013-03-20-0/+3
|
* display blue dot at current location and update as person movesStruan Donald2013-03-20-0/+20
|
* change location object to be a property of FMS objectStruan Donald2013-03-20-78/+87
| | | | distinguish between gps ans search events
* jslint pacificationStruan Donald2013-03-07-4/+5
|
* increase how long we wait for geolocating to completeStruan Donald2013-03-07-1/+1
|
* once locating is finished remove the watch idStruan Donald2013-03-07-2/+2
|
* use FMS.strings and not STRINGS for warning messagesStruan Donald2013-03-07-5/+5
|
* add in locate javascript objectStruan Donald2013-03-07-0/+89