summaryrefslogtreecommitdiff
path: root/controllers
diff options
context:
space:
mode:
Diffstat (limited to 'controllers')
-rw-r--r--controllers/controllers.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/controllers/controllers.php b/controllers/controllers.php
index 82dfaca..c306aac 100644
--- a/controllers/controllers.php
+++ b/controllers/controllers.php
@@ -911,6 +911,7 @@ $app->get('/map-img', function() use($app) {
'width' => $params['w'],
'height' => $params['h'],
'zoom' => $params['z'],
+ 'attribution' => 'mapbox',
'tileurl' => Config::$mapTileURL,
'token' => Config::$atlasToken,
];