core/common/ApplicationOptions.ts
Properties |
| label |
label:
|
Type : string
|
|
A label to show to the end user. |
| layerUrl |
layerUrl:
|
Type : string
|
|
The layer url in the specific leaflet format. |
| options |
options:
|
Type : any
|
|
Additional options. Note this options are not typed as leaflet should not be by default included. The type from leaflet is L.TileLayerOptions. |
| priority |
priority:
|
Type : number
|
| Optional |
|
Define the order of the layers to be shown to the user. Highest priority first. |