Skip to content

Both copy text to your clipboard — Build with AI copies a setup prompt to paste into Claude Code, Cursor, Codex or Copilot; Copy page as Markdown copies this page to paste into a chat. How it works

LoadGeoJSONParameters ​

LoadGeoJSONParameters = GeoJSONWorkerOptions & object

Defined in: src/source/geojson_worker_source.ts:39

Parameters needed to load a geojson to the worker

Type declaration ​

data? ​

optional data: string

Literal GeoJSON data. Must be provided if request.url is not.

dataDiff? ​

optional dataDiff: GeoJSONSourceDiff

request? ​

optional request: RequestParameters

type ​

type: "geojson"