Skip to main content

LayerServiceType

LayerServiceType = "VTS" | "WMS" | "WFS" | "FS" | "Unknown"

Service protocols supported for dataset integration.

Remarks

Each service type has distinct characteristics:

  • 'VTS': Vector Tile Service - High performance, pre-processed tiles
  • 'WMS': Web Map Service - Raster tiles with feature information
  • 'WFS': Web Feature Service - Vector feature data with query capabilities
  • 'FS': File System - Static files, local uploads, CDN-hosted data
  • 'Unknown': Fallback for unrecognized or pending service detection