aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Map/WMTSBase.pm
Commit message (Collapse)AuthorAgeLines
* [Bromley] Fix map tiles.Matthew Somerville2016-11-18-4/+2
| | | | | The change to remove inline JavaScript stopped the Bromley-specific tiles from working. Put them back with an extra JavaScript file.
* [Zurich] Fix server side map tile URL generation.Matthew Somerville2016-08-17-3/+2
| | | | | | @scales does not include the hidden zoom levels, so we need to offset the matrix ID to be correct in the URL but not do so to calculate the tile row and column.
* Fix typo in WMTS number of zoom levels.Matthew Somerville2016-08-17-2/+2
|
* [Zurich] Use new LV95/CH1903+ geocoder and base map tilesDave Arter2016-07-07-6/+14
| | | | | | | | | | | - 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.
* [Bristol] Use BCC's base map tilesDave Arter2016-06-17-0/+339
This refactors the Map::Zurich module into something that makes it easier to use custom map tiles for a cobrand. This also includes some refactoring of the JS & map templates to make it easier to use a custom WMTS base map in future cobrands.