Skip to content

Commit e0946bc

Browse files
committed
Improve attributions
1 parent fb5d21a commit e0946bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/components/facet_results/LeafletMap.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ class LeafletMap extends React.Component {
267267

268268
// Base layer(s)
269269
const mapboxBaseLayer = L.tileLayer(`https://api.mapbox.com/styles/v1/mapbox/${mapboxStyle}/tiles/{z}/{x}/{y}?access_token=${mapboxAccessToken}`, {
270-
attribution: '&copy; <a href="https://www.mapbox.com/map-feedback/" target="_blank" rel="noopener">Mapbox</a> &copy; <a href="http://osm.org/copyright" target="_blank" rel="noopener">OpenStreetMap</a> contributors <strong><a href="https://www.mapbox.com/map-feedback/" target="_blank">Improve this map</a></strong>',
270+
attribution: '&copy; <a href="https://www.mapbox.com/map-feedback/" target="_blank" rel="noopener">Mapbox</a> &copy; <a href="http://osm.org/copyright" target="_blank" rel="noopener">OpenStreetMap</a> <strong><a href="https://www.mapbox.com/map-feedback/" target="_blank">Improve this map</a></strong> contributors',
271271
tileSize: 512,
272272
zoomOffset: -1
273273
})

0 commit comments

Comments
 (0)