我有一個OpenLayers.Feature.Vector創建如下: var multiPol = new OpenLayers.Feature.Vector(new OpenLayers.Geometry.MultiPolygon([polygonGeometry1,polygonGeometry2]));
兩個多邊形在地圖上表示相同的邏輯對象(一個「實體」),說雲。這就是爲什麼我把它們放在
我需要能夠使用鼠標點擊位置繪製多邊形。 這裏是我當前的代碼: //the drawshape varible is called when a button is pressed to select use of this tool
if (DrawShape == 4)
{
Point[] pp = new Point[3];
p
我想讓mouseover在google maps api v3中工作多邊形。我試過在這篇文章中提供的答案: google maps v3 API mouseover with polygons? 這個答案應該工作,但它不適合我。任何人都可以在我的輻條中發現棍子嗎? 這裏是我的代碼: <!DOCTYPE html>
<html>
<head>
<meta http-equiv="content