Skip to content

Commit

Permalink
Set distance to 1000
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoWeik committed Nov 2, 2023
1 parent fab081f commit 3056734
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export default {
return;
}else{
console.log(this.location);
if(this.distanza>200){
if(this.distanza>1000){
console.log("EEEEH TROPPO DISTANTE");
this.$refs.distance_alert.second=true;
return;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var translations = {
"alreadyLoggedMsg": "You're already logged in, have fun mapping!",
"pointsMsg": "Points",
"rankingMsg": "Ranking",
"distanceMsg": "You can't answer questions that are further than 200 metres from you",
"distanceMsg": "You can't answer questions that are further than 1000 metres from you",
"levelUpMsg": "Congratulations! You leveled up!",
"geoPermissionMsg": "In order to answer questions you have to give geolocalization permissions",
"writeMsg": "Write Here...",
Expand Down Expand Up @@ -186,7 +186,7 @@ var translations = {
"alreadyLoggedMsg": "Login Già Effettuato, Buon Divertimento!",
"pointsMsg": "Punteggio",
"rankingMsg": "Classifica",
"distanceMsg": "Puoi rispondere a domande che si trovano al massimo a 200 metri di distanza dalla tua posizione corrente",
"distanceMsg": "Puoi rispondere a domande che si trovano al massimo a 1000 metri di distanza dalla tua posizione corrente",
"levelUpMsg": "Congratulazioni! Sei salito di livello!",
"geoPermissionMsg": "Per rispondere alle domande sulla mappa devi dare i permessi di geolocalizzazione",
"writeMsg": "Scrivi la frase...",
Expand Down Expand Up @@ -360,7 +360,7 @@ var translations = {
"alreadyLoggedMsg": "Je bent al ingelogd, veel plezier met mappen!",
"pointsMsg": "Punten",
"rankingMsg": "Klassering",
"distanceMsg": "Je kan geen vragen beantwoorden die verder dan 200 meter van je af zijn",
"distanceMsg": "Je kan geen vragen beantwoorden die verder dan 1000 meter van je af zijn",
"levelUpMsg": "Gefeliciteerd! Je bent een niveau omhoog gegaan!",
"geoPermissionMsg": "Om vragen te kunnen beantwoorden moet je de app toegang geven tot je locatie",
"writeMsg": "Schrijf hier...",
Expand Down

0 comments on commit 3056734

Please sign in to comment.