On Nov 12, 8:15 am, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:
> 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 .
The code above looks like you are defining a lot of single point
Polygons...
If you post a link to your map, or example one that shows the problem
you are having, it would be easier to help.
http://groups.google.com/group/Google-Maps-API/web/suggested-posting-guidelines
-- Larry
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---