Re: [mapserver-users] GeoRaster via gdal on Ubuntu

2010-08-11 Thread Sebastian E. Ovide
Thanks Ivan, actually that was one of my starting points. Still no luck. as Gdal is working correctly (and all the variables has be re defined within Location /cgi-bin/ as explained in that page)...the main question would be how to make MapServ bind correctly to gdal ? Is it possible that I am

RE: RE: [mapserver-users] Vector symbol drawing problem

2010-08-11 Thread Jez Walters
Thomas, I still don’t get any horizontal line drawn, even after setting the size and width as you recommended. For what it’s worth, I’m not convinced that your size and width are what I want anyway, since a vertical line with these dimensions is drawn way too big – but thanks for the

RE: [mapserver-users] Vector symbol drawing problem

2010-08-11 Thread Jez Walters
David, Thanks for the advice, but I've decided to draw a thin rectangle until this fault is fixed in MapServer - although the rectangle has to be at least 0.05 pixels high to be rendered. SYMBOL NAME HorizontalLine # Actually a thin rectangle! TYPE vector POINTS -0.5 0 -0.5

Re: [mapserver-users] GeoRaster via gdal on Ubuntu

2010-08-11 Thread Jeff McKenna
Sebastian, I haven't tried an Oracle Spatial GeoRaster yet, but you might want to use the shp2img commandline utility to test your mapfile (http://www.mapserver.org/utilities/shp2img.html) and you can report what shp2img exactly returns to this email list. -jeff -- Jeff McKenna MapServer

[mapserver-users] Insert Schema

2010-08-11 Thread André Wunderlich
Hello, is there any possibility to insert extern X-Schemas in UMN? I've got an GML with a certain Schema and I want to display it just as it is with the UMN Map Server. Unfortunately the Schema http://schemas.opengis.net/wfs/1.1.0; seemed to applied when I insert the GML with OGR. I thought I

Re: [mapserver-users] Re: GeoRaster via gdal on Ubuntu

2010-08-11 Thread Daniel Morissette
Where is the new GDAL lib installed? Did you update your runtime libpath to point to the new GDAL lib location? And if so how ? (LD_LIBRARY_PATH or ld.so.conf?) If you used LD_LIBRARY_PATH, then you need to make sure the value is passed to your CGIs by Apache by adding a PassEnv LD_LIBRARY_PATH

Re: [mapserver-users] Insert Schema

2010-08-11 Thread Daniel Morissette
André Wunderlich wrote: Hello, is there any possibility to insert extern X-Schemas in UMN? I've got an GML with a certain Schema and I want to display it just as it is with the UMN Map Server. Unfortunately the Schema http://schemas.opengis.net/wfs/1.1.0; seemed to applied when I insert

[mapserver-users] Openlayers + Bing Maps with Mapserver WMS projection error...

2010-08-11 Thread Paul james
Hey guys... When using Bing maps as base layer, I have huge difference between my data ... Both are using WGS84 projection... The image is attached... Any idea? Thanks My WMS map: MAP ... PROJECTION +init=epsg:4326 END WEB IMAGEPATH 'D:\Temp' IMAGEURL '/tmp/'

[mapserver-users] Changing map file parameters via a URL - special characters

2010-08-11 Thread Scott Pezanowski
Hi, I am trying to use mapserver to generate image maps from a PostGIS connection based upon a user entered FILTER. The data column I am trying to filter by is a tsvector column type. So the FILTER for my LAYER looks something like this: FILTER textsearchable_index_col @@ to_tsquery('search

Re: [mapserver-users] Re: GeoRaster via gdal on Ubuntu

2010-08-11 Thread Sebastian E. Ovide
Hi Daniel, gdal is in my home dir... se...@seanspc:~/public_html/workshop-5.4$ echo $LD_LIBRARY_PATH /u01/app/oracle/product/11.2.0/dbhome_1/lib:/home/sebas/gdal/lib se...@seanspc:~/public_html/workshop-5.4$ ldd /usr/lib/cgi-bin/mapserv-custom | grep gdal libgdal.so.1 =

Re: [mapserver-users] Re: GeoRaster via gdal on Ubuntu

2010-08-11 Thread Daniel Morissette
As I wrote in my previous email, try adding PassEnv LD_LIBRARY_PATH ... to your httpd.conf so that the CGIs get the LD_LIBRARY_PATH value. You'll probably also need a PassEnv directive for all the other env vars that you are setting if you want the CGI to get them. Daniel Sebastian E.

Re: [mapserver-users] Re: GeoRaster via gdal on Ubuntu

2010-08-11 Thread Daniel Morissette
Daniel Morissette wrote: As I wrote in my previous email, try adding PassEnv LD_LIBRARY_PATH ... to your httpd.conf so that the CGIs get the LD_LIBRARY_PATH value. You'll probably also need a PassEnv directive for all the other env vars that you are setting if you want the CGI to get

Re: [mapserver-users] GeoRaster via gdal on Ubuntu

2010-08-11 Thread Sebastian E. Ovide
Hi Cristiano, I've tried the dirty trick.. se...@seanspc:/usr/lib$ ls -la libgdal1* -rw-r--r-- 1 root root 7476096 2010-03-13 08:59 libgdal1.6.0.so.1.13.3 lrwxrwxrwx 1 root root 22 2010-04-30 14:19 libgdal1.6.0.so.1.seb - libgdal1.6.0.so.1.13.3 -rw-r--r-- 1 root root 17994558 2010-05-19

Re: [mapserver-users] Re: GeoRaster via gdal on Ubuntu

2010-08-11 Thread Sebastian E. Ovide
yes, the mapserv is readin gthe wrong lib... I have just added those PassEnv... Location /cgi-bin/ SetEnv ORACLE_HOME /u01/app/oracle/product/11.2.0/dbhome_1 SetEnv TNS_ADMIN /home/sebas/gdal/ SetEnv LD_LIBRARY_PATH

RE: [mapserver-users] Openlayers + Bing Maps with Mapserver WMS projection error...

2010-08-11 Thread Edward Mac Gillavry
Bing maps is also using EPSG: 900913, EPSG:3785 or EPSG:3857 whichever is the latest... That should do the trick. HTH Edward Date: Wed, 11 Aug 2010 11:12:47 -0300 From: paulj...@gmail.com To: mapserver-users@lists.osgeo.org Subject: [mapserver-users] Openlayers + Bing Maps with Mapserver

Re: [mapserver-users] Openlayers + Bing Maps with Mapserver WMS projection error...

2010-08-11 Thread Paul james
Thanks for the help... I tried use spherical marcator like that: var bing= new OpenLayers.Layer.VirtualEarth(Shaded, { type: VEMapStyle.Shaded, numZoomLevels: 10,sphericalMercator: true }); And use that projection in mapfile and openlayers: PROJECTION +init=epsg:3857

[mapserver-users] RE: Changing map file parameters via a URL - special characters

2010-08-11 Thread Scott Pezanowski
Hi, I have looked into this more and it may not be the special characters. I can not change the filter in any way using this url parameter method. The only url filter parameter that works is an empty one: mapserv?map.layer[0].filter='' If I add any filter into the single quotes (even a very

[mapserver-users] MrSID How To

2010-08-11 Thread Eric Weisbender
Does anyone have any how to or layer definition documentation for MrSID's in MapServer. Thanks, EW ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] MrSID How To

2010-08-11 Thread Moen, Paul T.
LAYER GROUP Raster Images TYPE RASTER NAME MrSid STATUS ON DATA sidfile.sid END Your version of gdal must support the MrSID format. To find out, type the command 'gdal_translate --formats' to see if it does. This command works on Linux and Mac (Unix). I don't know if it will work with

Re: [mapserver-users] MrSID How To

2010-08-11 Thread Simone Frigerio
I tested gdal and it support MrSID format, but sometimes it didn't work. The reason should be Windows OS or original type of raster (before the compression in .sid format). Inmy case the problem was for 3-bands aerial images. I solved the problem with .ecw format, similar as compression rate and

Re: [mapserver-users] Openlayers + Bing Maps with Mapserver WMS projection error...

2010-08-11 Thread Luigi Castro Cardeles
Hi, try http://trac.openlayers.org/wiki/SphericalMercator ... This can be added to /usr/share/epsg/proj, and thus MapServerhttp://trac.openlayers.org/wiki/MapServer, GDAL, etc. by adding the following line to the file: 900913 +proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0