aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/map-OpenLayers.js
Commit message (Collapse)AuthorAgeLines
* Remove next button from confirm location screenStruan Donald2013-08-20-1/+1
| | | | | | | Potentially confusing to user that there is a confirm location and a next button and as they do the same remove the most ambigously titled one. Fixes #105
* resize and use appropriately sized pin and crosshair imagesStruan Donald2013-08-06-2/+2
| | | | Fixed #69.
* Get crosshair size right and don't scale upStruan Donald2013-07-30-1/+1
| | | | For #69.
* instead of using js to inject the correct cordova js file in toStruan Donald2013-07-12-0/+412
index.html restructure things so that the common files are a level down and the platofrm specific ones are directly placed in the relevant project. This both makes for less fuss and also avoids the error with Android < v3 instantiating cordova twice. Note that the iOS common assets are included by a build script rather than a symlink as symlinking doesn't seem to agree with Xcode