SUMO - Simulation of Urban MObility
pc_typemap.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

const std::string navteqTypemap
 
const std::string osmTypemap
 
const std::string visumTypemap
 

Variable Documentation

const std::string navteqTypemap
Initial value:
=
"<polygonTypes>\n"
" <polygonType id=\"Stadtgrenze\" name=\"city\" color=\"0,0,0\" fill=\"false\" layer=\"1\"/>\n"
" <polygonType id=\"Waldgebiet\" name=\"forest\" color=\".3,1,0\" layer=\"-2\"/>\n"
" <polygonType id=\"Park\" name=\"park\" color=\".2,1,.3\" layer=\"-2\"/>\n"
" <polygonType id=\"Flughafen\" name=\"airport\" color=\".5,.5,.5\" layer=\"-1\"/>\n"
" <polygonType id=\"Bahn\" name=\"train\" color=\"1,0.3,0.3\" fill=\"false\" layer=\"1\"/>\n"
" <polygonType id=\"Oro8\" name=\"unknown\" fill=\"false\" color=\"1,1,0\" layer=\"-1\"/>\n"
" <polygonType id=\"Island\" name=\"island\" fill=\"true\" color=\".2,1,.3\" layer=\"1\"/>\n"
"</polygonTypes>"

Definition at line 1 of file pc_typemap.h.

Referenced by main().

const std::string osmTypemap

Definition at line 12 of file pc_typemap.h.

const std::string visumTypemap
Initial value:
=
"<polygonTypes>\n"
" <polygonType id=\"district\" name=\"district\" color=\"1,0,0\" fill=\"f\" layer=\"-1\"/>\n"
" <polygonType id=\"area\" name=\"area\" color=\"0,1,0\" fill=\"f\" layer=\"-2\"/>\n"
"\n"
" <polygonType id=\"Det\" name=\"detector\" color=\"0,1,0\" fill=\"f\" layer=\"2\"/>\n"
" <polygonType id=\"Knot\" name=\"node\" color=\"0,0,1\" fill=\"f\" layer=\"1\"/>\n"
"\n"
"</polygonTypes>"

Definition at line 54 of file pc_typemap.h.

Referenced by main().