mirror of https://gitee.com/antv-l7/antv-l7
fix: change mapbox token
This commit is contained in:
parent
cb453aeaa6
commit
7d340c45ae
|
@ -40,7 +40,7 @@ import { MapTheme } from './theme';
|
|||
let mapdivCount = 0;
|
||||
const LNGLAT_OFFSET_ZOOM_THRESHOLD = 12;
|
||||
const MAPBOX_API_KEY =
|
||||
'pk.eyJ1IjoibHp4dWUiLCJhIjoiYnhfTURyRSJ9.Ugm314vAKPHBzcPmY1p4KQ';
|
||||
'pk.eyJ1IjoibHp4dWUiLCJhIjoiY2tvaWZuM2s4MWZuYjJ1dHI5ZGduYTlrdiJ9.DQCfMRbZzx0VSwecQ69McA';
|
||||
/**
|
||||
* AMapService
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue