summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/js/tours.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/js/tours.js b/src/js/tours.js
index d941b4e..809013a 100644
--- a/src/js/tours.js
+++ b/src/js/tours.js
@@ -7,8 +7,8 @@ requirejs(['./slippymap'], function(_foo) {
requirejs(['app/mapfactory'], function(mkmap) {
L.Icon.Default.imagePath = depth + 'img/leaflet/';
var map = mkmap('content', [
- [52.1381, 8.39802],
- [52.0400, 8.18859]
+ [55.76846, 12.45369],
+ [55.54883, 12.67891]
]);
requirejs([
'app/boundary',