| 1 | = OpenGeoSMS = |
| 2 | |
| 3 | This is a simple format for encoding Latitude & Longitude into a text message (SMS/Email/Twitter). |
| 4 | |
| 5 | It sends as a GoogleMaps URL (our implementation also supports OpenStreetMap). |
| 6 | |
| 7 | * The LatLon can be manually copied to a GPS, if the recipient is on a non-SmartPhone or has no Internet access from that location. |
| 8 | * If they have a !SmartPhone then they can click on the URL to see the location being discussed on a map |
| 9 | * If they have the Android application then they can get additional functionality to support Incident Reporting, Task Dispatch & peer to peer Team Communications ("I am here", "Where are you?", "Let's meet here") |
| 10 | |
| 11 | Android source is available on Github: |
| 12 | * https://github.com/SahanaOpenGeoSMS/Sahana_OpenGeoSMS |
| 13 | Binary: |
| 14 | * http://eden.sahanafoundation.org/downloads/SahanaGeoSMSerV2.apk |
| 15 | |
| 16 | Our support is in {{{modules/s3/s3msg.py}}}: |
| 17 | * {{{msg.prepare_opengeosms(self, location_id, code="S", map="google", text="")}}} |
| 18 | * S = Sahana |
| 19 | * ST = Sahana Task Dispatch |
| 20 | * SI = Sahana Incident Report |
| 21 | |
| 22 | This will be useful for: |
| 23 | * [Deployment/Bombeiros Bombeiros] |
| 24 | * [BluePrintCERT CERT] |