Browse Source

fix map attribution

main
Aaron Parecki 1 year ago
parent
commit
408e3e31c9
Failed to extract signature
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      controllers/controllers.php

+ 1
- 0
controllers/controllers.php View File

@ -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;

Loading…
Cancel
Save