aboutsummaryrefslogtreecommitdiff
path: root/resources/op2geojson.js
diff options
context:
space:
mode:
authorKatie Filbert <filbertk@gmail.com>2012-12-01 16:50:25 +0100
committerKatie Filbert <filbertk@gmail.com>2012-12-01 16:50:25 +0100
commit81a81cf0fb61637997266e700ad0509372e0390a (patch)
treeba2bb0303db54fcbebeb2c36ed12dc82355a4c78 /resources/op2geojson.js
parent683b3ec897e43fa9c4aab27a081ddcf47b92d1da (diff)
downloadhealth-map-81a81cf0fb61637997266e700ad0509372e0390a.tar
health-map-81a81cf0fb61637997266e700ad0509372e0390a.tar.gz
add geojson and fix location
Diffstat (limited to 'resources/op2geojson.js')
-rw-r--r--resources/op2geojson.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/op2geojson.js b/resources/op2geojson.js
index c4d7d79..8850fa9 100644
--- a/resources/op2geojson.js
+++ b/resources/op2geojson.js
@@ -21,7 +21,7 @@ op2geojson = function() {
point = {
"geometry" : {
"type" : "Point",
- "coordinates" : [52.480732,13.3172386]
+ "coordinates" : [13.3172386,52.480732]
},
"type" : "Feature",
"properties" : { "name" : "Sankt Gertrauden-Krankenhaus" },