Re: [OpenLayers-Users] NavToolBar events

2009-06-12 Thread Andreas Hocevar
Hi Brad, On Fri, Jun 12, 2009 at 4:04 AM, Brad Spencerb...@cubewerx.com.au wrote: I have a need to change states within my application  - i.e. standard ‘viewing mode’ with the standard navigation defaults set and then to switch to a ‘select mode’ that changes these defaults for application

Re: [OpenLayers-Users] Alignment Issue

2009-06-12 Thread Andreas Hocevar
Hi, On Fri, Jun 12, 2009 at 4:43 AM, Nicholas Efremov-Kendalln.e.kend...@gmail.com wrote: (i.e. no epsg code attachted). I've tried the reprojection (but on the whole layer, I don't know if that will work) and all I get is a firebug error sites.transform is not a function. Also, note that when

Re: [OpenLayers-Users] MoveFeature Help

2009-06-12 Thread Andreas Hocevar
Hi, On Thu, Jun 11, 2009 at 11:53 PM, Ben Madinb...@ausvet.com.au wrote: Hello, We are looking at using openlayers to display networks, and I guess that the Move.Feature capacity allows us to move features using the openlayers interface - nice However, I'm not sure if this means we can

Re: [OpenLayers-Users] Error displaying map in IE8 - VML.js

2009-06-12 Thread Kenneth Skovhede, GEOGRAF A/S
Note sure what the actual problem is, but there are notes that the patch does not solve all issues. There is a nother fix mentioned, namely the one in comment #20: http://trac.openlayers.org/ticket/1910#comment:20 This effectively places IE8 in IE7 compatibility mode, and it works. Although

Re: [OpenLayers-Users] Error displaying map in IE8 - VML.js

2009-06-12 Thread Andreas Hocevar
Hi, On Fri, Jun 12, 2009 at 8:53 AM, Kenneth Skovhede, GEOGRAF A/Sk...@geograf.dk wrote: Note sure what the actual problem is, but there are notes that the patch does not solve all issues. There is a nother fix mentioned, namely the one in comment #20:

Re: [OpenLayers-Users] NavToolBar events

2009-06-12 Thread Brad Spencer
Andreas, A little more explanation, I use doubleclick for picking polygons interactively and drag-mouse-shift for picking a whole bunch within a drag area in my 'select mode'. The user can switch to viewing mode via my mode toggle button and happily use the default alternatives. However, if they

Re: [OpenLayers-Users] NavToolBar events

2009-06-12 Thread Andreas Hocevar
Hi, On Fri, Jun 12, 2009 at 9:11 AM, Brad Spencerb...@cubewerx.com.au wrote: A little more explanation, I use doubleclick for picking polygons interactively and drag-mouse-shift for picking a whole bunch within a drag area in my 'select mode'. The user can switch to viewing mode via my mode

Re: [OpenLayers-Users] getDataExtent() only working on part of data of layer

2009-06-12 Thread Andreas Hocevar
Hi Jan, please post to the list instead of sending a mail to a developer directly. I gave you a wrong setExtent function. The correct function should look like this: var setExtent = function() { if(dataExtent) { dataExtent.extend(this.getDataExtent()); } else {

[OpenLayers-Users] Framed Cloud Popup - Tail interferring with layer

2009-06-12 Thread soatley
I am having a problem using the popups to display data and have confirmed it with the 'Popup Matrix' example : http://www.openlayers.com/dev/examples/popupMatrix.html To re-create, click on the very bottom row of popups (overflow:hidden) of the first 'min size (400X400)' column. You should see

Re: [OpenLayers-Users] Framed Cloud Popup - Tail interferring with layer

2009-06-12 Thread Christopher Schmidt
On Fri, Jun 12, 2009 at 04:06:40AM -0700, soatley wrote: I am having a problem using the popups to display data and have confirmed it with the 'Popup Matrix' example : http://www.openlayers.com/dev/examples/popupMatrix.html To re-create, click on the very bottom row of popups

[OpenLayers-Users] displaying dynamic real time data

2009-06-12 Thread Gerrit Lammert
Hi there. I'm quite new working with openlayers. I spent the last couple of days working on something and it is driving me nuts. :) I want to visualize realtime data from a database as a track. To do this I am constantly (every 5 seconds) reading data from the DB as LINESTRING(), and parse it

Re: [OpenLayers-Users] Question to OpenLayers and printing

2009-06-12 Thread Kai Behncke
Dear users, at: https://trac.mapfish.org/trac/mapfish/wiki/Mapfishprintfornewbies you find now a tutorial how to get mapfish-openlayers-wms-prints in a small application. I hope it will be useful to someone. Best regards, Kai Original-Nachricht Datum: Wed, 27 May 2009

[OpenLayers-Users] Snap on/off with keyboard

2009-06-12 Thread jean-christian Casa
Hello! When i activate snap control with a button in a toolbar, how can i desacivate/reactivate snap control with the keyboard ? I've tryed with OpenLayers.Handler.Keyboard but it doesnt work ... Thanks a lot, jc casa ___ Users mailing list

Re: [OpenLayers-Users] Framed Cloud Popup - Tail interferring with layer

2009-06-12 Thread Shawn Oatley
Thanks for the idea. I found a copy of one in the sandbox seems to work much better!! Shawn On 6/12/2009 at 7:43 AM, Christopher Schmidt crschm...@metacarta.com wrote: On Fri, Jun 12, 2009 at 04:06:40AM -0700, soatley wrote: I am having a problem using the popups to display data and have

Re: [OpenLayers-Users] Error displaying map in IE8 - VML.js

2009-06-12 Thread Asle Benoni
Thanks Kenneth, the compatibility hack works fine. I would rather not hack VML.js but I see this hack is newer than the one I tried. As long as the quickfix works I am satisfied. But would like to know if some have success with it and if it is included in future OL release. /asle 2009/6/12

Re: [OpenLayers-Users] Error displaying map in IE8 - VML.js

2009-06-12 Thread Christopher Schmidt
On Fri, Jun 12, 2009 at 03:52:54PM +0200, Asle Benoni wrote: Thanks Kenneth, the compatibility hack works fine. I would rather not hack VML.js but I see this hack is newer than the one I tried. As long as the quickfix works I am satisfied. But would like to know if some have success with it

Re: [OpenLayers-Users] Error displaying map in IE8 - VML.js

2009-06-12 Thread Mike Adair
I'm testing with that patch in the application I'm currently working on and for the most part it is a big improvement. The one remaining issue I'm seeing is feature labels don't show up in IE7 with the document in IE7 standards mode. Labels do show up in IE7 in quirks mode though. (Isn't it

Re: [OpenLayers-Users] Framed Cloud Popup - Tail interferring with layer

2009-06-12 Thread David Fawcett
I was looking into this issue several months ago, but didn't get very far. I am sure that Google implements their popups in a different way, but this doesn't seem to be an issue in Google maps. I guess that they just destroy a popup when you click near the tail, this allows you to create a new

Re: [OpenLayers-Users] Framed Cloud Popup - Tail interferring with layer

2009-06-12 Thread Shawn Oatley
Sure thing! Here's the Url: http://dev.openlayers.org/sandbox/crschmidt/smallpopup/ This one works great. I did a little customizing to the display and am I going to use this one for my site. Shawn On 6/12/2009 at 10:39 AM, David Fawcett david.fawc...@gmail.com wrote: I was looking

Re: [OpenLayers-Users] Error displaying map in IE8 - VML.js

2009-06-12 Thread Andreas Hocevar
Hi, I can confirm that IE7 in standards compliant mode does not render labels - with or without the patch. So that is a separate issue, and I created http://trac.openlayers.org/ticket/2135 to track it. Regards, Andreas. On Fri, Jun 12, 2009 at 4:23 PM, Mike Adairmad...@dmsolutions.ca wrote:

Re: [OpenLayers-Users] Framed Cloud Popup - Tail interferring with layer

2009-06-12 Thread Christopher Schmidt
On Fri, Jun 12, 2009 at 09:39:28AM -0500, David Fawcett wrote: I was looking into this issue several months ago, but didn't get very far. The problem is simple, centered around our event registration. Popups have events. We register popup events on the whole element -- this includes the tail. A

[OpenLayers-Users] selecting marker potential bug

2009-06-12 Thread Chris Abraham
Hi, I think I have found a bug. See attached file for a simple test case. When you click on one of the points (features) a popup will display. Since the feature is selected, it's style changes and it turns blue. This is unexpected. I would have expected it to keep the default style,

Re: [OpenLayers-Users] Error displaying map in IE8 - VML.js

2009-06-12 Thread Nathan Gerber
All, Using this patch: http://trac.openlayers.org/attachment/ticket/1910/openlayers-1910.patch I have run tests using various versions of Internet Explorer IE6 (XP): patch works fine, vectors render with labels IE7 (XP): patch works fine, vectors render but not with labels while in standards

Re: [OpenLayers-Users] selecting marker potential bug

2009-06-12 Thread Christopher Schmidt
On Fri, Jun 12, 2009 at 02:19:37PM -0400, Chris Abraham wrote: Hi, I think I have found a bug. See attached file for a simple test case. When you click on one of the points (features) a popup will display. Since the feature is selected, it's style changes and it turns blue. This is

Re: [OpenLayers-Users] selecting marker potential bug

2009-06-12 Thread Chris Abraham
Alternatively, you can replace lines 69-71 with: styleMap: new OpenLayers.StyleMap( style ) I assume here that since I didn't specify default this style gets set to all options. Chris On Jun 12, 2009, at 2:19 PM, Chris

Re: [OpenLayers-Users] selecting marker potential bug

2009-06-12 Thread Chris Abraham
Great. Makes sense. Thanks. Chris On Jun 12, 2009, at 2:47 PM, Christopher Schmidt wrote: On Fri, Jun 12, 2009 at 02:19:37PM -0400, Chris Abraham wrote: Hi, I think I have found a bug. See attached file for a simple test case. When you click on one of the points (features) a popup

Re: [OpenLayers-Users] Alignment Issue

2009-06-12 Thread Matt Kenny
On Thu, Jun 11, 2009 at 11:34 PM, Andreas Hocevar ahoce...@opengeo.orgwrote: Hi, On Fri, Jun 12, 2009 at 4:43 AM, Nicholas Efremov-Kendalln.e.kend...@gmail.com wrote: (i.e. no epsg code attachted). I've tried the reprojection (but on the whole layer, I don't know if that will work) and

Re: [OpenLayers-Users] Alignment Issue

2009-06-12 Thread Christopher Schmidt
On Fri, Jun 12, 2009 at 11:56:56AM -0700, Matt Kenny wrote: On Thu, Jun 11, 2009 at 11:34 PM, Andreas Hocevar ahoce...@opengeo.orgwrote: Hi, On Fri, Jun 12, 2009 at 4:43 AM, Nicholas Efremov-Kendalln.e.kend...@gmail.com wrote: (i.e. no epsg code attachted). I've tried the

[OpenLayers-Users] p0pups

2009-06-12 Thread Nicholas Efremov-Kendall
Hi all, Can someone point to documentation on how to put thumbnail images and associated with GML feature/attribute data into an openlayers popup? Do I need to use the GML parser for this? Also, any directions on how to style them would be helpful. I'm a novice jscript user and I've basically

[OpenLayers-Users] Help with OpenLayers Control

2009-06-12 Thread Bernardo J Perez
I have been working on this problem for a while. I'm sure its a simple problem for someone who knows how to use OpenLayers. I am trying to create a box using the Shift-Click method and get the Latitude and Longitude. However, in the example code I found it returns back the pixel values. Is

Re: [OpenLayers-Users] p0pups

2009-06-12 Thread Stephen Woodbridge
Nicholas Efremov-Kendall wrote: Hi all, Can someone point to documentation on how to put thumbnail images and associated with GML feature/attribute data into an openlayers popup? Do I need to use the GML parser for this? Also, any directions on how to style them would be helpful. I'm