aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Map/OSM.pm
Commit message (Collapse)AuthorAgeLines
* [Bromley] Fix map tiles.Matthew Somerville2016-11-18-6/+2
| | | | | The change to remove inline JavaScript stopped the Bromley-specific tiles from working. Put them back with an extra JavaScript file.
* Add static map output view for a report.Matthew Somerville2016-08-01-10/+21
|
* 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-6/+6
| | | | | | | 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.
* Tidy up front page and map copyright templates.Matthew Somerville2015-02-23-1/+1
|
* Use env in shebang lines, and remove unneeded onesMatthew Somerville2015-01-19-2/+0
|
* Use HTTPS OpenStreetMap tiles.Matthew Somerville2015-01-09-4/+4
|
* Add a zoomed in level.Matthew Somerville2013-04-09-4/+4
|
* map_pins function is same for everyone currently.Matthew Somerville2012-11-28-23/+0
|
* add in default map zoom level for cobrand and set stevenage oneStruan Donald2012-10-25-1/+1
|
* Improve map tile handling outside Great Britain.Matthew Somerville2012-07-20-9/+7
|
* Pins yellow on /my for Bromley.Matthew Somerville2012-05-22-1/+1
|
* Fix CM8 Bromley pin colours.Matthew Somerville2012-05-01-8/+2
|
* All pins yellow, for #250.Matthew Somerville2012-03-01-1/+4
|
* Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵Struan Donald2011-08-17-1/+2
|\ | | | | | | | | | | | | | | | | | | | | | | into new_statuses Conflicts: db/schema.sql perllib/FixMyStreet/App/Controller/Admin.pm perllib/FixMyStreet/DB/Result/User.pm t/app/controller/admin.t templates/web/default/admin/update_edit.html web/css/core.css
| * Use Gaze distance if already fetched.Matthew Somerville2011-08-11-1/+2
| |
* | update test for changed maps and fix state checkingStruan Donald2011-07-28-1/+1
|/
* Strategy/Format for updating pins as map is panned.Matthew Somerville2011-06-30-0/+26
|
* Make zoom levels more configurable.Matthew Somerville2011-06-24-5/+14
|
* Get header JS <script> out of code and into templates.Matthew Somerville2011-05-26-9/+5
|
* Carry map parameter through URIs, default zoom level change.Matthew Somerville2011-05-26-1/+1
|
* Integrate BingOL map package into the OSM one, thereby gaining non-JS ↵Matthew Somerville2011-05-25-13/+38
| | | | functionality etc.
* Tidy up map parmeters.Matthew Somerville2011-05-25-5/+2
|
* Get rid of pointless and hard-to-follow listrefs when referring to pins.Matthew Somerville2011-05-25-12/+2
|
* Make tile URL a parameter so it can be different, bring OSM's StreetView ↵Matthew Somerville2011-05-25-1/+10
| | | | under the same code.
* Templating of OSM map.Matthew Somerville2011-05-25-99/+32
|
* Remove old CGI Q from Map calls.Matthew Somerville2011-05-25-10/+8
|
* Template original Tilma map and some more text, updates on questionnaire ↵Matthew Somerville2011-05-25-1/+4
| | | | 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/+10
|
* Fixes to other map types to work with lat/lon. Split OSM JavaScript into ↵Matthew Somerville2011-03-09-0/+1
| | | | core OpenLayers bits and OSM config bit.
* Some minor URL improvements.Matthew Somerville2011-03-08-5/+1
|
* Hopefully fix a couple of locale issues, one I just introduced, whoops.Matthew Somerville2011-03-05-2/+4
|
* Allow lat/lon in query string to affect map location (for non-JS browsing of ↵Matthew Somerville2011-03-04-0/+4
| | | | map on report page).
* Output lon/lat fields in correct places.Matthew Somerville2011-02-26-0/+2
|
* Non-JS way of accessing OSM map, acts like OpenLayers but just with HTML.Matthew Somerville2011-02-26-5/+153
|
* No need for all pins yet (does nothing <6 months), hide pins using OL JS if ↵Matthew Somerville2011-02-24-1/+1
| | | | present; permalink.
* Switch to jslib OpenLayers.Matthew Somerville2011-02-23-1/+1
|
* Local copy of OpenLayers.js in case it's slow/not responding.Matthew Somerville2011-02-23-1/+1
|
* Display pins.Matthew Somerville2011-02-17-1/+2
|
* First pin pass.Matthew Somerville2011-02-16-0/+4
|
* Map clicking.Matthew Somerville2011-02-16-0/+2
|
* Tweaks to OSM map module, fix for truncated co-ords.Matthew Somerville2011-02-14-4/+3
|
* Some OpenLayers options, including StreetView and CycleMap, and putting ↵Matthew Somerville2010-11-26-0/+71
tilma within OL.