From ee1ad2aed2ffa67906be06a978d7e8cbbe8d5316 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sun, 9 Dec 2012 09:45:33 +0000 Subject: Removed redundant code --- resources/op2geojson.js | 7 ------- 1 file changed, 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; }; -- cgit v1.2.3