Hello,

I found that url redirection was causing the wrong url encoding.
Sorry for confusing.

On 20 January 2012 18:28, Hajime TANAKA <[email protected]> wrote:
> Hello list,
>
> I am trying to load MapServer WMS from GeoExt
> http://library.geo.jp/GeoExt/examples/wms-capabilities.html
>
> Loading WMS layers list is successful, but by double clicking the row,
> it only shows blank map panel.
>
> I guess the request url encoding is not good.
>
> I added
>  <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
> to the html, also
> "wms_encoding" "utf-8"
> to mapfile METADATA part
>
> When I inspect the elements,
> FORMAT:image%252Fpng (encoded:image%2Fpng, I think this should be image/png)
> CRS:EPSG%253A4326 (encoded:EPSG%3A4326, I think this should be EPSG:4326)
> That gives
> msWMSLoadGetMapParams(): Image handling error. Unsupported output
> format (image%2Fpng).
>
> Since I am using Japanese, UTF-8 is convenient.
> I am happy if someone give me a solution.
>
> Best regards,
>
> Hajime Tanaka
> http://geoid.jp
_______________________________________________
Users mailing list
[email protected]
http://www.geoext.org/cgi-bin/mailman/listinfo/users

Reply via email to