Skip to content

Commit

Permalink
update carto url & attribution (cartodb => carto) (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
brunob authored and jieter committed Oct 28, 2018
1 parent 65bb0b7 commit c58760d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions leaflet-providers.js
Original file line number Diff line number Diff line change
Expand Up @@ -553,9 +553,9 @@
}
},
CartoDB: {
url: 'https://cartodb-basemaps-{s}.global.ssl.fastly.net/{variant}/{z}/{x}/{y}{r}.png',
url: 'https://{s}.basemaps.cartocdn.com/{variant}/{z}/{x}/{y}{r}.png',
options: {
attribution: '{attribution.OpenStreetMap} &copy; <a href="http://cartodb.com/attributions">CartoDB</a>',
attribution: '{attribution.OpenStreetMap} &copy; <a href="https://carto.com/attributions">CARTO</a>',
subdomains: 'abcd',
maxZoom: 19,
variant: 'light_all'
Expand Down

0 comments on commit c58760d

Please sign in to comment.