如何在OpenLayers中获取多边形的坐标

发布于 2024-09-26 00:16:16 字数 250 浏览 4 评论 0原文

我一直在寻找如何确定 OpenLayers 中组成多边形(要素)的点的坐标。

假设我创建了一个类似于 this 示例中的多边形。我需要知道组成多边形的点,这样我就可以将它们保存在某个地方。

我敢打赌这很容易。我只是找不到任何东西,可能我不知道我应该寻找什么。

提前致谢。

I have been looking for how to determine coordinates of the points which consist a polygon(feature) in OpenLayers.

Let's say I have created a polygon like the one in this example. I need to know the points which consist the polygon, so I can save them somewhere.

I bet it is an easy one. I just couldn't find anything, probably I don't know what I should search for.

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

心安伴我暖 2024-10-03 00:16:16

终于找到了!

vectors.features[0].geometry.getVertices()

Found it finally!

vectors.features[0].geometry.getVertices()
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文