English 中文(简体)
多边形填充不明显吗?
原标题:Polygon fill not apparent?

如果我创建了一个多边形层, 带有点 : [{"lat":51.509, lng":- 0.08}, {"lat": 51.503, lng":- 0.06}, {"lat": 51.51, lng":- 0.047}, {"lat":"51. 500", "lng":"- 0.039"] , 我得到一些类似的东西:

""https://i.sstatic.net/hyaXc.png" alt="此处的内置图像描述"/"

这并不是我需要的。 我也可以添加/ 移动点, 无法看到从多边形中去除交叉线的方法, 基本上可以创建一个填充的形状。 但是, 有人这样做吗? 我还注意到谷歌地图也有同样的问题。 如果它真的只是有阴影的“ 多边线 ”, 那么真正的“ 多边线” 的点是什么?

这些参考文献:http://leaflet.cloudmaded.com/referation.html#polygon' rel=“不跟随 no follown noreferr”>http://leaflet.cloudmaded.com/reference.html#polygon

使用简单的多边形, 当所有最外边的坐标都是填充的边缘时, 我仍然会得到这个 。 : “

最佳回答

我对你们展示的多元形感到迷惑不解, 因为它似乎与你们的坐标不匹配, 所以我把它们放入传单里,拿到了这个。

"https://i.sstatic.net/wD5aA.jpg" alt="polygon"/>

这对我来说似乎是正确的行为。 多边形中的线条可以交叉。 所以与页或谷歌地图无关。 它只是多边形定义的方式。 换句话说, 多边形不仅由一组点来定义, 也由点的顺序来定义 。

听起来你想要的是最小的"http://en.wikipedia.org/wiki/Semple_polygon" rel=“nofoln norefererr”>spy 多边形 (一个非交叉多边形) 包含您所有的点。 您可以重新排列这些点以获得这一点。 但我不知道对此有什么算法, 但是 < a href=> http://comp. newsgroups. archived.at/graphics.algorithms/ 200307/ 0307/72715810.html" rel=“nofollown noreferr” > 这个回答 似乎暗示问题在于 NP-hard。 我不是这方面的专家, 所以也许有人可以帮助, 或者你可以尝试在数学或地理信息系统交换中询问。

是的,一个多边形只是一个填充的多边线, 第一个点和最后一个点连接在一起。

查看您张贴的第二个多边形, 听上去像是 < a href="http://en.wikipedia.org/wiki/Convex_hull#Convex_hull_of_a_f_fite_finite_point_set" rel="Nofolt norefererr" > 。 如果这是您的问题, 则有 < a href=> http://en.wikipedia.org/wiki/Convex_hull_algorithms' rel=“ nofolfol_h_of_a_f_for_f_f_f a_finite_point_point_set" 。 “ no folt folx boil of the convex suple of conticle contraction of a polutions proclections .

问题回答

暂无回答




相关问题
selected text in iframe

How to get a selected text inside a iframe. I my page i m having a iframe which is editable true. So how can i get the selected text in that iframe.

How to fire event handlers on the link using javascript

I would like to click a link in my page using javascript. I would like to Fire event handlers on the link without navigating. How can this be done? This has to work both in firefox and Internet ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Clipboard access using Javascript - sans Flash?

Is there a reliable way to access the client machine s clipboard using Javascript? I continue to run into permissions issues when attempting to do this. How does Google Docs do this? Do they use ...

javascript debugging question

I have a large javascript which I didn t write but I need to use it and I m slowely going trough it trying to figure out what does it do and how, I m using alert to print out what it does but now I ...

Parsing date like twitter

I ve made a little forum and I want parse the date on newest posts like twitter, you know "posted 40 minutes ago ","posted 1 hour ago"... What s the best way ? Thanx.

热门标签