打开示例
https://iclient.supermap.io/examples/mapboxgl/editor.html#01_tiledMapLayer_4490 在 map.on('load', function() { //load方法的后面添加下面代码报错,但'text-field': '测试',则正常 map.addLayer({ 'id': 'polygonLayer', 'type': 'symbol', 'layout': { 'text-field': '测试22', 'text-size': 20 }, 'source': { 'type': 'geojson', 'data': { 'type': 'Feature', 'geometry': { 'type': 'Point', 'coordinates': [113.267895, 23.1606324], } } } }); });