Re: [OpenLayers-Users] Create Circle

2008-09-12 Thread Christopher Schmidt
gt; > To: Kenny France > > Cc: Users@openlayers.org > > Subject: Re: [OpenLayers-Users] Create Circle > > On Fri, Sep 12, 2008 at 11:43:40AM +0200, Kenny France wrote: > > > Hi All, > > > > > > I have the following code that creates a circl

Re: [OpenLayers-Users] Create Circle

2008-09-12 Thread Kenny France
September 2008 13:13 To: Kenny France Cc: Users@openlayers.org Subject: Re: [OpenLayers-Users] Create Circle On Fri, Sep 12, 2008 at 11:43:40AM +0200, Kenny France wrote: > Hi All, > > I have the following code that creates a circle using googlemaps, > > now i am rewrit

Re: [OpenLayers-Users] Create Circle

2008-09-12 Thread Christopher Schmidt
On Fri, Sep 12, 2008 at 11:43:40AM +0200, Kenny France wrote: > Hi All, > > I have the following code that creates a circle using googlemaps, > > now i am rewriting my app with openlayers and have a small problem > > has anyone done something similar to this ? Sounds like the circle mode on:

[OpenLayers-Users] Create Circle

2008-09-12 Thread Kenny France
Hi All, I have the following code that creates a circle using googlemaps, GEvent.addListener(map, 'click', mapClick); function mapClick(marker, point) { var zoom = map.getZoom(); if (!centerMarker) { centerMarker = createMarker(point) map.addOverlay(centerMarker); lat = point.y.toFi