Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Allow one more zoom level on most map types. | M Somerville | 2020-08-14 | -9/+16 |
| | | | | Not on StreetView/OpenMap Local based, which are not available. | |||
* | Update URL whenever map moves, using replaceState. | Dave Arter | 2019-02-04 | -0/+1 |
| | | | | | | Fixes #2242. Co-authored-by: Matthew Somerville <matthew@mysociety.org> | |||
* | Move map JS to code, to be used on all pages. | Matthew Somerville | 2017-11-15 | -0/+5 |
| | ||||
* | Fallback if request to Gaze fails. | Matthew Somerville | 2016-05-18 | -2/+2 |
| | | | | Fixes #1286. | |||
* | Factor out all uses of param()/params. | Matthew Somerville | 2015-07-07 | -5/+5 |
| | | | | | | | Use a central get_param and get_param_list functions dependent on whether we're after a scalar or a list (almost always a scalar). This prevents any possibility of confusion where param() could return a list, or params->{} an arrayref. | |||
* | Use env in shebang lines, and remove unneeded ones | Matthew Somerville | 2015-01-19 | -2/+0 |
| | ||||
* | Improve Google Maps support somewhat. | Matthew Somerville | 2013-06-06 | -1/+34 |
| | ||||
* | Typo in docs template. | Matthew Somerville | 2011-08-11 | -1/+0 |
| | ||||
* | Get header JS <script> out of code and into templates. | Matthew Somerville | 2011-05-26 | -7/+0 |
| | ||||
* | Template the rest of the maps. Some more complete than others. | Matthew Somerville | 2011-05-25 | -26/+5 |
| | ||||
* | Remove old CGI Q from Map calls. | Matthew Somerville | 2011-05-25 | -6/+4 |
| | ||||
* | Template original Tilma map and some more text, updates on questionnaire ↵ | Matthew Somerville | 2011-05-25 | -1/+1 |
| | | | | page, bring in click pin fix from pre-london branch, other map types will be broken. | |||
* | Move lat/lon to templates and use shortened forms. | Matthew Somerville | 2011-05-24 | -2/+0 |
| | ||||
* | Put form header in templates, not code. | Matthew Somerville | 2011-05-24 | -1/+1 |
| | ||||
* | Move some of map_start to templates. | Matthew Somerville | 2011-05-20 | -4/+0 |
| | ||||
* | Allow map change in URL. | Matthew Somerville | 2011-03-23 | -15/+2 |
| | ||||
* | Fixes to other map types to work with lat/lon. Split OSM JavaScript into ↵ | Matthew Somerville | 2011-03-09 | -4/+9 |
| | | | | core OpenLayers bits and OSM config bit. | |||
* | Google Maps package. | Matthew Somerville | 2010-12-04 | -0/+71 |