Skip to content

Commit

Permalink
Author Code Credit, Repo; default basemap
Browse files Browse the repository at this point in the history
  • Loading branch information
JackDougherty committed Mar 19, 2017
1 parent 625e164 commit 5c785c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scripts/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ var constants = {
_mapTitleDisplay: 'Display Title',
_authorName: 'Author Name',
_authorURL: 'Author Email or Website',
_codeCredit: 'Code Credit',
_githubRepo: 'Author GitHub Repo Link',
_codeCredit: 'Author Code Credit',
_githubRepo: 'Author Code Repo',
// Map Settings
_tileProvider: 'Basemap Tiles',
_markercluster: 'Cluster Markers',
Expand Down
2 changes: 1 addition & 1 deletion scripts/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ $(window).on('load', function() {
* Loads the basemap and adds it to the map
*/
function addBaseMap() {
var basemap = trySetting('_tileProvider', 'Stamen.TonerLite');
var basemap = trySetting('_tileProvider', 'CartoDB.Positron');
L.tileLayer.provider(basemap, {
maxZoom: 18
}).addTo(map);
Expand Down

0 comments on commit 5c785c3

Please sign in to comment.