We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b564a6b commit a17749dCopy full SHA for a17749d
mobile/components/OMap/OMap.tsx
@@ -43,7 +43,7 @@ interface OMapProps {
43
showBlacklistedRegions: boolean;
44
}
45
46
-const DEFAULT_RADIUS_SIZE = 1000;
+const DEFAULT_RADIUS_SIZE = 250;
47
48
export const OMap = (props: OMapProps) => {
49
const { saveChangesToBackend, showHeatmap, showBlacklistedRegions } = props;
0 commit comments