DennisOSRM
|
7467e11147
|
Exploration of tiny components.
|
2012-07-13 17:01:21 +02:00 |
|
DennisOSRM
|
61efd41194
|
Implemented T-Test and output of route options
|
2012-06-19 17:26:34 +02:00 |
|
DennisOSRM
|
7f0d40f459
|
First (buggy) implementation of single via node alternative routes.
Proof of concept which is imcomplete.
|
2012-06-15 18:47:27 +02:00 |
|
DennisOSRM
|
0504923689
|
Removing debug output
|
2012-04-25 11:07:28 +02:00 |
|
DennisOSRM
|
7e47553c88
|
Further cleanup
|
2012-04-25 10:57:19 +02:00 |
|
DennisOSRM
|
f8761ecea0
|
Routing datastructure more seperated from data of original edges
|
2012-04-25 10:51:16 +02:00 |
|
DennisOSRM
|
60ffe55565
|
Names vector of strings is now passes as reference
|
2012-04-14 17:40:59 +02:00 |
|
DennisOSRM
|
2549f7254a
|
Fixing a minor problem with multiple via nodes.
|
2012-03-23 11:06:33 +01:00 |
|
DennisOSRM
|
87f4341866
|
Fixes yesterdays crashes on the routing server where segfaults occured
in a rare scenario with multiple via points.
|
2012-03-22 13:58:59 +01:00 |
|
DennisOSRM
|
30d72543b9
|
Fixes issue #195
|
2012-03-19 15:38:02 +01:00 |
|
DennisOSRM
|
3712868831
|
Fixing a bug with hinting coordinates on one-way streets.
|
2012-03-16 13:22:51 +01:00 |
|
DennisOSRM
|
a88ad71be6
|
Merge branch 'master' of
https://DennisOSRM@github.com/DennisOSRM/Project-OSRM.git
|
2012-02-23 16:29:55 +01:00 |
|
DennisOSRM
|
8d16c047cc
|
Fixes a rounding issue related to issues #98, #105, #115 and #116.
Problems were partially caused by the limits of floating point accuracy.
|
2012-02-13 13:30:13 +01:00 |
|
DennisOSRM
|
8cddaf39c4
|
Fixes issue #105 and partially #62 as well as #83.
|
2012-02-10 17:14:30 +01:00 |
|
DennisOSRM
|
96f2358d28
|
Fixes issue #83. The bug was caused by improper retrieval of the packed
path.
|
2012-02-09 17:53:09 +01:00 |
|
DennisOSRM
|
8a47c87a8a
|
Fixing issues #81 and #82
|
2012-02-03 16:39:18 +01:00 |
|
DennisOSRM
|
1c74f84647
|
Merging manually
|
2011-12-31 16:18:52 +01:00 |
|
DennisOSRM
|
83968bc1cd
|
Inline'ing functions that can be inline'd
|
2011-12-20 18:52:53 +01:00 |
|
DennisOSRM
|
4cd615ba2e
|
Const'ing parameter in function
|
2011-12-20 18:50:37 +01:00 |
|
DennisOSRM
|
ac1908d464
|
Preparing edgebased via node routes. Via routes disabled for the moment.
|
2011-12-20 18:45:48 +01:00 |
|
DennisOSRM
|
d57be5244c
|
Cleanung up NodeInformationHelpDesk
|
2011-12-17 22:19:08 +01:00 |
|
DennisOSRM
|
ecb979a14b
|
Replace recursive unpacking procedure by a stack'ed implementation.
|
2011-12-17 20:17:40 +01:00 |
|
DennisOSRM
|
3a984668d6
|
Fixing several of the flickering issues.
|
2011-12-10 17:34:43 +01:00 |
|
DennisOSRM
|
82c2e9978f
|
Fixed stopping condition of Dijkstra implementation.
|
2011-12-10 14:16:21 +01:00 |
|
DennisOSRM
|
e64e45015a
|
Minor change: Removing dead code
|
2011-12-09 17:43:50 +01:00 |
|
DennisOSRM
|
8589436158
|
Less flickery
|
2011-12-09 17:20:01 +01:00 |
|
DennisOSRM
|
d81c632ef2
|
Another changeset to reduce flickering
|
2011-12-06 11:36:16 +01:00 |
|
DennisOSRM
|
5236fb8c0e
|
Removed superflous member that saves about 10 percent of RAM
|
2011-12-01 14:48:06 +01:00 |
|
DennisOSRM
|
b98a67223b
|
Removed dead code
|
2011-11-24 17:57:18 +01:00 |
|
DennisOSRM
|
3279ce3ea9
|
Removed debug code
|
2011-11-24 17:49:01 +01:00 |
|
DennisOSRM
|
7e52e2c691
|
Fixes bug with non-negative weights
|
2011-11-24 17:47:05 +01:00 |
|
DennisOSRM
|
4e75bd1de6
|
Start and target can be on same edge
|
2011-11-24 17:33:23 +01:00 |
|
DennisOSRM
|
14c999fc82
|
Moved descriptors into their own folder.
|
2011-11-17 18:56:45 +01:00 |
|
DennisOSRM
|
9a6cf7b991
|
Add first nodes with negative weights
|
2011-11-16 17:29:00 +01:00 |
|
DennisOSRM
|
97afa231ca
|
First working edge based version. Still missing: GPX export; Via Points;
origin,destination on same edge, descriptions
|
2011-11-14 19:36:31 +01:00 |
|
Dennis Luxen
|
bcb39b9e69
|
performance fixes
|
2011-08-07 10:56:37 +00:00 |
|
Dennis Luxen
|
a5c94c4630
|
ArrayStorage instead of hash maps
|
2011-08-07 09:48:51 +00:00 |
|
Dennis Luxen
|
4f23dfef64
|
Removing empty line
|
2011-07-22 12:24:22 +00:00 |
|
Dennis Luxen
|
83fca53d04
|
Making via routes more stable
|
2011-07-21 14:30:36 +00:00 |
|
Dennis Luxen
|
ae81a8d118
|
Bugfixes, plus safe delete, less pointers and speed back on track
|
2011-07-12 14:03:31 +00:00 |
|
Dennis Luxen
|
f29f6c65a5
|
Refactored various parts for integration of multi-segment paths
|
2011-07-11 15:16:14 +00:00 |
|
Dennis Luxen
|
c60c3fcd3c
|
Support for multi-segment routes. Needs to be further tested
|
2011-07-07 16:51:23 +00:00 |
|
Dennis Luxen
|
7fee51081f
|
Fixing Maney Hill street bug.
|
2011-07-07 08:54:53 +00:00 |
|
Dennis Luxen
|
a8ad4695aa
|
Typo in StringUtil.h file name. D'oh!
|
2011-07-07 08:05:58 +00:00 |
|
Dennis Luxen
|
d761d0fa9d
|
Partially fixes ticket #31 where oneway streets may be be ignored at the start or end of a route
|
2011-05-30 17:46:56 +00:00 |
|
Dennis Luxen
|
fadaf7ec5c
|
Fixes wrong wrong position of target edge for some routes
|
2011-05-19 13:50:32 +00:00 |
|
Dennis Luxen
|
1cbf2ab0d7
|
HTML entities in street names
|
2011-05-13 09:15:37 +00:00 |
|
Dennis Luxen
|
2784e273bc
|
Fix for incorrect street names
|
2011-05-11 09:31:07 +00:00 |
|
Dennis Luxen
|
1f7ddc865f
|
Return a valid route even if nameIDs are bogus
|
2011-04-21 09:26:32 +00:00 |
|
Dennis Luxen
|
d29a27cca7
|
Assert could fire in wrong place. omitted
|
2011-04-20 12:03:24 +00:00 |
|