-
{{ selectedPlace.name }}
+ {{ selectedPlace.name }}
@@ -53,43 +53,44 @@
-
+
-
Place
+
Place
{{ selectedPlace.place }}
- Latitude
+ Latitude
{{ selectedPlace.lat }}
- Longitude
+ Longitude
{{ selectedPlace.lng }}
- Price
+ Price
{{ selectedPlace.price || '-' }} @if (selectedPlace.price) { {{ currency$ | async }} }
- Duration
+ Duration
{{ selectedPlace.duration || '-' }}
- Description
-
+ Description
+
diff --git a/src/src/app/shared/place-gpx/place-gpx.component.html b/src/src/app/shared/place-gpx/place-gpx.component.html
index db9b596..5318f9c 100644
--- a/src/src/app/shared/place-gpx/place-gpx.component.html
+++ b/src/src/app/shared/place-gpx/place-gpx.component.html
@@ -1,12 +1,13 @@
@if (selectedPlace) {
-
+
-
Trace of {{ selectedPlace.name }}
+ Trace of {{ selectedPlace.name
+ }}