worldwind-ui API / worldwind-kit / GeoJsonStyleResolver
Type Alias: GeoJsonStyleResolver ​
GeoJsonStyleResolver = (
feature) =>GeoJsonStyle|undefined
Defined in: kit/src/geojson.ts:48
Returns the style for one feature; return undefined for the defaults.
Parameters ​
feature ​
Returns ​
GeoJsonStyle | undefined