Skip to content

worldwind-ui API / worldwind-kit / GeoJsonPointStyle

Interface: GeoJsonPointStyle ​

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

Properties ​

imageColor? ​

optional imageColor?: ColorInput

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


imageOffset? ​

optional imageOffset?: OffsetInput

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


imageScale? ​

optional imageScale?: number

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


imageSource? ​

optional imageSource?: string | null

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

Image URL, or null for label-only points. Defaults to a pushpin.


labelColor? ​

optional labelColor?: ColorInput

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


labelFontSize? ​

optional labelFontSize?: number

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


labelProperty? ​

optional labelProperty?: string

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

Name of the feature property to use as the label.


pushpin? ​

optional pushpin?: PushpinColor

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

Pushpin colour used when no imageSource is given.

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