diana2 ha scritto:
> the problem appear whne we load tha map
>
> layers_ref = new OpenLayers.Layer.WMS(
> "fidi:GEO_VOLUMI_AZIENDALI_P", hostGeoServerWms, //GEO_VOLUMI_AZIENDALI_R
> {
> srs: 'EPSG:4326',
> width: '500',
> styles: layers_style,
> height: '500',
> layers: layers_name,
> //format: 'image/png', tiled: 'true', tilesOrigin :
> "263422.83129139734,3869554.1625"
> format: 'image/png', tiled: 'true', tilesOrigin :
> "263422.83129139734,3964954.1625"
> },
> {maxExtent: bounds, maxResolution: 5528.452832031251, projection:
> "EPSG:4326"}
> );
> map.addLayer(layers_ref);
Hmm... no, this does not ring a bell. Maybe you can try
removing the tiled and tilesOrigin params and see if it
works any better.
Then try to use format: 'image/png8'. If none of these
help, I don't know what it might be...
Cheers
Andrea
|