From 487cba15ad5329708f23b402db610b2515c389b5 Mon Sep 17 00:00:00 2001 From: Max Kohler Date: Sun, 12 Oct 2025 19:57:47 +0200 Subject: [PATCH] Add prop --- components/src/maplibre/GeoJSONSource/GeoJSONSource.mdx | 2 +- components/src/maplibre/GeoJSONSource/GeoJSONSource.svelte | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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