Skip to content

Commit

Permalink
Merge branch 'release/2.4.0' into release/2.4.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
rafacas committed Nov 6, 2013
2 parents d8eba16 + 8a08c8d commit 23428f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/assets/javascripts/cartodb/table/default_layers.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ cdb.admin.DEFAULT_LAYERS = [
className: "nokia_day",
attribution: "©2012 Nokia <a href='http://here.net/services/terms' target='_blank'>Terms of use</a>"
}, {
url: 'http://{s}.api.cartocdn.com/basemap-light/{z}/{x}/{y}.png',
url: 'http://{s}.api.cartocdn.com/base-light/{z}/{x}/{y}.png',
maxZoom: 10,
name: 'CartoDB Light',
className: "light_cartodb",
attribution: "©2013 CartoDB <a href='http://cartodb.com' target='_blank'>Terms of use</a>"
}, {
url: 'http://{s}.api.cartocdn.com/basemap-dark/{z}/{x}/{y}.png',
url: 'http://{s}.api.cartocdn.com/base-dark/{z}/{x}/{y}.png',
maxZoom: 10,
name: 'CartoDB Dark',
className: "dark_cartodb",
attribution: "©2013 CartoDB <a href='http://cartodb.com' target='_blank'>Terms of use</a>"
}, {
url: 'http://{s}.api.cartocdn.com/basemap-flatblue/{z}/{x}/{y}.png',
url: 'http://{s}.api.cartocdn.com/base-flatblue/{z}/{x}/{y}.png',
maxZoom: 10,
name: 'CartoDB Flat Blue',
className: "flat_blue",
Expand Down

0 comments on commit 23428f6

Please sign in to comment.