aboutsummaryrefslogtreecommitdiff
path: root/resources/op2geojson.js
diff options
context:
space:
mode:
Diffstat (limited to 'resources/op2geojson.js')
-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;
}