We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75663a4 commit 9194f64Copy full SHA for 9194f64
content/map/map.html
@@ -13,6 +13,7 @@
13
body { margin: 0; padding: 0; }
14
html, body, #map { height: 100%; }
15
</style>
16
+ <base target="_blank">
17
</head>
18
<body>
19
<div id="map"></div>
@@ -35,7 +36,7 @@
35
36
});
37
38
map.addControl(new maplibregl.AttributionControl({
- customAttribution: '<A HREF="https://www.openstreetmap.org/copyright">© OpenStreetMap</A> contributors.'
39
+ customAttribution: '<A HREF="https://www.openstreetmap.org/copyright" target="_blank">© OpenStreetMap</A> contributors.'
40
}),'top-left');
41
42
0 commit comments