aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/map-OpenLayers.js
Commit message (Collapse)AuthorAgeLines
...
| * 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
|
* make the additional information fields work with js update of category dropdownStruan Donald2011-10-20-0/+4
|
* ie6 class for other cobrand headers, small screen tweaks for headings.Matthew Somerville2011-09-09-0/+2
|
* Stop back button breakage.Matthew Somerville2011-08-17-4/+16
|
* Don't need animation, used for testing.Matthew Somerville2011-08-17-2/+2
|
* When on around page with JS, have click on map show hidden form and fetch ↵Matthew Somerville2011-08-17-10/+34
| | | | category/council.
* Move JS to where it'll work when run, to fix #145.Matthew Somerville2011-08-09-47/+47
|
* Allow dragging of new report marker.Matthew Somerville2011-08-09-6/+19
|
* Delay vector loading until onload in IE only.Matthew Somerville2011-07-22-2/+10
|
* Allow pin moving without reload of page (at last).Matthew Somerville2011-07-21-1/+7
|
* Move JS to jQuery.Matthew Somerville2011-07-21-5/+5
|
* Use correct variable name, fixes #132.Matthew Somerville2011-07-12-1/+2
|
* Tweak pin placement.Matthew Somerville2011-07-04-1/+1
|
* Make pins clickable on all reports pages.Matthew Somerville2011-07-01-1/+1
|
* Use new simplify a bit to speed up Western Isles.Matthew Somerville2011-07-01-1/+1
|
* Use our own StreetView tile server, add missing IE6 CSS for OpenLayers, ↵Matthew Somerville2011-07-01-3/+3
| | | | don't set map parameter in JS.
* Paginate Reports pages, and add a map.Matthew Somerville2011-06-30-1/+17
|
* Strategy/Format for updating pins as map is panned.Matthew Somerville2011-06-30-23/+51
|
* Move to Vector layer rather than Markers, to be able to use the ↵Matthew Somerville2011-06-29-15/+69
| | | | Strategy/Protocol features.
* On Your Reports page, zoom map out to cover markers shown.Matthew Somerville2011-06-29-0/+3
|
* Make zoom levels more configurable.Matthew Somerville2011-06-24-4/+2
|
* 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-2/+2
| | | | functionality etc.
* Template the rest of the maps. Some more complete than others.Matthew Somerville2011-05-25-1/+1
|
* Always have transitionEffect, and no buffer for nicer interaction.Matthew Somerville2011-03-23-0/+1
|
* Fixes to other map types to work with lat/lon. Split OSM JavaScript into ↵Matthew Somerville2011-03-09-0/+181
core OpenLayers bits and OSM config bit.