[mapserver-users] make wms clients use jpeg

2012-03-21 Thread Mark Volz
Hello, When using the WMS server, Is there a way to force wms clients to use jpeg?   I noticed Arcmap is trying to request png files, and I would prefer it to use jpeg instead. Thanks Mark ___ mapserver-users mailing list

Re: [mapserver-users] RE: HI

2012-03-21 Thread Paolo Corti
On Wed, Mar 21, 2012 at 4:31 AM, Özgür Arslan ozgurarsla...@hotmail.com wrote: Hi All, I am working on a project and I am trying to split a roads layer called gtroads. Roads layer should be split into two classes “Expressway” and “Primary highway” based on the “TYPE” field. How can I split

Re: [mapserver-users] make wms clients use jpeg

2012-03-21 Thread Paolo Corti
On Wed, Mar 21, 2012 at 10:06 AM, Mark Volz volzm...@yahoo.com wrote: Hello, When using the WMS server, Is there a way to force wms clients to use jpeg?   I noticed Arcmap is trying to request png files, and I would prefer it to use jpeg instead. As far as I know you cannot, but you could

[mapserver-users] conditional legend

2012-03-21 Thread ahmet temiz
hello I am using mapserver with java. I want to display my geological map's legend . But only legend of corresponding polygons ( rock formation ) within the current extent will be needed. Is it possible to create a legend programmaticaly confined with the extent I adjust. kind regards --

[mapserver-users] RE: HI

2012-03-21 Thread Özgür Arslan
Hi All, I am working on a project and I am trying to create a check box that shows polygon labels . How can create a label check box? If you share your ideas it will be very helpful. Thanks. Also Thank you very much for your help Paolo Porti. It was very useful.

[mapserver-users] RE: HI

2012-03-21 Thread Özgür Arslan
Hi All, I am working on a project and I am trying to create a check box that shows polygon labels . How can create a label check box? If you share your ideas it will be very helpful. Thanks. Also Thank you very much for your help Paolo Porti. It was very useful. LAYER

[mapserver-users] FW: Run-time Substitution

2012-03-21 Thread Paul Maddock
Mapserver 6.0.1 From: Lime, Steve D (DNR) [mailto:steve.l...@state.mn.us]mailto:[mailto:steve.l...@state.mn.us] Sent: Tuesday, March 20, 2012 6:31 PM To: Paul Maddock; mapserver-users@lists.osgeo.orgmailto:mapserver-users@lists.osgeo.org Subject: RE: Run-time Substitution Which version?

[mapserver-users] RE: Run-time Substitution

2012-03-21 Thread Lime, Steve D (DNR)
In that case this should work: VALIDATION 'county' '^[0-9]{1,2}$' END This limits county to a 1 or 2 digit number. Note you'll get better performance using a plain string expression, e.g.: CLASSITEM 'county' CLASS EXPRESSION '%county%' ...

RE: [mapserver-users] RE: HI

2012-03-21 Thread Fawcett, David (MPCA)
I haven't tested it, but try something like this: LAYER NAME 'gtroads' TYPE LINE DUMP false EXTENT -143.208273 40.614882 -50.461099 84.297613 DATA '../Data/gtroads.shp' METADATA 'ows_title' 'gtroads' END STATUS DEFAULT #TRANSPARENCY 100 # TRANSPARENCY is

[mapserver-users] MapCache cgi

2012-03-21 Thread STÉPHANE CYR
We went up and running with mapcache. We used the seeder to generate tiles (level 4 to 7 ) and all worked well. When using the demo in the mapcache cgi, it doesn't generate tiles when we navigate at level 8 or lower. * Apache configuration : SetEnv MAPCACHE_CONFIG_FILE

[mapserver-users] Mapscript php5 zoomtopoint() Mapserver 6.0.1

2012-03-21 Thread Paul Maddock
Dear all, I am currently stuck in a rut when trying to make a php mapscript that makes it possible to zoom into a map multiple times. I have it so that when the user clicks on the image it sends to my php script a set of coordinates based on where an img is clicked using the ismap attribute.

RE: [mapserver-users] hyperlinks

2012-03-21 Thread Lime, Steve D (DNR)
There are also URL templates where MapServer does substitutions in a URL using the result from a single feature query and does the redirection for you. Whether that is appropriate here depends on your needs. Steve -Original Message- From: mapserver-users-boun...@lists.osgeo.org

[mapserver-users] Re: mapserver compiled with jpeg v7 and GDAL with internal JPEG results in core dumps (SIGSEGV)

2012-03-21 Thread ANC
Hello I am new to Mapserver as well as this mailing list and hope you can help me with an installation issue I am having which seems to be the same shown in this topic. I have followed all the steps shown in the Mapserver documentation to install the software required for Mapserver in our

[mapserver-users] Image compression/performance

2012-03-21 Thread Ian Walberg
Folks, We are using tif format images and getting good map rendering performance. However the image file size could do with reducing a little. Anyone got experience of what compression options we have that have the least impact on performance? Thanks Ian

Re: [mapserver-users] Image compression/performance

2012-03-21 Thread Stephen Woodbridge
On 3/21/2012 11:18 PM, Ian Walberg wrote: Folks, We are using tif format images and getting good map rendering performance. However the image file size could do with reducing a little. Anyone got experience of what compression options we have that have the least impact on performance? My