Hello people, i have a problem, am using geoserver 2.3.2, and  
GeoWebCache that comes with geoserver, i habilitate the direct  
integration with wms of geoserver, and still the openlayers are not  
working i thinks it is because the bounds of each bound of the layers  
in the application, or the gridset, i dont know , please help me, i  
need help, of the correct proceding, here is the main function in  
openlayers that i use:
//-------------------------------------------
function addSimpleLayerToMap(titulo, nombCapa, opacity, mapa, base,  
display, host)
{

    var capa = new OpenLayers.Layer.WMS(titulo, "http://"; + host +  
"/geoserver/une/wms",
    {
       'layers' : nombCapa,
          transparent : true,
          format : 'image/png',
          STYLES : '',
          tiled : true,
          tilesOrigin : mapa.maxExtent.left + ',' + mapa.maxExtent.bottom
    }
    ,
    {
          buffer: 0,
       yx : {'EPSG:4326' : true},
       attribution : 'Facilitado por Geocuba',

       isBaseLayer : base,
       opacity : opacity,
       displayOutsideMaxExtent : base,
       displayInLayerSwitcher : display,
          transitionEffect : 'resize'
    }
    );
    mapa.addLayer(capa);

    return capa;

}
//---------------------------------------------------
it looks that am missing something, please help me


----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.


--

Este mensaje le ha llegado mediante el servicio de correo electronico que 
ofrece Infomed para respaldar el cumplimiento de las misiones del Sistema 
Nacional de Salud. La persona que envia este correo asume el compromiso de usar 
el servicio a tales fines y cumplir con las regulaciones establecidas

Infomed: http://www.sld.cu/


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to