Skip to content

autk-map


autk-map / LayerType

Enumeration: LayerType

Defined in: constants.ts:13

The types of layer supported in autk-map.

Enumeration Members

AUTK_GEO_POINTS

AUTK_GEO_POINTS: "points"

Defined in: constants.ts:19

Represents a layer with points or multipoints.


AUTK_GEO_POLYGONS

AUTK_GEO_POLYGONS: "polygons"

Defined in: constants.ts:21

Represents a layer of polygons or multipolygons.


AUTK_GEO_POLYLINES

AUTK_GEO_POLYLINES: "polylines"

Defined in: constants.ts:20

Represents a layer of linestrings or multilinestrings.


AUTK_OSM_BUILDINGS

AUTK_OSM_BUILDINGS: "buildings"

Defined in: constants.ts:18

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


AUTK_OSM_PARKS

AUTK_OSM_PARKS: "parks"

Defined in: constants.ts:15

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


AUTK_OSM_ROADS

AUTK_OSM_ROADS: "roads"

Defined in: constants.ts:17

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


AUTK_OSM_SURFACE

AUTK_OSM_SURFACE: "surface"

Defined in: constants.ts:14

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


AUTK_OSM_WATER

AUTK_OSM_WATER: "water"

Defined in: constants.ts:16

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


AUTK_RASTER

AUTK_RASTER: "raster"

Defined in: constants.ts:22

Represents a raster layer.

Released under the MIT License.