geoview-core
Preparing search index...
TypeBasemapLayer
Type Alias TypeBasemapLayer
interface used to define a new basemap layer
type
TypeBasemapLayer
=
{
basemapId
:
string
;
copyright
?:
string
;
extent
:
Extent
;
jsonUrl
?:
string
;
maxScale
:
number
;
minScale
:
number
;
opacity
:
number
;
origin
:
number
[]
;
resolutions
:
number
[]
;
source
:
OSM
|
XYZ
|
VectorTile
;
styleUrl
?:
string
|
BasemapCreationStyleUrl
;
type
:
string
;
url
?:
string
;
}
Index
Properties
basemap
Id
copyright?
extent
json
Url?
max
Scale
min
Scale
opacity
origin
resolutions
source
style
Url?
type
url?
Properties
basemap
Id
basemapId
:
string
Optional
copyright
copyright
?:
string
extent
extent
:
Extent
Optional
json
Url
jsonUrl
?:
string
max
Scale
maxScale
:
number
min
Scale
minScale
:
number
opacity
opacity
:
number
origin
origin
:
number
[]
resolutions
resolutions
:
number
[]
source
source
:
OSM
|
XYZ
|
VectorTile
Optional
style
Url
styleUrl
?:
string
|
BasemapCreationStyleUrl
type
type
:
string
Optional
url
url
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
basemap
Id
copyright
extent
json
Url
max
Scale
min
Scale
opacity
origin
resolutions
source
style
Url
type
url
geoview-core
Loading...
interface used to define a new basemap layer