aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/map-OpenLayers.js
Commit message (Collapse)AuthorAgeLines
...
| * Fix hashchange not working in IE6 for #246, and better animatino when ↵Matthew Somerville2012-03-02-6/+4
| | | | | | | | clicking underneath where the sidebar will appear.
| * Allow back button to work when reading mobile reporting notes, fixes #260.Matthew Somerville2012-03-01-1/+9
| |
| * Merge branch 'supercool' of ssh://github.com/mysociety/fixmystreet into ↵Josh Angell2012-03-01-5/+5
| |\ | | | | | | | | | | | | | | | | | | | | | | | | supercool Conflicts: web/js/map-OpenLayers.js Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
| | * Change links once the scrolling is complete, not before.Matthew Somerville2012-03-01-4/+5
| | |
| * | Add scroll to top js when map is completed on mobileJosh Angell2012-03-01-2/+6
| |/ | | | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
| * Initial styles for mobile completed map buttonsJosh Angell2012-03-01-1/+2
| | | | | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
| * Merge branch 'supercool' of ssh://github.com/mysociety/fixmystreet into ↵Josh Angell2012-03-01-1/+7
| |\ | | | | | | | | | supercool
| | * Remember pin hiding state in case they try again.Matthew Somerville2012-03-01-0/+5
| | |
| | * Move popups to come out of the middle of the pin.Matthew Somerville2012-03-01-1/+2
| | |
| * | Add class for when map is 'complete'Josh Angell2012-03-01-1/+4
| |/ | | | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
| * Initial scroll event for when user clicks ok on mobile map, also altered how ↵Josh Angell2012-03-01-0/+10
| | | | | | | | | | | | the Notes scroll so they use offset instead Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
| * Linter fixJosh Angell2012-03-01-1/+1
| | | | | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
| * Merge branch 'supercool' of ssh://github.com/mysociety/fixmystreet into ↵Josh Angell2012-03-01-34/+13
| |\ | | | | | | | | | supercool
| | * Mobile JS can be same as desktop now.Matthew Somerville2012-03-01-34/+13
| | |
| * | Some language changes to fix sub_map_links breakingJosh Angell2012-03-01-1/+1
| |/ | | | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
| * Try again link for #258Josh Angell2012-03-01-1/+4
| | | | | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
| * Move disappearing of sub map links and appearing of tryagain/ok to after the ↵Josh Angell2012-03-01-0/+8
| | | | | | | | | | | | click, also remove permalink and add receive updates Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
| * Function return has reversed.Matthew Somerville2012-03-01-1/+2
| |
| * Green pin when creating, for #250.Matthew Somerville2012-03-01-1/+1
| |
| * Bugfix.Matthew Somerville2012-03-01-3/+4
| |
| * Remove some of #224 due to new #258.Matthew Somerville2012-03-01-62/+20
| |
| * Animate moving of map when pin clicked somewhere inconvenient.Matthew Somerville2012-03-01-2/+5
| |
| * Initial pass of pin popups.Matthew Somerville2012-03-01-5/+24
| |
| * Remove some extraneous stuffJosh Angell2012-02-29-3/+1
| | | | | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
| * Merge branch 'supercool' of ssh://github.com/mysociety/fixmystreet into ↵Josh Angell2012-02-29-1/+1
| |\ | | | | | | | | | supercool
| | * Reduce JS pin fetching to only exactly the map that is shown.Matthew Somerville2012-02-29-1/+1
| | |
| * | Finished style and interaction for mobile mapJosh Angell2012-02-29-7/+23
| |/ | | | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
| * Change word 'stale' to 'old'Josh Angell2012-02-29-1/+1
| | | | | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
| * Main part of mobile site full screen map for reporting a problem.Matthew Somerville2012-02-29-12/+53
| |
| * Some fixes for non-JS map display, and more JS pin moving depending on click ↵Matthew Somerville2012-02-24-2/+12
| | | | | | | | location.
| * Pan map when reporting click is where sidebar will be.Matthew Somerville2012-02-24-1/+8
| | | | | | | | | | | | If the user clicks on the map in a location where the help text sidebar will appear, pan the map to the right the width of the sidebar so that the pin and its location remain visible.
| * Do some zoom centre faking trickery so that zooming in and out does as you ↵Matthew Somerville2012-02-23-1/+22
| | | | | | | | would hopefully expect.
| * Initial desktop making map whole of background.Matthew Somerville2012-02-23-0/+3
| |
| * Fix typo - poblem to problemJosh Angell2012-02-23-2/+2
| | | | | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
| * Separate colour and size using StyleMap and Rules, to enable differently ↵Matthew Somerville2012-02-22-20/+37
| | | | | | | | sized map pins (fixes #228).
| * Tentative change to the map pins: change blue to big, can't work out how to ↵Josh Angell2012-02-21-1/+1
| | | | | | | | | | | | get them a different size… Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
| * Add new map pins, alter the js to matchJosh Angell2012-02-21-9/+9
| | | | | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
| * Form styling and bits for report / around pagesJosh Angell2012-02-14-4/+2
| | | | | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
| * Height fix js function added and used on the report/around page for the sidebarJosh Angell2012-02-14-0/+2
| | | | | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
| * Some js/css for the report and around type pages, needs workJosh Angell2012-02-13-0/+2
| | | | | | | | Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
* | use delegation to attach change event to form_category so it survives being ↵Dave Whiteland2012-02-17-5/+0
|/ | | | repopulated
* fix iOS JS validation display issues ( fixes #187)Struan Donald2012-01-16-0/+7
|
* Turn on Y-ordering to fix pin shadow issue.Matthew Somerville2012-01-12-0/+3
|
* Forgot to uncomment z-index lines.Matthew Somerville2012-01-12-3/+3
|
* New logo and pins.Matthew Somerville2012-01-12-6/+13
|
* Fix jslinit reported issuesStruan Donald2012-01-11-109/+110
| | | | Don't throw an error if current and current_nearest elements not present
* make sure pins are visible once they click on the map (fixes #168)Struan Donald2011-12-02-0/+6
|
* Try to get dynamic web page update to work with the stale reports.Petter Reinholdtsen2011-10-29-1/+3
|
* only add on change handler if there are open311 extra paramsStruan Donald2011-10-20-1/+3
|
* remove javascript eval and send down html insteadStruan Donald2011-10-20-1/+0
|