waypoint images
@@ -32,7 +32,7 @@
|
|||||||
{{ distance ? distance : '' }} Km
|
{{ distance ? distance : '' }} Km
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<p class="overflow-auto max-h-12">{{ waypointInfo?.description ? waypointInfo.description : 'pippo says that you are serching in a unknown location' }}</p>
|
<p class="overflow-auto min-h-1/4">{{ waypointInfo?.description ? waypointInfo.description : 'pippo says that you are serching in a unknown location' }}</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ import {detailTranslations} from "../../interface/translations";
|
|||||||
import * as qrcode from 'qrcode';
|
import * as qrcode from 'qrcode';
|
||||||
import {WaypointsVisitedEntity} from "../../interface/WaypointsVisitedEntity";
|
import {WaypointsVisitedEntity} from "../../interface/WaypointsVisitedEntity";
|
||||||
import {ReadTranslateJsonService} from "../../service/language/readTranslateJson.service";
|
import {ReadTranslateJsonService} from "../../service/language/readTranslateJson.service";
|
||||||
import {CookieService} from "ngx-cookie-service";
|
import {cookieService} from "../../service/cookie.service";
|
||||||
import {UserService} from "../../service/http/user.service";
|
import {UserService} from "../../service/http/user.service";
|
||||||
import {UserEntity} from "../../interface/UserEntity";
|
import {UserEntity} from "../../interface/UserEntity";
|
||||||
import { trigger, state, transition, animate } from '@angular/animations';
|
import { trigger, state, transition, animate } from '@angular/animations';
|
||||||
@@ -45,7 +45,7 @@ export class DetailComponent implements OnInit {
|
|||||||
intervalID: any;
|
intervalID: any;
|
||||||
|
|
||||||
constructor(private route: ActivatedRoute, private positionService: positionService, private waypointService: WaypointService, private waypointVisitedService: WaypointVisitedService, private readTranslationJsonService: ReadTranslateJsonService,
|
constructor(private route: ActivatedRoute, private positionService: positionService, private waypointService: WaypointService, private waypointVisitedService: WaypointVisitedService, private readTranslationJsonService: ReadTranslateJsonService,
|
||||||
private userService: UserService, private cookieService: CookieService, private router: Router) {
|
private userService: UserService, private cookieService: cookieService, private router: Router) {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -95,10 +95,9 @@ export class DetailComponent implements OnInit {
|
|||||||
this.distance = this.positionService.getDistanceBetweenCoordinates(this.cord?.lat, this.cord?.lon, this.waypointInfo.lat, this.waypointInfo.lon);
|
this.distance = this.positionService.getDistanceBetweenCoordinates(this.cord?.lat, this.cord?.lon, this.waypointInfo.lat, this.waypointInfo.lon);
|
||||||
if (this.distance < 0.05) {
|
if (this.distance < 0.05) {
|
||||||
this.generateQR()
|
this.generateQR()
|
||||||
|
|
||||||
// implement this nex line in angular ts
|
// implement this nex line in angular ts
|
||||||
this.myModal.nativeElement.checked = true;
|
this.myModal.nativeElement.checked = true;
|
||||||
this.userService.getUser("tito").subscribe(user => {
|
this.userService.getUser(this.cookieService.getUsername()).subscribe(user => {
|
||||||
if (user?.id !== undefined) {
|
if (user?.id !== undefined) {
|
||||||
let waypointVisited: WaypointsVisitedEntity = {userId: user.id , waypointId: this.waypointInfo.id}
|
let waypointVisited: WaypointsVisitedEntity = {userId: user.id , waypointId: this.waypointInfo.id}
|
||||||
console.log("waypointVisited", waypointVisited)
|
console.log("waypointVisited", waypointVisited)
|
||||||
|
|||||||
|
After Width: | Height: | Size: 363 KiB |
BIN
src/assets/waypointImages/CastelliDiBellinzona.jpeg
Normal file
|
After Width: | Height: | Size: 365 KiB |
BIN
src/assets/waypointImages/ChiesaDiSantaMariaDegliAngeli.jpeg
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
src/assets/waypointImages/LagoMaggiore.jpeg
Normal file
|
After Width: | Height: | Size: 361 KiB |
BIN
src/assets/waypointImages/MonteBre.jpeg
Normal file
|
After Width: | Height: | Size: 415 KiB |
BIN
src/assets/waypointImages/MonteGeneroso.jpeg
Normal file
|
After Width: | Height: | Size: 310 KiB |
BIN
src/assets/waypointImages/MonteSanGiorigio.jpeg
Normal file
|
After Width: | Height: | Size: 1.3 MiB |
BIN
src/assets/waypointImages/MonteTamaro.jpeg
Normal file
|
After Width: | Height: | Size: 189 KiB |
|
After Width: | Height: | Size: 337 KiB |
BIN
src/assets/waypointImages/ParcoCiani.jpeg
Normal file
|
After Width: | Height: | Size: 1.2 MiB |
BIN
src/assets/waypointImages/SantuarioDellaMadonnaDelSasso.jpeg
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
src/assets/waypointImages/SassoSanGottardo.jpeg
Normal file
|
After Width: | Height: | Size: 338 KiB |
BIN
src/assets/waypointImages/ValleVerzasca.jpeg
Normal file
|
After Width: | Height: | Size: 297 KiB |