Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino
Log of /trunk
Sticky Revision: |
Revision 2005 - Directory Listing
Modified Sat Aug 31 14:30:44 2019 UTC (5 years, 7 months ago) by amb
Add support for the latest version of OpenLayers (version 5.x) library as well as the older, incompatible, version.
Revision 2004 - Directory Listing
Modified Sat Aug 31 12:28:31 2019 UTC (5 years, 7 months ago) by amb
Rename the "openlayers" version of the web pages to "openlayers2" to accurately reflect that they use the older OpenLayers version 2.x library rather than the current, incompatible, version.
Revision 2003 - Directory Listing
Modified Sat Aug 3 14:32:05 2019 UTC (5 years, 8 months ago) by amb
Fix for updated version of Leaflet.
Revision 2002 - Directory Listing
Modified Fri Aug 2 18:17:28 2019 UTC (5 years, 8 months ago) by amb
Update script to install latest version of Leaflet.
Revision 2001 - Directory Listing
Modified Sun Jul 28 10:22:30 2019 UTC (5 years, 8 months ago) by amb
Increase the number of digits allocated for elapsed time and allocated memory when logging that information.
Revision 1999 - Directory Listing
Modified Sat Jul 27 10:33:04 2019 UTC (5 years, 8 months ago) by amb
Add more checking of memory allocation success/failure by combining the allocation and the assert into one function.
Revision 1996 - Directory Listing
Modified Wed May 1 17:58:31 2019 UTC (5 years, 11 months ago) by amb
Disallow access to highways tagged with "access=destination" or "access=customer", the "routino-destination" branch allows them instead.
Revision 1995 - Directory Listing
Modified Wed May 1 17:56:03 2019 UTC (5 years, 11 months ago) by amb
Move some tag rules around so that access denied by "motor_vehicles=no" overrides access allowed by "designation=byway_open_to_all_traffic".
Revision 1994 - Directory Listing
Modified Thu Apr 25 18:02:22 2019 UTC (5 years, 11 months ago) by amb
Fix bug with regexp generating link to node/way/relation on openstreetmap.org.
Revision 1991 - Directory Listing
Modified Wed Apr 17 18:04:53 2019 UTC (5 years, 11 months ago) by amb
Rename some structure members and function names to reflect more clearly their meaaning (mostly change "allow" to "transport"). No changes to file formats or API.
Revision 1989 - Directory Listing
Modified Wed Apr 17 17:54:45 2019 UTC (5 years, 11 months ago) by amb
Rename some structure members and function names to reflect more clearly their meaning (mostly change "allow" to "transport"). No changes to file formats or API.
Revision 1988 - Directory Listing
Modified Sat Apr 13 18:16:13 2019 UTC (5 years, 11 months ago) by amb
Ensure that data pointers are correctly aligned - found by gcc's runtime sanitizer (make SANITIZE=1 test).
Revision 1987 - Directory Listing
Modified Sat Apr 13 10:02:08 2019 UTC (5 years, 11 months ago) by amb
Revert change to this file because it broke binary compatibility with version 3.2 output files.
Revision 1986 - Directory Listing
Modified Sat Apr 13 09:54:28 2019 UTC (5 years, 11 months ago) by amb
Ensure that data pointers are correctly aligned - found by gcc's runtime sanitizer (make SANITIZE=1 test).
Revision 1985 - Directory Listing
Modified Fri Apr 12 18:25:42 2019 UTC (5 years, 11 months ago) by amb
Fix some integer type usage (in relation to offset_t and size_t).
Revision 1983 - Directory Listing
Modified Sun Apr 7 16:10:24 2019 UTC (6 years ago) by amb
Ensure that data pointers are correctly aligned - found by gcc's runtime sanitizer (make SANITIZE=1 test).
Revision 1982 - Directory Listing
Modified Sun Apr 7 15:57:08 2019 UTC (6 years ago) by amb
Suppress some warnings to stop gcc's runtime sanitizer complaining (make SANITIZE=1 test).
Revision 1981 - Directory Listing
Modified Sun Apr 7 15:56:17 2019 UTC (6 years ago) by amb
Initialise some variables to stop gcc's runtime sanitizer complaining (make SANITIZE=1 test).
Revision 1980 - Directory Listing
Modified Sun Apr 7 15:55:17 2019 UTC (6 years ago) by amb
Free some memory to avoid leaks - found by running with gcc's runtime sanitizer enabled (make SANITIZE=1 test).
Revision 1979 - Directory Listing
Modified Sat Apr 6 16:26:52 2019 UTC (6 years ago) by amb
Make the looking up of error latitude/longitude more robust (don't trying looking up if there was no node/way/relation to look for).
Revision 1978 - Directory Listing
Modified Sat Apr 6 15:09:49 2019 UTC (6 years ago) by amb
Copy the improved comments from the "destination" branch.
Revision 1975 - Directory Listing
Modified Sun Mar 31 14:44:46 2019 UTC (6 years ago) by amb
Do not store the nodes as part of route relations (but keep the file format compatible with the previous one).
Revision 1974 - Directory Listing
Modified Sun Mar 31 14:27:20 2019 UTC (6 years ago) by amb
Change some generic integer types (unsigned short, int, unsigned long) to specific integer types (uint16_t, uint_32_t and uint64_t).
Revision 1972 - Directory Listing
Modified Tue Mar 19 19:18:55 2019 UTC (6 years ago) by amb
Fix bug with routes starting facing a dead-end taking far too long to realise this (due to routing forward and reverse at the same time).
Revision 1970 - Directory Listing
Added Thu Mar 14 19:16:10 2019 UTC (6 years ago) by amb
Add heuristics for deciding what transport types are allowed on a ferry (based on patch from Melvin Vermeeren).