Maybe some body needs a mix of javascript , asp and html for drawing
polygons from a database.

var marker=[];
var point=[];
var poly=[];
var line;


<% while ((Repeat1__numRows-- != 0) && (!Recordset3.EOF)) { %>

point.push(new GLatLng(<%=Recordset3.Fields.Item("X").Value%>,<
%=Recordset3.Fields.Item("Y").Value%>));
  <%
  Repeat1__index++;
  Recordset3.MoveNext();
}
%>


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to