diff --git a/controllers/controllers.php b/controllers/controllers.php index fab24de..cb0852f 100644 --- a/controllers/controllers.php +++ b/controllers/controllers.php @@ -357,6 +357,7 @@ $app->get('/options.json', function() use($app) { $app->get('/map.png', function() use($app) { $params = $app->request()->params(); $params['basemap'] = 'custom'; + $params['attribution'] = 'mapbox'; $params['tileurl'] = Config::$mapTileURL; $params['token'] = Config::$atlasToken;