aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet
Commit message (Collapse)AuthorAgeLines
* Some translation updates and i18n code improvements.Matthew Somerville2011-02-17-1/+3
|
* 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
|
* Various encoding fixing.Matthew Somerville2011-02-16-2/+4
|
* Tweaks to OSM map module, fix for truncated co-ords.Matthew Somerville2011-02-14-4/+3
|
* Only do lat/lon->E/N check if country is GB.Matthew Somerville2011-02-14-7/+9
|
* Footer for Norway.Matthew Somerville2011-02-12-0/+1
|
* Norway place lookup.Matthew Somerville2011-02-11-9/+13
|
* Helper function for all latlon to OSGB36 calls.Matthew Somerville2011-02-11-10/+3
|
* More EN locales.Matthew Somerville2011-02-11-1/+4
|
* Do co-ordinate transform in English locale.Matthew Somerville2011-02-11-2/+5
|
* Make sure variable defined after the code that blanks out the hash.Matthew Somerville2011-02-11-6/+6
|
* Put back UK-only code for atomic nature of E/N -> lat/lon conversion, module ↵Matthew Somerville2011-02-10-0/+7
| | | | has other UK-only code in it still and it causes error without.
* Merge branch 'master' into migrate_from_osgb36_to_wgs84Edmund von der Burg2011-02-10-0/+7
|\
| * Add problem state to alert-update emailsEdmund von der Burg2011-02-09-0/+7
| | | | | | | | Closes #77
* | Update gode to use en_to_latlon utilEdmund von der Burg2011-02-10-3/+5
| | | | | | | | Shorter coords in RSS and alert urls
* | Fix so that lat lon appear in georssEdmund von der Burg2011-02-09-3/+2
| |
* | added a helper subEdmund von der Burg2011-02-08-8/+16
| | | | | | Fixes to get map pins working when map is moved
* | Die if there is a compile time error in the maps codeEdmund von der Burg2011-02-08-0/+3
| |
* | Lots of conversions - code now in a broken stateEdmund von der Burg2011-02-08-23/+59
| |
* | convert various map functionsEdmund von der Burg2011-02-08-36/+54
| |
* | Migrate of Problems::nearby and calling codeEdmund von der Burg2011-02-07-2/+3
| |
* | update problem_find_nearby for non-local alertsEdmund von der Burg2011-02-07-6/+5
| |
* | Change the problem_find_nearby function.Edmund von der Burg2011-02-07-1/+1
|/ | | | rename old occurences to help when changing code later.
* Add note about cache dir to install stepsEdmund von der Burg2011-02-07-0/+2
| | | | Create geo cache dir if it is missing
* Prototype Bing stuff.Matthew Somerville2011-01-05-0/+142
|
* Ignore new alert type.Matthew Somerville2010-12-22-1/+1
|
* Tidy up map importing a bit.Matthew Somerville2010-12-21-25/+11
|
* Missing import.Matthew Somerville2010-12-08-1/+1
|
* Google Maps package.Matthew Somerville2010-12-04-0/+71
|
* Some OpenLayers options, including StreetView and CycleMap, and putting ↵Matthew Somerville2010-11-26-0/+376
| | | | tilma within OL.
* Refactor map display into separate modules, response for own set-up and display.Matthew Somerville2010-11-26-106/+191
|
* Have FixMyStreet::Map return the JS it needs.Matthew Somerville2010-11-24-0/+6
|
* Pushing as much maps stuff into Maps as possible.Matthew Somerville2010-11-24-37/+90
|
* Have FixMyStreet::Geocode only deal in real co-ordinates.Matthew Somerville2010-11-23-20/+8
|
* Factor out geocoding functions.Matthew Somerville2010-11-23-0/+168
|
* Move mySociety::Alert to FixMyStreet::Alert.Matthew Somerville2010-11-23-0/+339
|
* Move map functions to their own package.Matthew Somerville2010-11-22-0/+296