Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1 from pathmapper/patch-1
Browse files Browse the repository at this point in the history
Remove Mapbox access token
  • Loading branch information
joe-liad authored Nov 16, 2021
2 parents f47f3da + 9b26e4f commit f51c3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import night from './os_open_zoomstack_-_night.json'

// access Token
mapboxgl.accessToken =
"pk.eyJ1IjoidHR2aWUiLCJhIjoiY2pzeWtpbnlmMTQ2bDQ0cHBmMG83cDc2cCJ9.PbFiXjCzENBncs0mErVLHQ";
"";

// settings for layer and overlays
var settings = {};
Expand Down

0 comments on commit f51c3cd

Please sign in to comment.