Commit Graph

8734 Commits

Author SHA1 Message Date
tombay
81ec7a14b9
Merge branch 'Project-OSRM:master' into master 2024-10-03 16:47:11 +10:00
Frédéric Rodrigo
becfd8a56d
Add optional support of cargo bike exclusion and width to bicyle profile (#7044) 2024-10-01 15:19:44 +03:00
Siarhei Fedartsou
4f1c62a768
Bump version of protozero to 1.7.1 (#6999) 2024-09-28 20:35:20 +02:00
Siarhei Fedartsou
09a716a9e5
Bump osmium to version 2.20.0 (#6997) 2024-09-28 20:35:05 +02:00
Siarhei Fedartsou
676f6d4704
Use std::popcount instead of __builtin_popcount (#7026) 2024-09-28 20:34:39 +02:00
Siarhei Fedartsou
f636dbfd44
Use std::countl_zero instead of __builtin_clzll (#7025) 2024-09-28 20:34:23 +02:00
Siarhei Fedartsou
5f67e715af
Add std::vector<...>::reserve in ContiguousInternalMemoryDataFacadeBase::GetOverridesThatStartAt (#7024) 2024-09-28 20:33:33 +02:00
tombay
f193b7cde0
support country in foot.lua and bicycle.lua 2024-09-26 21:37:16 +10:00
tombay
41fa6987ce
handle avoid motorway for foot and bicycle 2024-09-20 16:02:33 +10:00
tombay
f90c90cb88
update Ireland to remove Northern Island 2024-09-17 14:10:50 +10:00
tombay
90ab073258
A geojson from poly files at geofabrik
provides less accuracy.
2024-09-17 10:20:38 +10:00
tombay
8cbef36303
Global geojson data for country profiles
Data of the 32 countries extracted from https://nominatim.openstreetmap.org/search?country=COUNTRY&polygon_geojson=1&format=json.
2024-09-16 23:46:04 +10:00
tombay
7eb952d1ce
multicountry geojson is possible 2024-08-13 15:21:39 +10:00
tombay
843a6ec963
Delete data/osmb.geojson.gz 2024-08-13 15:11:54 +10:00
tombay
e9e2373510
Add files via upload 2024-08-13 15:02:26 +10:00
tombay
4ac8e204eb
Update countryspeeds.feature 2024-08-13 11:41:17 +10:00
tombay
a3915bf10d
Update countrybikespeeds.feature 2024-08-13 11:40:43 +10:00
tombay
3a57bd8c81
missed the comma 2024-08-12 12:54:04 +10:00
tombay
68c6dc5572
fix comment 2024-08-12 10:32:31 +10:00
tombay
872396e8e7
remove countryvehicle profile 2024-08-12 10:30:00 +10:00
tombay
7c184e6ad2
remove countryvehicle profile 2024-08-12 10:23:23 +10:00
tombay
d257782230
Delete profiles/countrycar.lua 2024-08-12 10:22:19 +10:00
tombay
dd1466d396
remove vehicle profile 2024-08-12 09:48:30 +10:00
tombay
19d54d7369
Update country_speeds.lua 2024-08-11 21:21:26 +10:00
tombay
109994c7e8
pedestrian should be walking_speed 2024-08-11 19:30:51 +10:00
tombay
68050553da
Update countrybicycle.lua 2024-08-10 21:00:58 +10:00
tombay
97e8962e9b
Add files via upload 2024-08-10 18:58:23 +10:00
tombay
fef688cd5c
cleanup debug steps 2024-08-10 18:54:03 +10:00
tombay
bb315b972d
need speeds for every highway type 2024-08-10 18:50:05 +10:00
tombay
f2c6bb049c
speeds from car not needed 2024-08-10 18:43:38 +10:00
tombay
fc0c2a0843
comment uselocation for ttests and -1 means false 2024-08-10 18:36:23 +10:00
tombay
3e4287b8d1
Update profiles.md 2024-08-09 10:45:12 +10:00
tombay
688b50b8cd
Mention use-location tags 2024-08-09 10:43:20 +10:00
tombay
7f4b0a86ef
Add files via upload 2024-08-09 10:29:40 +10:00
tombay
e66d1f4231
Add files via upload 2024-08-09 10:25:02 +10:00
tombay
1e6c213e4a
comment out uselocation tag 2024-08-09 10:23:28 +10:00
tombay
d855e08398
Add files via upload 2024-08-06 15:57:09 +10:00
tombay
d7387b390a
Update countryfoot.lua
inspect not needed
2024-08-06 15:22:05 +10:00
tombay
3174f48c3a
Update countrybicycle.lua
inspect not needed
2024-08-06 15:21:17 +10:00
tombay
07d9c83bc9
Update country_speeds.lua
support code for trunks data file
2024-08-06 14:41:18 +10:00
tombay
e89d116b73
Update countrybicycle.lua
no bikes on motorroad
2024-08-06 14:37:22 +10:00
tombay
334a8eb66e
Update profiles.md 2024-08-06 12:53:28 +10:00
tombay
144311b0de
Update profiles.md 2024-08-06 12:52:59 +10:00
tombay
b969f13e14
Update profiles.md 2024-08-06 12:05:34 +10:00
tombay
5de04792e6
Update CHANGELOG.md
Support for country profiles (foot, bicycle and car)
2024-08-06 11:40:54 +10:00
tombay
916f167a93
Add files via upload
Lua files to provide country specific highway data and access methods.
2024-08-06 11:15:42 +10:00
tombay
680120f32d
Add files via upload
Profiles to support country specific highway access. Country geometries provided by use of --location-dependent-data option of  osrm-extract.
2024-08-06 11:12:35 +10:00
Siarhei Fedartsou
203314b1aa
Remove unused middle_nodes_table vector (#7012) 2024-08-03 22:32:37 +02:00
Siarhei Fedartsou
e5e25a1aca
Configure self-hosted runner for benchmarks job (#6975) 2024-07-26 21:19:47 +02:00
Siarhei Fedartsou
84f12c7c6d
Add NodeJs bindings benchmarks (#7004) 2024-07-26 19:36:43 +02:00