aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/map-OpenStreetMap.js
Commit message (Collapse)AuthorAgeLines
* Allow one more zoom level on most map types.M Somerville2020-08-14-2/+2
| | | | Not on StreetView/OpenMap Local based, which are not available.
* MapQuest tiles went away a long time ago.M Somerville2020-08-14-34/+0
|
* Add aerial option to OSM maps.Matthew Somerville2020-07-16-0/+7
|
* Remove on-map permalink.Matthew Somerville2019-09-19-5/+1
| | | | We retain the code as it is updating the URL on map move.
* Improve use of OL ArgParser/missing zoom in URL.Matthew Somerville2019-02-04-1/+1
| | | | | | Remove the server-side zoom-in-url fix, instead use an ArgParser subclass to default to the provided data if nothing in URL. Then we can switch to using short lat/lon in geocoder URLs.
* Add layer attribution to attribution controlStruan Donald2018-04-10-0/+1
| | | | | If a layer has an attribution option then add it to the attribution control when the layer becomes visible.
* Fetch MapQuest images via HTTPS rather than HTTPJon Kristensen2016-09-07-4/+4
|
* Tidy up JavaScript functions.Matthew Somerville2016-07-11-2/+2
| | | | Split big functions into smaller more descriptive ones.
* Tidy up front page and map copyright templates.Matthew Somerville2015-02-23-1/+0
|
* Use HTTPS OpenStreetMap tiles.Matthew Somerville2015-01-09-4/+4
|
* Upgrade main OpenLayers to 2.13.1.Matthew Somerville2013-10-11-33/+3
|
* Updated MapQuest links per instructionsJonas Oberg2013-08-30-4/+4
|
* Only need zoom altering if being used for OSM permalink; adjust for other uses.Matthew Somerville2013-02-21-2/+2
|
* Extra maxResolution option was needed for MapQuest tilesGuillaume2012-03-20-1/+6
|
* Removed obsolete Osmarender, added MapQuestOpenGuillaume2012-03-20-8/+9
|
* Finished style and interaction for mobile mapJosh Angell2012-02-29-1/+1
| | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
* Make permalink_id not globalJosh Angell2012-02-29-0/+1
| | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
* Manipulate permalink only if container for it is thereJosh Angell2012-02-29-1/+4
| | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
* Explicity function calls.Matthew Somerville2012-02-29-1/+1
|
* Main part of mobile site full screen map for reporting a problem.Matthew Somerville2012-02-29-1/+1
|
* Fixes to other map types to work with lat/lon. Split OSM JavaScript into ↵Matthew Somerville2011-03-09-182/+9
| | | | core OpenLayers bits and OSM config bit.
* Store report ID on loop, as otherwise closure uses last value.Matthew Somerville2011-03-08-1/+5
|
* No need for all pins yet (does nothing <6 months), hide pins using OL JS if ↵Matthew Somerville2011-02-24-10/+66
| | | | present; permalink.
* Override PanZoom to catch zoomworld click.Matthew Somerville2011-02-23-1/+38
|
* Display pins.Matthew Somerville2011-02-17-6/+17
|
* First pin pass.Matthew Somerville2011-02-16-0/+13
|
* Map clicking.Matthew Somerville2011-02-16-4/+42
|
* Tweaks to OSM map module, fix for truncated co-ords.Matthew Somerville2011-02-14-4/+4
|
* Some OpenLayers options, including StreetView and CycleMap, and putting ↵Matthew Somerville2010-11-26-0/+150
tilma within OL.