Yes i saw it, thanks, but i read the html help that comes with geoserver, the "geowebcache troubleshooting" and i get some indication that i am following now, and i make this: //--------------------------------------------------------------------------- curl -v "http://sigfre.cujae.edu.cu/geoserver/une/wms?LAYERS=une%3Asigfre_base&STYLES=&FORMAT=image%2Fpng&TILED=true&TRANSPARENT=FALSE&TILESORIGIN=-84.956%2C19.825&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&SRS=EPSG%3A4326&BBOX=-84.956,19.825,-69.561866666667,35.219133333333&WIDTH=256&HEIGHT=256" //--------------------------------------------------------------------------- and it return this
//--------------------------------------------------------------------------- * Adding handle: conn: 0xcb4628 * Adding handle: send: 0 * Adding handle: recv: 0 * Curl_addHandleToPipeline: length: 1 * - Conn 0 (0xcb4628) send_pipe: 1, recv_pipe: 0 * About to connect() to sigfre.cujae.edu.cu port 80 (#0) * Trying 10.8.194.10... * Connected to sigfre.cujae.edu.cu (10.8.194.10) port 80 (#0) > GET > /geoserver/une/wms?LAYERS=une%3Asigfre_base&STYLES=&FORMAT=image%2Fpng&TIL ED=true&TRANSPARENT=FALSE&TILESORIGIN=-84.956%2C19.825&SERVICE=WMS&VERSION=1.1.1 &REQUEST=GetMap&SRS=EPSG%3A4326&BBOX=-84.956,19.825,-69.561866666667,35.21913333 3333&WIDTH=256&HEIGHT=256 HTTP/1.1 > User-Agent: curl/7.30.0 > Host: sigfre.cujae.edu.cu > Accept: */* > < HTTP/1.1 200 OK < Date: Fri, 21 Jun 2013 09:30:53 GMT * Server Jetty(6.1.8) is not blacklisted < Server: Jetty(6.1.8) < Content-Type: image/png < geowebcache-miss-reason: request does not align to grid(s) 'EPSG:4326' < geowebcache-cache-result: MISS < Content-Disposition: inline; filename=une:sigfre_base < Transfer-Encoding: chunked < ëPNG //------------------------------------------------------------------------------ jodi you are right, i begun with that examples, and they work fine, because that examples are only proved with only a layer, but my app have in the same map more that one layer, sow it throught "request does not align to grid(s) 'EPSG:4326'" , how can i fix this?, thanks "Jody Garnett" <[email protected]> escribió: > Have a look at the example pages produced by the GWC user interface. > Each example is produces an HTML page using OpenLayers for display. > Perhaps this could be a good starting point for you? > -- > Jody Garnett > > ---------------------------------------------------------------- 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
