DennisOSRM
|
7a6c36d43c
|
Adding include to make static code analysis happy.
|
2012-02-08 16:22:33 +01:00 |
|
DennisOSRM
|
9da873330a
|
Special case of heading 202.5 not properly handled and defaulted to "N".
|
2012-02-07 18:22:31 +01:00 |
|
DennisOSRM
|
9eb73f9306
|
Missing include, thanks Fred!
|
2012-02-07 15:19:29 +01:00 |
|
DennisOSRM
|
5e275b3935
|
Fixes issue #104. Heading and Azimuth get computed now.
|
2012-02-07 14:47:01 +01:00 |
|
Dr Scott
|
571824415c
|
memory problem (because of n+1 in StaticGraph::EndEdges)
|
2012-01-27 00:41:31 +01:00 |
|
DennisOSRM
|
70256146fc
|
barrier=bollard is now used. Fixes ticket #9 and saves about .5% RAM in
metropolitan areas
|
2012-01-02 13:09:20 +01:00 |
|
DennisOSRM
|
1741ce7ec9
|
Refactored access to NASA data
|
2011-12-31 15:59:37 +01:00 |
|
DennisOSRM
|
53d87eb9be
|
Removing directories
|
2011-12-31 15:58:42 +01:00 |
|
DennisOSRM
|
738c3eae91
|
void function needs to be void
|
2011-12-23 17:28:12 +01:00 |
|
DennisOSRM
|
f5226b2228
|
Certain type of edges, i.e. ferries, are now properly ignored from
nearest neighbor lookup. Fixes ticket 59.
|
2011-12-16 14:05:30 +01:00 |
|
DennisOSRM
|
ad77d6cfec
|
graph is built in-place, so memory peak usage is halved.
|
2011-12-15 17:48:00 +01:00 |
|
DennisOSRM
|
a098e38c5a
|
Util functions to convert between osm (google) x/y and nasa grid
|
2011-12-15 17:41:33 +01:00 |
|
DennisOSRM
|
dad24f1106
|
Renaming subfolder
|
2011-12-13 15:45:14 +01:00 |
|
DennisOSRM
|
57868f38ef
|
First working version of SRTM lookup
|
2011-12-13 10:13:48 +01:00 |
|
DennisOSRM
|
9abb317e6d
|
Minor changes
|
2011-12-01 15:12:30 +01:00 |
|
DennisOSRM
|
928e1178b1
|
Removed VERBOSE macro since it was superflous
|
2011-11-30 19:33:03 +01:00 |
|
Emil Tin
|
f511af0f0c
|
fix compilation on mac; openmp issues and an unneeded typename
|
2011-11-26 16:42:15 +01:00 |
|
DennisOSRM
|
295164302a
|
Merge branch 'master' of https://github.com/DennisOSRM/Project-OSRM
Conflicts:
createHierarchy.cpp
|
2011-11-26 12:38:42 +01:00 |
|
Emil Tin
|
d72c48500b
|
moved openmp replacement header
|
2011-11-25 21:54:19 +01:00 |
|
DennisOSRM
|
070050a48e
|
Entering and leaving roundabouts is getting handled.
|
2011-11-22 16:47:15 +01:00 |
|
DennisOSRM
|
11653ef58f
|
removed debug output
|
2011-11-15 16:11:07 +01:00 |
|
DennisOSRM
|
d80586e405
|
Inlined and static'ed fields to make it compilable into several objects
|
2011-11-15 14:31:32 +01:00 |
|
DennisOSRM
|
b6ddccc793
|
Removed superflous line-break
|
2011-11-15 11:18:28 +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 |
|
DennisOSRM
|
77c6a06c15
|
Graphloader translates external to internal node ids for binary osrm
files. Google sparsehash replaced by boost unordered map
|
2011-10-12 17:31:18 +02:00 |
|
Dennis Luxen
|
89c9ca183f
|
Windows RAM info, thanks sivetic
|
2011-09-28 17:24:06 +02:00 |
|
Dennis Luxen
|
0c4c1ce878
|
Further FreeBSD compile fixes, thanks tolmaion
|
2011-09-28 17:11:51 +02:00 |
|
Dennis Luxen
|
816657347f
|
Function installCrashHandler() in Util/LinuxStackTrace.h shall not be const equally in debug and normal build, thanks tolmaion
|
2011-09-28 17:09:05 +02:00 |
|
Dennis Luxen
|
905b0331b8
|
Adding stacktracing for seg'faulting debig builds under linux.
|
2011-07-28 12:16:36 +00:00 |
|
Dennis Luxen
|
88a8d9043a
|
fixes ticket #49
|
2011-07-27 09:03:56 +00:00 |
|
Dennis Luxen
|
83fca53d04
|
Making via routes more stable
|
2011-07-21 14:30:36 +00:00 |
|
Dennis Luxen
|
87bc397ee0
|
removing old file
|
2011-07-07 08:18:29 +00:00 |
|
Dennis Luxen
|
ac3ccf1d7a
|
Adding util method to load hsgr graph without any edge data type.
|
2011-07-07 08:15:56 +00:00 |
|
Dennis Luxen
|
a8ad4695aa
|
Typo in StringUtil.h file name. D'oh!
|
2011-07-07 08:05:58 +00:00 |
|
Dennis Luxen
|
dae6d1c730
|
Refactoring method names
|
2011-07-07 08:01:14 +00:00 |
|
Dennis Luxen
|
4883c6c197
|
'startswith' util function for strings
|
2011-07-06 12:32:57 +00:00 |
|
Dennis Luxen
|
3bfb274d24
|
**BREAKING CHANGE ** Removing unnecessary information at edge objects. saves roughly 10% of space. **BREAKING CHANGE ** Please redo all preprocessing.
|
2011-05-18 11:38:09 +00:00 |
|
Dennis Luxen
|
2df5d58027
|
template parameter was not used but fixed type instead
|
2011-05-16 09:53:49 +00:00 |
|
Dennis Luxen
|
1cbf2ab0d7
|
HTML entities in street names
|
2011-05-13 09:15:37 +00:00 |
|
Dennis Luxen
|
5642dc00e1
|
Code cleanup
|
2011-05-07 09:02:50 +00:00 |
|
Dennis Luxen
|
75f80029f6
|
linux compile fixes. grmbl
|
2011-05-07 07:43:48 +00:00 |
|
Dennis Luxen
|
a93738dd79
|
Mac OS X compile fixes
|
2011-05-07 07:36:17 +00:00 |
|
Dennis Luxen
|
1f7ddc865f
|
Return a valid route even if nameIDs are bogus
|
2011-04-21 09:26:32 +00:00 |
|
Dennis Luxen
|
c62e1ac5fe
|
Fixed fence, fixed nodecounting
|
2011-04-15 16:37:48 +00:00 |
|
Dennis Luxen
|
08854d9f6b
|
reporting actual number of nodes instead of what data file wants
|
2011-03-31 14:44:41 +00:00 |
|
Dennis Luxen
|
ed608f9f13
|
provide a little more fault-tolerance when input data is fishy
|
2011-03-30 12:26:38 +00:00 |
|
Dennis Luxen
|
9be6c1c795
|
Removing dead code
|
2011-03-29 08:53:41 +00:00 |
|
Dennis Luxen
|
b6cf33b353
|
removing unnecessary comments
|
2011-03-28 16:32:47 +00:00 |
|
Dennis Luxen
|
846bb11cc0
|
BREAKING CHANGE! Intermediate file format is not ASCII encoded anymore. Saves roughly 40 % space. Loading and saving is now much faster. Also, 50% I/Os less by writing the intermediate data non-linear. Please recompute all your data files.
|
2011-03-23 17:15:13 +00:00 |
|
Dennis Luxen
|
7562795b4b
|
debug output left over
|
2011-03-14 18:51:15 +00:00 |
|