NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

We want to make a disaster (Earthquake) management and response application. We understand that similar applications (Sahara Eden, Ushahidi, etc.) already exist BUT here is what we want to be different than those existing apps:

(1) We want to use an interactive map in which users can view/mark/edit/update critical sites such as rescue centeres, blocked roads, collapsed buildings, etc. by just cliking on the map. For example, 1st click gives them a menu to select what sort of critical site to mark and the 2nd click (on the menu-item) actually places it on the map (where the 1st click was made.)
(2) The changes made by one user need to be persistent so that other users can see it too. So we need a back-end database where coordinates of critical sites need to be stored into and retrieved from.
(3) This app will have two front ends - Web and Android.
(4) Both front-end apps will use a basemap from the map provider (Google or OpenStreetMap, etc.) and will connect to the back-end database (most preferably MySQL)

So, our questions are:
(1) Given the requirements above, what will be the best way to go about it?
(2) Which basemap provider and map API (cloudmade, Leaflet, etc.) should we use to achieve above map interactions?
(3) We know PHP and MySQL so we'd like to stick to these, if possible. Your take on that?

asked 29 Oct '12, 16:01

Sazal's gravatar image

Sazal
15111
accept rate: 0%

2

That is really a bunch of questions ...

Maybe this is better answered in any of the OSM forums (http://forum.osm.org) or one of the OSM mailing list at http://wiki.openstreetmap.org/wiki/Mailing_lists

Or have a look at HOT http://wiki.openstreetmap.org/wiki/Humanitarian_OSM_Team where you might find further information.

(29 Oct '12, 17:16) stephan75

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×535
×181
×34
×18
×3

question asked: 29 Oct '12, 16:01

question was seen: 2,063 times

last updated: 29 Oct '12, 17:16

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum