alaCarte Maps
Renderer for OpenStreetMap tiles
obj Namespace Reference

Enumerations

enum  ObjectTypeEnum {
  Node, Way, Relation, Area,
  Line, Any
}
 Enum with object selectors. More...
 

Enumeration Type Documentation

Enum with object selectors.

Enumerator
Node 

Selects nodes.

Way 

Selects ways.

Relation 

Selects relations.

Area 

Selects areas (closed ways)

Line 

Selects lines (unclosed ways)

Any 

Selects everything.

Definition at line 49 of file mapcss_def.hpp.