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 433559f commit dff393dCopy full SHA for dff393d
1 file changed
packages/layerchart/src/routes/docs/examples/GeoProjection/+page.svelte
@@ -7,6 +7,8 @@
7
geoMercator,
8
geoNaturalEarth1,
9
geoOrthographic,
10
+ geoStereographic,
11
+ geoGnomonic,
12
} from 'd3-geo';
13
import { feature } from 'topojson-client';
14
@@ -37,6 +39,8 @@
37
39
{ label: 'Mercator', value: geoMercator },
38
40
{ label: 'Natural Earth', value: geoNaturalEarth1 },
41
{ label: 'Orthographic', value: geoOrthographic },
42
+ { label: 'Stereographic', value: geoStereographic },
43
+ { label: 'Gnomonic', value: geoGnomonic },
44
];
45
46
const dataGeoJson = $derived(config.detailed ? data.geojsonDetail : data.geojson);
0 commit comments