aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/maps/google-ol.html
Commit message (Collapse)AuthorAgeLines
* Use Google Maps JS API key, if present.Dave Arter2017-03-30-1/+6
| | | | | This appends the GOOGLE_MAPS_API_KEY to the Google Maps JavaScript URL as a `key` parameter.
* Add offline support of static files/fallback page.Matthew Somerville2016-12-16-6/+8
| | | | | Use a list to store JavaScript files, so it can be shared between the HTML footer and the appcache manifest.
* Merge branch '1351-report-list-ajax'Matthew Somerville2016-07-11-1/+0
|\
| * Move to using pushState for new report.Zarino Zappia2016-07-11-1/+0
| | | | | | | | | | Update the URL whenever location of pin is updated (first time, drag, or reclick), make sure it works when clicking back.
* | Remove need to customise OpenLayers built script.Matthew Somerville2016-07-04-1/+1
|/ | | | | This also allows the map to work in a proxied admin. Upgrade Angus OL to master branch code.
* Remove all IE6 special cases.Matthew Somerville2016-06-15-3/+0
|
* Update OpenLayers to fix Google Maps layer.Matthew Somerville2016-05-17-2/+2
| | | | This uses the master branch of OpenLayers 2.
* Default the Google map view to hybrid (again).Matthew Somerville2015-12-05-2/+2
| | | | | | | | | | | | | | A repeat of cc6a278; Google have now dropped version 3.20 of their Maps API, which we were using. Version 3.21 is the oldest available version, and only appears to work if you start off in hybrid view. According to https://developers.google.com/maps/documentation/javascript/versions, in three months 3.21 will be dropped; 3.22 does not currently work with our OpenLayers code at all. Looking at http://dev.openlayers.org/releases/OpenLayers-2.13.1/examples/google-v3.html the maps do still appear if you first switch to the Satellite layer. So investigation will be needed to find out why that happens and if it can be worked around.
* Allow Google map/hybrid initial view to be chosen.Matthew Somerville2015-09-17-1/+1
| | | | | The GoogleOL layer will default to map, unless the fixmystreet_google_default variable is set to 'satellite'.
* Fix Google Maps GoogleOL maps layer.Matthew Somerville2015-09-17-1/+1
| | | | | Pin the version of the Google Maps API loaded to one that continues to work. Fixes #1215.
* Default the Google map view to Satellite.Matthew Somerville2015-07-10-1/+1
| | | | | Using Map by default doesn't work for an unknown reason, but is okay if you switch to it. Fixes #1133.
* Add Hybrid map toggle option to Google Maps view.Matthew Somerville2015-01-19-1/+9
|
* Rename 'default' web directory to 'base'.Matthew Somerville2014-07-08-0/+15
This should reduce confusion with the Default cobrand and override order.