Options
All
  • Public
  • Public/Protected
  • All
Menu

Valid generic subject layer types

export
since

0.14

Index

Enumeration members

CSV = "CSV"

A vector layer based on an external CSV file

CustomVector = "CustomVector"

A vector layer based on a custom-defined format whose driver was registered with ExternalLayerFactoryRegistry.registerExternalVectorLayerCreator

GeoJSON = "GeoJSON"

A vector layer based on an external GeoJSON file

GeoJSON_Inline = "GeoJSON_Inline"

A vector layer based on an inline GeoJSON fragment

KML = "KML"

A vector layer based on an external KML file

MVT = "MVT"

A vector layer based on a Mapbox Vector Tile set

StaticImage = "StaticImage"

A static image layer

since

0.14.3

TileWMS = "TileWMS"

A tiled WMS layer

WFS = "WFS"

A WFS layer

since

0.14.4

XYZ = "XYZ"

A XYZ tileset

since

0.14.3

remarks

A XYZ subject layer will not be added as a base layer. It will be considered as an "overlay" with respect to any existing base layers present

Generated using TypeDoc