NextGIS Frontend
Preparing search index...
@nextgis/ngw-map
LayerAdapters
Interface LayerAdapters
interface
LayerAdapters
{
COG
:
MainLayerAdapter
<
any
,
any
,
RasterAdapterOptions
>
;
GEOJSON
:
VectorLayerAdapter
<
any
,
any
,
GeoJsonAdapterOptions
<
Feature
<
Geometry
,
GeoJsonProperties
>
,
any
,
Record
<
string
,
any
>
,
Record
<
string
,
any
>
,
>
,
>
;
IMAGE
:
MainLayerAdapter
<
any
,
any
,
ImageAdapterOptions
>
;
MVT
:
VectorLayerAdapter
;
OSM
:
MainLayerAdapter
;
TILE
:
MainLayerAdapter
<
any
,
any
,
TileAdapterOptions
>
;
WMS
:
MainLayerAdapter
<
any
,
any
,
WmsAdapterOptions
>
;
[
name
:
string
]:
MainLayerAdapter
<
any
,
any
,
AdapterOptions
<
Record
<
string
,
any
>
,
Record
<
string
,
any
>
>
,
>
;
}
Indexable
[
name
:
string
]:
MainLayerAdapter
<
any
,
any
,
AdapterOptions
<
Record
<
string
,
any
>
,
Record
<
string
,
any
>
>
,
>
Index
Properties
COG
GEOJSON
IMAGE
MVT
OSM
TILE
WMS
Properties
COG
COG
:
MainLayerAdapter
<
any
,
any
,
RasterAdapterOptions
>
GEOJSON
GEOJSON
:
VectorLayerAdapter
<
any
,
any
,
GeoJsonAdapterOptions
<
Feature
<
Geometry
,
GeoJsonProperties
>
,
any
,
Record
<
string
,
any
>
,
Record
<
string
,
any
>
,
>
,
>
IMAGE
IMAGE
:
MainLayerAdapter
<
any
,
any
,
ImageAdapterOptions
>
MVT
MVT
:
VectorLayerAdapter
OSM
OSM
:
MainLayerAdapter
TILE
TILE
:
MainLayerAdapter
<
any
,
any
,
TileAdapterOptions
>
WMS
WMS
:
MainLayerAdapter
<
any
,
any
,
WmsAdapterOptions
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
COG
GEOJSON
IMAGE
MVT
OSM
TILE
WMS
NextGIS Frontend
Loading...