Re: [OpenLayers-Users] OpenLayers.Handler.Box interrupted by custom div

2010-08-19 Thread advance
all version of openlayers have this problem ,the element span... also interrupt the OpenLayers.Handler.Box , Ext.window also interrupt the OpenLayers.Handler.Box I still haven't found a way to make this work, does anyone have any suggestions? or is this a bug of openlayers? Thank you! -- View

[OpenLayers-Users] Questions from a Newbie

2010-08-19 Thread KennethK
Hello, Im Kenneth! I came across OL about a month ago and i must say im rather impressed with the functionality... unfortunately ive run into a few issues that i am unable to really determine an answer to. I would appreciate any detailed help i could get. 1. Ive been able to get a complete

[OpenLayers-Users] External Graphic of features positioning

2010-08-19 Thread ilias kanellos
Dear List, I am trying to create markers as point features of a vector layer. I do this by using the following code: var markerStyle = OpenLayers.Util.extend({}, OpenLayers.Feature.Vector.style['default','select']); markerStyle.graphicWidth

Re: [OpenLayers-Users] Transparent Markers

2010-08-19 Thread Sveen Atle Frenvik (Geomatikk IKT)
On 08/19/2010 03:42 AM, Kalyan Kamepalli wrote: Is there someone to help me out in this ?? Can we make transparent markers ? This is really important for me as the markers hiding the geometry underneath them and we don't want that to happen.

Re: [OpenLayers-Users] Transparent Markers

2010-08-19 Thread Kalyan Kamepalli
I use markers. On Thu, Aug 19, 2010 at 7:18 PM, Sveen Atle Frenvik (Geomatikk IKT) atle.frenvik.sv...@geomatikk.no wrote: On 08/19/2010 03:42 AM, Kalyan Kamepalli wrote: Is there someone to help me out in this ?? Can we make transparent markers ? This is really important for me as the

Re: [OpenLayers-Users] How to re-format the tables in popups?

2010-08-19 Thread Sveen Atle Frenvik (Geomatikk IKT)
As you are using getFeatureInfo you are displaying a table generated by your wms-server (which seems to be Geoserver, right?). In that case I guess the simplest fix is to edit the getfeatureInfo templete in geoserver, as described here:

Re: [OpenLayers-Users] Transparent Markers

2010-08-19 Thread Sveen Atle Frenvik (Geomatikk IKT)
On 08/19/2010 11:48 AM, Kalyan Kamepalli wrote: I use markers. Well, not that I am familiar with markers, but according to: http://dev.openlayers.org/releases/OpenLayers-2.9.1/doc/apidocs/files/OpenLayers/Marker-js.html you can use custom ghraphics for your markers as well: var

Re: [OpenLayers-Users] Transparent Markers

2010-08-19 Thread Kalyan Kamepalli
Atle, The way I create my markers is exactly the same. The only thing I didn't know is that I can create transparent icons. Do you have any idea on which editor can create transparent icons ? Or is it possible to create them using normal windows picture manager ?? Cheers, Kalyan On Thu, Aug 19,

Re: [OpenLayers-Users] Transparent Markers

2010-08-19 Thread Sveen Atle Frenvik (Geomatikk IKT)
On 08/19/2010 12:08 PM, Kalyan Kamepalli wrote: Atle, The way I create my markers is exactly the same. The only thing I didn't know is that I can create transparent icons. Do you have any idea on which editor can create transparent icons ? Or is it possible

Re: [OpenLayers-Users] LayerSwitcher - Panel show and disable layerentry

2010-08-19 Thread BMcBride
To make the layerswitcher initially visible, you can do something like: map.addControl(new OpenLayers.Control.LayerSwitcher({'ascending':false})); var ls = map.getControlsByClass('OpenLayers.Control.LayerSwitcher')[0]; ls.maximizeControl(); To set layer visibility, you can do something like:

Re: [OpenLayers-Users] How to re-format the tables in popups?

2010-08-19 Thread BMcBride
If you are using GeoServer 2.x, the GetFeature Info content template (content.ftl) should be placed in the data/workspaces/(workspace name)/(data store name)/(layer name) directory. The documentation references a featureTypes directory, but pay no attention to that! - Bryan R. McBride,

[OpenLayers-Users] Can't get overview map to work

2010-08-19 Thread Planet)x
I am having issues getting an overmap to show anything besides an empty blue box with no layers. I have tried to look at the overviewmap example located here - http://openlayers.org/dev/examples/ but I am unable to get my map to even work with this example. Below is my code but when I run it all

Re: [OpenLayers-Users] Can't get overview map to work

2010-08-19 Thread Ian Turton
On Thu, Aug 19, 2010 at 2:00 PM, Planet)x andrew.stew...@reddeer.ca wrote: I am having issues getting an overmap to show anything besides an empty blue box with no layers. I have tried to look at the overviewmap example located here - http://openlayers.org/dev/examples/ but I am unable to get

Re: [OpenLayers-Users] Can't get overview map to work

2010-08-19 Thread Planet)x
Thanks for the response. I thought that part of the example code was for the second custom overview map because it seems like the first overview map created in the example is just added as a regular control with no defined options except one layer, which is what I did but it didn't work. Below is

Re: [OpenLayers-Users] Switching between a Google/Bing base layer to WMS base layer...

2010-08-19 Thread Paul james
Thanks for your help and patience so far... I´ll try to explain better my problem... I have a google base and several wms overlay layers ... Everthing is working fine... Relevant code: Map PROJECTION init=epsg:900913 END METADATA wms_srs EPSG:4326 EPSG:900913 Layers Wms

[OpenLayers-Users] Is it possible to move controls off the map to other location of asp page?

2010-08-19 Thread Planet)x
I am just beginning with openlayers. I have a VB project with the map and a control panel and everything is working fine. I am just wondering since I add the controls directly to the map with map.addControl(name) are controls always going to be stuck to the map? What I am trying to do is display

[OpenLayers-Users] Software under windows for using openlayers patch files.

2010-08-19 Thread Phil Scadden
Neither tortoisesvn nor gnuwin32/patch recognise the patch file format used in openlayers trac. Am I missing something or can someone point me at an appropriate tool? I am using save as from the browser and get an xml file format. Its really tedious applying a long patch by hand. Notice:

Re: [OpenLayers-Users] Software under windows for using openlayers patch files.

2010-08-19 Thread christopher.schmidt
On Aug 20, 2010, at 12:35 AM, ext Phil Scadden wrote: Neither tortoisesvn nor gnuwin32/patch recognise the patch file format used in openlayers trac. Am I missing something or can someone point me at an appropriate tool? I am using save as from the browser and get an xml file format.