\ No newline at end of file
diff --git a/src/pages/Leaflet.vue b/src/pages/Leaflet.vue
index 41827d3..cbf9c24 100644
--- a/src/pages/Leaflet.vue
+++ b/src/pages/Leaflet.vue
@@ -2,12 +2,16 @@
import { ref } from 'vue';
import LeafletMap from '../components/LeafletMap.vue';
-let coords = ref([59.42691, 24.74344]);
+let coords = ref([59.461014, 24.881075]);
let zoom = ref(19);
+
+const HOME_LAT = 59.461014;
+const HOME_LNG = 24.881075;
- Go to Tartu
+ Go to Tartu
+ Go to home
-
+
\ No newline at end of file