Re: [OpenLayers-Users] How to print map area with openlayers

2010-04-15 Thread soatley
rakesh.modi1585 wrote: Hi, I want to print map area (WMS Layer) with overlay vector layers. Is it possible in openlayers, if it then how it is done? Thanks Rakesh Check out the link that Lisa said in her e-mail. We resorted to a server side stitching because we couldn't rely on

[OpenLayers-Users] New OpenLayers Site

2010-01-05 Thread soatley
Hi everyone, Here's an example of our soon-to-be-released IMS which uses OpenLayers and TileCache: http://tomas.fallsviewer.ca http://tomas.fallsviewer.ca We are using Manifold in the back end to generate most of the tiles (and cached by TileCache) along with handle the Spatial/Information

Re: [OpenLayers-Users] ModifyFeatureControl - vertices styling

2009-12-16 Thread soatley
I just went through this myself. In my case, I was already taking advantage of using vector styling context (similar to this example: http://www.openlayers.org/dev/examples/styles-context.html http://www.openlayers.org/dev/examples/styles-context.html ) I found that the points that are used

[OpenLayers-Users] Draw Features by entering size (radius / length)

2009-10-23 Thread soatley
How can I use the DrawFeatures tool(s) to draw features by specifying a size. For example, create a circle with a radius of 100 metres? Draw a line 50 metres long? Even if the user has to draw a basic object (circle for example) and then once it is created, specify the radius. Thanks! Shawn

[OpenLayers-Users] OL on Blackerry?

2009-07-30 Thread soatley
Has anyone had any experience working on developing an OL site that works with Blackberry devices? Shawn -- View this message in context: http://n2.nabble.com/OL-on-Blackerry--tp3357079p3357079.html Sent from the OpenLayers Users mailing list archive at Nabble.com.

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

2009-07-29 Thread soatley
)) { map.updateSize(); } Shawn soatley wrote: I have a feeling I am running into the same issue here. I am using Revision 9492 and the problem I encounter is the Invalid Argument error when adding vector layers to the map. I have tried it on IE 7 (Win XP 32 bit) and IE 8

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

2009-07-29 Thread soatley
Should have checked my CSS before posting that mesage. Here is what I already have defined in for my map object: #map { position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; } Andreas Hocevar-2 wrote: soatley wrote: In case

Re: [OpenLayers-Users] transitionEffect bug?

2009-07-29 Thread soatley
I tried some very basic tests with and without the resize option and it does seem to create a fair number of additional requests. Here are my results... With Resize: Initial Load: 585 requests +1 Zoom level: 999 requests (+414 for the zoom) -1 Zoom level: 1096requests (+97 for the zoom) Without

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

2009-07-27 Thread soatley
I have a feeling I am running into the same issue here. I am using Revision 9492 and the problem I encounter is the Invalid Argument error when adding vector layers to the map. I have tried it on IE 7 (Win XP 32 bit) and IE 8 (Vista 64, in compatability mode). IE 8 on Vista not in compat.

[OpenLayers-Users] Call function before control activate

2009-07-09 Thread soatley
I can't seem to find a way to call a function before a control is activated. What I am trying to do is record the currently active control before activating the new control. That way, when the control is done executing, the previous control can be re-activated. This would be useful for tools

[OpenLayers-Users] Can't get OpenLayers to Co-operate with TileCache resolutions

2009-07-02 Thread soatley
Hopefully someone can see what I must be doing wrong I have been trying to get TileCache (most recent from site) to work nicely with OL 2.8 for a week and it just doesn't seem to be working perfectly. Here is my map config: options = { projection: new

Re: [OpenLayers-Users] Can't get OpenLayers to Co-operate with TileCache resolutions

2009-07-02 Thread soatley
/5bexamplemqrp linked to a screen shot of what happens when I have metaTiling on. On the left half of the image, you can see that there is an issue with how the road center lines are rendered. Still looking for some assistance from anyone who may have come across any issues like this. soatley

Re: [OpenLayers-Users] Can't get OpenLayers to Co-operate with TileCache resolutions

2009-07-02 Thread soatley
soatley wrote: With a little more fooling around, I have found that it has to do with the MetaTiling My WMS Server is Manifold 8.0 and it can only write out PNG images. I am using .NET to write out the binary stream to TileCache from Manifold. I don't think it is an Interlacing issue

Re: [OpenLayers-Users] Error in Tile Cache configh current x value too far from tile corner?

2009-06-30 Thread soatley
I am running into this issue now also. How many decimal places would be OK? Here are my resolutions: 850 425 212.5 106.25 53.125 26.5625 13.28125 6.640625 3.3203125 1.66015625 0.830078125 0.4150390625 0.20751953125 0.103759765625 0.0518798828125 As you can see, if I rounded my resolutions off

[OpenLayers-Users] Adjust sensitivity of keyboard control and mouse wheel

2009-06-24 Thread soatley
Hello, Is there anyway to adjust the sensitivity of the keyboard controls (panning) and the mouse wheel (zooming)? It would be nice if panning would pan a little more for each key press and the zoom wheel would be a little less sensitive. Shawn -- View this message in context:

Re: [OpenLayers-Users] Adjust sensitivity of keyboard control and mouse wheel

2009-06-24 Thread soatley
Wow! That is perfect! This is exactly it. Thank you! Shawn Andreas Hocevar-2 wrote: Hi, On Wed, Jun 24, 2009 at 6:27 PM, soatleysh...@niagarafalls.ca wrote: Is there anyway to adjust the sensitivity of the keyboard controls (panning) and the mouse wheel (zooming)?  It would be nice

Re: [OpenLayers-Users] Map Aspect Ratio Seems Off (Makes layers wide)

2009-06-22 Thread soatley
Andreas, Thank you for that information! You've solved my problem and even fixed one of my todo items of getting the MousePosition into UTM! Thanks Shawn Andreas Hocevar-2 wrote: Hi, On Fri, Jun 19, 2009 at 10:38 PM, soatleysh...@niagarafalls.ca wrote: Your co-workers are right.

[OpenLayers-Users] Map Aspect Ratio Seems Off (Makes layers wide)

2009-06-19 Thread soatley
I am having an issue with the aspect ratio of my map and my knowledge of projections is not that good, but my GIS co-workers are telling me that is probably the cause. The attached image( http://n2.nabble.com/file/n3122010/example.jpg example.jpg ) shows what the map should look like (our

[OpenLayers-Users] MapServer Layer for ECW creating blank tiles

2009-06-17 Thread soatley
Hopefully someone with some Mapserver knowledge can help me out as I am having problems getting Mapserver to work with OL. First a little background. I have OL 2.8 rc6 up and running with multiple layers being pulled via my WMS server (Manifold). I have been having problems getting Manifold to

Re: [OpenLayers-Users] MapServer Layer for ECW creating blank tiles

2009-06-17 Thread soatley
Chris, thanks for that tip. It really helps me to troubleshoot it. I think I have figured out the problem, but not sure how to fix it. Now that it is sending WMS requests, I can see the url and compare it to my other vector tiles. The problem is that the WMS requests are going out with

Re: [OpenLayers-Users] MapServer Layer for ECW creating blank tiles

2009-06-17 Thread soatley
of the request string for each tile? Christopher Schmidt-2 wrote: On Wed, Jun 17, 2009 at 08:43:13AM -0700, soatley wrote: You already have a WMS set up in OpenLayers, right? http://faq.openlayers.org/map/how-do-i-set-a-different-projection-on-my-map/ maybe relevant. -- View this message

Re: [OpenLayers-Users] MapServer Layer for ECW creating blank tiles

2009-06-17 Thread soatley
Chris, Forget about it I should have tried the simple stuff first. By appending my custom querystring value to the URL, openlayers just appended it's values to the end. Thanks for pointing me in the right direction with the WMS Map config. That was the turning point. Shawn soatley

[OpenLayers-Users] Detect if key pressed during click

2009-06-15 Thread soatley
I have a custom handler for my click event that is my default click handler to retrieve information from my WMS server: OpenLayers.Control.Click = OpenLayers.Class(OpenLayers.Control, { defaultHandlerOptions: { 'single': true, 'double': false, 'pixelTolerance': 0,

[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

[OpenLayers-Users] Add Feature and Pan into View

2009-05-21 Thread soatley
Hello, Does anyone know how to have the map pan when adding a feature to a vector layer so that the entire feature is in view? Here's my code so far that works: //define the popup infoPopup = new OpenLayers.Popup.FramedCloud(info, mouseLoc,

Re: [OpenLayers-Users] Add Feature and Pan into View

2009-05-21 Thread soatley
remain the same when the map automatically pan/zoom to the feature's extent. What do you think ? Alexandre soatley wrote: Hello, Does anyone know how to have the map pan when adding a feature to a vector layer so that the entire feature is in view? Here's my code so far that works