Skip to content

Commit

Permalink
default to cape town
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkst-pieter committed Dec 13, 2024
1 parent c7ea212 commit bc147a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend_vue/src/components/ui/CustomMap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const props = defineProps<{
const isLoading = ref(true);
const openedMarkerID = ref();
const mapRef = ref();
const center = ref({ lat: 0, lng: 0 });
const center = ref({ lat: -33.9221, lng: 18.4231 }); // Default to Cape Town
function parseGeoInfoLocation(info: string) {
const locationArray = info.split(',');
Expand Down

0 comments on commit bc147a7

Please sign in to comment.