From 4fbcdc491c70f98e6cbeb0e91459c921cea413ba Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Sat, 21 Jul 2018 12:36:00 +1000 Subject: [PATCH] link to cluster example from GeoJSON source in API doc --- src/source/geojson_source.js | 1 + 1 file changed, 1 insertion(+) 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';