# GeoJsonDataVectorSource

***

A GeoJSON data source is a layer that is populated from GeoJSON data, such as from a local file, or programmatically-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.
