此示例(位于下面的网址中)使用OL-3,并且可以选择使用“ var wgs84Sphere = new ol.Sphere(6378137);”进行测地测量。
如何设置OL版本5使用的相同变量(“ wgs84Sphere”)?!
答案 0 :(得分:1)
bool needDraw = true;
if (needDraw) {
glfwShowWindow(window);
glfwHideWindow(window);
glfwShowWindow(window);
needDraw = false;
}
在OpenLayers 5中不再存在,如果要使用ol/Sphere
方法ol/sphere
和getArea
进行测量。
点击链接以查看此内容和一些使用示例:https://github.com/openlayers/openlayers/releases/tag/v5.0.0