New translations poi.mdx (Norwegian)

[ci skip]
This commit is contained in:
vcoppe
2026-05-11 12:13:52 +02:00
parent f8608147e7
commit b4f96ca777
+9 -9
View File
@@ -1,5 +1,5 @@
--- ---
title: Points of interest title: Interessepunkt
--- ---
<script> <script>
@@ -9,19 +9,19 @@ title: Points of interest
# <MapPin size="24" class="inline-block" style="margin-bottom: 5px" /> { title } # <MapPin size="24" class="inline-block" style="margin-bottom: 5px" /> { title }
[Points of interest](../gpx) can be added to GPX files to mark locations of interest on the map and display them on your GPS device. [Interessepunkt](../gpx) kan legges til GPX filer for å markere punkter av interesse for å vises på en GPS-enhet.
### Creating a point of interest ### Opprettelse av interessepunkt
To create a point of interest, fill in the form shown below. Fyll ut skjemaet nedenfor for å opprette et interessepunkt.
You can choose the location of the point of interest either by clicking on the map or by entering the coordinates manually. Ved å klikke på kartet eller skrive inn koordinatene, kan du angi plassering til interessepunktet.
Validate the form when you are done. Bekreft skjemaet når du er ferdig.
<div class="flex flex-row justify-center"> <div class="flex flex-row justify-center">
<Waypoint class="text-foreground p-3 border rounded-md shadow-lg" /> <Waypoint class="text-foreground p-3 border rounded-md shadow-lg" />
</div> </div>
### Editing a point of interest ### Redigering av interessepunkt
The form above can also be used to edit an existing point of interest after selecting it on the map. Et eksisterende interessepunkt kan også redigeres ved å velge det på kartet og deretter bruke skjemaet over.
If you only need to move the point of interest, you can drag it to the desired location. Interessepunktet kan flyttes ved å dra det til ønsket plassering.