Open default attributions links in new tab/window
This commit is contained in:
@@ -11,8 +11,8 @@ import XYZ from './XYZ.js';
|
|||||||
* @type {Array<string>}
|
* @type {Array<string>}
|
||||||
*/
|
*/
|
||||||
const ATTRIBUTIONS = [
|
const ATTRIBUTIONS = [
|
||||||
'Map tiles by <a href="https://stamen.com/">Stamen Design</a>, ' +
|
'Map tiles by <a href="https://stamen.com/" target="_blank">Stamen Design</a>, ' +
|
||||||
'under <a href="https://creativecommons.org/licenses/by/3.0/">CC BY' +
|
'under <a href="https://creativecommons.org/licenses/by/3.0/" target="_blank">CC BY' +
|
||||||
' 3.0</a>.',
|
' 3.0</a>.',
|
||||||
OSM_ATTRIBUTION
|
OSM_ATTRIBUTION
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user