Enumeration LayerType

Source
Expand description

The types of layer supported in autk-map.

Enumeration Members§

§

AUTK_GEO_POINTS = "points"

Represents a layer with points or multipoints.

§

AUTK_GEO_POLYGONS = "polygons"

Represents a layer of polygons or multipolygons.

§

AUTK_GEO_POLYLINES = "polylines"

Represents a layer of linestrings or multilinestrings.

§

AUTK_OSM_BUILDINGS = "buildings"

Represents the OpenStreetMap buildings layer (it must be a feature collection of polygons).

§

AUTK_OSM_PARKS = "parks"

Represents the OpenStreetMap parks layer (it must be a feature collection of polygons).

§

AUTK_OSM_ROADS = "roads"

Represents the OpenStreetMap roads layer (it must be a feature collection of polylines).

§

AUTK_OSM_SURFACE = "surface"

Represents the OpenStreetMap surface layer (it must be a feature collection of polygons).

§

AUTK_OSM_WATER = "water"

Represents the OpenStreetMap water layer (it must be a feature collection of polygons).

§

AUTK_RASTER = "raster"

Represents a raster layer.