aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/maps/openlayers.html
Commit message (Collapse)AuthorAgeLines
* Show loading indicator when loading pinspezholio2017-03-17-1/+3
|
* [Bromley] Fix map tiles.Matthew Somerville2016-11-18-1/+1
| | | | | The change to remove inline JavaScript stopped the Bromley-specific tiles from working. Put them back with an extra JavaScript file.
* Move most JavaScript to end, inline the remaining.Matthew Somerville2016-08-16-1/+0
|
* Factor out most inline JavaScript.Matthew Somerville2016-08-16-18/+16
| | | | | No need for a special no-map case in the filters case, as all pages now have fixmystreet.page set if needed.
* Do HTML class and JS variable setting ASAP.Matthew Somerville2016-08-16-1/+0
|
* Merge branch '1351-report-list-ajax'Matthew Somerville2016-07-11-2/+3
|\
| * Tidy up JavaScript functions.Matthew Somerville2016-07-11-2/+3
| | | | | | | | Split big functions into smaller more descriptive ones.
* | Make sure map JS works through an admin proxy.Matthew Somerville2016-07-04-1/+1
|/ | | | | Tidy up use of absolute URLs when in the admin. Have the 404 handler spot static files in admin as a fallback.
* [Zurich] Add maps to Zurich admin report print viewZarino Zappia2015-10-06-58/+3
| | | | | | | | | | | | | | | | - Includes a small map at the top of the first page and a second full-width map on a separate page. - upgrades tiles to the new 512px ones already used by JS as implemented in https://github.com/mysociety/FixMyStreet-Commercial/issues/668 - Uses jQuery to clone a copy of the "noscript" map elsewhere into the DOM, because the original is too far from where we need it. - extracts maps/openlayers.html to call maps/noscript_map.html - specialises the Zurich version to allow a richer structure to be returned, including arbitrary sized map - Map::Zurich now returns nearly arbitrary sized map tiles - second larger map is prepared (only for admin/report_edit) See mysociety/FixMyStreet-Commercial#677
* [Zurich] Improve report print stylesZarino Zappia2015-10-06-2/+2
| | | | - also remove 10px gap from left hand side of logo on screen
* Improve accessibility of map pages.Matthew Somerville2015-09-18-1/+1
| | | | | | | | Hide the map with aria-hidden, as all report links are duplicated in the main content. Fix skip map link on mobile (it was disappearing). Place delegate handler on body to prevent e.g. VoiceOver announcing everything underneath .container as clickable. Remove header report button rather than hide off-screen, as is a duplicate link to the previous.
* Update Bing Maps parameter ID.Matthew Somerville2015-05-05-0/+3
|
* Tidy up front page and map copyright templates.Matthew Somerville2015-02-23-1/+1
|
* Simplify z-index of banners.Matthew Somerville2014-09-15-1/+1
| | | | | | Constrain the map in a position:relative to give it its own stacking context. This simplifies these z-indices and prevents the elements from floating above the main header. Fixes #673.
* Rename 'default' web directory to 'base'.Matthew Somerville2014-07-08-0/+91
This should reduce confusion with the Default cobrand and override order.