aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/map-wmts-base.js
Commit message (Collapse)AuthorAgeLines
* [Bristol] Upgrade to OpenLayers master (with WFS).Matthew Somerville2016-11-11-0/+1
| | | | Including WFS for forthcoming assets layers.
* Tweak WMTS JavaScript to match merged branch.Matthew Somerville2016-07-11-10/+7
| | | | Use $.each rather than .forEach.
* [Zurich] Use new LV95/CH1903+ geocoder and base map tilesDave Arter2016-07-07-0/+56
- Use new `getLocation95` method for geocoding addresses - Replace Coordinates::CH1903 with Coordinates::CH1903Plus - Refactor Map::Zurich to use WMTSBase instead of duplicating code - Slightly refactor map templates to make using custom WMTS tiles easier - Use correct sizes for marker pins on maps Closes mysociety/FixMyStreet-Commercial#769. Closes mysociety/FixMyStreet-Commercial#768.