Class: LayerConversionService

LayerConversionService

Service for converting and applying layers from GIS maps to Mapbox renderer.

new LayerConversionService()

MapboxViewer/application/services/LayerConversionService.ts, line 9

Methods

asyncconvertAndApplyLayers(gisMap, mapboxRenderer, layers)

MapboxViewer/application/services/LayerConversionService.ts, line 24

Converts and applies layers from the GIS map to the Mapbox renderer.

Name Type Description
gisMap

The staging map containing layers.

mapboxRenderer

The Mapbox renderer instance.

layers

The layer registry to store converted layers.