Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.

Commit

Permalink
Use the correct carto named basemap
Browse files Browse the repository at this point in the history
  • Loading branch information
j8seangel committed Oct 18, 2016
1 parent 5c1e216 commit 90563d4
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ define([

var CustomDarkLabelsLayer = ImageLayerClass.extend({

//TODO: update url with this format
// “https://{username}.carto.com/api/v1/map/named/{template_id}/{layer}/{z}/{x}/{y}.png”
options: {
urlTemplate: 'http://earthengine.google.org/static/hansen_2013/gain_alpha{/z}{/x}{/y}.png' //example
urlTemplate: 'https://wri-01.carto.com/api/v1/map/named/dark_baselabel_test/0/{z}/{x}/{y}.png'
}

});
Expand Down

0 comments on commit 90563d4

Please sign in to comment.