update cluster radius, various cleanups

This commit is contained in:
Will Freeman
2024-12-24 17:06:49 -08:00
parent 03752a6ec6
commit 5e88647c54
5 changed files with 6 additions and 33 deletions
-6
View File
@@ -71,12 +71,6 @@ export const getALPRCounts = async () => {
return response.data;
}
export const getClusters = async () => {
const s3Url = "https://deflock-clusters.s3.us-east-1.amazonaws.com/alpr_clusters.json";
const response = await apiService.get(s3Url);
return response.data;
}
export const getCities = async () => {
const s3Url = "https://deflock-clusters.s3.us-east-1.amazonaws.com/flock_cameras_null.json";
const response = await apiService.get(s3Url);