Version 14 (modified by 13 years ago) ( diff ) | ,
---|
Table of Contents
OpenGeoSMS
!OpenGeoSMS is a simple format for encoding Latitude & Longitude into a text message (SMS/Email/Twitter).
It sends as a GoogleMaps URL:
- 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.
- If they have a SmartPhone then they can click on the URL to see the location being discussed on a map
- 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?", "Where shall we meet?")
Download Android Application
Developed by ITRI Taiwan. Binary:
- http://eden.sahanafoundation.org/downloads/SahanaGeoSMSer.apk
- http://eden.sahanafoundation.org/downloads/SahanaGeoSMSerV4.apk
Source
SDK:
Sahana Eden has outbound support is in modules/s3/s3msg.py
:
msg.prepare_opengeosms(self, location_id, code="S", map="google", text="")
- S = Sahana
- ST = Sahana Task Dispatch
- SI = Sahana Incident Report
- Eden also supports OpenStreetMap URLs as a future extension
This will be useful for:
ToDo (Sahana)
- support for Inbound SMS to IRS
- include replies with URL of resource to upload photos/videos
ToDo (Android)
- Map not working with v2
- Work with phone book entries as well as manual entry (currently these give 'the phone number is unusable')
- Rename 'Task Dispatch Inbox' as just 'Task Inbox'
- 'About' help text for "Where shall we meet?" appears on all map screens
- Should be possible to report Incidents for locations other than where the reporter is currently
- Incident Reports Inbox for the acks (Incident Reports goes here if there are acks, along with a big button to 'Report New Incident'?)
- Support acknowledging Tasks Dispatched
- Support uploading Photos/Videos to an Incident
- Add ability to get to StreetView from the Map
- Support OpenStreetMap URLs
- Also allow either URL to open either Base Map
- Allow to be moved to SD Card
- About page with Version
- Configuration settings for default number to send incident reports to
- Can be embedded easily into downloadable app for preconfiguration of a Sahana instance
- Can be easily hidden to prevent users from overriding (& alsdo the IRS number in general)
Attachments (5)
- mobile_app1.png (106.9 KB ) - added by 12 years ago.
- mobile_app2.png (108.8 KB ) - added by 12 years ago.
- mobile_app3.png (135.1 KB ) - added by 12 years ago.
- mobile_app4.png (116.5 KB ) - added by 12 years ago.
- mobile_app5.png (84.7 KB ) - added by 12 years ago.
Download all attachments as: .zip
Note:
See TracWiki
for help on using the wiki.