We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 025f899 commit e7247e2Copy full SHA for e7247e2
app/src/main.ts
@@ -27,7 +27,7 @@ let selectedFeatureId: string | null = null;
27
let selectedFeature: Feature | null;
28
let selectedRegionId: string | null = null;
29
let selectedRegionCenter: any | string | null;
30
-const selectedCircleRadiusKilometers = 1;
+const selectedCircleRadiusKilometers = 0.25;
31
let selectedRegionFeature: Feature | null = null;
32
let boundingBox: [number, number, number, number] | null = null;
33
let selectedCategory: Category = Category.Drinks; // default selectedCategory is drinks
0 commit comments