Solved some circular header inclusion problems.
Added a feature to specify a set of path types to import, each with a set of highways and other tags. Each path type has its own parameters to generate the geometry.
Showing
- include/common.h 3 additions, 0 deletionsinclude/common.h
- include/opendrive/opendrive_junction.h 1 addition, 0 deletionsinclude/opendrive/opendrive_junction.h
- include/opendrive/opendrive_road_segment.h 1 addition, 4 deletionsinclude/opendrive/opendrive_road_segment.h
- include/osm/osm_common.h 16 additions, 3 deletionsinclude/osm/osm_common.h
- include/osm/osm_junction.h 2 additions, 2 deletionsinclude/osm/osm_junction.h
- include/osm/osm_map.h 14 additions, 3 deletionsinclude/osm/osm_map.h
- include/osm/osm_road_segment.h 1 addition, 2 deletionsinclude/osm/osm_road_segment.h
- include/osm/osm_way.h 12 additions, 6 deletionsinclude/osm/osm_way.h
- include/road.h 3 additions, 3 deletionsinclude/road.h
- include/road_map.h 2 additions, 3 deletionsinclude/road_map.h
- src/examples/osm_import_test.cpp 30 additions, 2 deletionssrc/examples/osm_import_test.cpp
- src/opendrive/opendrive_junction.cpp 2 additions, 0 deletionssrc/opendrive/opendrive_junction.cpp
- src/osm/osm_junction.cpp 23 additions, 20 deletionssrc/osm/osm_junction.cpp
- src/osm/osm_map.cpp 115 additions, 14 deletionssrc/osm/osm_map.cpp
- src/osm/osm_road_segment.cpp 28 additions, 23 deletionssrc/osm/osm_road_segment.cpp
- src/osm/osm_way.cpp 84 additions, 46 deletionssrc/osm/osm_way.cpp
- src/road_map.cpp 3 additions, 1 deletionsrc/road_map.cpp
Loading
Please register or sign in to comment