[mapserver-users] Another newbie needing help with a mapfile (projections)...

2010-11-11 Thread MM
Hello! I have a problem with Mapserver which I am apparently unable to solve. I have a mapserver installation which is queried by a web component, that uses virtual earth tile addressing. It works really great. My web component queries it like this:

Re: [mapserver-users] Another newbie needing help with a mapfile (projections)...

2010-11-11 Thread adams
Dear MM, I guess your problem is the SHAPEPATH . Try first to add the full OR relative (from where your *.map is) datapath in your data-statement of the layer, e.g. : DATA /this/is/the/path/to/mattarello.shp If that works, add that path to your shapepath Till MM wrote: Hello! I

[mapserver-users] BBOX Problem

2010-11-11 Thread Strunck, Alexander
Hello List i have a problem with the bbox in openlayers. I use EPSG 4326 for my Layers and use the openlayers options var options = { restrictedExtent: new OpenLayers.Bounds(-180, -60, 180, 90), numZoomLevels: 5, minResolution: auto,

Re: [mapserver-users] BBOX Problem

2010-11-11 Thread Bart van den Eijnden (OSGIS)
Hi, please ask this question on the openlayers-users mailing list. Best regards, Bart Hello List i have a problem with the bbox in openlayers. I use EPSG 4326 for my Layers and use the openlayers options var options = { restrictedExtent: new OpenLayers.Bounds(-180,

[mapserver-users] Bug? MapServer does not find .ige files into SHAPEPATH

2010-11-11 Thread Niccolo Rigacci
I have a very large GeoTIFF created with gdal_merge.py, the .tif file was created along an .ige file, each of them are about 2.5 Gb: 892618510 /home/gisdata/ortofoto/2007_med.aux 2661367213 /home/gisdata/ortofoto/2007_med.ige 91 /home/gisdata/ortofoto/2007_med.tfw 2667686154

[mapserver-users] Mapserver consuming SLD coming from Udig and Styler (OpenGeo Suite)

2010-11-11 Thread Martin Ouellet
Hi all, I'a, trying to use SLD files with Mapserver. I've started from an example of this web site ( http://mapserver.org/ogc/sld.html) is working well but if I use a SLD generated by Udig or the Styler (OpenGeo suite), it does not. working SLD: ?xml version=1.0 encoding=UTF-8?

[mapserver-users] Rotated TrueType Font Symbols in PDFs

2010-11-11 Thread Donald Kerr
Hi List, Is there a problem with rotated TrueType font symbols using IMAGETYPE=PDF? They all appear as unrotated symbols using that format. If I change to IMAGETYPE=AGGA, there is no problem. Is this a bug or just that the PDF output hasn't yet been written to do TrueType font symbol rotation?

[mapserver-users] Changing Map File Parameters from a URL

2010-11-11 Thread Donald Kerr
Hi List, I am trying the change the MAXGEOWIDTH from a url but am getting the error getSymbol(): Symbol definition error. Parsing error near (C):(line 1). I'm trying to user ...MAP.LAYER.CartographicText.MAXGEOWIDTH=5000... and have tried using various combinations. CartographicText is a Layer