GeoJsonDataVectorSource
A GeoJSON data source is a layer that is populated from GeoJSON data, such as from a local file, or programatically-created data.
Properties
type
type:
"geoJsonData"
Identifies this as a GeoJSON data source.
data
data:
object
The GeoJSON data for the layer.
This must be a GeoJSON FeatureCollection.
Last updated
Was this helpful?