NextGIS Frontend
Preparing search index...
@nextgis/qms-core
QmsWmsLayer
Interface QmsWmsLayer
interface
QmsWmsLayer
{
attribution
?:
string
;
extent
?:
QmsExtent
;
format
:
string
;
layers
:
string
;
name
:
string
;
params
:
Record
<
string
,
string
>
;
service
:
QmsWmsService
;
type
:
"wms"
;
url
:
string
;
version
:
string
;
}
Hierarchy (
View Summary
)
QmsLayerBase
QmsWmsLayer
Index
Properties
attribution?
extent?
format
layers
name
params
service
type
url
version
Properties
Optional
attribution
attribution
?:
string
Optional
extent
extent
?:
QmsExtent
format
format
:
string
layers
layers
:
string
name
name
:
string
params
params
:
Record
<
string
,
string
>
service
service
:
QmsWmsService
type
type
:
"wms"
url
url
:
string
version
version
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attribution
extent
format
layers
name
params
service
type
url
version
NextGIS Frontend
Loading...