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 42b1b88 commit 829659eCopy full SHA for 829659e
app/routes/explore.tsx
@@ -119,7 +119,7 @@ export async function loader({ request }: LoaderFunctionArgs) {
119
120
// check if sensors are queried - if not get devices only to reduce load
121
const devices = !urlFilterParams.get("phenomenon")
122
- ? await getDevices()
+ ? await getDevices("geojson")
123
: await getDevicesWithSensors();
124
125
const session = await getUserSession(request);
0 commit comments