Commit Graph

  • 5b621d8fe9 polyline needs to be data, not array Dennis Luxen 2011-06-28 08:27:38 +0000
  • e3b648ea72 Adding support for polyline compression. Reduces file size, see http://open.mapquestapi.com/common/encodedecode.html Dennis Luxen 2011-06-27 22:08:53 +0000
  • 676333ab5a added a new feature to the GUI: you now get a link of the calculated route Pascal Neis 2011-06-19 19:13:07 +0000
  • bd7aa1cc7b Missing output operator<< for Coordinates Dennis Luxen 2011-06-15 21:01:36 +0000
  • 88cfb538bd Missing partial initialization of _PriorityData Dennis Luxen 2011-06-10 09:32:51 +0000
  • b844634a85 Adding operator<<() and Reset() functions to PhantomNodes Dennis Luxen 2011-06-10 08:25:26 +0000
  • c93e948bc8 bugifxing Pascal Neis 2011-06-09 07:27:29 +0000
  • dafb0f7e37 remove Pascal Neis 2011-06-09 07:12:56 +0000
  • d531a1f255 solved the problem with the moving of the marker at zooming Pascal Neis 2011-06-09 07:09:17 +0000
  • 39d6527ea4 backup of the old markers Pascal Neis 2011-06-09 07:06:35 +0000
  • ffb21d613e Smaller size of the markers Pascal Neis 2011-06-09 07:04:29 +0000
  • 46afc9fb08 Missing initializations Dennis Luxen 2011-06-01 09:08:36 +0000
  • f2a3041ce7 Picture was missing Dennis Luxen 2011-05-31 08:23:25 +0000
  • d761d0fa9d Partially fixes ticket #31 where oneway streets may be be ignored at the start or end of a route Dennis Luxen 2011-05-30 17:46:56 +0000
  • 5f6cac9155 make sure any data structure is only loaded once. saves roughly 25% of RAM and starts up 10% faster on benchmark instances. Dennis Luxen 2011-05-26 09:16:04 +0000
  • 860e73a633 minor typo Dennis Luxen 2011-05-26 08:44:00 +0000
  • 9ad7d9db8f Updated README (Thanks again Bharath!) Dennis Luxen 2011-05-24 13:53:13 +0000
  • fba77ff459 projection from lat/lon to nearest point on road network has been reworked and is more precise (Thanks again Bharath!) Dennis Luxen 2011-05-24 13:52:51 +0000
  • 8d5c42d7f8 Support for yet another subdomain Dennis Luxen 2011-05-22 10:17:36 +0000
  • 408dc7358b Clear markers on new route, show boundaries of map data when run on map.project-osrm.org, route is always recalculated on drag completion Dennis Luxen 2011-05-20 12:15:50 +0000
  • ff5ac3a109 Missing image files. Dennis Luxen 2011-05-20 11:12:00 +0000
  • 8f637b95ef Fixes ticket 30 and gives ref tags precedence over name tags Dennis Luxen 2011-05-19 16:44:34 +0000
  • fadaf7ec5c Fixes wrong wrong position of target edge for some routes Dennis Luxen 2011-05-19 13:50:32 +0000
  • 8b8e0eb9ef Prepare RoutePlugin for several instantiations with different metrics Dennis Luxen 2011-05-18 11:52:53 +0000
  • 3bfb274d24 **BREAKING CHANGE ** Removing unnecessary information at edge objects. saves roughly 10% of space. **BREAKING CHANGE ** Please redo all preprocessing. Dennis Luxen 2011-05-18 11:38:09 +0000
  • 0d3e8914ae renaming metric Dennis Luxen 2011-05-18 09:54:19 +0000
  • 5cebe65f38 Pascal, welcome to the list of authors Dennis Luxen 2011-05-17 12:43:45 +0000
  • 023c655c6e Styling for WebFrontend/OpenLayers - pt.3 Pascal Neis 2011-05-16 10:44:45 +0000
  • 8bae431503 Styling for WebFrontend/OpenLayers - pt.2 Pascal Neis 2011-05-16 10:39:17 +0000
  • 87eab2b242 Styling for WebFrontend/OpenLayers Pascal Neis 2011-05-16 10:37:36 +0000
  • 86ec00867a Images for WebFrontend/OpenLayers Pascal Neis 2011-05-16 10:37:08 +0000
  • 2df5d58027 template parameter was not used but fixed type instead Dennis Luxen 2011-05-16 09:53:49 +0000
  • 5f327f450d changing demo link to http://map.project-osrm.org Dennis Luxen 2011-05-16 07:29:34 +0000
  • 10bd19f4e1 JS for the Index.html WebFrontend Pascal Neis 2011-05-15 19:54:34 +0000
  • 4962678776 JS for the Index.html WebFrontend Pascal Neis 2011-05-15 19:54:12 +0000
  • 82ef4170cb JS for the Index.html WebFrontend Pascal Neis 2011-05-15 19:53:09 +0000
  • fca4c19406 JS for the Index.html WebFrontend Pascal Neis 2011-05-15 19:44:06 +0000
  • bf7bab8ea3 JS for the Index.html WebFrontend Pascal Neis 2011-05-15 19:41:27 +0000
  • ce73bd7501 Index.html of the WebFrontend Pascal Neis 2011-05-15 19:36:48 +0000
  • 0239365964 OpenLayers Version 2.10 Pascal Neis 2011-05-15 19:32:50 +0000
  • 1ff580d9eb new import Pascal Neis 2011-05-15 19:29:40 +0000
  • db9b65d7ed images Pascal Neis 2011-05-15 19:27:37 +0000
  • c0f33222ea new dir for website from http://map.project-osrm.org/ Pascal Neis 2011-05-15 19:24:51 +0000
  • 0328057a9d changing debug output to new descripte configuration class Dennis Luxen 2011-05-13 14:48:48 +0000
  • d531c5beb5 silly typo always gave instructions Dennis Luxen 2011-05-13 14:47:31 +0000
  • 243fc2664a motorway instruction text fishy Dennis Luxen 2011-05-13 14:39:04 +0000
  • 61b8b320e3 Position of instruction off by one Dennis Luxen 2011-05-13 12:37:04 +0000
  • 689b447990 introducing &instructions=true/false. Configuration of Descriptor refactored Dennis Luxen 2011-05-13 09:16:58 +0000
  • 1cbf2ab0d7 HTML entities in street names Dennis Luxen 2011-05-13 09:15:37 +0000
  • 5c0ed9229d support for subdomains on the sourceforge hosting site Dennis Luxen 2011-05-12 09:02:38 +0000
  • 0a29df80d0 Distance was not summed up correctly Dennis Luxen 2011-05-11 13:23:46 +0000
  • d2b6ac722b output of geometry can be triggered by geometry=true/false (thanks Bharath). route generalization is determined by zoom level. &simplified=true is thereby not valid, use &z=19 for the non-generalized geometry Dennis Luxen 2011-05-11 11:35:15 +0000
  • 2784e273bc Fix for incorrect street names Dennis Luxen 2011-05-11 09:31:07 +0000
  • 0332b11793 compile time stated at startup Dennis Luxen 2011-05-11 08:03:27 +0000
  • 9de3a5a586 Filtering of geometry details by zoom level Dennis Luxen 2011-05-10 10:24:13 +0000
  • 5642dc00e1 Code cleanup Dennis Luxen 2011-05-07 09:02:50 +0000
  • 75f80029f6 linux compile fixes. grmbl Dennis Luxen 2011-05-07 07:43:48 +0000
  • a93738dd79 Mac OS X compile fixes Dennis Luxen 2011-05-07 07:36:17 +0000
  • 4f78634994 Fixes a translation bug Dennis Luxen 2011-04-27 16:01:27 +0000
  • 1f7ddc865f Return a valid route even if nameIDs are bogus Dennis Luxen 2011-04-21 09:26:32 +0000
  • 2c6e68dda7 Abort build if protobuf is too old Dennis Luxen 2011-04-20 13:20:27 +0000
  • d29a27cca7 Assert could fire in wrong place. omitted Dennis Luxen 2011-04-20 12:03:24 +0000
  • 90bd34d8ac Support for additional parameter '&simplified=yes' that outputs a simplified geometry that does not depict all of the small road segments but omits some. Usually, this is not visible to the user. Dennis Luxen 2011-04-19 16:03:48 +0000
  • fb2a414839 fixes ticket 26 and another race condition/memory leak issue Dennis Luxen 2011-04-19 08:46:04 +0000
  • 68c210d184 (more) accurate travel time on segments Dennis Luxen 2011-04-18 16:47:10 +0000
  • 4e01f75be7 Remove superflous file. Dennis Luxen 2011-04-18 09:42:43 +0000
  • 9514c4b811 jsonp support by adding "output=json&jsonp=parseResponse" to URL Dennis Luxen 2011-04-18 09:18:29 +0000
  • 51d0b94e90 Output format is selectable with additional parameter to URL: &output={kml,json} Dennis Luxen 2011-04-18 08:12:44 +0000
  • 66a3da0694 rearranging includes! Dennis Luxen 2011-04-15 16:41:37 +0000
  • b5562485ab inlining functions Dennis Luxen 2011-04-15 16:39:44 +0000
  • c62e1ac5fe Fixed fence, fixed nodecounting Dennis Luxen 2011-04-15 16:37:48 +0000
  • df6e229cfc Parameter can be made const Dennis Luxen 2011-04-15 16:36:12 +0000
  • 92b467ae77 Moved pathinfo struct to common place Dennis Luxen 2011-04-15 16:33:37 +0000
  • 8502b62c77 Descriptor that outputs JSON formatted routing info Dennis Luxen 2011-04-15 16:31:04 +0000
  • 6b91ae4585 Resizing level vector when non-existing level is requested. Dennis Luxen 2011-04-02 21:18:52 +0000
  • 43c2e3a291 SConscript didn't fail when protobuffers version was insufficient (Thanks yobiSource) Dennis Luxen 2011-03-31 16:55:16 +0000
  • 08854d9f6b reporting actual number of nodes instead of what data file wants Dennis Luxen 2011-03-31 14:44:41 +0000
  • 571e6be9ce Checking for boost_system Dennis Luxen 2011-03-30 20:03:16 +0000
  • b5aa1554c0 kml file indicates that it is indeed UTF-8 encoded. Thanks Frederik! Dennis Luxen 2011-03-30 18:18:29 +0000
  • 68b02a2348 reading string resulted in garbage when char buffer is not cleared every time. Occured on certain locales Dennis Luxen 2011-03-30 18:10:47 +0000
  • 08661558f2 HashTable class missed operator[] Dennis Luxen 2011-03-30 15:38:32 +0000
  • ed608f9f13 provide a little more fault-tolerance when input data is fishy Dennis Luxen 2011-03-30 12:26:38 +0000
  • ac6583906d fixing a silly endless loop that occurred when an edge had a starting node that was not present in node data (Thanks Frederik) Dennis Luxen 2011-03-30 11:24:11 +0000
  • 878e837679 removing obsolete file Dennis Luxen 2011-03-30 07:37:18 +0000
  • 3a421f04ad New plugin "Nearest" locates the nearest point on an edge to a given input coordinate. Needed for draggable routes. Dennis Luxen 2011-03-29 15:02:07 +0000
  • 929793f7a8 cleaning up the SConstruct Dennis Luxen 2011-03-29 14:27:44 +0000
  • 5217307132 start and target are now identified by name in description and heading is given in first advice. Dennis Luxen 2011-03-29 13:35:13 +0000
  • 06ce09d0d7 Adding ignores Dennis Luxen 2011-03-29 13:34:16 +0000
  • 010627b75a removing unnecessary data copies and redundant for loops. Thanks Moritz! Dennis Luxen 2011-03-29 09:53:48 +0000
  • 26966f5cdb removing precompiled libprotobuf objects. fixes ticket 23 Dennis Luxen 2011-03-29 09:16:49 +0000
  • 9be6c1c795 Removing dead code Dennis Luxen 2011-03-29 08:53:41 +0000
  • 3d44f3eb64 BREAKING CHANGE: kml-based turn-by-turn instructions Dennis Luxen 2011-03-28 16:34:06 +0000
  • b6cf33b353 removing unnecessary comments Dennis Luxen 2011-03-28 16:32:47 +0000
  • 7437bad834 renaming extractLargeNetwork to extractor Dennis Luxen 2011-03-28 12:50:12 +0000
  • 78df3ae23a renaming extractLargeNetwork to extractor Dennis Luxen 2011-03-28 12:49:09 +0000
  • b5c92f20b4 Putting typedefs where they belong. Dennis Luxen 2011-03-28 08:59:15 +0000
  • 4fef3195b9 Rounding doubles to int where applicable. Dennis Luxen 2011-03-25 16:49:28 +0000
  • 03a53c4fdb BREAKING CHANGE. grid now using mercator projection. Dennis Luxen 2011-03-25 12:49:45 +0000
  • a60c5f651a Updated docs a bit. No one reads those anyway, eh? Dennis Luxen 2011-03-25 10:06:46 +0000
  • ddd6d800fc Reflecting changes for 0.2 Release Dennis Luxen 2011-03-24 15:28:43 +0000