aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/map-google-ol.js
Commit message (Collapse)AuthorAgeLines
* Add ability to override Google Maps road style.Dave Arter2017-03-30-1/+17
|
* Tidy up JavaScript functions.Matthew Somerville2016-07-11-3/+2
| | | | Split big functions into smaller more descriptive ones.
* Update OpenLayers to fix Google Maps layer.Matthew Somerville2016-05-17-5/+5
| | | | This uses the master branch of OpenLayers 2.
* Default the Google map view to hybrid (again).Matthew Somerville2015-12-05-5/+5
| | | | | | | | | | | | | | 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-8/+16
| | | | | The GoogleOL layer will default to map, unless the fixmystreet_google_default variable is set to 'satellite'.
* Default the Google map view to Satellite.Matthew Somerville2015-07-10-4/+4
| | | | | 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-0/+14
|
* Add Google OpenLayers-based map layer.Matthew Somerville2013-10-11-0/+19