chore: add staticAttributionText to example config, and run lint
Signed-off-by: Craig Kochis <cjkochis@gmail.com>
This commit is contained in:
parent
296524a864
commit
062e89477e
2 changed files with 3 additions and 1 deletions
|
|
@ -33,6 +33,7 @@ Example:
|
|||
"serveAllStyles": false,
|
||||
"serveStaticMaps": true,
|
||||
"allowRemoteMarkerIcons": true,
|
||||
"staticAttributionText": "© OpenMapTiles © OpenStreetMaps",
|
||||
"tileMargin": 0
|
||||
},
|
||||
"styles": {
|
||||
|
|
|
|||
|
|
@ -1407,7 +1407,8 @@ export const serve_rendered = {
|
|||
dataProjWGStoInternalWGS: null,
|
||||
lastModified: new Date().toUTCString(),
|
||||
watermark: params.watermark || options.watermark,
|
||||
staticAttributionText: params.staticAttributionText || options.staticAttributionText,
|
||||
staticAttributionText:
|
||||
params.staticAttributionText || options.staticAttributionText,
|
||||
};
|
||||
repo[id] = repoobj;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue