From f494e4871e005895ef47b99ff70bad45d39ee6ea Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 16 May 2018 17:30:42 +0200 Subject: Add target build-compact. Strip not yet implemented use of app places. --- src/js/tours.js | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src') diff --git a/src/js/tours.js b/src/js/tours.js index 83e1cae..d941b4e 100644 --- a/src/js/tours.js +++ b/src/js/tours.js @@ -12,17 +12,10 @@ requirejs(['./slippymap'], function(_foo) { ]); requirejs([ 'app/boundary', - 'json!data/copenhagen.json' + 'json!data/bydele.json' ], function(boundary, data) { map.addLayer(boundary(data)); map.layers.addOverlay(boundary(data), 'Regionsgrænse'); }); - requirejs([ - 'app/places', - 'json!data/tours.json', - ], function(places, data, hook) { - map.addLayer(places(data)); - hook(map); - }); }); }); -- cgit v1.2.3