arlas-wui-toolkit / Exports / ArlasMapSettings

Class: ArlasMapSettings

Implements

  • MapSettingsService

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new ArlasMapSettings(startUpService)

Parameters

Name Type
startUpService ArlasStartupService

Defined in

projects/arlas-toolkit/src/lib/services/map-settings/map-settings.service.ts:32

Properties

mapContributors

mapContributors: MapContributor[] = []

Defined in

projects/arlas-toolkit/src/lib/services/map-settings/map-settings.service.ts:30


startUpService

startUpService: ArlasStartupService

Defined in

projects/arlas-toolkit/src/lib/services/map-settings/map-settings.service.ts:32

Methods

getGeoQueries

getGeoQueries(): Map<string, [GeometrySelectModel[], OperationSelectModel[], string]>

Returns

Map<string, [GeometrySelectModel[], OperationSelectModel[], string]>

Implementation of

MapSettingsService.getGeoQueries

Defined in

projects/arlas-toolkit/src/lib/services/map-settings/map-settings.service.ts:38