brouter-web/CHANGELOG.md
2016-12-12 12:47:01 +01:00

3.7 KiB

BRouter-Web Changelog

0.6.1 (2016-12-12)

  • Add Esri World Imagery layer (DigitalGlobe is now also blocked because monthly usage limit is exceeded)

0.6.0 (2016-10-11)

See also milestone 0.6.0, remaining issues moved to milestone 0.7.0

Features/Improvements

  • Update OpenTopoMap zoom range to 0-17
  • [local installation] Option to remove default base layers (#27)
  • Add tooltip to display length in meter precision (3 digits) (#38)
  • Add "mean cost" to route statistics (#39)
  • Set route transparency slider to partially transparent by default (#36)
  • Show position in elevation diagram when hovering path on map (#29)
  • [local installation] Added ability to specify custom overlays in configuration - by @saesh (#46)
  • Add button to get/follow the current location (leaflet.locatecontrol plugin) - by @bagage (#49)
  • Save and restore last map position (leaflet.restoreview.js plugin) - by @bagage (#49)
  • Toggle drawing mode via panel button - by @bagage (#50)
  • [local installation] add keys.js to configure API keys instead of bingkey request
  • Switch to new icon set (Font Awesome) with more options

Bugfixes

  • Replace Bing (usage limit exceeded) with DigitalGlobe Recent Imagery layer (newer images, but sometimes cloudy)
  • [local installation] Show error message for invalid server response with custom profiles on Windows (still needs to be fixed) (#53)
  • Restrictive Cookie settings caused app to stop responding (#47)

0.5.2 (2015-08-27)

  • switch search from MapQuest to Nominatim (MapQuest licensing change)

0.5.1 (2015-07-24)

  • config option baseLayers to add custom base layers locally (#24)
  • reset slider on page load to minimum opacity (#22),
    customizable locally with config setting minOpacity
  • set OpenTopoMap max zoom back to z15 while on fallback server (#21),
    also fix max zoom of other services
  • overscale tiles to common max zoom (avoids gray screen when switching)

0.5.0 (2015-07-01)

Features

  • Load profile content for selected profile (needs extra server locally)
  • Bing maps aerial layer (not working locally)
  • track color magenta instead of blue + white casing, for better contrast
    with background map (esp. OpenCycleMap)
  • transparency slider for route track and markers
  • button to delete route (#10)
  • map scale
  • download all dependencies in a bundle, instead using CDNs and separate files (#18)
  • switch search plugin for result-dependent zoom
  • "about" popup with a bit more infos and links
  • closable error/warning messages, profile messages in place

Bugfixes

  • keys to enable/disable drawing (d, q/esc) now always work, not only when map is focused
  • fix adding new waypoint after deleting the last (#11)
  • fix profile/data scrolling on Firefox
  • hide trailer over controls and outside map

BRouter 1.2

  • data/CSV aggregated over segments with same tags (for better performance)

0.4.0 (2015-03-08)

  • data tab (slow with long routes, exp. on Firefox)