Type aliases
FeatureItemToNgw
Type parameters
G: Geometry | string = Geometry
GeometryType
GeometryType: "POINT" | "LINESTRING" | "POLYGON" | "MULTIPOINT" | "MULTILINESTRING" | "MULTIPOLYGON" | "POINTZ" | "LINESTRINGZ" | "POLYGONZ" | "MULTIPOINTZ" | "MULTILINESTRINGZ" | "MULTIPOLYGONZ"
NgwExceptions
NgwExceptions: "nextgisweb.resource.exception.ResourceNotFound" | "nextgisweb.core.exception.InsufficientPermissions"
RequestItemAdditionalParams
RequestItemAdditionalParams: {} & { paramList?: [string, any][] }
RequestItemsParams
Type parameters
RequestMethods
RequestMethods: "POST" | "GET" | "PATCH" | "DELETE" | "PUT"
ResourceCls
ResourceCls: "resource_group" | "postgis_layer" | "wmsserver_service" | "basemap_layer" | "postgis_connection" | "webmap" | "wfsserver_service" | "vector_layer" | "raster_layer" | "mapserver_style" | "qgis_vector_style" | "qgis_raster_style" | "raster_style" | "file_bucket" | "lookup_table" | "wmsclient_layer" | "wmsclient_connection" | "formbuilder_form" | "file_bucket" | "terrain_provider" | "model_3d" | "tmsclient_layer"
ResourceIdKeynameDef
ResourceIdKeynameDef: string | number
ResourceStoreItem
Type parameters
ResourceStoreItemProperties
ResourceStoreItemProperties: {} | null
VectorFieldDatatype
VectorFieldDatatype: "STRING" | "REAL" | "DATE" | "TIME" | "DATETIME" | "BIGINT" | "INTEGER" | "BOOLEAN"
A lightweight HTTP client optimized for use with NextGIS Web API
Make sure CORS is registered in the NextGIS Web settings to be able to send requests.