[mapserver-users] Need help to debug a code

2012-06-09 Thread gautam
hi, While using postgis with mapserver ... i am getting black image in place of raster image... please help ... LAYER NAME coolwktraster TYPE raster STATUS DEFAULT DATA PG:host=localhost port=5432 dbname='postgis' user='postgres' password='***'

[mapserver-users] Need help to debug a code

2012-06-09 Thread gautam
hi, While using postgis with mapserver ... i am getting black image in place of raster image... please help ... LAYER NAME coolwktraster TYPE raster STATUS DEFAULT DATA PG:host=localhost port=5432 dbname='postgis' user='postgres' password='***'

Re: [mapserver-users] File size of generated PNG

2012-06-09 Thread Rahkonen Jukka
Hi, Have you already tried quantize and compression options from http://www.mapserver.org/mapfile/outputformat.html? The png8 example is a good starting point. How does your current png outputformat look? -Jukka Rahkonen- Jackey Cheung wrote: Some background

[mapserver-users] Run-time substitution

2012-06-09 Thread scott159
Hi, I would like to use run-time substitution in a mapfile to insert variables like %firstname%. Is it necessary to specify validation block in the mapfile to use it ? It doesn't work without this validation pattern. Second problem, how to specify this validation pattern to use characters with

Re: [mapserver-users] Run-time substitution

2012-06-09 Thread Rahkonen Jukka
Hi, I fear that only ascii characters can be used for validation. For us who need to use also non-ascii characters validation can be set to . which accepts everything, so no validation at all. -Jukka Rahkonen- Lähettäjä:

Re: [mapserver-users] Mapserver/PostGIS Faster Initial Load Time

2012-06-09 Thread Donald Kerr
Jeff, Great tip! My deployment uses a full compressed build of the openlayers.js file with some changes to vml.js (uses vml textpath - for = IE8) and svg.js (uses text rotation - for Chrome and Firefox). This file comes in at 927 KB. I created a custom compressed build of the openlayers.js