diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/js/tours.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/js/tours.js b/src/js/tours.js index a525578..1819b5f 100644 --- a/src/js/tours.js +++ b/src/js/tours.js @@ -10,6 +10,7 @@ requirejs(['./slippymap'], function(_foo) { [55.76846, 12.45369], [55.54883, 12.67891] ]); +/* requirejs([ 'app/boundary', 'json!data/bydele.json' @@ -17,6 +18,7 @@ requirejs(['./slippymap'], function(_foo) { map.addLayer(boundary(data)); map.layers.addOverlay(boundary(data), 'Regionsgrænse'); }); +*/ var polygon = L.polygon([ [55.73275, 12.56572], [55.73247, 12.56692], |