[mapserver-users] Maximum width of line - setting is ignored

2010-07-01 Thread Frank Broniewski
Hello, we just noticed that our width settings for a line above 40px is ignored. Whatever size we set, it is no more broader than 40px. Is there an internal limit regarding this? CLASS Name bridge-motorway Expression ('[highway]' eq 'motorway' AND '[bridge]' ne '')

Re: [mapserver-users] Maximum width of line - setting is ignored

2010-07-01 Thread thomas bonfort
there's a default limit of 32 on the max width. you can override it with the MAXWIDTH keyword. regards, thomas On Thu, Jul 1, 2010 at 09:53, Frank Broniewski b...@metrico.lu wrote: Hello, we just noticed that our width settings for a line above 40px is ignored. Whatever size we set, it is no

[mapserver-users] Problems with mapserver wrapper script

2010-07-01 Thread David Alda Fernandez de Lezea
Hi list, I'm facing a small problem. I've copied mapserv.exe to a new file called wms_dgis.exe, I added to httpd.conf the following line SetEnvIf Request_URI =/cgi-bin/wms_dgis.exe MS_MAPFILE=/ms4w/Apache/htdocs/MFD/wms_dgis.map I also changed the onlineresource value of the mapfile to

Re: [mapserver-users] Problems with mapserver wrapper script

2010-07-01 Thread Rahkonen Jukka
Hi, I do not see anything wrong in it. It should work and perhaps give you another error as I am getting from Mapserver 5.2.1 msWMSDispatch(): WMS server error. Incomplete WMS request: VERSION parameter I would have a try by including the drive letter in the mapfile path and restarting

[mapserver-users] TIme support on mapserver 5.6.3, it's working?

2010-07-01 Thread rai 8
Hello, I've been working with mapserver to get a map with time support, time parameter, I followed the tutorial in documetation http://mapserver.org/ogc/wms_time.html and this post http://osgeo-org.1803224.n2.nabble.com/Accessing-images-using-time-dimension-td1991324.html#a1991324and I can't run

Re: [mapserver-users] Problems with mapserver wrapper script

2010-07-01 Thread Jeff McKenna
David, I just tested this successfully with MS4W v3.0 (MapServer 5.6.3). The line I added to Apache's httpd.conf was: SetEnvIf Request_URI /cgi-bin/mywms.exe MS_MAPFILE=/ms4w/apps/benchmarking/mapserver/bcn.map and then restarted Apache. (I copied this line from

Re: [mapserver-users] msLoadMap(): Unable to access file. (/ms4w/apps/mapserv-demo/itasca.map)

2010-07-01 Thread Jeff McKenna
Asif wrote: Dear All, I have installed the UMN Mapserver and configured it according to instructions given in manual but its giving the erro msLoadMap(): Unable to access file. (/ms4w/apps/mapserv-demo/itasca.map) when I try to load the demo application. I have follow the instructions in

[mapserver-users] mapserver + grib files + explanation and questions

2010-07-01 Thread Muro
Hello, After some time I was able to process grib v.1 format using MapServer+gdal+OL 2.9. I see the requested band and I get the point-clicked-value using OL-getfeatureinfo. My mapfile: LAYER NAME 'EUD201006_cp-lsp' DATA

Re: [mapserver-users] php Mapscript conceptual question

2010-07-01 Thread Daniel Morissette
Hi Matt, There is currently no hook available in MapServer or PHP MapScript to do what you want, unless you use the shapefileObj in PHP to read in each shape, transform the coordinates and then call $shape-draw()... but doing that won't be very efficient and bypasses most of MapServer's rendering

Re: [mapserver-users] Problem with rectangular queries

2010-07-01 Thread Daniel Morissette
You didn't specify in which way your method 1 results were wrong, but I suspect you must be using MapServer 5.6, and if that's the case then you need to use $oLayer-resultsGetShape() instead of GetShape() for method 1. tschobber tschöbbi wrote: Hi userlist, could anyone help me on a

Re: [mapserver-users] TIme support on mapserver 5.6.3, it's working?

2010-07-01 Thread daryl herzmann
On Thu, 1 Jul 2010, rai 8 wrote: Hello, I've been working with mapserver to get a map with time support, time parameter, I followed the tutorial in documetation http://mapserver.org/ogc/wms_time.html and this post

Re: [mapserver-users] TIme support on mapserver 5.6.3, it's working?

2010-07-01 Thread Alexander Petkov
On Thu, Jul 1, 2010 at 6:27 AM, rai 8 max1...@gmail.com wrote: Hello, I've been working with mapserver to get a map with time support, time parameter, I followed the tutorial in documetation http://mapserver.org/ogc/wms_time.html and this post

[mapserver-users] wcs_size for indexed layers

2010-07-01 Thread turtlewax
I have a WCS raster layer, QUESTION: What does the wcs_size attribute refer to? Is it the size of the raster in pixels? If so, how would I define wcs_size for an indexed layer made of multiple rasters? Thanks in advance. LAYER NAME 10 METADATA wms_title foo wms_abstract

[mapserver-users] Mapserver and tile caching

2010-07-01 Thread Kent Morrison
I'm using mapserver to produce overlays for Bing maps... I'd like to implement tile caching. Does anyone have any recommendations for implementing tile caching? I've setup TileCache using (http://viswaug.wordpress.com/2008/02/03/setting-up-tilecache-on-iis/) but I'm not sure how to translate

Re: [mapserver-users] mapserver + grib files + explanation and questions

2010-07-01 Thread Frank Warmerdam
On Thu, Jul 1, 2010 at 3:50 PM, Muro muraro_dav...@hotmail.com wrote: I mean, when I click on a point I need to get all values associated to that point. There are 6136 bands in my grib file. I removed PROCESSING BANDS=6136, but mapserver crashes (500 internal error...mm no good) I added

Re: [mapserver-users] wcs_size for indexed layers

2010-07-01 Thread Frank Warmerdam
On Thu, Jul 1, 2010 at 10:33 PM, turtlewax frankhev...@yahoo.com wrote: I have a WCS raster layer, QUESTION: What does the wcs_size attribute refer to? Is it the size of the raster in pixels? If so, how would I define wcs_size for an indexed layer made of multiple rasters?  Thanks in