Changes between Initial Version and Version 1 of BluePrint/Messaging/OpenGeoSMS


Ignore:
Timestamp:
12/05/11 13:39:21 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/Messaging/OpenGeoSMS

    v1 v1  
     1= OpenGeoSMS =
     2
     3This is a simple format for encoding Latitude & Longitude into a text message (SMS/Email/Twitter).
     4
     5It 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
     11Android source is available on Github:
     12* https://github.com/SahanaOpenGeoSMS/Sahana_OpenGeoSMS
     13Binary:
     14* http://eden.sahanafoundation.org/downloads/SahanaGeoSMSerV2.apk
     15
     16Our 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
     22This will be useful for:
     23 * [Deployment/Bombeiros Bombeiros]
     24 * [BluePrintCERT CERT]