Skip to content

Commit

Permalink
Merge pull request #192 from GIScience/hotfix-0.2.2
Browse files Browse the repository at this point in the history
Hotfix 0.2.2
  • Loading branch information
TimMcCauley authored Feb 27, 2018
2 parents e87a6f1 + 9093e96 commit 9394a14
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.2.2] - 2018-02-27

### Fixed
- Permalink for HGV Profiles

## [0.2.1] - 2018-02-27

### Removed
- elevation for car and hgv requests as they are removed from the backend vehicle graphs
- Elevation for car and hgv requests as they are removed from the backend vehicle graphs
(effects heightgraph display)

## [0.2.0] - 2018-02-27
Expand Down
2 changes: 1 addition & 1 deletion app/infrastructure/ors-utils-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ angular.module('orsApp.utils-service', [])
} else {
// check for borders first or country value will get caught by Filter functions
if (lists.optionList.borders[o]){
if (lists.optionList.borders[o].subgroups.includes(settings.profile.type)) {
if (lists.optionList.borders[o].subgroups.includes(lists.profiles[settings.profile.type].subgroup)) {
// converts the pipes to commas to keep permalink clean
if (o == "country") {
if (obj[o] !== '') {
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "openrouteservice.org",
"description": "angular version of openrouteservice.org",
"version": "0.2.1",
"version": "0.2.2",
"homepage": "http://www.uni-heidelberg.de",
"license": "MIT",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maps.openrouteservice.org",
"version": "0.2.1",
"version": "0.2.2",
"scripts": {
"start": "npm run lite",
"lite": "lite-server"
Expand Down

0 comments on commit 9394a14

Please sign in to comment.