首页 / 浏览问题 / WebGIS / 问题详情
SuperMap引用问题
1EXP 2021年06月16日
引用:import {SuperMap} from '@supermap/iclient-leaflet';

           import {QueryService} from '@supermap/iclient-ol';

使用:  var center = new SuperMap.Geometry.Point(x,y);

            var polygon = new SuperMap.Geometry.Polygon.createRegularPolygon(center,250,50,360);

错误显示createRegularPolygon is not defined

1个回答

你好,我没看懂你具体是想做些什么,单纯看引用  你前面引用的iclient-leaflet,后面有套用了iclient-ol的查询;最后使用的方法“SuperMap.Geometry.Polygon.createRegularPolygon(center,250,50,360);”又是iclient-classic的。
865EXP 2021年06月16日
...