mapbox gl 标注无法显示 报错 Error {message: ‘Unimplemented type: 4‘}
https://blog.csdn.net/pwl124/article/details/124687695
项目中遇到的一些问题,记录一下
1、Error {message: 'Unimplemented type: 4'}
问题:Error {message: 'Unimplemented type: 4'}
原因:无法加载文字标注,字体没有引入进来
2、本地化时:
当layer 使用了 background-pattern、fill-pattern、line-pattern、fill-extrusion-pattern、icon-image 等属性时,sprite 必填
当有 layer 使用了 text-field 属性时,glyphs 必填
————————————————
参考:
https://blog.csdn.net/AllBluefm/article/details/135699643
https://blog.csdn.net/weixin_51540717/article/details/138182965