Skip to content

Commit

Permalink
use protocol-relative URL for CartoDB provider (#3938)
Browse files Browse the repository at this point in the history
  • Loading branch information
giohappy authored and offtherailz committed Jul 11, 2019
1 parent b3b2b02 commit 1080a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/client/utils/ConfigProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ const CONFIGPROVIDER = {
}
},
CartoDB: {
url: 'http://{s}.basemaps.cartocdn.com/{variant}/{z}/{x}/{y}.png',
url: '//{s}.basemaps.cartocdn.com/{variant}/{z}/{x}/{y}.png',
options: {
attribution: '{attribution.OpenStreetMap} &copy; <a href="http://cartodb.com/attributions">CartoDB</a>',
subdomains: ['a', 'b', 'c', 'd'],
Expand Down

0 comments on commit 1080a27

Please sign in to comment.