-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revise attributions of Carto, Stamen and Open Street Map styles #5696
Conversation
AFAICT only the Carto attributions should change, the Stamen ones were already using the correct attributions as described in http://maps.stamen.com/. They're a little long, but feels to me as though we should stick to their desired attributions. |
For Carto, just add whatever OSM requires :) |
@@ -1487,6 +1548,11 @@ describe('mapbox plots', function() { | |||
var s = d3SelectAll('.mapboxgl-ctrl-attrib'); | |||
expect(s.size()).toBe(1); | |||
expect(s.text()).toEqual('© Mapbox © OpenStreetMap Improve this map'); | |||
assertLinks(s, [ | |||
'https://www.mapbox.com/about/maps/', | |||
'http://www.openstreetmap.org/about/', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alexcjohnson any suggestion on how to replace this http
link with https
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if this is coming from MapboxGL.js let's just leave it for now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah. It's coming from there.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💃
Fixes #5675.
@plotly/plotly_js