aboutsummaryrefslogtreecommitdiffstats
path: root/www/js/map-bing-ol.js
Commit message (Collapse)AuthorAgeLines
* Fix displaying of map tiles.cordova-6-fix-mapsMatthew Somerville2016-04-26-34/+24
| | | | | This updates the map tile code to match the website, allowing easier non-UK usage of Bing Maps by not including the map-fms.js file.
* Only switch map tiles to Ordnance Survey at higher zoom levels when ↵Dave Arter2015-08-28-3/+3
| | | | CONFIG.isUK is true
* update Android to Cordova 3.6Struan Donald2015-08-28-0/+116
| | | | | | | | Required due to security issue Remove Android directory as no longer required, move src -> www to match standard layout, update .gitignore to avoid including the standard platform files, update README based on Steve's zurich one
* instead of using js to inject the correct cordova js file in toStruan Donald2013-07-12-116/+0
| | | | | | | | | | 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
* remove unused fileStruan Donald2013-06-25-7/+1
|
* add zoom controls back in as pinch zoom does not work on all android phonesStruan Donald2012-11-15-1/+2
|
* remove on screen map controlsStruan Donald2012-11-02-2/+1
|
* rough initial code for iPhone phonegap appStruan Donald2012-03-12-0/+122