aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilli <willi@jups42.de>2012-12-02 23:10:40 +0100
committerWilli <willi@jups42.de>2012-12-02 23:10:40 +0100
commitf310503cfe8b383313f2832edc0ed9425d74befb (patch)
tree834f3601f2243df2ebb429cb61b10393908e58a4
parent51788145c01241c08717d85ac8628906cf547bbd (diff)
downloadhealth-map-f310503cfe8b383313f2832edc0ed9425d74befb.tar
health-map-f310503cfe8b383313f2832edc0ed9425d74befb.tar.gz
added problem + beautified links in README
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 435aedc..1a101dd 100644
--- a/README.md
+++ b/README.md
@@ -3,15 +3,15 @@ HealthMap
# Summary
-Hospital Map shows halthcare institutions like hospitals, clinics and doctors. Patients, health care workers, journalists or emergency response teams can find out which health care institutions have given property via filtering boolean attributes like wheelchairs/emergency. While displaying the institutions on a map people also see where to find them.
+[Health Map](http://jups.pegasus.uberspace.de/healthmap/) shows health care institutions like hospitals, clinics and doctors. Patients, health care workers, journalists or emergency response teams can find out which health care institutions have given property via filtering boolean attributes like wheelchairs/emergency. While displaying the institutions on a map people also see where to find them. It targets the problem [Granular Health Map](http://www.rhok.org/problems/granular-health-map).
![See all health care institutions](http://jups.pegasus.uberspace.de/dropbox/all-health-care.jpg)
-![Filter to see only wheelchair-friendly health care institutions with emergency service"](http://jups.pegasus.uberspace.de/dropbox/wheelchair-emergency.jpg)
+![Filter to see only wheelchair-friendly health care institutions with emergency service](http://jups.pegasus.uberspace.de/dropbox/wheelchair-emergency.jpg)
# What we accomplished during the RHoK December 2012
-Creating a JavaScript only application which fetches the http://overpass-api.de/ API (Open Street Map) for health care institutions. The app renders them on a map using http://leafletjs.com/ which offers mobile friendly maps with layers and controls.
+Creating a JavaScript only application which fetches the [Overpass API](http://overpass-api.de/) (Open Street Map) for health care institutions. The app renders them on a map using [Leaflet](http://leafletjs.com/) which offers mobile friendly maps with layers and controls.
# Traction
@@ -23,7 +23,7 @@ Emergency response teams can use a specialized map that works offline (thanks to
# Installation
-The map doesn't need a server. Just open index.html in a web browser.
+The map doesn't need a server. Just open index.html in a web browser or visit http://jups.pegasus.uberspace.de/healthmap/
# Next steps aka TODO