Skip to content

worldwind-ui API / worldwind-kit / LoadGeoJsonOptions

Interface: LoadGeoJsonOptions ​

Defined in: kit/src/geojson.ts:51

Properties ​

fetch? ​

optional fetch?: (input, init?) => Promise<Response>

Defined in: kit/src/geojson.ts:54

Injectable for tests or custom transports.

MDN Reference

Parameters ​

input ​

URL | RequestInfo

init? ​

RequestInit

Returns ​

Promise<Response>


signal? ​

optional signal?: AbortSignal

Defined in: kit/src/geojson.ts:55


style? ​

optional style?: GeoJsonStyle | GeoJsonStyleResolver

Defined in: kit/src/geojson.ts:52

MIT licensed. Not affiliated with NASA; WorldWind is NASA's open-source virtual globe.