diff --git a/webapp/graphql/Fragments.js b/webapp/graphql/Fragments.js
index 23d2c11d3..89b089e04 100644
--- a/webapp/graphql/Fragments.js
+++ b/webapp/graphql/Fragments.js
@@ -17,6 +17,8 @@ export const locationAndBadgesFragment = (lang) => gql`
fragment locationAndBadges on User {
location {
name: name${lang}
+ lng
+ lat
}
badges {
id
diff --git a/webapp/pages/map.vue b/webapp/pages/map.vue
index 91773a5f8..680323cc0 100644
--- a/webapp/pages/map.vue
+++ b/webapp/pages/map.vue
@@ -39,7 +39,11 @@
-
+
@@ -47,8 +51,10 @@