Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Allow one more zoom level on most map types. | M Somerville | 2020-08-14 | -15/+30 |
| | | | | Not on StreetView/OpenMap Local based, which are not available. | |||
* | MapQuest tiles went away a long time ago. | M Somerville | 2020-08-14 | -34/+0 |
| | ||||
* | Add aerial option to OSM maps. | Matthew Somerville | 2020-07-16 | -10/+4 |
| | ||||
* | Fix non-JS aerial tile display. | Matthew Somerville | 2020-07-14 | -6/+6 |
| | ||||
* | Add aerial view toggle to Bing Maps & subclasses. | Struan Donald | 2020-07-10 | -1/+12 |
| | | | | | Co-authored-by: Dave Arter <davea@mysociety.org> Co-authored-by: Matthew Somerville <matthew@mysociety.org> | |||
* | Use up-to-date Bing map URLs. | Matthew Somerville | 2020-07-10 | -11/+10 |
| | ||||
* | [Bromley] Tidy up tilma URL bits. | Matthew Somerville | 2020-07-10 | -10/+6 |
| | ||||
* | Map should respect cobrand default zoom, if set. | Dave Arter | 2020-06-17 | -5/+10 |
| | | | | | This brings the behaviour of the code in line with the comment on Cobrand:Default::default_map_zoom | |||
* | [Buckinghamshire] Update mapping server. | Matthew Somerville | 2020-04-23 | -2/+2 |
| | ||||
* | Stop double escape in Google Maps URL. | Matthew Somerville | 2020-04-10 | -1/+1 |
| | ||||
* | [Highways England] Cobrand styles and templates | Zarino Zappia | 2020-03-31 | -0/+8 |
| | ||||
* | [Bristol] Update URL for map tiles | Chris Mytton | 2020-03-26 | -2/+2 |
| | ||||
* | A number of warnfixes in tests. | Matthew Somerville | 2020-03-09 | -0/+1 |
| | ||||
* | [UK] Use staging hosts on some staging sites. | Matthew Somerville | 2020-03-03 | -1/+2 |
| | ||||
* | “Fix” WMTS inches_per_unit figure. | Matthew Somerville | 2020-02-17 | -1/+1 |
| | | | | All servers connected to are using 39.37. | |||
* | Add WM* missing compass parameters. | Matthew Somerville | 2020-02-17 | -0/+12 |
| | ||||
* | [Northamptonshire] config files for WMS maps | Struan Donald | 2020-02-17 | -0/+85 |
| | ||||
* | base files for displaying WMS maps | Struan Donald | 2020-02-17 | -171/+362 |
| | | | | | Basic config and setup files for using WMS based map tiles. These still require config in appropriate cobrand perl and javascript files | |||
* | [Buckinghamshire] New map tile location. | Matthew Somerville | 2020-01-20 | -2/+2 |
| | ||||
* | [Bromley] Use standard tilma tile URLs. | Matthew Somerville | 2020-01-09 | -1/+1 |
| | ||||
* | [Cheshire East] Use own map tiles. | Matthew Somerville | 2020-01-08 | -20/+90 |
| | ||||
* | [Bexley] Switch to use MasterMap map type | Chris Mytton | 2019-11-27 | -39/+0 |
| | | | | | | Now that both Peterborough and Bexley are using MasterMap data we can combine them into a single "MasterMap" map type to reduce code duplication. | |||
* | [Peterborough] Add OS MasterMap map tiles | Chris Mytton | 2019-11-27 | -0/+39 |
| | | | | | This adds a new "MasterMap" map type which uses tiles from Tilma to display MasterMap data. | |||
* | [IsleOfWight] switch to IoW map tiles | Struan Donald | 2019-09-27 | -0/+63 |
| | ||||
* | [Bexley] Add new map tiles. | Matthew Somerville | 2019-09-19 | -0/+39 |
| | ||||
* | do not reproject uk wmts map if no coordinates | Struan Donald | 2019-09-13 | -0/+2 |
| | | | | | | | | If the coordinates are (0,0) then return that straight back as trying to reproject causes Geography::NationalGrid::GB to fall over as 0 lat is outside UK Fixes #2617 | |||
* | [UK] Make sure all asset JS in footer_extra. | Matthew Somerville | 2019-07-10 | -37/+0 |
| | | | | | This provides consistent ordering of loading, and makes it easier to change map type and maintain assets. | |||
* | [Buckinghamshire] Move non-map JS to template. | Matthew Somerville | 2019-06-05 | -5/+0 |
| | ||||
* | [Lincolnshire] Remove map subclass. | Matthew Somerville | 2019-06-05 | -21/+0 |
| | ||||
* | [Hounslow] Use custom WMTS base map | Dave Arter | 2019-06-04 | -5/+52 |
| | ||||
* | [Hounslow] Add asset layers & site code lookup | Dave Arter | 2019-06-04 | -0/+21 |
| | ||||
* | [UK Councils] Use shared template files for WMTS base maps | Dave Arter | 2019-05-28 | -4/+2 |
| | ||||
* | [Buckinghamshire] use buckinghamshire map tiles | Struan Donald | 2019-05-16 | -48/+92 |
| | | | | | Add a WMTS config to use Buckinghamshire's own map tiles to display house numbers. | |||
* | Explicitly pass one argument to encode_json() | Tom Hukins | 2019-04-09 | -3/+3 |
| | | | | | | | | Previously, it was unclear how many arguments the function took. When running tests I saw the error: Too many arguments for Cpanel::JSON::XS::encode_json at perllib/FixMyStreet/Map/WMTSBase.pm line 217, near "}" | |||
* | Update URL whenever map moves, using replaceState. | Dave Arter | 2019-02-04 | -0/+2 |
| | | | | | | Fixes #2242. Co-authored-by: Matthew Somerville <matthew@mysociety.org> | |||
* | [BANES] Add roadworks.org layer | Struan Donald | 2018-11-06 | -0/+2 |
| | | | | Uses same parsing of roadworks messages as Lincs | |||
* | allow map zoom constants to be overridden | Struan Donald | 2018-10-15 | -2/+2 |
| | | | | | call ZOOM_LEVELS and MIN_ZOOM_LEVELS using self so that we can override them in a subclass. | |||
* | [Angus] Remove cobrand. | Matthew Somerville | 2018-10-10 | -18/+0 |
| | ||||
* | [Zurich] Use HTTPS map tiles, update OpenLayers. | Matthew Somerville | 2018-08-22 | -2/+2 |
| | ||||
* | [Lincolnshire] Add assets to map & roadworks.org integration | Dave Arter | 2018-08-17 | -0/+21 |
| | ||||
* | [UK] OS map only shown from zoom 12+. | Matthew Somerville | 2018-08-09 | -1/+1 |
| | | | | Bing no longer shows it at zoom level 11. | |||
* | [UK] Pull in cobrand asset files on national site. | Struan Donald | 2018-08-03 | -8/+10 |
| | | | | | | | Also add body name to layer defaults, so they are only used where appropriate. Switch mapit area javascript calls to GeoJSON, so we can drop KML support in OpenLayers.wfs.js which saves a small amount of bandwidth. | |||
* | Update Bing Maps parameter ID. | Matthew Somerville | 2018-08-01 | -3/+3 |
| | | | | [fixmystreet.com] Update to use OS OpenMap Local tiles. | |||
* | [Bromley] extra asset layers | Struan Donald | 2018-06-04 | -1/+2 |
| | | | | | Adds street lights, park bins, trees, rights of way, and TfL red route asset layers. | |||
* | [Zurich] Update to new map server. | Matthew Somerville | 2018-05-23 | -6/+6 |
| | ||||
* | [BANES] Add BathNES map type & assets | Dave Arter | 2018-04-10 | -0/+18 |
| | | | | | | | | | | | | | BANES have some staff-only assets, so this adds a cobrand hook to enable extra JS to be included on the page for staff users. - Add custom OpenLayers build with GeoJSON support - Add grit bins/street lights/LLPG asset layers - Displays non-BANES street light assets in grey - Add adopted highways to map This means USRNs will be set for reports made by members of the public. To keep the map simple, however, the highways layer is invisible to non-staff users. | |||
* | [Buckinghamshire] Switch base map to OpenStreetMap | Dave Arter | 2018-04-03 | -3/+2 |
| | ||||
* | [Buckinghamshire] Initial roadworks work. | Matthew Somerville | 2018-04-03 | -0/+1 |
| | ||||
* | [Buckinghamshire] Update OL to have GeoJSON and 27700 stuff. | Matthew Somerville | 2018-04-03 | -0/+1 |
| | ||||
* | [Buckinghamshire] Add grit bins/street lighting asset layers | Dave Arter | 2018-04-03 | -0/+18 |
| |