Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino
Log of /trunk/src/segmentsx.c
Parent Directory
|
Revision Log
Links to HEAD: | (view) (download) (as text) (annotate) |
Sticky Revision: |
Revision 1122 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 3 08:58:47 2012 UTC (12 years, 5 months ago) by amb
File length: 26124 byte(s)
Diff to previous 1120
Change the UnmapFile() function to take a pointer to the data instead of the filename (like the CloseFile() function takes the file descriptor).
Revision 1120 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 1 20:00:27 2012 UTC (12 years, 5 months ago) by amb
File length: 26148 byte(s)
Diff to previous 1118
Introduce a new'--append' option for appending data from a file to the currently parsed data. Rename the intermediate file used for storing data to be appended to. Add a function to call after appending to a file which closes the file and renames it to a temporary filename which is used for the remaining processing.
Revision 1118 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Oct 31 19:01:40 2012 UTC (12 years, 5 months ago) by amb
File length: 25545 byte(s)
Diff to previous 1115
Add the option for the sorting function to preserve the input order of equivalent items on the output. Use this feature in sorting so that slim mode and normal mode give the same results.
Revision 1115 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Oct 24 08:12:55 2012 UTC (12 years, 5 months ago) by amb
File length: 25518 byte(s)
Diff to previous 1112
Remove a debugging print statement.
Revision 1112 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 22 07:53:51 2012 UTC (12 years, 5 months ago) by amb
File length: 25665 byte(s)
Diff to previous 1111
Fix bug with index parameter in new pre-sort function and change comments to clarify.
Revision 1111 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 22 07:43:38 2012 UTC (12 years, 5 months ago) by amb
File length: 25671 byte(s)
Diff to previous 1110
Use the new pre-sort function to allow RemovePrunedSegments() to delete the pruned segments before sorting them.
Revision 1110 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 22 07:41:55 2012 UTC (12 years, 5 months ago) by amb
File length: 25671 byte(s)
Diff to previous 1107
Change the message after sorting geographically to be consistent with others.
Revision 1107 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Oct 21 16:13:43 2012 UTC (12 years, 5 months ago) by amb
File length: 25633 byte(s)
Diff to previous 1106
Use the new pre-sort function to allow UpdateSegments() and SortSegmentList() to be combined into a single SortSegmentListGeographically() function that only reads and writes the data once instead of twice.
Revision 1106 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Oct 21 15:55:48 2012 UTC (12 years, 5 months ago) by amb
File length: 25433 byte(s)
Diff to previous 1102
Change the sorting functions to have a pre-sort and post-sort selection function instead of just a post-selection one (this will allow deletion of some items before sorting instead of after sorting in some cases).
Revision 1102 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Oct 21 14:03:26 2012 UTC (12 years, 5 months ago) by amb
File length: 25198 byte(s)
Diff to previous 1100
Reallocate the firstnode array when indexing segments because there may be fewer nodes now.
Revision 1100 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Oct 20 16:52:20 2012 UTC (12 years, 5 months ago) by amb
File length: 25182 byte(s)
Diff to previous 1098
Move the compacting of the ways back to the top, delete the unused ways at this point and also call the function again after pruning segments.
Revision 1098 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Oct 20 12:52:01 2012 UTC (12 years, 5 months ago) by amb
File length: 23556 byte(s)
Diff to previous 1093
Delete the pruned nodes before searching for super-nodes etc.
Revision 1093 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 19 14:35:44 2012 UTC (12 years, 5 months ago) by amb
File length: 23407 byte(s)
Diff to previous 1090
Change to an external index for the compacted ways.
Revision 1090 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Oct 17 18:13:51 2012 UTC (12 years, 5 months ago) by amb
File length: 23450 byte(s)
Diff to previous 955
Rename the WayX->prop entry to WayX->cid to disambiguate it.
Revision 955 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jan 28 14:40:54 2012 UTC (13 years, 2 months ago) by amb
File length: 23451 byte(s)
Diff to previous 952
Simplify and standardise the included headers.
Revision 952 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jan 14 14:55:18 2012 UTC (13 years, 2 months ago) by amb
File length: 23491 byte(s)
Diff to previous 950
Bug fix for latest change.
Revision 950 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 13 17:31:28 2012 UTC (13 years, 2 months ago) by amb
File length: 23492 byte(s)
Diff to previous 949
Add new macros to abstract the bit mask types.
Revision 949 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 13 17:13:39 2012 UTC (13 years, 2 months ago) by amb
File length: 23526 byte(s)
Diff to previous 946
Add an infrastructure to allow adding new functions to prune nodes and segments.
Revision 946 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Dec 11 13:11:08 2011 UTC (13 years, 3 months ago) by amb
File length: 22255 byte(s)
Diff to previous 944
Remove unnecessary test.
Revision 944 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Dec 11 11:56:05 2011 UTC (13 years, 3 months ago) by amb
File length: 22336 byte(s)
Diff to previous 943
Fill the structures with zero before inserting data and writing to file (removes junk from unused spaces in database files).
Revision 943 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Dec 11 11:17:52 2011 UTC (13 years, 3 months ago) by amb
File length: 22332 byte(s)
Diff to previous 942
Remove the "position" parameter from the NextSegmentX() function.
Revision 942 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Dec 11 11:09:13 2011 UTC (13 years, 3 months ago) by amb
File length: 22318 byte(s)
Diff to previous 914
Remove the "position" parameter from the PutBack*X() functions (only used in slim mode).
Revision 914 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 21 18:37:06 2011 UTC (13 years, 4 months ago) by amb
File length: 22317 byte(s)
Diff to previous 812
When an area and a way overlap keep the way and discard the area.
Revision 812 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 21 18:44:52 2011 UTC (13 years, 8 months ago) by amb
File length: 21588 byte(s)
Diff to previous 793
Add logging of parsing and processing errors.
Revision 793 - (view) (download) (as text) (annotate) - [select for diffs]
Added Sun Jun 19 17:40:46 2011 UTC (13 years, 9 months ago) by amb
File length: 20798 byte(s)
Diff to previous 790
If a node has no segments return a NULL pointer rather than random junk.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.