UNPKG

@geogirafe/lib-geoportal

Version:

GeoGirafe is a flexible application to build online geoportals.

7 lines (6 loc) 339 B
import OgcApiFeaturesClient, { OgcApiFeaturesClientOptions } from './ogcapifeaturesclient'; import { HttpMethod } from './ogcapiclient'; export default class OgcApiFeaturesClientGeorama extends OgcApiFeaturesClient { constructor(options: OgcApiFeaturesClientOptions); protected getFetchOptions(method?: HttpMethod): RequestInit; }