Hi, Thanks, this tool is perfect ! Great job !
Dominique On 23 août, 17:34, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > Go tohttp://wolfpil.googlepages.com/polygon.html > > Draw a polygon. > > type the following line into the browser address bar: > > javascript:for (var i=0;i<polyPoints.length;i++) > > {GLog.write(polyPoints[i].toUrlValue(6));} > > or use this version of the page:http://www.geocodezip.com/polygonTool.asp > > -- Larry > > > > > > > On Aug 22, 7:01 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > > wrote: > > > dommm063 wrote: > > > > What I meant by "missing" is not visible or recordable... > > > > What is stopping you from making your own copy that does that? Or are > > > you suggesting an enhancement to that tool? You might try contacting > > > the author... > > > > > On Aug 22, 3:05 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > > > > wrote: > > > > > dommm063 wrote: > > > > > > I know how to create a polygon. What I would like is an easy tool to > > > > > > find and get the lat/long of each point of the polygone. > > > > > > The tool present below is very nice to create and modify a polygone, > > > > > > but the coordinates of the polygon points are missing... > > > > > > They are not "missing"... > > > > > They are available as marker[x].getLatLng() or polyPoints[x] or > > > > > polyShape.getVertex(x) > > > > > > >http://code.google.com/apis/maps/documentation/demogallery.html?searc... > > > > > > > Dominique > > > > > > > On Aug 22, 2:26 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > > > > > > wrote: > > > > > > > dommm063 wrote: > > > > > > > > Hi, > > > > > > > > > This tool is fine, but does not give the lat/lon of each > > > > > > > > point... > > > > > > > > Please read the > > > > > > > documentation:http://code.google.com/apis/maps/documentation/reference.html#GPolygon > > > > > > > With a reference to the polygon use: > > > > > > > polygon.getVertexCount() > > > > > > > polygon.getVertex(i) > > > > > > > > > On Aug 22, 11:46 am, Rossko <[EMAIL PROTECTED]> wrote: > > > > > > > > > > Do you know a tool that allows to draw a polygon on a map, > > > > > > > > > > and then, > > > > > > > > > > allows to get lat/lon data of this polygon ? > > > > > > > > > >http://code.google.com/apis/maps/documentation/demogallery.html?searc...text > > > > > > > > > - > > > > > > > > - Show quoted text -- Hide quoted text - > > > > > > - Show quoted text -- Hide quoted text - > > > > - Show quoted text -- Masquer le texte des messages précédents - > > - Afficher le texte des messages précédents - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
