Routino SVN Repository Browser

Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino

/[routino]/trunk/src/osmxmlparse.c
ViewVC logotype

Log of /trunk/src/osmxmlparse.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:


Revision 1221 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Dec 21 16:08:44 2012 UTC (12 years, 2 months ago) by amb
File length: 22892 byte(s)
Diff to previous 1218
Add a parser for OSM PBF format.
Separate the XML parser from the data processing in osmparser.c.
Update planetsplitter and documentation to use new format.


Revision 1218 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 19 19:42:47 2012 UTC (12 years, 2 months ago) by amb
File length: 49133 byte(s)
Copied from: trunk/src/osmparser.c revision 1217
Diff to previous 1204
Copying osmparser.c to create osmxmlparse.c for the XML callback functions and shared variables.

Revision 1204 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Dec 15 15:15:22 2012 UTC (12 years, 3 months ago) by amb
Original Path: trunk/src/osmparser.c
File length: 49133 byte(s)
Diff to previous 1199
Change the xsd-to-xmlparser functions to output the source code in the same
order as the XSD file and do not attempt to sort them into reverse order of
reference.


Revision 1199 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Dec 15 11:35:56 2012 UTC (12 years, 3 months ago) by amb
Original Path: trunk/src/osmparser.c
File length: 48626 byte(s)
Diff to previous 1186
Allow the tagging rule syntax to contain nested <if ...> statements.


Revision 1186 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Dec 10 18:36:08 2012 UTC (12 years, 3 months ago) by amb
Original Path: trunk/src/osmparser.c
File length: 48647 byte(s)
Diff to previous 1174
New XML parser doesn't use stdio buffered file access but lower level read
functions.


Revision 1174 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Dec 1 16:17:34 2012 UTC (12 years, 3 months ago) by amb
Original Path: trunk/src/osmparser.c
File length: 48640 byte(s)
Diff to previous 1173
Rename the Way_* enumerated values to Highway_*, add a new Highway_None type,
change the HighwayType() function to return Highway_None instead of
Highway_Count if no match found - all changes for consistency with similar types
and functions.


Revision 1173 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 27 19:51:08 2012 UTC (12 years, 3 months ago) by amb
Original Path: trunk/src/osmparser.c
File length: 48615 byte(s)
Diff to previous 1168
Log an error about duplicated segments within a way while parsing the OSM
instead of later (will have been removed by de-duplication code before tested
later in most cases).


Revision 1168 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 21 09:20:57 2012 UTC (12 years, 3 months ago) by amb
Original Path: trunk/src/osmparser.c
File length: 48337 byte(s)
Diff to previous 1166
Revert r1164 - some super-segments are longer than 65535 metres even if no
individual segment is.


Revision 1166 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 20 16:12:08 2012 UTC (12 years, 3 months ago) by amb
Original Path: trunk/src/osmparser.c
File length: 48341 byte(s)
Diff to previous 1165
Replace all assert statements with a custom error message that explains the
cause and suggests a solution.


Revision 1165 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 20 15:30:13 2012 UTC (12 years, 3 months ago) by amb
Original Path: trunk/src/osmparser.c
File length: 48012 byte(s)
Diff to previous 1164
Use a specific type for the node flags instead of a generic uint16_t.


Revision 1164 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 20 15:24:30 2012 UTC (12 years, 3 months ago) by amb
Original Path: trunk/src/osmparser.c
File length: 48009 byte(s)
Diff to previous 1161
Replace the 32-bit combined distance and flags in the segment with 16 bits for
each.


Revision 1161 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 20 14:16:58 2012 UTC (12 years, 3 months ago) by amb
Original Path: trunk/src/osmparser.c
File length: 48005 byte(s)
Diff to previous 1159
Tidy up all of the recent code changes - change the name of a few of the
functions.


Revision 1159 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 19 18:59:16 2012 UTC (12 years, 3 months ago) by amb
Original Path: trunk/src/osmparser.c
File length: 47981 byte(s)
Diff to previous 1154
Unconditionally mark ways as deleted if they have been modified to handle the
case when applying more than one change file if a way is created by the first of
the change files and modified by the second it will not be in the index.


Revision 1154 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Nov 18 19:41:47 2012 UTC (12 years, 4 months ago) by amb
Original Path: trunk/src/osmparser.c
File length: 48013 byte(s)
Diff to previous 1152
When marking modified nodes as deleted don't accidentally re-include them as new
ways with the deleted flag set.


Revision 1152 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Nov 18 17:29:26 2012 UTC (12 years, 4 months ago) by amb
Original Path: trunk/src/osmparser.c
File length: 47996 byte(s)
Diff to previous 1145
Mark modified relations as deleted before storing the modification to handle the
case where the modification causes it to be invalid and not stored therefore
leaving the old version.


Revision 1145 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 17 13:31:14 2012 UTC (12 years, 4 months ago) by amb
Original Path: trunk/src/osmparser.c
File length: 47952 byte(s)
Diff to previous 1140
Fix applying changes for ways (highways that have been modified to be
non-highways were not added to the database so the original remains).


Revision 1140 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Nov 16 18:47:07 2012 UTC (12 years, 4 months ago) by amb
Original Path: trunk/src/osmparser.c
File length: 47973 byte(s)
Diff to previous 1137
Code to allow adding OSC change files (.osc files) to an existing set of parsed
(and preserved) data.


Revision 1137 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Nov 11 16:05:10 2012 UTC (12 years, 4 months ago) by amb
Original Path: trunk/src/osmparser.c
File length: 41600 byte(s)
Diff to previous 1127
Mark those segments that come from ways which are areas with an explicit flag
rather than an implicit one (also fixes a bug).


Revision 1127 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 8 18:37:20 2012 UTC (12 years, 4 months ago) by amb
Original Path: trunk/src/osmparser.c
File length: 41725 byte(s)
Diff to previous 1125
Add two extra parsing rules for feet and inches.


Revision 1125 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Nov 4 09:42:44 2012 UTC (12 years, 4 months ago) by amb
Original Path: trunk/src/osmparser.c
File length: 41490 byte(s)
Diff to previous 1025
Log an error for ways with only 1 node and for relations with no nodes, ways or
relations.


Revision 1025 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jul 21 08:33:27 2012 UTC (12 years, 7 months ago) by amb
Original Path: trunk/src/osmparser.c
File length: 41179 byte(s)
Diff to previous 990
Fix problem with not logging all invalid tags.
Minor optimisation to speed up tag recognition.


Revision 990 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 1 16:39:58 2012 UTC (12 years, 10 months ago) by amb
Original Path: trunk/src/osmparser.c
File length: 39253 byte(s)
Diff to previous 955
Handle OSM files that contain changesets.


Revision 955 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jan 28 14:40:54 2012 UTC (13 years, 1 month ago) by amb
Original Path: trunk/src/osmparser.c
File length: 38367 byte(s)
Diff to previous 940
Simplify and standardise the included headers.


Revision 940 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Dec 10 15:56:44 2011 UTC (13 years, 3 months ago) by amb
Original Path: trunk/src/osmparser.c
File length: 38367 byte(s)
Diff to previous 923
Rename functionsx.h to osmparser.h.


Revision 923 - (view) (download) (as text) (annotate) - [select for diffs]
Added Sat Nov 26 15:52:57 2011 UTC (13 years, 3 months ago) by amb
Original Path: trunk/src/osmparser.c
File length: 38368 byte(s)
Diff to previous 919
Parse and store information about roundabouts (to improve routing instructions).



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.

  Diffs between and
  Type of Diff should be a