Type alias: MapGeoJSONFeature¶
Ƭ MapGeoJSONFeature: GeoJSONFeature
& { layer
: DistributiveOmit
\<LayerSpecification
, "source"
> & { source
: string
} ; source
: string
; sourceLayer?
: string
; state
: { [key: string]
: any
; } }
An extended geojson feature used by the events to return data to the listener
Defined in¶
src/util/vectortile_to_geojson.ts:18