Re: [OpenLayers-Users] zIndex and Base Layer

2010-03-05 Thread Maria Neywell
I’m using some wms layers which don’t belong to me (are not mine). Only the base layer is mine and I need to put it up to the others. Maria 2010/3/3 Christopher Schmidt crschm...@metacarta.com On Wed, Mar 03, 2010 at 02:54:58PM +0100, Maria Neywell wrote: Hi list,

Re: [OpenLayers-Users] layer.projection.getCode is not a function

2010-03-05 Thread Sarah Schuessler
Hi, thanks that solved the problem. But now I get a java.lang.RuntimeException: java.io.IOException Connection test failed Cannot create PoolableConnectionFactory. But think that´s a Geoserver and/or Tomcat issue, so I will ask on these mailinglist. best regards Sarah

Re: [OpenLayers-Users] need help with layers

2010-03-05 Thread tamerhur
thanks for your reply I found some solutoion and I will also try with gdal. -- View this message in context: http://n2.nabble.com/need-help-with-layers-tp4668267p4679733.html Sent from the OpenLayers Users mailing list archive at Nabble.com. ___ Users

Re: [OpenLayers-Users] zIndex and Base Layer

2010-03-05 Thread Christopher Schmidt
On Fri, Mar 05, 2010 at 09:10:34AM +0100, Maria Neywell wrote: I’m using some wms layers which don’t belong to me (are not mine). Only the base layer is mine and I need to put it up to the others. Perhaps providing your existing code/HTML page would help clarify the current situation and what

Re: [OpenLayers-Users] Map not visible when hidden div is unhidden

2010-03-05 Thread Andreas Hocevar
On 2010-03-04 11:11, Zer wrote: I have a map in a div within a table cell that is hidden (td id=map style=”display: none;”) when the page loads. When the user clicks a button, the table cell is unhidden by a java script. All the scripts that set up the map runs ok when the page is loaded and

[OpenLayers-Users] Problem with style / cluster

2010-03-05 Thread Fred Estrela
-- Fred ___ Users mailing list Users@openlayers.org http://openlayers.org/mailman/listinfo/users

Re: [OpenLayers-Users] Problem with style / cluster

2010-03-05 Thread Fred Estrela
Hi guys, sorry about the blank email, i hate touchpad :( Can someone tell me with my style is not working? It work fine when im using a static pointRadius (changing ${radius} by 4) Im using a cluster strategy, and i want to make the circle size (style) dynamic (getting the number of features )

[OpenLayers-Users] OpenLayers.Layer.MapServer.Untiled

2010-03-05 Thread ibrahimsaricicek
Hi all; This is my Layer definition; var mapserv = new OpenLayers.Layer.MapServer.Untiled(MapServer,http://192.168.2.15/cgi-bin/world_900913?;, {layers:'World_Sea',transparent:true, format:image/png,srs:epsg:900913},{buffer: 0, gutter: 0,isBaseLayer: false, opacity:0.5}); This is the message

Re: [OpenLayers-Users] OpenLayers.Layer.MapServer.Untiled

2010-03-05 Thread bartvde
Hi, add the following to your MAP file: MAP .. MAXSIZE 3000 .. Best regards, Bart Hi all; This is my Layer definition; var mapserv = new OpenLayers.Layer.MapServer.Untiled(MapServer,http://192.168.2.15/cgi-bin/world_900913?;, {layers:'World_Sea',transparent:true,

[OpenLayers-Users] Really basic question about base layers

2010-03-05 Thread Robert Hicks
Can you not hide the basic OpenLayers map in the layer switcher? I've done it with other base maps but for some reason: var ol_wms = new OpenLayers.Layer.WMS( OpenLayers WMS, http://labs.metacarta.com/wms/vmap0;, { layers: 'basic',

Re: [OpenLayers-Users] OpenLayers.Layer.MapServer.Untiled

2010-03-05 Thread ibrahimsaricicek
Hi; Thanks so much.. Regards; Ibrahim SARICICEK -- View this message in context: http://n2.nabble.com/OpenLayers-Layer-MapServer-Untiled-tp4681036p4681109.html Sent from the OpenLayers Users mailing list archive at Nabble.com. ___ Users mailing list

Re: [OpenLayers-Users] Really basic question about base layers

2010-03-05 Thread bartvde
Options are the 4th parameter of the constructor, so use: var ol_wms = new OpenLayers.Layer.WMS( OpenLayers WMS, http://labs.metacarta.com/wms/vmap0;, { layers: 'basic', }, { displayInLayerSwitcher:

Re: [OpenLayers-Users] Map not visible when hidden div is unhidden

2010-03-05 Thread Zer
Andreas Hocevar-2 wrote: Try to call map.updateSize() after making the cell visible. That works fine! Thanks! But i'd really would like to have the tiles already loaded when the map is unhidden. Is there a way to do that? -ZM -- View this message in context:

Re: [OpenLayers-Users] Really basic question about base layers

2010-03-05 Thread Robert Hicks
Works great, I probably should have taken a closer look at that :/ Thanks! On Fri, Mar 5, 2010 at 9:27 AM, bart...@osgis.nl wrote: Options are the 4th parameter of the constructor, so use: var ol_wms = new OpenLayers.Layer.WMS( OpenLayers WMS,

Re: [OpenLayers-Users] WFS layer over Google Map layer projection problem

2010-03-05 Thread Piero Campa
Hi again, it's still me. I think I found the solution: I switched to WFS 1.0.0 and this time the HTTP response from Geoserver showed and Exception saying it could not locate {http://www.nurc.nato.int/}groundlocation (groundlocation is the point-feature and that URI is the featureNS...), so I

Re: [OpenLayers-Users] GetFeature and GetFeatureInfo giving no results

2010-03-05 Thread Kevin Smith
On 04/03/2010 5:21 PM, Kevin Smith wrote: I even tried copying one of the live examples verbatim: http://openlayers.org/dev/examples/getfeature-wfs.html http://glaurung.draconic.ca:8080/VmpWells/newhtml2.html I've tried looking at it with Firebug and it looks like the copy served from my

[OpenLayers-Users] Labels on WFS layers

2010-03-05 Thread Luís de Sousa
Hello everyone, I'm trying to set labels on a point layer using code like this: wfs2.style = OpenLayers.Util.applyDefaults( { strokeColor: #008000, fillColor: #00, strokeWidth: 2.0, label: ${someAtribute},

Re: [OpenLayers-Users] GetFeature and GetFeatureInfo giving no results

2010-03-05 Thread Kevin Smith
It was some anti XSS mechanism all along. Why couldn't the damn thing have generated an exception or error message or something, rather than silently just doing nothing? -- Kevin Smith smit...@draconic.ca signature.asc Description: OpenPGP digital signature