mapbox 控制台warning

warning:mapbox-gl.js:31 This page appears to be missing CSS declarations for Mapbox GL JS, which may cause the map to display incorrectly. Please ensure your page includes mapbox-gl.css, as described in https://www.mapbox.com/mapbox-gl-js/api/.

大概意思就是mapbox-glcss文件没有import进来

解决办法:引入css文件,亲测可用

import 'mapbox-gl/dist/mapbox-gl.css'

参考链接:https://github.com/mapbox/mapbox-gl-js/issues/5785

你可能感兴趣的:(代码报错,javascript)