Skip to content

Commit 3a4afb6

Browse files
authored
fix(map): use countries.geojson instead of countries.json (#233)
1 parent a2a2323 commit 3a4afb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dashboard/lib/geo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { useQuery } from "@tanstack/react-query";
22

3-
const countriesGeoUrl = "/countries.json";
3+
const countriesGeoUrl = "/countries.geojson";
44
const subdivisionsGeoUrl = "/subdivisions.json";
55

66
export type Subdivisions = {

0 commit comments

Comments
 (0)