RE: [mapserver-users] cannot able to test the mapfile-database eror

2009-03-16 Thread Venkat Rao Tammineni
Hi, The Problem may be either u don't have geom. Or find out whether geom. Field is existed or not ? or you have to use SRID.Please check my map file below I have given MAP NAME Test STATUS ON SIZE 650 400 UNITS dd IMAGECOLOR 102 153 153 EXTENT 64.881 5.469 97.898 37.

[mapserver-users] Need advice to support caching mechanism

2009-03-16 Thread BrainDrain
Hi. I need to debate web map images caching technique. I'm using OpenLayers with tiled mapserver layer. But now I dissatisfied mapserver image request url scheme because it has variable map config file name (path) as a part (parameter), and some may be some other variable parts (for ex. OL use ran

[mapserver-users] apache warning TIFFReadDirectory

2009-03-16 Thread Sven Schroeter
Hi, I'm working with MapServer version 5.0.2 (php mapscript) on a Apache 2.2.4 webserver. Everything works fine but Apache logs following warning: Warning 1: TIFFReadDirectory:Unknown field with tag 37522 (0x9292) encountered I'm using raster-data (.tif with .tfw) in an image catalogue. Any id

Re: [mapserver-users] Prevalence of the use of queryfiles...

2009-03-16 Thread BrainDrain
I need queryfiles to persist query results (serialize to string/binary method wanted!) as a part of whole map 'state'. But I need more convenient, handy way to configure style of queried (selected) features. Style section to setup {border (color, line pattern, transparency), filling (color, fill p

RE: [mapserver-users] mapserver-users Digest, Vol 14, Issue 35

2009-03-16 Thread BrainDrain
I'd recomend you to learn map file reference and create map files from scratch - it's the Mapserver's holy of holies - you just need to know it. No tool support's all flexibility and features. Mapserver publishers - QGis tool and arcgis (arcmap) plugin - can help you with first steps. Verusa Dome

[mapserver-users] Two questions about WMS and outputformats

2009-03-16 Thread Rahkonen Jukka
Hi, By default, without having any OUTPUTFORMAT sections in the mapfile, Mapserver is advertising following imageformats in WMS GetCapabilities document: image/gif image/png image/png; mode=24bit image/jpeg image/vnd.wap.wbmp image/tiff image/svg+xml

Re: [mapserver-users] apache warning TIFFReadDirectory

2009-03-16 Thread Rahkonen Jukka
Hi, I means only what is says. There is some non-GeoTIFF tag in the image and that is not recognised, but if everything works there is no need to worry. -Jukka Rahkonen- Sven Schroeter wrote: > [mapserver-users] apache warning TIFFReadDirectory > > Hi, > I'm working with MapServer version 5.

Re: [mapserver-users] mapserver-users Digest, Vol 14, Issue 35

2009-03-16 Thread Rahkonen Jukka
Hi, Most valuable part of MapLab was that it was able to create an interactive internet map application for total newbies. Mapfile creation was more like a side effect. I think there is no other such easy to use application builder than MapLab, but you can have a look at http://maptools.org/ms

RE: [mapserver-users] mapserver-users Digest, Vol 14, Issue 35

2009-03-16 Thread BrainDrain
+ http://code.google.com/p/mscompanion/ Verusa Domethildes wrote: > > > > Hi! > > I'm working in a GIS project and I have to implement a web portal. I know > MapLab, but I'd like to user another site for this application. Do you > know another suites of web-based tools to create and manage Ma

[mapserver-users] php-mpascript -- map not displaying

2009-03-16 Thread kmanoj-pg7 kmanoj-pg7
Dear users, I am using mapserver-5.0.3 (php-mapscript) on fedora 9. I am trying with the example given in the mapserver site for php-mapscript. when i call the link http://localhost/mapfiles/sampletest/htdocs/kerala.php Fortunately the imagecolor of the map is showing but unfortunately the

[mapserver-users] Flash support

2009-03-16 Thread Subha Ramakrishnan
Hi All, I wanted to know if MS supports ming library version 0.3? I am trying to generate swf output from MS and installed ming library (0.3) and ran configure to support swf output. This was the output of configure: MapServer is now configured for /usr/local/php-5.2.6/ext/gd -- Co

Re: [mapserver-users] MapServer 5.4 Beta 3 is now available...

2009-03-16 Thread Tony Frame
Thomas, Extracts from map file are : OUTPUTFORMAT NAME 'AGG' DRIVER AGG/PNG IMAGEMODE RGB END and LEGEND KEYSIZE 18 12 LABEL TYPE BITMAP SIZE SMALL COLOR 0 0 137 END STATUS ON END Before and after legend images attached. Thanks Tony - Original Message -

Re: [mapserver-users] cannot able to test the mapfile-database eror

2009-03-16 Thread ritesh ambastha
Hey Syed, You should also check whether geometry functions are available with your installed postgres. Its the most common error. Check whether this function exists or not - force_2d(geom) Cheers, Ritesh syed mohseen wrote: > > hi all, > i am a new bie to fgs and i want to test one of my

Re: [mapserver-users] Two questions about WMS and outputformats

2009-03-16 Thread Frank Warmerdam
Rahkonen Jukka wrote: Hi, By default, without having any OUTPUTFORMAT sections in the mapfile, Mapserver is advertising following imageformats in WMS GetCapabilities document: image/gif image/png image/png; mode=24bit image/jpeg image/vnd.wap.wbmp image/tif

[mapserver-users] Scalebar align issue

2009-03-16 Thread Murty Maganti
Hi Setting the scalebar align property to 'left' or 'right' is truncating some text towards that edge. Works fine for 'center' align. For example, I have scalebar with units as miles and align set to right, scalebar label is displaying only 'm' instead of displaying 'mi' for miles. If I change

[mapserver-users] msQueryByAttributes - regex problem

2009-03-16 Thread mapserver
Hi list I'm facing a problem using msQueryByAttributes. I'm still using php/mapscript v4.0.2. If I search for a string ending with “UF” or “uf”, f.e. “525UF”, I get the following message: Warning: [MapServer Error]: msQueryByAttributes(): No matching record(s) found. in [...]. The entry “525UF”

Re: [mapserver-users] Prevalence of the use of queryfiles...

2009-03-16 Thread Steve Lime
The problem we have is that to efficiently process result sets from database-based drivers we need to reference rows in the result set rather than rows in the dataset. That means the results (with those types of DATA/CONNECTIONs) can't be cached using the current mechanism. Shapefiles would still

Re: [mapserver-users] Prevalence of the use of queryfiles...

2009-03-16 Thread Steve Lime
We may need to consider caching to a shapefile or something like that. You'd be free then to reference that file as a layer. Slinging ids around is another idea I've used with OpenLayers. You pass the id into a "selection layer" by changing an expression on-the-fly and in that case you'd have full