aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorWilli <willi@jups42.de>2012-12-01 16:35:16 +0100
committerWilli <willi@jups42.de>2012-12-01 16:35:16 +0100
commit683b3ec897e43fa9c4aab27a081ddcf47b92d1da (patch)
tree5b951e47cc0891bfa71f027faa189057f25a6eab /resources
parent88d5cc896adef1c0d17eca87b64a5c69d34a31d0 (diff)
parenteb4f34c388f5183fc71fd9fd20d71e6c92368ca1 (diff)
downloadhealth-map-683b3ec897e43fa9c4aab27a081ddcf47b92d1da.tar
health-map-683b3ec897e43fa9c4aab27a081ddcf47b92d1da.tar.gz
Merge branch 'master' of github.com:filbertkm/hospital-map
Diffstat (limited to 'resources')
-rw-r--r--resources/op2geojson.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/op2geojson.js b/resources/op2geojson.js
index 42aa341..c4d7d79 100644
--- a/resources/op2geojson.js
+++ b/resources/op2geojson.js
@@ -21,10 +21,10 @@ op2geojson = function() {
point = {
"geometry" : {
"type" : "Point",
- "coordinates" : [52.43,13.45]
+ "coordinates" : [52.480732,13.3172386]
},
"type" : "Feature",
- "properties" : { "prop0" : "value0" },
+ "properties" : { "name" : "Sankt Gertrauden-Krankenhaus" },
};
return point;
}