Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino
Log of /trunk/src
Sticky Revision: |
Revision 833 - Directory Listing
Modified Sat Aug 27 17:47:10 2011 UTC (13 years, 7 months ago) by amb
Only log errors for highways.
Revision 832 - Directory Listing
Modified Sat Aug 27 17:46:42 2011 UTC (13 years, 7 months ago) by amb
Improve the error messages for bad relations.
Revision 831 - Directory Listing
Modified Sat Aug 27 14:40:22 2011 UTC (13 years, 7 months ago) by amb
Change the 'generator' tag in the dumped XML file.
Revision 828 - Directory Listing
Modified Sun Aug 21 14:49:20 2011 UTC (13 years, 7 months ago) by amb
Merge version 2.0.3 into working version.
Revision 827 - Directory Listing
Modified Sun Aug 14 17:55:33 2011 UTC (13 years, 7 months ago) by amb
Add an unset rule in the tagging processing XML file.
Revision 826 - Directory Listing
Modified Sat Aug 13 18:40:41 2011 UTC (13 years, 7 months ago) by amb
Add a logerror rule in the tagging processing XML file.
Revision 825 - Directory Listing
Modified Thu Aug 4 12:29:27 2011 UTC (13 years, 8 months ago) by amb
Add more acceptable number suffixes.
Revision 813 - Directory Listing
Modified Sat Jul 23 13:55:52 2011 UTC (13 years, 8 months ago) by amb
Better parsing of width/height/length and weight and more information about value actually used.
Revision 812 - Directory Listing
Modified Thu Jul 21 18:44:52 2011 UTC (13 years, 8 months ago) by amb
Add logging of parsing and processing errors.
Revision 811 - Directory Listing
Modified Thu Jul 21 18:15:44 2011 UTC (13 years, 8 months ago) by amb
Use the --errorlog option.
Revision 810 - Directory Listing
Modified Thu Jul 21 18:15:26 2011 UTC (13 years, 8 months ago) by amb
The filename is now optional in the --errorlog option.
Revision 809 - Directory Listing
Modified Thu Jul 21 18:01:20 2011 UTC (13 years, 8 months ago) by amb
Only open/close the error log file if one was requested.
Revision 808 - Directory Listing
Modified Sun Jul 10 17:55:51 2011 UTC (13 years, 8 months ago) by amb
Ignore the auto-generated files from the new test case.
Revision 807 - Directory Listing
Modified Sun Jul 10 17:54:33 2011 UTC (13 years, 8 months ago) by amb
Add test cases for the new turn relation validity checks.
Revision 806 - Directory Listing
Modified Sun Jul 10 17:53:58 2011 UTC (13 years, 8 months ago) by amb
Check turn relations more carefully and discard them if they are invalid.
Revision 805 - Directory Listing
Modified Mon Jul 4 18:32:09 2011 UTC (13 years, 9 months ago) by amb
Change the termination of route relation way/relation lists.
Revision 804 - Directory Listing
Modified Sun Jul 3 09:06:06 2011 UTC (13 years, 9 months ago) by amb
Add framework for logging error during OSM parsing and subsequent processing.
Revision 803 - Directory Listing
Modified Sat Jul 2 14:33:14 2011 UTC (13 years, 9 months ago) by amb
Replace over-sized file entry with one of appropriate size.
Revision 799 - Directory Listing
Modified Sat Jun 25 19:16:04 2011 UTC (13 years, 9 months ago) by amb
Fix comment associated with results list memory handling.
Revision 798 - Directory Listing
Modified Sat Jun 25 19:15:45 2011 UTC (13 years, 9 months ago) by amb
Free temporary results that are calculated.
Revision 797 - Directory Listing
Modified Sat Jun 25 18:21:19 2011 UTC (13 years, 9 months ago) by amb
Add some functions to free the tagging rules when they have been used.
Revision 796 - Directory Listing
Modified Sat Jun 25 18:20:55 2011 UTC (13 years, 9 months ago) by amb
Free some memory allocated when parsing the file.
Revision 795 - Directory Listing
Modified Sat Jun 25 18:20:43 2011 UTC (13 years, 9 months ago) by amb
Free some memory allocated when writing the file.
Revision 794 - Directory Listing
Modified Sun Jun 19 17:55:04 2011 UTC (13 years, 9 months ago) by amb
Change to unsigned long and ensure that printf format specifiers are correct.
Revision 793 - Directory Listing
Added Sun Jun 19 17:40:46 2011 UTC (13 years, 9 months ago) by amb
If a node has no segments return a NULL pointer rather than random junk.