aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Map/Google.pm
Commit message (Collapse)AuthorAgeLines
* Allow one more zoom level on most map types.M Somerville2020-08-14-9/+16
| | | | Not on StreetView/OpenMap Local based, which are not available.
* Update URL whenever map moves, using replaceState.Dave Arter2019-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 Somerville2017-11-15-0/+5
|
* Fallback if request to Gaze fails.Matthew Somerville2016-05-18-2/+2
| | | | Fixes #1286.
* Factor out all uses of param()/params.Matthew Somerville2015-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 onesMatthew Somerville2015-01-19-2/+0
|
* Improve Google Maps support somewhat.Matthew Somerville2013-06-06-1/+34
|
* Typo in docs template.Matthew Somerville2011-08-11-1/+0
|
* Get header JS <script> out of code and into templates.Matthew Somerville2011-05-26-7/+0
|
* Template the rest of the maps. Some more complete than others.Matthew Somerville2011-05-25-26/+5
|
* Remove old CGI Q from Map calls.Matthew Somerville2011-05-25-6/+4
|
* Template original Tilma map and some more text, updates on questionnaire ↵Matthew Somerville2011-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 Somerville2011-05-24-2/+0
|
* Put form header in templates, not code.Matthew Somerville2011-05-24-1/+1
|
* Move some of map_start to templates.Matthew Somerville2011-05-20-4/+0
|
* Allow map change in URL.Matthew Somerville2011-03-23-15/+2
|
* Fixes to other map types to work with lat/lon. Split OSM JavaScript into ↵Matthew Somerville2011-03-09-4/+9
| | | | core OpenLayers bits and OSM config bit.
* Google Maps package.Matthew Somerville2010-12-04-0/+71