Re: [OpenLayers-Users] Line Render 'bug' on drag

2007-10-09 Thread Andre Lockhart
It does look somewhat similar, but this is a problem with dragging the map after the line has already been drawn/rendered. -Original Message- From: Pierre GIRAUD [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 09, 2007 11:26 PM To: [EMAIL PROTECTED] Cc: users@openlayers.org Subject: Re

Re: [OpenLayers-Users] Line Render 'bug' on drag

2007-10-09 Thread Pierre GIRAUD
If I understand your explanation, there is ticket open for your problem : http://trac.openlayers.org/ticket/965 No trick or workaround at the moment. Regards On 10/10/07, Andre Lockhart <[EMAIL PROTECTED]> wrote: > > > > > I am working on an application where I am drawing lines over a map using

Re: [OpenLayers-Users] OpenLayers in Rails

2007-10-09 Thread Christopher Schmidt
On Tue, Oct 09, 2007 at 11:16:46PM -0600, staff-gmail wrote: > The control icons are not showing up in Rails - I have OpenLayers.js > from the build directory in the Rails javascripts folder and put the > /img and /theme also within the javascripts folder but they are not > being accessed corre

[OpenLayers-Users] OpenLayers in Rails

2007-10-09 Thread staff-gmail
The control icons are not showing up in Rails - I have OpenLayers.js from the build directory in the Rails javascripts folder and put the /img and /theme also within the javascripts folder but they are not being accessed correctly. The control buttons seem to work okay - but the images don't

[OpenLayers-Users] Line Render 'bug' on drag

2007-10-09 Thread Andre Lockhart
I am working on an application where I am drawing lines over a map using the OL graphics API. After dragging the map and seeing the OpenLayers lines move with the drag event, I have noticed that when I lift my finger off the left mouse button the line re-renders at its former location for an

Re: [OpenLayers-Users] icons in Layer.Text

2007-10-09 Thread Tara Athan
I did finally run across the documentation on the textfile format here: http://trac.openlayers.org/wiki/MapViewerService Thanks for your help- I have it working now. Also thanks for the tip about working in Excel (or OpenOffice ;-) )- it is actually possible to create the text file in notepad but

Re: [OpenLayers-Users] [work] Re: icons in Layer.Text

2007-10-09 Thread Robert J Becraft
See my example at http://www.metaphaze.com/Avalon/AMII_world_map.htm You will need to use Excell to create the txt file. Type each column in the spreadsheet, then export as a .txt file. It puts tabs between the columns, and makes it readable to OpenLayers. Using notepad won't work. The colu

Re: [OpenLayers-Users] Problems with own projection file with panning action

2007-10-09 Thread Richard Greenwood
On 10/9/07, Markus Innerebner <[EMAIL PROTECTED]> wrote: > After a deeper investigation, I realized that my projection format looks to > be ok. > I am thinking that some events are lost when updating in small intervalls. > The strange thing is that after a zoooming (in or out) on a map where the

[OpenLayers-Users] Changing overview layer

2007-10-09 Thread Jan Ciriack
Hi everybody, I am new to OpenLayers and first of I would like say I am really happy that I found this piece of software. So far I am quite impressed by its capabilities and glad that you guys share it. As for my beginners problem: I would like to have the overview map showing the same baselayer

Re: [OpenLayers-Users] SelectFeature

2007-10-09 Thread Lourens Veen
On Tuesday 09 October 2007 19:57:13 staff-gmail wrote: > > Selection by lat/lon can be done by using a point in polygon > algorithm which we've found to be pretty fast (it is in java and c++, > we'll see in Ruby). Well, for an OL client-side tool it would have to be JavaScript. But of course, the

Re: [OpenLayers-Users] Popups, Amber Cloud

2007-10-09 Thread Erik Uzureau
Hi Brian, It is true that popups are in a rather dismal state. That is one of the major feature rewrites scheduled for the 3.0 release. In the meantime, yes, we do like the CloudAmber popups... very much. They will definitely be included in the 2.6 release and we in fact hope to get a patch toget

Re: [OpenLayers-Users] SelectFeature

2007-10-09 Thread Lourens Veen
On Tuesday 09 October 2007 19:17:53 Stephen Woodbridge wrote: > Lourens Veen wrote: > > > > The problem is that the event handler uses the source of the event, > > as passed by the browser in the Event object, to determine which > > feature was clicked. The browser chooses one feature to attach the

Re: [OpenLayers-Users] [OpenLayers-Dev] Zoom Problems Switching Baselayers -- HELP!

2007-10-09 Thread Christopher Schmidt
On Tue, Oct 09, 2007 at 08:53:13PM +0200, Arnd Wippermann wrote: > I have build my singlefile from the source of the today trunk (Revision > 4878). > > Switching between baselayers don't change the zoomlevel any more. But now I > get trouble, when I resize the window and then switch the baselayer

Re: [OpenLayers-Users] [OpenLayers-Dev] Zoom Problems Switching Baselayers -- HELP!

2007-10-09 Thread Arnd Wippermann
I have build my singlefile from the source of the today trunk (Revision 4878). Switching between baselayers don't change the zoomlevel any more. But now I get trouble, when I resize the window and then switch the baselayer. Something get lost. The new baselayer only displayed in the left upper co

[OpenLayers-Users] OpenLayers 2.5 Final Release

2007-10-09 Thread Christopher Schmidt
OpenLayers 2.5 Release Announcement The OpenLayers Development Team is proud to announce the final release of OpenLayers 2.5. This release features a number of major developments, including: * Date Line Wrapping: Tiles wrap around the earth * New/Improved Formats: * KML * GeoRSS Simp

[OpenLayers-Users] Popups, Amber Cloud

2007-10-09 Thread Brian Hamlin
Hi All- I am new to OpenLayers. I would like to find out about moving some solutions written in Google Maps over to Open Layers. One thing needed is a really good popup balloon. I found the OpenLayers.Popup() class - I just tried it using openlayers api 2.5-rc3 I was also pointed to t

Re: [OpenLayers-Users] SelectFeature

2007-10-09 Thread staff-gmail
Stephen Woodbridge wrote: > Lourens Veen wrote: > >> On Tuesday 09 October 2007 14:10:49 Christopher Schmidt wrote: >> >>> On Tue, Oct 09, 2007 at 01:24:27PM +0200, Stefano Bonnin wrote: >>> hi all, I have to define a popup for every vector feature but I notice that >>

Re: [OpenLayers-Users] Look who's using OpenLayers....

2007-10-09 Thread Richard Thurbin
Hi Pierre. I have found text layers to be pretty slow past 100 points and have moved to using a raster later. How many points are you using? Richard Thurbin +44 7917 704 145www.cloudamber.com Sent from BlackBerry® wireless device -Original Message- From: "Pierre GIRAUD" <[EMAI

Re: [OpenLayers-Users] SelectFeature

2007-10-09 Thread Stephen Woodbridge
Lourens Veen wrote: > On Tuesday 09 October 2007 14:10:49 Christopher Schmidt wrote: >> On Tue, Oct 09, 2007 at 01:24:27PM +0200, Stefano Bonnin wrote: >>> hi all, >>> >>> I have to define a popup for every vector feature but I notice that >>> SelectFeature has some problem when there is more than

Re: [OpenLayers-Users] SelectFeature

2007-10-09 Thread Lourens Veen
On Tuesday 09 October 2007 14:10:49 Christopher Schmidt wrote: > On Tue, Oct 09, 2007 at 01:24:27PM +0200, Stefano Bonnin wrote: > > hi all, > > > > I have to define a popup for every vector feature but I notice that > > SelectFeature has some problem when there is more than 1 layer. The > > Select

Re: [OpenLayers-Users] Look who's using OpenLayers....

2007-10-09 Thread Pierre GIRAUD
Hum, I disagree with you. The markers info is loaded once, and you can then navigate the map easily without having to load anything but the baseLayer tiles. With a raster layer for the pushpins, you would have to load the tiles while navigating the map. So I think that with their approach they save

Re: [OpenLayers-Users] Problems with own projection file with panning action

2007-10-09 Thread Markus Innerebner
After a deeper investigation, I realized that my projection format looks to be ok. I am thinking that some events are lost when updating in small intervalls. The strange thing is that after a zoooming (in or out) on a map where the moving points are wrong positionized, the points are again posi

Re: [OpenLayers-Users] Look who's using OpenLayers....

2007-10-09 Thread David William Bitner
Although, given the fact that they are not using any mouseover or clicky actions on the points, there really is no reason they should be doing the pushpins as a vector layer rather than serving it up as a raster somehow. On 10/9/07, Erik Uzureau <[EMAIL PROTECTED]> wrote: > > Right. A big OL Map s

Re: [OpenLayers-Users] Look who's using OpenLayers....

2007-10-09 Thread Erik Uzureau
Right. A big OL Map should load right on the home page, with a bunch of pushpins in it showing from where people have donated. They're using TileCache too, fwiw :-) erik On 10/9/07, Espen Isaksen <[EMAIL PROTECTED]> wrote: > They are using OpenLayers on the opening page. > > Espen > > On 09/10/20

[OpenLayers-Users] Zooming cause cropping bounds

2007-10-09 Thread Simo D
Hi community, I have a map delimited by certain bounds, but when I zoom-in some parts of the bounds become cropped. Here follows a part of my OL code: var scale = { maxScale: 5, minScale: 1000, minResolution:

Re: [OpenLayers-Users] SelectFeature

2007-10-09 Thread Christopher Schmidt
On Tue, Oct 09, 2007 at 01:24:27PM +0200, Stefano Bonnin wrote: > hi all, > > I have to define a popup for every vector feature but I notice that > SelectFeature has some problem when there is more than 1 layer. The > SelectFeature control seems to work only when there is 1 layer active. > This

Re: [OpenLayers-Users] Look who's using OpenLayers....

2007-10-09 Thread Espen Isaksen
They are using OpenLayers on the opening page. Espen On 09/10/2007, Barend Köbben <[EMAIL PROTECTED]> wrote: > ??? > Can't seem to find any info about that on your link. If I go to the 'serach' > page I get an empty box and a JS error: > > id(engine) has no properties > [Break on this error] id(e

[OpenLayers-Users] SelectFeature

2007-10-09 Thread Stefano Bonnin
hi all, I have to define a popup for every vector feature but I notice that SelectFeature has some problem when there is more than 1 layer. The SelectFeature control seems to work only when there is 1 layer active. This (critical, for me) SelectFeature bug will be pathed only in the 2.6 release

Re: [OpenLayers-Users] GUI frameworks

2007-10-09 Thread Jeff Yutzler
I am also a proponent of YUI. I am glad that OL took care in taking the bare minimum functionality from Prototype because Prototype and YUI don't play well together. I find no problems using YUI and OL together. Naturally, YUI and Yahoo Maps are currently incompatible (!) so if you want to u

Re: [OpenLayers-Users] Look who's using OpenLayers....

2007-10-09 Thread Barend Köbben
??? Can't seem to find any info about that on your link. If I go to the 'serach' page I get an empty box and a JS error: id(engine) has no properties [Break on this error] id(engine).className="active"; On 08-10-2007 19:48, "Erik Uzureau" <[EMAIL PROTECTED]> wrote: > http://creativecommons.org/

Re: [OpenLayers-Users] Maker with hover

2007-10-09 Thread Prasad Choudhary
That link is a example, i wonder how could I do same thing by OL Prasad Jacolin Yves wrote: > > Prasad, > > It seems you are using Gmap API, not OpenLayers API. > > Regards, > > Y. > Le Tuesday 09 October 2007 08:48:57 Prasad Choudhary, vous avez écrit : >> hello, >> >> here is my code

Re: [OpenLayers-Users] Maker with hover

2007-10-09 Thread Jacolin Yves
Prasad, It seems you are using Gmap API, not OpenLayers API. Regards, Y. Le Tuesday 09 October 2007 08:48:57 Prasad Choudhary, vous avez écrit : > hello, > > here is my code for marker > function somefunction() > { > size = new OpenLayers.Size(21,25); >