Options
All
  • Public
  • Public/Protected
  • All
Menu

Module ngw-connector

A lightweight HTTP client optimized for use with NextGIS Web API

remarks

Make sure CORS is registered in the NextGIS Web settings to be able to send requests.

Index

Type aliases

FeatureItemToNgw<F, G>: FeatureItem<F, G>

Type parameters

GeometryType: "POINT" | "LINESTRING" | "POLYGON" | "MULTIPOINT" | "MULTILINESTRING" | "MULTIPOLYGON" | "POINTZ" | "LINESTRINGZ" | "POLYGONZ" | "MULTIPOINTZ" | "MULTILINESTRINGZ" | "MULTIPOLYGONZ"
NgwDateTimeFormat: NgwDateFormat & NgwTimeFormat
NgwExceptions: "nextgisweb.resource.exception.ResourceNotFound" | "nextgisweb.core.exception.InsufficientPermissions"
PyramidSettings: PyramidSettingsPyramid | Record<string, any>
RequestItemAdditionalParams: {} & { paramList?: [string, any][] }
RequestItemKeys: { readonly [ T in keyof RequestItemsParamsMap]?: any }
RequestItemsParams<K>: (RequestItemsParamsMap[K] | Record<string, unknown>) & RequestItemAdditionalParams

Type parameters

RequestMethods: "POST" | "GET" | "PATCH" | "DELETE" | "PUT"
RequestTransformFunction: (url: string, options: RequestOptions) => [url: string, options: RequestOptions]

Type declaration

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: string | number
ResourceItemDatatype: VectorFieldDatatype
deprecated
ResourceStoreItem<P>: ResourceStoreItemDefault & { data?: string } & P

Type parameters

ResourceStoreItemProperties: {} | null
Router: PyramidRoute
VectorFieldDatatype: "STRING" | "REAL" | "DATE" | "TIME" | "DATETIME" | "BIGINT" | "INTEGER" | "BOOLEAN"

Generated using TypeDoc