When I try to load a WMS layer which has a WSG84 as a default projection and use a CRS transformation on it, it gives this error message:
Request contains a format not offered by the server.
The WMS vendor also reported:
Parameter 'width' contains unacceptable value.
The default projection I use for my project is S-JTSK Krovak (Greenwich) projection with WGS84 correction:
+proj=krovak +lat_0=49.5 +lon_0=24.83333333333333 +alpha=30.28813972222222
+k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +pm=greenwich +units=m +no_defs
+towgs84=570.8,85.7,462.8,4.998,1.587,5.261,3.56
At a zoomed-out view (whole Czech Republic displayed), it displays correctly, but when I zoom in, the error above occures and the layer fails to display. Any advise on what should I do? Also, the WMS layer I use is http://geoportal.gov.cz/arcgis/services/CENIA/cenia_rt_II_vojenske_mapovani/MapServer/WMSServer
Thanks.