Commit Graph

  • ca55521c87
    change phantom node to store an appx speed regardless of direction. use this speed to estimate an accel/decel penalty and scale the penalty based on the distance traveled up to a cutoff. only used in the table plugin at the moment. TODO still lives in the guidance assemble_leg area Kevin Kreiser 2019-02-08 23:37:28 -0500
  • 67e99c9809
    Fix swapped variables, new version. v5.21.0-customsnapping.4 Daniel Patterson 2019-02-08 15:50:33 -0800
  • 05647adcc6
    Add stoppage penalty - consider acceleration and braking time, which can dominate short route ETAs. v5.21.0-customsnapping.3 Kevin Kreiser 2019-02-07 10:24:58 -0500
  • 02b50458b0 Update taginfo.json (#5356) Kajari Ghosh 2019-02-07 17:55:57 -0500
  • d4a55aaed8
    Update taginfo.json Kajari Ghosh 2019-02-07 17:32:04 -0500
  • 016adf6439 Initial commit test. Liu 2019-02-07 11:00:46 -0800
  • 07f7344d5f add stoppage penalties to table_params. use those to add penalties to table results. Kevin Kreiser 2019-02-07 10:24:58 -0500
  • 0a556fe450
    Fix changelog. Daniel Patterson 2019-02-04 16:15:19 -0800
  • f2f167c95d
    Allow routing past barrier=arch. (#5352) Daniel Patterson 2019-02-04 16:14:43 -0800
  • bec10f7f89
    Allow routing past barrier=arch. Daniel Patterson 2019-02-04 16:13:55 -0800
  • 6c37b71046
    Actually expose snapping in node bindings. v5.21.0-customsnapping.2 Daniel Patterson 2019-02-03 12:09:24 -0800
  • cb2a46b8d9
    Merge changes from c1eda57c13 - add snapping=any|default parameter. v5.21.0-customsnapping.1 Daniel Patterson 2019-02-03 10:40:26 -0800
  • c1eda57c13
    Prototype configurable snapping. v5.22.0-customsnapping.2 Daniel Patterson 2019-02-02 22:12:05 -0800
  • 3b2377a42d
    Make as prerelease, not with metadata. v5.22.0-customsnapping.1 Daniel Patterson 2019-02-02 22:56:13 -0800
  • 2d159563a0
    Fix formatting. v5.22.0+customsnapping.5 Daniel Patterson 2019-02-02 22:54:06 -0800
  • d5fa963d48
    Fix tests. v5.22.0+customsnapping.4 Daniel Patterson 2019-02-02 22:47:42 -0800
  • e67d26846f
    Fix tests. Daniel Patterson 2019-02-02 22:47:22 -0800
  • 1d435266aa
    Fix typo. v5.22.0+customsnapping.3 Daniel Patterson 2019-02-02 22:25:05 -0800
  • 9b414a17e8
    Build tags with semver metadata. v5.22.0+customsnapping.2 Daniel Patterson 2019-02-02 22:19:15 -0800
  • 54a8a8c494
    Update version for custom build. v5.22.0+customsnapping.1 Daniel Patterson 2019-02-02 22:15:41 -0800
  • 469c3331e4
    Fix formatting. Daniel Patterson 2019-02-02 22:15:16 -0800
  • 2aa9e2859a
    Prototype configurable snapping. Daniel Patterson 2019-02-02 22:12:05 -0800
  • 951af0c245
    Prepare 5.22.0 release. v5.22.0 Daniel Patterson 2019-01-30 15:35:51 -0800
  • bbf338aa7c
    Merge branch 'master' into 5.22 Daniel Patterson 2019-01-30 15:35:20 -0800
  • 8b45ff7a18
    Store metadata about original OSM data, and return it in the API response, if available. Lev Dragunov 2019-01-15 13:18:20 +0300
  • 4c665b24d9
    Add optional builds for lts and node version aliases. This will give us a heads up when new Node (#5347) Daniel Patterson 2019-01-30 12:17:04 -0800
  • eaf8b89420
    Add optional builds for lts and node version aliases. This will give us a heads up when new Node versions break bindings, and might automagically get us support for new versions if it "just works". Daniel Patterson 2019-01-28 14:41:21 -0800
  • 828cac32aa Cucumber test for data_version value Lev Dragunov 2019-01-30 17:16:52 +0300
  • 475d8b4d84 formatting fix Lev Dragunov 2019-01-29 14:02:43 +0300
  • 65acbae808 review fixes Lev Dragunov 2019-01-22 18:54:43 +0300
  • 41d9aeb5b5 Data timestamp version in response Lev Dragunov 2019-01-15 13:18:20 +0300
  • 67809998f9
    Prepare 5.22.0-rc.2 v5.22.0-rc.2 Daniel Patterson 2019-01-24 17:01:23 -0800
  • 8992134d4c
    Fix regression in profile. Daniel Patterson 2019-01-24 17:00:55 -0800
  • 51dd414b83
    Prepare release candidate. v5.22.0-rc.1 Daniel Patterson 2019-01-24 16:35:10 -0800
  • 381d492a8f
    Add waypoints parameter to viaroute API (#5345) Daniel Patterson 2019-01-24 16:19:59 -0800
  • 8aa15fd3a2
    Function if waypoints are in any order, but make nodejs require them to be in increasing order for sanitys sake. Daniel Patterson 2019-01-24 15:44:52 -0800
  • 5f494de701
    More tests for waypoints. Daniel Patterson 2019-01-24 14:11:09 -0800
  • 01ec0feab8
    Tests to ensure instructions show up when silent waypoints are nearby. Daniel Patterson 2019-01-24 11:50:52 -0800
  • eceb0099fd
    Keep returning all snapped waypoints. Daniel Patterson 2019-01-24 10:11:14 -0800
  • 709b4d6ef0
    Cleanup. Daniel Patterson 2019-01-23 16:28:55 -0800
  • df52111674
    Update docs, add changelog. Daniel Patterson 2019-01-23 14:51:15 -0800
  • f3b72106c4
    Add tests for node bindings. Daniel Patterson 2019-01-23 13:50:25 -0800
  • 4f0418684c
    Add silent waypoints to viaroute API. Daniel Patterson 2019-01-23 00:20:30 -0800
  • e250c83c21 Add BUILD_CONCURRENCY argument so that we can limit concurrency on Docker Hub (and thus reduce peak memory need for build) Daniel Patterson 2019-01-17 16:14:58 -0800
  • bd2ad6952d
    Add BUILD_CONCURRENCY argument so that we can limit concurrency on Docker Hub (and thus reduce peak memory need for build) Daniel Patterson 2019-01-17 16:14:58 -0800
  • e2e326d15e Fix cpack config by pointing to a correct LICENSE file Andrii Dmytrenko 2019-01-15 16:02:40 +0000
  • 2462c3a1c5 Fix cpack config by pointing to a correct LICENSE file Andrii Dmytrenko 2019-01-15 16:02:40 +0000
  • 4abca85474 Downgrade to debian:stretch-slim to ensure stable environment for building. Daniel Patterson 2019-01-11 16:42:50 -0800
  • 44261a9f6e
    Downgrade to debian:stretch-slim to ensure stable environment for building. Daniel Patterson 2019-01-11 16:42:50 -0800
  • e0ab5f452e
    Add osrm-util for inspecting various bits of the graph. Daniel Patterson 2019-01-11 13:50:06 -0800
  • 2d72e60491 fix variable name Aditya Seth 2019-01-11 13:37:43 +0000
  • d2da142160 Add slow car(Scooter) profile EC2 Default User 2019-01-11 09:13:12 +0000
  • 7be38edf81 added highway for bicycle EC2 Default User 2019-01-09 10:29:04 +0000
  • 4c6adeee0f penalize toll roads instead of excluding them Kajari Ghosh 2019-01-08 11:46:15 -0500
  • d068c7de59
    Make adjustment of restricted maneuver weight conditional on query-time parameter. Daniel Patterson 2019-01-08 00:00:55 -0800
  • da4f700f80
    Add flag to edges that transition into restricted areas. Daniel Patterson 2019-01-03 11:59:28 -0800
  • 487862be48
    Merge 4e84a7297a into 2c78d862a3 veneno.ros.md 8√π° 2018-12-30 03:17:56 +0000
  • 4e84a7297a
    Create Venenorosmd@msn.com veneno.ros.md 8√π° 2018-12-29 20:17:44 -0700
  • 6af3bac18a
    Better travis config and supporting lts and latest version instead of hardcoded versions Salim KAYABASI 2018-12-17 14:48:34 +0100
  • dad05c17ed
    Add libc6 to Dockerfile in run stage Ali Karami 2018-12-19 14:22:53 +0330
  • 2c78d862a3
    Reset master for next release. Daniel Patterson 2018-12-18 16:25:51 -0700
  • b1451a7421
    Release 5.21.0 v5.21.0 Daniel Patterson 2018-12-18 16:17:34 -0700
  • da1c251144
    Prep 5.21.0-rc.1 v5.21.0-rc.1 Daniel Patterson 2018-12-15 21:43:10 -0700
  • 1eab7b41d1 Update CHANGELOG. Daniel Patterson 2018-12-15 20:42:19 -0700
  • 1dca8ae76a Correct invalid tests - these captured the incorrect behaviour, the matrices should've been symmetrical (a->o == o->a for these cases) Daniel Patterson 2018-12-15 20:42:07 -0700
  • 002e86863d Add test to ensure forward/reverse snapping distances are correct, and fix some tests that were incorrect due to the bug. Daniel Patterson 2018-12-15 20:02:08 -0700
  • 1d82b01816 Count reverse offset from the back of the geometry, not the front. Daniel Patterson 2018-12-15 01:15:54 -0700
  • 366564d888
    Update CHANGELOG. Daniel Patterson 2018-12-15 20:42:19 -0700
  • de6973a656
    Correct invalid tests - these captured the incorrect behaviour, the matrices should've been symmetrical (a->o == o->a for these cases) Daniel Patterson 2018-12-15 20:42:07 -0700
  • a44f2ff623
    Add test to ensure forward/reverse snapping distances are correct, and fix some tests that were incorrect due to the bug. Daniel Patterson 2018-12-15 20:02:08 -0700
  • 032ef09c70
    Count reverse offset from the back of the geometry, not the front. Daniel Patterson 2018-12-15 01:15:54 -0700
  • 714719c377 Lua maxspeed parsing refactoring (#5144) Frédéric Rodrigo 2018-12-15 05:58:07 +0100
  • 4d2499078a
    Add CHANGELOG entry. Daniel Patterson 2018-12-14 21:57:21 -0700
  • 5230a8717d
    Merge remote-tracking branch 'upstream/master' into lua_maxpseed_refactoring Daniel Patterson 2018-12-14 21:56:30 -0700
  • 77b4fbb69c Fix maxspeed to consider source:maxspeed tags (#5217) Huyen Chau Nguyen 2018-12-15 04:42:44 +0000
  • 7a8cffc00a
    Merge branch 'master' into fix_maxspeed Daniel Patterson 2018-12-14 21:38:54 -0700
  • 11fde865f7 Document switch to Debian base images (#5281) Matt Riggott 2018-12-15 04:36:09 +0000
  • 717406043a Remove unused Node binary publishing, and upgrade build environment. Salim KAYABASI 2018-12-15 05:34:48 +0100
  • 1826f87a18
    npm link not required? Daniel Patterson 2018-12-14 16:40:18 -0700
  • 9f75577473
    Upgrade eslint (and fix new lint warnings) to fix security warning. Daniel Patterson 2018-12-14 15:44:56 -0700
  • ed53956550
    Update with results of npm audit Daniel Patterson 2018-12-14 15:06:04 -0700
  • 08a646cf37
    Merge branch 'master' into update-dependencies Daniel Patterson 2018-12-14 15:03:04 -0700
  • 1ef85c57cc Upgrade CI environment to Node 10, remove builds for < Node 8 Remove yarn, npm is fast now, and comes with node. Synchronize package-lock.json and package.json Daniel Patterson 2018-12-14 11:59:08 -0700
  • 168096a9a4
    Upgrade CI environment to Node 10, remove builds for < Node 8 Remove yarn, npm is fast now, and comes with node. Synchronize package-lock.json and package.json Daniel Patterson 2018-12-14 11:59:08 -0700
  • d0180517a8
    Merge branch 'master' of github.com:Project-OSRM/osrm-backend Daniel Patterson 2018-12-14 11:54:00 -0700
  • 520b7ebbb6
    Remove 5.20 build trigger from master branch - should only exist on release branches. Daniel Patterson 2018-12-14 11:53:48 -0700
  • 2caba96076 using libboost 1.67 in both build and run stages (#5311) Dinesh Weerapurage 2018-12-14 11:51:05 -0700
  • 0d9a995b62
    Merge branch 'master' into master Daniel Patterson 2018-12-14 11:50:35 -0700
  • d8d8675e74
    Update CHANGELOG Daniel Patterson 2018-12-14 11:49:48 -0700
  • 81bc2f41a6
    When matching, ignore 'is_startpoint' propert, snap to any edge (#5297) Daniel Patterson 2018-12-13 17:10:32 -0700
  • 9929fc8f0c
    Fix tile size after adding property to reverse edges. Daniel Patterson 2018-12-13 16:34:17 -0700
  • e560748e43
    Fix tile tests. Daniel Patterson 2018-12-13 16:29:27 -0700
  • d713f04e87
    Fix size of tile test. Daniel Patterson 2018-12-13 16:05:22 -0700
  • 04ae8900e9
    Add unit test for edge snappability filtering. Daniel Patterson 2018-12-13 15:58:21 -0700
  • 2b2851569f
    Update CHANGELOG. Daniel Patterson 2018-12-13 15:17:35 -0700
  • d8de5bddb6
    When matching, ignore 'is_startpoint' proper, snap to any edge. Typically map-matching is done from real world data, which implies access to previously unsnappable points. Daniel Patterson 2018-12-07 17:04:14 -0800
  • cb0ce6c771 using libboost 1.67 in both build and run stages, added execution permision for /opt Dinesh Weerapurage 2018-12-13 12:41:35 -0700
  • fb343352bc bump to rc 4 v5.20.1-rc.4 Kajari Ghosh 2018-12-11 13:18:04 -0500
  • 4632ec3b67 Include information on estimates in table response (#5259) Daniel Patterson 2018-12-11 09:21:57 -0800
  • 7f9ac81028 Include distance from input to snapped for all waypoints, not just on the nearest service. Daniel Patterson 2018-11-02 14:52:02 -0700