All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.7.3 - 2022-05-13
- leaflet.markercluster from bower to npm
- leftover bower dependencies to npm (#365)
- to minimised sources where possible
- bower as dependency management
- urls to classic client
0.7.2 - 2021-06-14
- CHANGELOG release 0.7.1 info
- poi service error for features without osm tags (#363)
- updates for some packages through
npm audit fix
0.7.1 - 2021-06-11
- Hungarian translations update (PR #355)
- clipboard.js from bower to npm
- broken build due to clipboard.js (#359)
0.7.0 - 2021-02-03
- link to new map client
- generation of slider styles
- running the app: It is now dockerized ( Thanks to @stefanocudini! See PR $345)
0.6.0 - 2020-08-10
- maximum_speed for
driving-*
profiles. The option works for speeds down to80
km/h (See ors backend issue #480)
- leaflet.heightgraph version & style
- default weighting option to
recommended
(#315)
fastest
weighting option (#315)
0.5.4 - 2020-07-23
- gpx export exception (#335)
- distance markers not only on active route (PR #337)
- turn instruction with tcx export (PR #323)
- unused code
- unused dependency
- updated some dependencies
0.5.3 - 2020-05-18
- CycleOSM baselayer
0.5.2 - 2020-05-12
- avoid features & polygons not working for isochrones
- isochrones endpoint to V2 API
- Mapsurfer baselayer
0.5.1 - 2020-05-07
- World Imagery (Esri) satellite base layer
- 0mm kerb option for wheelchair profile
0.5.0 - 2020-03-26
- support for node 6 & 7. Please use version 8 or above
0.4.3 - 2020-03-26
- deviation tolerance during route import (#325)
- set lower value for more waypoints/accuracy
- alternative route feature (#319)
- activate in settings, click route or sidebar entry to switch route
- only for routes with 2 points (start & end) below 100km
- default values for
weight-factor
andshare-factor
used
- possibility to mock the ors response for development purpose
- uncomment all instances of "mock" to enable
- no extra info settings for subgroups (#328)
0.4.2 - 2020-01-30
- tcx export format (Garmin) incl. adjustable pace in km/h (#313)
- http-proxy for using this client with a local ors backend:
- Running
grunt ors_local
will now initially map the ENV endpoints to the same host the frontend is running (localhost:3005) and will proxy it to localhost:8082 if the URL contains/ors/
.
- Running
- TypeError when using isochrones with avoid areas (#321)
- deleting last waypoint input field for round trip routing (#312)
- a console error appearing for swapping empty waypoints
0.4.1 - 2020-01-24
- experimental round trip functionality
- round trips can be made from one starting point by choosing the
approximate length (
options.round_trip.length
) of the trip (may vary greatly!) - the roundness sets the
options.round_trip.points
api parameter and defines the number of helper points generated - the randomization sets the
options.round_trip.seed
api parameter which randomly defines the direction in which the helper points are generated
- round trips can be made from one starting point by choosing the
approximate length (
- endpoints for local development to
http://localhost:8082/ors(/v2)
0.4.0 - 2020-01-08
- direct Waypoints: choose from "right-click" menu (#305)
- hungarian translation for interface (#306)
- indonesian translation for instructions
- ORS api version for routing to V2
0.3.12 - 2019-11-15
- some german translations
- inspect route above x meter elevation (heightgraph update)
- version of leaflet.heightgraph, leaflet-distance-markers and grunt-contrib-cssmin to latest
- geocoding endpoint from
search
toautocomplete
- address search debounce from 1s to 200ms
- some translations
0.3.11 - 2019-09-27
- warning flag for wheelchair profile
- remaining security issues (#294)
- some translations
0.3.10 - 2019-09-06
- indonesian as interface language
- most security issues (#294)
- some translations
0.3.9 - 2019-03-02
- fuel options initialization
- hide fuel options if it is not possible to retrieve car brands
- retry fuel option initialization on option change (after changing endpoint)
- missing fuel endpoint in Gruntfile.default.js (#279)
0.3.8 - 2019-02-28
- OpenFuelService integration (#248)
0.3.7 - 2018-12-17
- Population attribution to info modal (#266)
- Road access restrictions to panel and map (#267)
- Minimum wheelchair width setting (#268)
0.3.6 - 2018-11-13
- Forum link to ask.openrouteservice.org ((#262))
- GPX export file generation supports both old and new method ((#256))
- Incorrect Wheelchair parameters (#264)
- Unchecking hgv settings leaves setting=false remnant in request' (#263)
- Broken Isochrone toggle (#260)
0.3.5 - 2018-09-11
- GPX export file generation
- GPX export strips out XML tag (#256)
0.3.4 - 2018-08-24
- OpenMapSurfer tiles served via API
- GruntFile updates
- Isochrones random colors
0.3.3 - 2018-08-16
- default endpoint setting for current domain
- popup to inform user of changed endpoints
- checkbox to decide if endpoints will be saved to cookies
0.3.2 - 2018-08-14
- map settings not loading from cookies
- TopPlus maplayers not showing
- korona map layers due to instability
0.3.1 - 2018-08-13
- Support for additional Turn instructions keep left/keep right (provided by graphhopper 0.10)
- Custom endpoint settings (gear icon in bottom left corner of the settings) (#243)
- Personalized isochrone-color, distance marker and elevation profile settings (#234)
- Tooltip for geocode results that show the datasource (#245)
- Heightgraph (aka. elevation profile) visibility on mobile devices (see 5194fac1f1f5e58667b7fac64e1a6964330b1968)
0.3.0 - 2018-05-28
- foldable sidebar (#183)
- temporary marker to map on "What's Here?" request (#216)
- custom markers for isochrones view (#221)
- option to export GeoJSON routes without elevation (#218)
- geocoding endpoint from deprecated 'geocoding' to 'geocode/search' and 'geocode/reverse' (#196)
- pois logic to support multiple categories for one entry (#207)
- left-click event triggered upon closing map popups (#215)
- font-family of geocoding input fields
- vulnerability issue with kml converter (tokml.js)
- width of isochrone result table (#214)
0.2.9 - 2018-05-07
- slider to adjust isochrone transparency (#179)
- color of angularjs-sliders to basic ors color
- 'sochrones' typo to 'isochrones' in welcome message
- empty borders options for requests with pedestrian or bike profile
0.2.8 - 2018-04-24
- Landmark styles not applied (#211)
0.2.7 - 2018-04-19
- Landmarks stylesheet
- /pois endpoint implementation
0.2.6 - 2018-04-17
- Links to deprecated labs.openrouteservice.org. (Menu & Wheelchair profile)
0.2.5 - 2018-04-12
- Functionality to left-click map for a "What's Here" request (#203)
- Landmarks option to routing instructions (#205)
- Locations to Pois as it is now the external Openpoiservice (#200)
- Distance markers placed at 500m instead of 1km (#201)
0.2.4 - 2018-03-17
- Functionality to copy Coordinates from What's Here Popup (#198)
- Elevation for car and hgv as they were resumed in the backend vehicle graphs
- Version number to bottom left
- Population information to Isochrones (#191)
- Task to automatically bump the version number with Grunt (#166)
- Permalink for HGV Profiles
- Elevation for car and hgv requests as they are removed from the backend vehicle graphs (effects heightgraph display)
- Italian as interface language
- Functionality to restrict routes so that they do not cross all borders, controlled borders, or the borders of specific countries (#157)
- Heigit and Uni logo size reduced, link removed and transparency added (#182)
- Signup-Box shows after 5 minutes now (instead of instantly showing)
- Pass empty options object to route request (#180)
- Build instructions
- Hide some controls on small screens (#169)
- Reduce HeiGIT on small screens (#170)
- Update angularjs-slider layout automatically with grunt (#172)
- Directly focus geocoding input field (#163)
- Gruntfile.js: using load-grunt-tasks (#173)
- What's Here Popup only shows coordinates (#176)
- Isochrones always using 'distance' method (#168)
- Share link not reproducing same Isochrones (#164)
- Sending geocoding requests for empty geocoding query (#167)
- hiding wrong Isochrones (#160)