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.
1 parent db4263e commit b0971c4Copy full SHA for b0971c4
docs/loaders.md
@@ -51,7 +51,7 @@ const quakes = FileAttachment("quakes.csv").csv({typed: true});
51
Now you can display the earthquakes in a map using [Observable Plot](./lib/plot):
52
53
```js
54
-const world = await fetch(import.meta.resolve("npm:world-atlas/world/110m.json")).then((response) => response.json());
+const world = await fetch(import.meta.resolve("npm:world-atlas/land-110m.json")).then((response) => response.json());
55
const land = topojson.feature(world, world.objects.land);
56
```
57
0 commit comments