From 4b798187971dd9a502dab5343c074036011d200d Mon Sep 17 00:00:00 2001 From: mike-000 <49240900+mike-000@users.noreply.github.com> Date: Wed, 23 Oct 2019 12:03:01 +0100 Subject: [PATCH] Open default attributions links in new tab/window --- src/ol/source/OSM.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/source/OSM.js b/src/ol/source/OSM.js index 3996b2bddc..f95f4589a6 100644 --- a/src/ol/source/OSM.js +++ b/src/ol/source/OSM.js @@ -13,7 +13,7 @@ import XYZ from './XYZ.js'; * @api */ export const ATTRIBUTION = '© ' + - 'OpenStreetMap ' + + 'OpenStreetMap ' + 'contributors.';