diff --git a/components/src/maplibre/GeoJSONSource/GeoJSONSource.mdx b/components/src/maplibre/GeoJSONSource/GeoJSONSource.mdx index d8f75675..872f9d1e 100644 --- a/components/src/maplibre/GeoJSONSource/GeoJSONSource.mdx +++ b/components/src/maplibre/GeoJSONSource/GeoJSONSource.mdx @@ -6,7 +6,7 @@ import * as GeoJSONSourceStories from './GeoJSONSource.stories.svelte'; # GeoJSONSource -Loads vector data from a [GeoJSON](https://geojson.org/) object or file. +Loads vector data from a [GeoJSON](https://geojson.org/) object or file using Maplibre's [GeoJSONSource](https://maplibre.org/maplibre-gl-js/docs/API/classes/GeoJSONSource/). ```js