Re: [mapserver-users] 16 bit PNG or 16 bit jpeg output

2012-01-19 Thread Rahkonen Jukka
Hi, Could it be possible for you to use WCS 1.0.0 for avoiding the multipart thing? -Jukka Rahkonen- Ragi Burhum wrote: Hello, I am trying to output a single band 16bit png (or jpeg) output from a Mapserver WCS service. I have tried the following output

[mapserver-users] Re: Mapserver + regex license

2012-01-19 Thread jbicik
Dear All, Thank you very much for your replies and clarifications. Your are right that Mapserver on its own does not use GNU regex. The MS4W windows build seems to use it (http://maptools.org/ms4w/index.phtml?page=README_INSTALL.html#mapserver-build-environment). I might get in touch with the

[mapserver-users] Labeling behavior at the edge of image

2012-01-19 Thread Jackey Cheung
Hi all, I've met an issue during my work. There is a polygon right at the edge of an generated image. By setting position to auto, the label is rendered, shifted a little bit off. It's as expected I would say. However, a question arose immediately, what happen to the label of the other part of

[mapserver-users] Mapserver on nginx

2012-01-19 Thread Peter Maes
Does anyone have a working config of mapserver on nginx? I would be grateful if someone could past the relevant bits! ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

RE: [mapserver-users] Labeling behavior at the edge of image

2012-01-19 Thread Lime, Steve D (DNR)
You can use the label_no_clip (I think that's right) PROCESSING parameter to force label position to be computed on the untransformed geometry. This results in a stable position regardless of scale or map extent. You can also use the label parameter MINFEATURESIZE to limit the size of the

[mapserver-users] template WFS

2012-01-19 Thread Stefan W.
Hi List, is it possible to use a template with a WFS server to customize the response? Like the .html templates for WMS GetFeatureInfo responses. Best regards, Stefan Customize WMS GetFeatureInfo response ___ mapserver-users mailing list

[mapserver-users] MS4W with an external Apache

2012-01-19 Thread Juan Jesús Cremades Monserrat
Hi, I have a Windows XP with an apache 2.2 installation. In my job I have been asked whether it is possible conect a MS4W for uses this Apache instead of the server which comes with the MS4W package, Is it possible? Thanks ___ mapserver-users mailing

Re: [mapserver-users] MS4W with an external Apache

2012-01-19 Thread Carlos Ruiz
Juan, Lo que quiero entender es que tienes un servidor de producción que tiene instalado MS4W y además otra versión de Apache. Nunca he intentado hacer lo que comentas. Supongo que tienes que igualar de alguna manera las configuraciones del archivo httpd.conf de la instalación de MS4W

Re: [mapserver-users] MS4W with an external Apache

2012-01-19 Thread Juan Jesús Cremades Monserrat
Hi Giovanni, I do not use the PHP MapFish. I'm only working with OpenLayers and MapFish JS. Carlos, The production server is that have the Apache 2.2 only. But in development I've used MS4W. In this case, the apps folder is outside of the Apache folder and the configuration seems so difficult.

[mapserver-users] MS4W with an external Apache

2012-01-19 Thread Juan Jesús Cremades Monserrat
Carlos, The production server is that have the Apache 2.2 only. But in development I've used MS4W. In this case, the apps folder is outside of the Apache folder and the configuration seems so difficult. El 19 de enero de 2012 16:59, Carlos Ruiz boolean10...@yahoo.com escribió: Juan, Lo que

Re: [mapserver-users] Shapefiles not rendered

2012-01-19 Thread Juan Jesús Cremades Monserrat
Hi David, Thank you about your clues I've resolveed the problem. You have reason, the projection and the units weren't wrong. El 16 de enero de 2012 09:45, Juan Jesús Cremades Monserrat relic...@gmail.com escribió: Hi David, Muy BBOX is defined into a JS with OpenLayers. When I create the

Re: [mapserver-users] 16 bit PNG or 16 bit jpeg output

2012-01-19 Thread Ragi Burhum
Hi Jukka, I assume you mean WCS 2.0 and that you are referring to the MEDIATYPE directive. The documentation at http://mapserver.org/ogc/wcs_server.html#test-your-wcs-1-0-server said that only multipart/mixed was allowed. Am I mistaken? Date: Thu, 19 Jan 2012 08:13:54 + From: Rahkonen

Re: [mapserver-users] 16 bit PNG or 16 bit jpeg output

2012-01-19 Thread Rahkonen Jukka
Hi, No way, I mean the WCS version 1.0 as described in the very same document http://www.mapserver.org/ogc/wcs_server.html -Jukka Rahkonen- Lähettäjä: Ragi Burhum [r...@burhum.com] Lähetetty: 19. tammikuuta 2012 19:02 Vastaanottaja:

Re: [mapserver-users] 16 bit PNG or 16 bit jpeg output

2012-01-19 Thread Stephan Meißl
Hi, if you omit the mediatype parameter with version 2.0 you definitely get back only the binary output as requested in the format parameter. In WCS 1.1 afaik you always get back a multipart response and in WCS 1.0 always only the binary. cu Stephan On Thu, 2012-01-19 at 17:16 +, Rahkonen

Re: [mapserver-users] Can't get 8-bit palette output

2012-01-19 Thread Jan Hartmann
I see. Just for curiosity: why was png/gd dropped and wouldn't it be an idea to add an option to generate automatically a palette for png 8? Paletted output is still very useful for choropleth maps. Jan On 01/03/2012 04:05 PM, Lime, Steve D (DNR) wrote: GD is for GIF only in 6.0+. To get

Re: [mapserver-users] 16 bit PNG or 16 bit jpeg output

2012-01-19 Thread Ragi Burhum
Hello Jukka and Stephan, Thank you a lot for the pointer. Yes, version 1.0.0 definitely does the trick and I will use that instead. I got a big confused with the documentation and it was not too clear to me that was the behavior. Thank you! As far as my original question for 16bit png (or jpeg)