aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Map
Commit message (Collapse)AuthorAgeLines
* [Bromley] Fix map tiles.Matthew Somerville2016-11-18-42/+15
| | | | | The change to remove inline JavaScript stopped the Bromley-specific tiles from working. Put them back with an extra JavaScript file.
* Fetch MapQuest images via HTTPS rather than HTTPJon Kristensen2016-09-07-5/+5
|
* [Zurich] Fix server side map tile URL generation.Matthew Somerville2016-08-17-5/+4
| | | | | | @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
|
* Add static map output view for a report.Matthew Somerville2016-08-01-10/+21
|
* [Zurich] Use new LV95/CH1903+ geocoder and base map tilesDave Arter2016-07-07-241/+83
| | | | | | | | | | | - 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/+416
| | | | | | | | | 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.
* Update copyright year shown on OS & Bing mapsDave Arter2016-06-07-1/+1
|
* Fallback if request to Gaze fails.Matthew Somerville2016-05-18-4/+4
| | | | Fixes #1286.
* [Zurich] Use protocol relative map tiles.Matthew Somerville2016-03-30-1/+1
|
* Remove unnecessary shebang lines.Matthew Somerville2016-01-22-2/+0
|
* [Zurich] Add maps to Zurich admin report print viewZarino Zappia2015-10-06-31/+124
| | | | | | | | | | | | | | | | - 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] Use new map tiles up to 1:250Dave Arter2015-10-06-13/+12
| | | | | - Refactor map tile size into a constant - Update map tiles to use new Zurich WMTS server directly instead of Apache proxy
* Factor out all uses of param()/params.Matthew Somerville2015-07-07-18/+18
| | | | | | | Use a central get_param and get_param_list functions dependent on whether we're after a scalar or a list (almost always a scalar). This prevents any possibility of confusion where param() could return a list, or params->{} an arrayref.
* Update Bing Maps parameter ID.Matthew Somerville2015-05-05-3/+4
|
* Support Stamen toner-lite and Bing Maps tiles.Matthew Somerville2015-02-23-47/+81
|
* Tidy up front page and map copyright templates.Matthew Somerville2015-02-23-1/+6
|
* Use env in shebang lines, and remove unneeded onesMatthew Somerville2015-01-19-20/+0
|
* Use HTTPS OpenStreetMap tiles.Matthew Somerville2015-01-09-4/+4
|
* FMS map tile changes for HTTPS.Matthew Somerville2014-05-30-1/+1
| | | | | Make the FMS map tile URLs be scheme independent, and only use one level of subdomain.
* Merge remote branch 'origin/sweden-rebase'Matthew Somerville2014-03-11-0/+4
|\ | | | | | | | | | | | | Conflicts: bin/update-schema locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po perllib/FixMyStreet/DB/Result/Body.pm
| * Added MapQuest/OSM attribution.Jonas Oberg2014-03-11-0/+4
| |
* | Add Google OpenLayers-based map layer.Matthew Somerville2013-10-11-0/+22
|/
* Updated MapQuest links per instructionsJonas Oberg2013-08-30-1/+1
|
* Improve Google Maps support somewhat.Matthew Somerville2013-06-06-1/+34
|
* Add a zoomed in level.Matthew Somerville2013-04-09-4/+4
|
* Use internal proxy for maps for now.Matthew Somerville2013-03-12-1/+1
|
* Fix Zurich zoom levels (b4).Matthew Somerville2013-02-05-26/+18
|
* Remove two further out Zurich zoom levels, add 1:500 (fixes a9).Matthew Somerville2013-01-31-2/+2
|
* Remove non-working most zoomed in level.Matthew Somerville2013-01-18-2/+2
|
* Fixes for Zurich map display in HTML.Matthew Somerville2013-01-18-2/+2
|
* Add server side handling of Swiss co-ordinates and tile clicks.Matthew Somerville2012-11-28-18/+157
|
* map_pins function is same for everyone currently.Matthew Somerville2012-11-28-23/+0
|
* Work more on the non-js maps, and tidy js version sourcestevenday2012-11-26-9/+7
|
* Add a server-side map module for zurich maps - very borkedSteven Day2012-11-26-4/+19
|
* Add Zurich map moduleSteven Day2012-11-26-0/+25
|
* add in default map zoom level for cobrand and set stevenage oneStruan Donald2012-10-25-1/+1
|
* Improve map tile handling outside Great Britain.Matthew Somerville2012-07-20-13/+20
|
* Tidy up tile domain URL generation.Matthew Somerville2012-05-24-1/+1
|
* Multiple domains for Bromley tiles.Matthew Somerville2012-05-24-7/+7
|
* Pins yellow on /my for Bromley.Matthew Somerville2012-05-22-1/+1
|
* Fix some URLs so that it works under HTTPS.Matthew Somerville2012-05-11-12/+11
|
* Different map base for Bromley.Matthew Somerville2012-05-11-4/+32
|
* Fix CM8 Bromley pin colours.Matthew Somerville2012-05-01-8/+2
|
* separated file for MapQuestGuillaume2012-03-20-0/+33
|
* All pins yellow, for #250.Matthew Somerville2012-03-01-1/+4
|
* Don't request tiles at level they don't exist.Matthew Somerville2011-11-11-4/+6
|
* Move copyright on to map.Matthew Somerville2011-09-08-2/+1
|
* Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵Struan Donald2011-08-17-3/+2
|\ | | | | | | | | | | | | | | | | | | | | | | into new_statuses Conflicts: db/schema.sql perllib/FixMyStreet/App/Controller/Admin.pm perllib/FixMyStreet/DB/Result/User.pm t/app/controller/admin.t templates/web/default/admin/update_edit.html web/css/core.css
| * Use Gaze distance if already fetched.Matthew Somerville2011-08-11-1/+2
| |