Skip to content

Commit

Permalink
link to cluster example from GeoJSON source in API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewharvey authored and mourner committed Jul 21, 2018
1 parent f8fa54b commit 4fbcdc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/source/geojson_source.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 4fbcdc4

Please sign in to comment.