alaCarte Maps
Renderer for OpenStreetMap tiles
op Namespace Reference

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...
 

Enumeration Type Documentation

Enum with binary operators used in selectors.

Enumerator
Equal 

Checks if two values are equal.

Unequal 

Checks if two values are not equal.

SameAs 

Checks if a value is recognised by a regex.

LessThen 

Checks if a value is lesser than another.

GreaterThen 

Checks if a value is greater then another.

LessEqual 

Checks if a value is lesser or equal to another.

GreaterEqual 

Checks if a value is greater or equal to another.

Definition at line 64 of file mapcss_def.hpp.

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.