Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | separated file for MapQuest | Guillaume | 2012-03-20 | -0/+33 |
| | ||||
* | All pins yellow, for #250. | Matthew Somerville | 2012-03-01 | -1/+4 |
| | ||||
* | Don't request tiles at level they don't exist. | Matthew Somerville | 2011-11-11 | -4/+6 |
| | ||||
* | Move copyright on to map. | Matthew Somerville | 2011-09-08 | -2/+1 |
| | ||||
* | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵ | Struan Donald | 2011-08-17 | -3/+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 Somerville | 2011-08-11 | -1/+2 |
| | | ||||
| * | Typo in docs template. | Matthew Somerville | 2011-08-11 | -2/+0 |
| | | ||||
* | | update test for changed maps and fix state checking | Struan Donald | 2011-07-28 | -1/+1 |
|/ | ||||
* | Remove no-longer-used tilma code. | Matthew Somerville | 2011-07-21 | -232/+0 |
| | ||||
* | PYC advert on confirmation page. | Matthew Somerville | 2011-07-07 | -4/+4 |
| | ||||
* | Non-JS using the right tile server. | Matthew Somerville | 2011-07-01 | -4/+4 |
| | ||||
* | Remove unused Tilma, consolidate tile lookup for legacy URLs to work in ↵ | Matthew Somerville | 2011-07-01 | -172/+8 |
| | | | | different map format. | |||
* | Strategy/Format for updating pins as map is panned. | Matthew Somerville | 2011-06-30 | -1/+35 |
| | ||||
* | List updates on Your Reports (for #127), and a map too (#124). | Matthew Somerville | 2011-06-28 | -1/+1 |
| | ||||
* | Make zoom levels more configurable. | Matthew Somerville | 2011-06-24 | -8/+14 |
| | ||||
* | Move the tricky nearby DB call to its own Result/ResultSet, and move more ↵ | Matthew Somerville | 2011-06-09 | -12/+13 |
| | | | | functions. | |||
* | Removal of old Cobrand.pm and last . | Matthew Somerville | 2011-06-07 | -1/+0 |
| | ||||
* | Get rid of some more fake_q etc. | Matthew Somerville | 2011-06-06 | -8/+7 |
| | ||||
* | Get header JS <script> out of code and into templates. | Matthew Somerville | 2011-05-26 | -55/+13 |
| | ||||
* | Carry map parameter through URIs, default zoom level change. | Matthew Somerville | 2011-05-26 | -4/+4 |
| | ||||
* | Integrate BingOL map package into the OSM one, thereby gaining non-JS ↵ | Matthew Somerville | 2011-05-25 | -33/+81 |
| | | | | functionality etc. | |||
* | Template the rest of the maps. Some more complete than others. | Matthew Somerville | 2011-05-25 | -184/+87 |
| | ||||
* | Tidy up map parmeters. | Matthew Somerville | 2011-05-25 | -8/+4 |
| | ||||
* | Get rid of pointless and hard-to-follow listrefs when referring to pins. | Matthew Somerville | 2011-05-25 | -31/+6 |
| | ||||
* | Make tile URL a parameter so it can be different, bring OSM's StreetView ↵ | Matthew Somerville | 2011-05-25 | -32/+23 |
| | | | | under the same code. | |||
* | Templating of OSM map. | Matthew Somerville | 2011-05-25 | -99/+32 |
| | ||||
* | Add tilma_mid_point cobrand function. | Matthew Somerville | 2011-05-25 | -1/+1 |
| | ||||
* | Remove old CGI Q from Map calls. | Matthew Somerville | 2011-05-25 | -87/+40 |
| | ||||
* | Template original Tilma map and some more text, updates on questionnaire ↵ | Matthew Somerville | 2011-05-25 | -72/+42 |
| | | | | 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 | -16/+0 |
| | ||||
* | Put form header in templates, not code. | Matthew Somerville | 2011-05-24 | -8/+8 |
| | ||||
* | Move some of map_start to templates. | Matthew Somerville | 2011-05-20 | -32/+0 |
| | ||||
* | Move midpoint code to Cobrand, as I missed it hidden in map code. | Matthew Somerville | 2011-03-26 | -2/+2 |
| | ||||
* | Bing Maps key. | Matthew Somerville | 2011-03-23 | -0/+2 |
| | ||||
* | Allow map change in URL. | Matthew Somerville | 2011-03-23 | -234/+91 |
| | ||||
* | Move RABX include to only place it's needed. | Matthew Somerville | 2011-03-20 | -0/+1 |
| | ||||
* | Fixes to other map types to work with lat/lon. Split OSM JavaScript into ↵ | Matthew Somerville | 2011-03-09 | -24/+74 |
| | | | | core OpenLayers bits and OSM config bit. | |||
* | Some minor URL improvements. | Matthew Somerville | 2011-03-08 | -14/+2 |
| | ||||
* | Hopefully fix a couple of locale issues, one I just introduced, whoops. | Matthew Somerville | 2011-03-05 | -2/+4 |
| | ||||
* | Allow lat/lon in query string to affect map location (for non-JS browsing of ↵ | Matthew Somerville | 2011-03-04 | -0/+4 |
| | | | | map on report page). | |||
* | Output lon/lat fields in correct places. | Matthew Somerville | 2011-02-26 | -0/+4 |
| | ||||
* | Non-JS way of accessing OSM map, acts like OpenLayers but just with HTML. | Matthew Somerville | 2011-02-26 | -5/+153 |
| | ||||
* | Move compass function to Tilma code, pass Q through to click->latlon lookup. | Matthew Somerville | 2011-02-26 | -0/+32 |
| | ||||
* | No need for all pins yet (does nothing <6 months), hide pins using OL JS if ↵ | Matthew Somerville | 2011-02-24 | -2/+2 |
| | | | | present; permalink. | |||
* | Switch to jslib OpenLayers. | Matthew Somerville | 2011-02-23 | -1/+1 |
| | ||||
* | Local copy of OpenLayers.js in case it's slow/not responding. | Matthew Somerville | 2011-02-23 | -1/+1 |
| | ||||
* | Missing include. | Matthew Somerville | 2011-02-17 | -1/+2 |
| | ||||
* | Display pins. | Matthew Somerville | 2011-02-17 | -1/+2 |
| | ||||
* | First pin pass. | Matthew Somerville | 2011-02-16 | -0/+4 |
| | ||||
* | Map clicking. | Matthew Somerville | 2011-02-16 | -0/+2 |
| |