alaCarte Maps
Renderer for OpenStreetMap tiles
|
Enumerations | |
enum | BinaryTypesEnum { Equal, Unequal, SameAs, LessThen, GreaterThen, LessEqual, GreaterEqual } |
Enum with binary operators used in selectors. More... | |
enum | UnaryTypesEnum { HasTag, Not, Minus } |
Enum with unary operators used in selectors. More... | |
enum op::BinaryTypesEnum |
Enum with binary operators used in selectors.
Definition at line 64 of file mapcss_def.hpp.
enum op::UnaryTypesEnum |
Enum with unary operators used in selectors.
Enumerator | |
---|---|
HasTag |
Checks if a geoobject has a certain tag. |
Not |
Checks if a geoobject does not have a certain tag. |
Minus |
Definition at line 76 of file mapcss_def.hpp.