| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
| |
Add a MAP_TYPE configuration option to choose what map tiles to use,
defaulting to OpenStreetMap. This fixes the issue of people outside the
UK getting a grey map.
|
|\
| |
| |
| | |
cordova-6
|
| |
| |
| |
| |
| | |
This way round is better in case of URLs returned from the server (e.g.
for photos) that will have a starting slash.
|
|/
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|