aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/map-OpenLayers.js
Commit message (Expand)AuthorAgeLines
* Improve handling of loading spinner display.Matthew Somerville2018-05-31-5/+17
* Some IE8/old JS workarounds.Matthew Somerville2018-05-02-1/+1
* Drop unused copy of function.Matthew Somerville2018-04-30-14/+0
* Fix issues with new report pin, improve cursor.Matthew Somerville2018-03-26-1/+1
* Fix race condition making a new report.Matthew Somerville2018-03-26-0/+4
* Update some tight JS coupling to use events.Matthew Somerville2018-03-13-6/+1
* Populate `usrn` field with USRN of clicked asset, if availableDave Arter2018-02-22-4/+17
* Show loading spinner on map for assets as well as markersDave Arter2018-02-08-2/+2
* Factor map loading spinner code out so multiple things can load at onceDave Arter2018-02-08-6/+28
* [Zurich] Add filters to /reports, fix photo bug.Matthew Somerville2018-01-18-1/+1
* Zoom out as much as necessary, even on mobile.Matthew Somerville2018-01-15-3/+0
* Only work out bounds/resolution on BBOX strategiesMatthew Somerville2018-01-10-4/+7
* Add JSHint configuration, tidy up any warnings.Matthew Somerville2018-01-10-18/+20
* Second, more prominent Hide Pins linkZarino Zappia2017-11-27-3/+6
* Add pagination to around page.Matthew Somerville2017-11-06-17/+83
* Remove Show all pins link and on_map_list_limit.Matthew Somerville2017-11-06-36/+0
* Have /around ajax use same format as others.Matthew Somerville2017-11-02-4/+4
* Make sure pin ID is an integer.Matthew Somerville2017-09-07-2/+3
* [Zurich] Upgrade OpenLayers to master, matching others.Matthew Somerville2017-08-18-12/+1
* Make sure /around permalink/redirect have js paramMatthew Somerville2017-08-18-0/+4
* Fix replaced sidebar losing hover behaviour.Matthew Somerville2017-08-17-1/+1
* Refactor /around list code to share with others.Matthew Somerville2017-08-17-4/+0
* [Zurich] Fix map on /reportsDave Arter2017-08-14-1/+4
* Use standard JS translation for show/hide pins.Matthew Somerville2017-08-03-17/+8
* [FixaMinGata] Consolidate with upstream.Jon Kristensen2017-07-07-1/+2
* Allow cobrands to define pin colour for new reportsZarino Zappia2017-06-09-1/+1
* Fix linting errorspezholio2017-05-23-51/+48
* Allow inspectors to shortlist all reports in viewpezholio2017-05-05-2/+7
* On /reports maps, only include reports in view.Matthew Somerville2017-04-13-2/+36
* Use lat/lon on inspection form if local coordinates aren’t availableDave Arter2017-03-30-0/+2
* Show loading indicator when loading pinspezholio2017-03-17-11/+6
* Display nearby candidate reports when marking as duplicateDave Arter2016-12-13-36/+50
* Load OpenLayers stylesheet directly, not via JS.Matthew Somerville2016-12-09-0/+1
* Add sort order options to list pages.Matthew Somerville2016-11-04-13/+17
* Merge branch 'reports-area-as-a-hole'Matthew Somerville2016-10-24-8/+51
|\
| * Invert display of areas on body pages.Matthew Somerville2016-10-21-8/+51
* | Store and use initial URL to fix JavaScript bugs.Matthew Somerville2016-10-21-1/+1
|/
* Fix map pin clicking in IE11.Matthew Somerville2016-10-21-3/+3
* Update pagination when status/categories changed.Matthew Somerville2016-10-18-0/+4
* Add ajax pin fetching to reports/my pages.Matthew Somerville2016-10-14-0/+25
* Improve history API URL when query string empty.Matthew Somerville2016-10-14-1/+11
* Allow multiple selections in report list filter.Zarino Zappia2016-10-13-9/+35
* Add inspector report detail viewDave Arter2016-09-06-0/+55
* Make sure PanZoom works in older OpenLayers.Matthew Somerville2016-08-19-34/+8
* Move non-JavaScript pan/zoom to same as with JS.Matthew Somerville2016-08-17-7/+18
* Factor out most inline JavaScript.Matthew Somerville2016-08-16-10/+0
* Do HTML class and JS variable setting ASAP.Matthew Somerville2016-08-16-1/+1
* Work correctly for alt-click/cmd-click etc.Matthew Somerville2016-07-14-3/+30
* Fix a few JavaScript issues with reports pages.Matthew Somerville2016-07-12-1/+6
* Move to using pushState for new report.Zarino Zappia2016-07-11-30/+31