Dennis Luxen
|
2523f845d2
|
FreeBSD compile fix, thanks tolmaion
|
2011-09-28 17:00:11 +02:00 |
|
Dennis Luxen
|
905b0331b8
|
Adding stacktracing for seg'faulting debig builds under linux.
|
2011-07-28 12:16:36 +00:00 |
|
Dennis Luxen
|
307c9ae9c5
|
minor adjustments
|
2011-07-12 14:17:21 +00:00 |
|
Dennis Luxen
|
5f6cac9155
|
make sure any data structure is only loaded once. saves roughly 25% of RAM and starts up 10% faster on benchmark instances.
|
2011-05-26 09:16:04 +00:00 |
|
Dennis Luxen
|
0332b11793
|
compile time stated at startup
|
2011-05-11 08:03:27 +00:00 |
|
Dennis Luxen
|
51d0b94e90
|
Output format is selectable with additional parameter to URL: &output={kml,json}
|
2011-04-18 08:12:44 +00:00 |
|
Dennis Luxen
|
3a421f04ad
|
New plugin "Nearest" locates the nearest point on an edge to a given input coordinate. Needed for draggable routes.
|
2011-03-29 15:02:07 +00:00 |
|
Dennis Luxen
|
3d44f3eb64
|
BREAKING CHANGE: kml-based turn-by-turn instructions
|
2011-03-28 16:34:06 +00:00 |
|
Dennis Luxen
|
2b639a5a14
|
RequestHandler object is now returned as reference rather than as pointer. Memory handling should be more clear by that change.
|
2011-03-14 13:39:16 +00:00 |
|
Dennis Luxen
|
da3789f2ce
|
Fixing regression and rewrote portions of the memory handling of registered server plugins
|
2011-03-14 13:35:16 +00:00 |
|
Dennis Luxen
|
50373d0a94
|
Allocated objects are not deleted at shutdown (thanks 7.prime)
|
2011-03-14 11:01:20 +00:00 |
|
Dennis Luxen
|
bfd2a8aee2
|
This is a large update that brings many internal and architectural changes. The most obvious change to the user is the presence of configuration files for extractLargeNetwork and routed. Optimistically speaking, it should not break anything. Thanks to rskr for support patches and suggestions.
|
2011-01-09 21:42:27 +00:00 |
|
Dennis Luxen
|
f35d87f685
|
check for correct number of arguments (Thanks Dane!)
|
2010-09-30 15:43:11 +00:00 |
|
Dennis Luxen
|
5637c2f92a
|
BREAKING CHANGE, REPROCESS YOUR OSM FILES
Information if its possible at all to turn at the end of edges is propagated through the complete toolchain
|
2010-09-30 15:40:48 +00:00 |
|
Dennis Luxen
|
676f64b0ef
|
BREAKING CHANGE, REPROCESS YOUR OSM FILES
All preparations necessary to compute and output turn directions.
|
2010-09-29 15:22:38 +00:00 |
|
Dennis Luxen
|
a07efcc4b7
|
moving common code into a single file
|
2010-09-15 13:49:26 +00:00 |
|
Dennis Luxen
|
43bbf953c1
|
Fixes bad alloc for large graphs
|
2010-09-13 15:31:29 +00:00 |
|
Dennis Luxen
|
1ba915cbed
|
BREAKING CHANGE, REPROCESS YOUR OSM FILES
Ferry egdes are now ignores by nearest neighbor grid
|
2010-09-02 15:47:55 +00:00 |
|
Dennis Luxen
|
0875c2d557
|
BREAKING CHANGE: the routing engine does not use the kd-tree anymore, but an external memory nearest neighbor grid. The memory consumption is less than half. This is a breaking change, please reprocess your .osrm files and take note that the parameter to routed have been changed!
Known Bug: There are some minor rounding errors that affect the position of start and destination node by a few feet.
|
2010-08-31 14:00:40 +00:00 |
|
Dennis Luxen
|
4f883aaeda
|
corrected timing of kd tree construction
|
2010-08-12 15:41:14 +00:00 |
|
Dennis Luxen
|
77df6616a9
|
sanity check for nodes in loaded graph
|
2010-08-12 11:49:41 +00:00 |
|
Dennis Luxen
|
49a088ac87
|
Upgraded speed profile to the one of ORS
|
2010-07-23 22:10:57 +00:00 |
|
Dennis Luxen
|
72e314d1c0
|
kdtree usage simplified and dropped intermediate data structures
kdtree build-up twice at fast
int2ext node map holds iterators instead of object copies
some functions const'ed
buggy defines fixed
|
2010-07-14 16:29:18 +00:00 |
|
Dennis Luxen
|
fa5a042071
|
Queries are now handled by a static graph which means less RAM usage and faster queries.
|
2010-07-14 12:55:53 +00:00 |
|
Dennis Luxen
|
d4a64d2168
|
Initial Import.
|
2010-07-09 09:05:40 +00:00 |
|