aboutsummaryrefslogtreecommitdiff
path: root/resources/data.js
diff options
context:
space:
mode:
Diffstat (limited to 'resources/data.js')
-rw-r--r--resources/data.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/resources/data.js b/resources/data.js
index 85a77c2..e69de29 100644
--- a/resources/data.js
+++ b/resources/data.js
@@ -1,9 +0,0 @@
-function getVillages(area, zoom) {
- var poly = "12.3 -12.3 12.4 -12.3 12.48 -12.25 12.35 -12.19";
- var query = 'data=[out:json];(node(poly:"' + poly + '");<;);out;';
-
- converter = new op2geojson();
- converter.fetch("http://overpass-api.de/api/interpreter", query, zoom, function(data) {
-
- });
-}