Go to the source code of this file.
const std::string opendriveTypemap |
Initial value:=
"<types xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:noNamespaceSchemaLocation=\"http://sumo.dlr.de/xsd/types_file.xsd\">\n"
" <type id=\"driving\" priority=\"1\" speed=\"22.22\" disallow=\"pedestrian\" width=\"3.65\"/>\n"
" <type id=\"mwyEntry\" priority=\"1\" speed=\"22.22\" disallow=\"pedestrian\" width=\"3.65\"/>\n"
" <type id=\"mwyExit\" priority=\"1\" speed=\"22.22\" disallow=\"pedestrian\" width=\"3.65\"/>\n"
" <type id=\"parking\" priority=\"1\" speed=\"1.39\" disallow=\"pedestrian\" width=\"3.65\"/>\n"
" <type id=\"special1\" priority=\"1\" speed=\"22.22\" disallow=\"pedestrian\" width=\"3.65\"/>\n"
" <type id=\"stop\" priority=\"1\" speed=\"22.22\" disallow=\"pedestrian\" width=\"3.65\"/>\n"
"</types>\n"
Definition at line 1 of file typemap.h.
Referenced by NILoader::load().
const std::string osmTypemap |