Find a file
2022-05-03 15:49:25 +02:00
src minor refactor 2022-05-03 15:49:25 +02:00
vendor minor refactor 2022-05-03 15:49:25 +02:00
.gitignore minor refactor 2022-05-03 15:49:25 +02:00
.gitmodules minor refactor 2022-05-03 15:49:25 +02:00
CMakeLists.txt minor refactor 2022-05-03 15:49:25 +02:00
README.md Added README 2021-04-18 19:36:14 +02:00

OSMParser

OSMParser is a C++ library for reading and parsing OSM XML data. It uses tinyxml2 to read map data from a file and creates a C++ object to store all relevant data.

OSMParser does

  • extract all nodes, ways, relations from the XML file
  • tag each node, way, relation accordingly
  • make it easy to retrieve references (nd- and member-tags are stored as pointers)

OSMParser does not

  • render map data
  • assemble relations like multipolygons
  • query map data

To see OSMParser in action check out my related project