diff options
author | Katie Filbert <filbertk@gmail.com> | 2012-12-01 16:31:37 +0100 |
---|---|---|
committer | Katie Filbert <filbertk@gmail.com> | 2012-12-01 16:31:37 +0100 |
commit | eb4f34c388f5183fc71fd9fd20d71e6c92368ca1 (patch) | |
tree | d266ad924069bf177a973a71e534834cc6782e5d /resources | |
parent | c6fdffc5a0b62c5155c7f6ab5a57bb74f041a35c (diff) | |
download | health-map-eb4f34c388f5183fc71fd9fd20d71e6c92368ca1.tar health-map-eb4f34c388f5183fc71fd9fd20d71e6c92368ca1.tar.gz |
real data point
Diffstat (limited to 'resources')
-rw-r--r-- | resources/op2geojson.js | 4 |
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; } |