We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
data.geojson
1 parent 4ca814f commit 0504bf9Copy full SHA for 0504bf9
1 file changed
packages/layerchart/src/routes/docs/examples/ZoomableTileMap/+page.ts
@@ -1,7 +1,8 @@
1
import pageSource from './+page.svelte?raw';
2
3
-export async function load() {
+export async function load({ fetch }) {
4
return {
5
+ geojson: (await fetch('https://cdn.jsdelivr.net/npm/us-atlas@3/counties-10m.json')).json(),
6
meta: {
7
pageSource,
8
},
0 commit comments