diff options
author | Christopher Baines <cbaines8@gmail.com> | 2012-12-09 09:45:33 +0000 |
---|---|---|
committer | Christopher Baines <cbaines8@gmail.com> | 2012-12-09 09:45:33 +0000 |
commit | ee1ad2aed2ffa67906be06a978d7e8cbbe8d5316 (patch) | |
tree | 875b43084d3e2ff7f0bd9be871ec1b8f392cce29 /resources | |
parent | 9f0accc0b55bd8930ae1b7c91c946d16239b7bb3 (diff) | |
download | health-map-ee1ad2aed2ffa67906be06a978d7e8cbbe8d5316.tar health-map-ee1ad2aed2ffa67906be06a978d7e8cbbe8d5316.tar.gz |
Removed redundant code
Diffstat (limited to 'resources')
-rw-r--r-- | resources/op2geojson.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/resources/op2geojson.js b/resources/op2geojson.js index c453df7..4e4de16 100644 --- a/resources/op2geojson.js +++ b/resources/op2geojson.js @@ -76,13 +76,6 @@ op2geojson = function() { return collection; } - instance.geojson = function() { - url = "http://overpass-api.de/api/interpreter?data=[out:json];node[amenity=hospital](52.34,13.3,52.52,13.6);out;"; - instance.fetch(url, function(data) { - return data; - }); - } - return instance; }; |