From afdce6e4492dd60c3973d9b4b143eae47ab9279f Mon Sep 17 00:00:00 2001 From: David Heyman Date: Sun, 28 Apr 2019 20:03:07 +0100 Subject: [PATCH] New tiles --- contours.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contours.js b/contours.js index ed0161c..02bd6d6 100644 --- a/contours.js +++ b/contours.js @@ -423,7 +423,7 @@ The good stuff starts from here /* Set up the map*/ -L.mapbox.accessToken = 'pk.eyJ1IjoiYXdvb2RydWZmIiwiYSI6IktndnRPLU0ifQ.OMo9_1sJGjpSUNiJPBGA9A'; +L.mapbox.accessToken = 'pk.eyJ1IjoiYXhpc21hcHMiLCJhIjoieUlmVFRmRSJ9.CpIxovz1TUWe_ecNLFuHNg'; var map = L.mapbox.map('map',null,{scrollWheelZoom: false}); var hash = new L.Hash(map); @@ -468,7 +468,7 @@ pane.appendChild(contourCanvas); // custom map pane for the labels var labelPane = map.createPane('labels'); -var referenceLayer = L.mapbox.styleLayer('mapbox://styles/awoodruff/cjggk1nwn000f2rjsi5x4iha1', { +var referenceLayer = L.mapbox.styleLayer('mapbox://styles/axismaps/cjerbqqik91q82sp3dax1py3c', { minZoom: 0, maxZoom: 15, pane: 'labels',