Michael Bell
8d3ebc64dc
Add kerb barrier exception to default car profile
...
OSM data contains many mistakes that tag kerbs as highway barriers
when instead they are only describing highway crossings.
This PR updates the default car profile to handle these mistakes
and unblock routing on the affected highways.
2021-03-31 01:17:19 +01:00
Denis Chapligin
dddf83db7b
Merge pull request #5908 from systemed/debug_way
...
Profile debug script which fetches a way from OSM
2020-12-21 20:14:37 +02:00
systemed
83b17e664c
Update comments
2020-12-15 12:49:52 +00:00
systemed
9a20e8e614
Profile debug script to fetch a way from OSM
2020-12-10 11:02:04 +00:00
Desone Burns II
af5efd2abb
Merge branch 'master' of github.com:Project-OSRM/osrm-backend into upgrade_libsol2_v2.20.6
2020-12-03 16:50:35 -07:00
bxl-forever
d340f4eabc
Update car.lua - new maxspeed default speed for Brussels, Belgium
...
Those new speeds apply by law as from Jan. 1, 2021 within the entire Brussels-Capital Region, one of the 3 regions of Belgium.
2020-12-02 13:32:12 +01:00
Desone Burns II
8510d6850a
Cast string to number in Lua
2020-11-30 17:25:35 -07:00
Denis Chapligin
909570fd7f
Merge pull request #5711 from wingyplus/fix-debug-example
...
Fix profiles/debug_example.lua cannot interprete by lua
2020-08-19 11:15:06 +03:00
Jeroen Hoek
cd4e6a1fe3
Fix broken path in documentation ( #5636 )
...
Replaces references to
`include/extractor/guidance/road_classification.hpp` with
`include/extractor/road_classification.hpp`.
The latter is included in the project.
2020-08-10 08:50:15 -07:00
Thanabodee Charoenpiriyakij
2c13f2f735
Fix profiles/debug_example.lua cannot interprete by lua
...
After run `lua5.1 profiles/debug_example.lua`, I got result:
```
lua5.1: debug_example.lua:41: attempt to call field 'way_function' (a nil value)
stack traceback:
debug_example.lua:41: in main chunk
[C]: ?
```
This is because Debug has not way_function in the module. This changes
change it to process_way and it's works!!
2020-04-09 16:05:37 +07:00
Jeroen Hoek
92406da194
Bicycle: treat use_sidepath as no access
...
Fixes #5557 .
2019-12-01 18:34:58 +01:00
Ilya Zverev
f5ebe8bc3b
Update comment
2019-03-04 13:27:16 +03:00
Ilya Zverev
98294e3ddd
Decrease max height to 2 meters
2019-03-04 13:23:17 +03:00
Ilya Zverev
a1e5061799
Decrease default car weight to 2 tons ( #5371 )
...
* Decrease default car weight to 2 tons
* Add a link to PR to the change log
2019-02-20 10:19:18 -08:00
Daniel Patterson
f2f167c95d
Allow routing past barrier=arch. ( #5352 )
2019-02-04 16:14:43 -08:00
Frédéric Rodrigo
714719c377
Lua maxspeed parsing refactoring ( #5144 )
...
* Lua maxspeed parsing refactoring
2018-12-14 21:58:07 -07:00
Huyen Chau Nguyen
77b4fbb69c
Fix maxspeed to consider source:maxspeed
tags ( #5217 )
...
* In Belgium the maximum speed in rural areas is 70 in the region Flanders
* parse maxspeed using source:maxspeed and maxspeed:type tags
* add changelog
* make maxspeed:advisory more important than maxspeed
* add test for source:maxspeed
2018-12-14 21:42:44 -07:00
Frédéric Rodrigo
f928956584
Support maxlength and maxweight in car profile
2018-07-11 18:33:30 +02:00
Frédéric Rodrigo
7ff68792d7
Add helper for maxlength into measure.lua
2018-07-11 18:33:30 +02:00
Frédéric Rodrigo
3088dd0342
Better and flexible weight parsing in measure.lua
2018-07-11 18:33:30 +02:00
Frédéric Rodrigo
d2590989f5
Default maxspeed for fr:rural is now 80km/h
2018-07-11 17:54:46 +02:00
MichalPP
918e794d6a
change barrier_whitelist to barrier blacklist
...
change barrier_whitelist to barrier blacklist in foot profile
fix #5067 and #3890 and #4823
2018-05-29 16:56:15 +02:00
MichalPP
c3d0efda93
change barrier_whitelist to barrier_blacklist
2018-05-28 17:21:08 +02:00
Patrick Niklaus
c459530cb6
Address PR comments
2018-05-08 15:50:25 +00:00
Kajari Ghosh
2a15e6dec8
Add support for annotations=distances in MLD
...
This commit brings feature parity with CH for the `table` pluging.
2018-05-08 15:50:25 +00:00
Patrick Niklaus
73716bd651
Add support for classes on bicycle profile
2018-04-26 21:46:20 +02:00
Kajari Ghosh
14860b62e9
Unpack paths and return total distance in matrix plugin for CH ( #4990 )
2018-04-20 18:18:55 -04:00
Huyen Chau Nguyen
f52b5c31b6
refactor bike profile
2018-04-16 11:39:44 +02:00
Huyen Chau Nguyen
e98859e4c0
make primaries and secondaries more dangerous
...
only apply oneway safety considerations on primaries
re-adjust primary and secondary safeties
2018-04-16 11:39:44 +02:00
Michael Krasnyk
8b52c6c7ac
Update tests expectations and obvious detection
2018-03-20 16:33:15 +01:00
Michael Krasnyk
d166fc6a75
Restructure Obvious Turn Handling, code transfer from #4426
2018-03-20 16:33:15 +01:00
Huyen Chau Nguyen
bdb116afe5
Fix wrong one-way identification in the bike profile
...
* upgrade to api version 4
* set bike pushing speed to 4km/h and add mode change penalty
* set cycleways for two-way and one-way roads according correctly
* add changelog
* adjust tests according to change of the walking speed
* adjust tests according to new behaviour of opposite, track and lane in one-ways
* refactor the cycleway identification
* comment to understand weird counterintuitive testcase
* adjust sliproad test because walking speed is now slower
2018-03-19 16:02:25 +01:00
Michael Krasnyk
6f4af330ed
Handle oneways in get_forward_backward_by_key
2018-03-05 13:19:57 +01:00
Michael Krasnyk
5f598da76d
Add OSM node barrier=height_restrictor handling
2018-02-12 11:40:35 +01:00
Alain ANDRE
2987292cc0
Add support for non-numerical units in car profile for maxheight #4763
2018-02-02 11:07:43 +01:00
Huyen Chau Nguyen
61e06fcaba
Making the turn function more flexible ( #4789 )
...
* set and store highway and access classification for the turn function
* expose highway turn classification and access turn classification and speed to the lua profile turn function
* expose whether connection road at turn is incoming or outgoing
* add lua tests for exposed information to turn function
* update docs about attributes in process_turn
* add turn_classification info to docs
* adding warning if uturn and intersection dont match
* handle u turns that do not turn into intersection[0]
* split OSM link generation in an accessible coordinate function
2018-01-24 15:39:55 -05:00
karenzshea
02712cd513
Allow restricted access on highway=service roads for the car profile
...
We still backlist `access=private` for the car profile though.
2018-01-23 17:40:18 +01:00
Kajari Ghosh
72de59ac91
add tunnel as a class in lua ( #4812 )
2018-01-19 09:47:27 -05:00
Huyen Chau Nguyen
72a23645a8
Remove "can't parse value" log messages ( #4810 )
...
* remove log output of measure.lua
* remove unneccessary return
* quick fix of #4794
2018-01-18 17:27:45 +01:00
Michael Krasnyk
3649ab4d31
Use default maxspeed value for ua:urban
2018-01-02 20:43:42 +01:00
Michael Krasnyk
9e9e3fb1e4
Change default urban speed in Ukraine to 50kmh
...
From 1/1/2018 60kmh speed limit changed to 50kmh
http://zakon3.rada.gov.ua/laws/show/883-2017-%D0%BF
2018-01-02 15:34:05 +01:00
Darafei Praliaskouski
e73aa01725
Belarus speed limits ( #4764 )
...
* Belarus speed limits
https://en.wikipedia.org/wiki/Speed_limits_in_Belarus
* taginfo.json update
* Update CHANGELOG.md
2018-01-02 14:49:36 +01:00
Frédéric Rodrigo
5af776d963
Car Profile. Route by supporting physical limitation of height and weight
2017-12-19 13:51:33 +00:00
Frédéric Rodrigo
ddf11cc2cc
Profile: stronger unit parsing
2017-12-19 13:51:33 +00:00
Denis Koronchik
c7b1d0c131
Add support of maxweight in profiles
2017-12-19 13:51:33 +00:00
Denis Koronchik
423a4ef326
Add maxheight/maxwidth support into profiles
2017-12-19 13:51:33 +00:00
Marcel Radischat
b99d3a0a69
Avoid all highways listed in the avoid set
...
Even though the speeds are defined for a certain road class, routing should
be avoided as it is listed in the `avoid set`.
2017-12-16 23:45:04 +00:00
Daniel Patterson
5b58445535
Expose driving_side as a property on RouteStep
2017-11-09 10:08:11 -05:00
Kajari Ghosh
1b545fee8a
update lua profile to use new process_turn
2017-11-06 13:34:02 -05:00
Daniel J. Hofmann
8365e20d4f
Adds cardinal_directions flag to profiles and disables ref-rewriting by default
2017-10-26 20:38:41 +01:00