Manually Enter Coordinates for Location Entry on iPhone

51 views
Skip to first unread message

Tiffany May

unread,
Jun 16, 2025, 6:43:25 PM6/16/25
to mementodatabase
I'm trying to find a way to manually enter coordinates to the location field, but I'm not able to. It just pulls up Maps to drop a point. The wiki page said there should be a way to manually enter coordinates, but I can't figure it out.

Mmm

unread,
Jun 17, 2025, 5:30:57 AM6/17/25
to mementodatabase
Вариант решения с помощью триггеров:
1. Скрипты-триггеры:
https://mementodb.com/t/5030991060271104
2. Правила-триггеры:
https://mementodb.com/t/6389334597173248

вторник, 17 июня 2025 г. в 01:43:25 UTC+3, auror...@gmail.com:

Er Mo

unread,
Jun 17, 2025, 1:25:31 PM6/17/25
to mementodatabase
Hallo
Ich verwende dafür ein Aktionsskript . In den wird " Lat " und " Lng " abgefragt und dann in der GPS Feld ( B ) geschriben .dafür braucht es nur 3 Zeilen Code
var lat = arg("Lat")
var lon = arg("Lng")
entry().set("B",lat+","+lon)
und das Argumente 2 Text felder mit Namen " Lat " , " Lng " .Bei der Eingabe muss mit eine Punkt ( . ) getrennt werden .

Hello
I'm using an action script for this. It queries "Lat" and "Lng" and then writes them to the GPS field (B). This only requires three lines of code:
var lat = arg("Lat")
var lon = arg("Lng")
entry().set("B",lat+","+lon)
and the arguments are two text fields named "Lat" and "Lng". The input must be separated by a period (.).

Ernst
Reply all
Reply to author
Forward
0 new messages