I am searching my problem for one month and couldnt find the answer,
İf you help me i'll very happy.
I am a surveying engineer. I have got 2million parcel in my
database.And I hold their parcelnumbers, points,and coordinates.
I have got a recordset, it retrieves the coordinates of the parcel in
a table. This recordset has minumum 4 points max 500 points.
//////
var polyOptions = {geodesic:true};
var polygon = new GPolygon([ new GLatLng(<%=Recordset1.Fields.Item
("X").Value%>,<%=Recordset1.Fields.Item("Y").Value%>) ], "#EAEABF", 3,
1, "#ff0000", 0.2);
map.addOverlay(polygon);
///////
This code is not running, How will i make a loop in gpolygon .I need
help .
Thanks
my_table
LOT_NUM-------Point_no---Xcoordinate---Ycoordinate
01010100005--- 1--- 36.93689238319999---30.894370079040527
01010100005 ---2 ---36.93641215167175---30.897889137268066
01010100005 ---3 ---36.93109510039377---30.896472930908203
01010100005--- 4 ---36.93154106088027---30.892910957336426
01010100005--- 5 ---36.93689238319999---30.894370079040527
01010100005--- 6 ---36.93689238319999---30.89437007904055
01010100005--- ... ---36.93689238319999---30.89437007904055
01010100005--- ... ---36.93689238319999---30.89437007904055
01010100005--- n---36.93689238319999---30.89437007904055
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---