Open default attributions links in new tab/window

This commit is contained in:
mike-000
2019-10-23 12:10:55 +01:00
committed by GitHub
parent 6b25f713cd
commit ce8b63a67e

View File

@@ -44,7 +44,7 @@ export function quadKey(tileCoord) {
* @type {string}
*/
const TOS_ATTRIBUTION = '<a class="ol-attribution-bing-tos" ' +
'href="https://www.microsoft.com/maps/product/terms.html">' +
'href="https://www.microsoft.com/maps/product/terms.html" target="_blank">' +
'Terms of Use</a>';