You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sms_api_v1.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,26 +42,26 @@ You can provide the `alarmText` and `coordinates` (location of incident).
42
42
43
43
####Koordinaten
44
44
45
-
Falls Koordinaten übermittelt werden sollen, können diese in folgenden Formaten an einer beliebigen Stelle im Alarmtext stehen. Diese Koordianten werden aus der SMS extrahiert und zum Alarm gespeichert.
45
+
Coordinates may occur anywhere within the alarm text. They will be parsed and added to the alarm. It is important that coordinates have the following format:
46
46
47
-
**Via Längen- & Breitengrad (WGS84)**
47
+
**longitude & latitude (WGS84)**
48
48
49
49
```
50
50
[xx.xxxxxx,yy.yyyyyy]
51
51
```
52
-
oder
52
+
or
53
53
```
54
54
(xx.xxxxxx,yy.yyyyyy)
55
55
```
56
-
Zum Beispiel`(48.220778,16.3100209)`für Wien.
56
+
e.g.`(48.220778,16.3100209)`for Vienna.
57
57
58
-
**Via Rechts- & Hochwert**
58
+
**easting & northing**
59
59
```
60
60
XY: xxxxxxx.xx / yyyyyyy.yy
61
61
```
62
-
Zum Beispiel`XY:4468503.333/5333317.780`für München.
62
+
e.g.`XY:4468503.333/5333317.780`for Munich.
63
63
64
-
Es gilt zu Beachten, dass sowohl der Rechtswert, als auch der Hochwert genau 7Ziffern lang sein müssen. Optional kann mit einem Punkt getrennte Kommastellen einfügen.
64
+
Please note that the easting as well as the northing must consist of 7digits. The decimal point and everything behind it are optional.