diff --git a/src/source/geojson_source.js b/src/source/geojson_source.js index a63e5fcac4f..ff287a541d7 100644 --- a/src/source/geojson_source.js +++ b/src/source/geojson_source.js @@ -58,6 +58,7 @@ import type {PerformanceResourceTiming} from '../types/performance_resource_timi * @see [Draw GeoJSON points](https://www.mapbox.com/mapbox-gl-js/example/geojson-markers/) * @see [Add a GeoJSON line](https://www.mapbox.com/mapbox-gl-js/example/geojson-line/) * @see [Create a heatmap from points](https://www.mapbox.com/mapbox-gl-js/example/heatmap/) + * @see [Create and style clusters](https://www.mapbox.com/mapbox-gl-js/example/cluster/) */ class GeoJSONSource extends Evented implements Source { type: 'geojson';