From d6cae133e2a1e62cc91959d7d38e615d2c6ea674 Mon Sep 17 00:00:00 2001 From: Arndt Brenschede Date: Sat, 6 Oct 2018 09:19:13 +0200 Subject: [PATCH] oneway+psv details --- brouter-routing-app/pom.xml | 6 +++--- misc/profiles2/car-fast.brf | 7 ++++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/brouter-routing-app/pom.xml b/brouter-routing-app/pom.xml index 967adf3..f44d57d 100644 --- a/brouter-routing-app/pom.xml +++ b/brouter-routing-app/pom.xml @@ -60,9 +60,9 @@ ${project.build.directory}/${project.artifactId}.apk \sign\mystore - myalias - mypass - mypass + abrensch + peru1511 + peru1511 true diff --git a/misc/profiles2/car-fast.brf b/misc/profiles2/car-fast.brf index 797213a..2a8a733 100644 --- a/misc/profiles2/car-fast.brf +++ b/misc/profiles2/car-fast.brf @@ -63,7 +63,9 @@ assign caraccess_destination assign accessspeedlimit = if caraccess then 999 else 0 -assign isbadoneway = if reversedirection=yes then ( if oneway= then junction=roundabout else oneway=yes|true|1 ) else oneway=-1 +assign isroundabout = junction=roundabout|circular +assign implicitoneway = or isroundabout highway=motorway +assign isbadoneway = if reversedirection=yes then ( if oneway= then implicitoneway else oneway=yes|true|1 ) else oneway=-1 assign onewayspeedlimit = if isbadoneway then 0 else 999 assign islinktype = highway=motorway_link|trunk_link|primary_link|secondary_link|tertiary_link @@ -145,8 +147,7 @@ assign priorityclassifier = # some more classifying bits used for voice hint generation... assign isgoodoneway = if reversedirection=yes then oneway=-1 - else if oneway= then junction=roundabout else oneway=yes|true|1 -assign isroundabout = junction=roundabout + else if oneway= then implicitoneway else oneway=yes|true|1 assign isgoodforcars = if greater priorityclassifier 6 then true else if highway=residential|living_street|service then true else if ( and highway=track tracktype=grade1 ) then true