Re: [mapserver-users] Projection help: proj command line

2008-06-30 Thread Dirk Jesko
Hi Matthew, try cs2cs instead of proj, e.g. cs2cs +init=epsg:26915 +to +proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m [EMAIL PROTECTED] +wktext +no_defs With proj you have to do the inverse projection from epsg:26915 (your from projection) to latlon/

Re: [mapserver-users] problem with library

2008-06-30 Thread Carlo Pelliconi
I use Mapscript on Debian: I had the same "dbase.so" problem. I've solved downloading php source and building manually the dbase.so from that source. Now it works. Bye, Carlo Daniel Morissette ha scritto: MapServer doesn't have any direct dependency on PHP's dbase module, so this is not a MapS

Re: [mapserver-users] Trubles with Zoom In

2008-06-30 Thread Carlo Pelliconi
Look for zoomsize input in your template file. If it isn't defined, set the value to "2" for example (i.e. zoom factor="2") Hope this could be the solution. Bye, Carlo Santiago Banchero ha scritto: Hi, I' m going to start with mapserver and this is my first mail that I send to the

[mapserver-users] support for georss feed ?

2008-06-30 Thread valerio vianello
Hi all, Is there a way to render georss information on mapserver maps ? I need to render on the map some points about which I don't know the coordinates when I wrote the map file. PS I can't use openlayer because  it is too heavy. any suggestion ? best regards Valerio Scopri il Blo

Re: [mapserver-users] Change symbol size

2008-06-30 Thread Håvard Tveite
If you want scalable symbols: Layer->SYMBOLSCALEDENOM, (Layer->MINSCALEDENOM, Layer->MAXSCALEDENOM), Style->SIZE (Style->MINSIZE, Style->MAXSIZE). See the MAPFILE reference for usage information: See also: http://mapserver.gis.umn.edu/docs/

Re: [mapserver-users] WMS, SLD, FilterEncoding and PropertyIsLike

2008-06-30 Thread Guillaume Sueur
Folks, I've found the trick ! Where OGC SLD specification says : MapServer wants : Using the first expression with MapServer causes the filter set with it to apply to every records. Should I submit a ticket for this ? Guillaume Yewondwossen Assefa a écrit : Guillaume, Attaches is an

Re: [mapserver-users] WMS, SLD, FilterEncoding and PropertyIsLike

2008-06-30 Thread bartvde
<[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> X-Sender: [EMAIL PROTECTED] Received: from b50-11.minvenw.nl [145.50.39.11] with HTTP/1.1 (POST); Mon, 30 Jun 2008 11:30:40 +0200 User-Agent: RoundCube Webmail/0.1 Content-Type: text/plain; charset="

Re: [mapserver-users] WMS, SLD, FilterEncoding and PropertyIsLike

2008-06-30 Thread Guillaume Sueur
seen, thanks. shame on me for having followed the wrong specification paper ! But actually, isn't MapServer behaviour a bit weird when it applies the misconfigured filter on every record ? Guillaume [EMAIL PROTECTED] a écrit : <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Mess

[MAPSERVER-USERS] Labeling Road

2008-06-30 Thread Ila
Hi List, I am newbie to this forum & stuck in a problem. Hope to get help from this forum. I want to show labels on the road along with road directions & fortunately I have successfully implemented it, but at some places on the road the label is not getting displayed on the road. It comes a

Re: [MAPSERVER-USERS] Change symbol size

2008-06-30 Thread Ila
Please tell us the forum in detail that what are you doing to display a symbol, so that we can get the problem more clearly. pag66 wrote: > > > Hello all, I have a problem i want to change the size of the symbol in > order to zoom in or zoom out is there posible, iom using true type symbols > t

[mapserver-users] Problem while using Openlayer

2008-06-30 Thread Prasad B
Respt sir/madam, i have developing one application in MAPSERVER using C#.NET MapScript, i want to use OpenLayer library to my MAP, So please sir can u help me for how to use OpenLayer Library in my application. -- Thanks & Regards, Prasad A. Bhale iWork Technologies Pvt. Ltd. Mobile:+91-9960

[mapserver-users] MapServer training options?

2008-06-30 Thread Saka Royban
Hi all. I'm looking after different options available for umn mapsrever to choose the most suitable between them. Any help would be appreciated. Thanks in advance ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osge

[mapserver-users] MapServer Integration options?

2008-06-30 Thread Saka Royban
Hi all. I'm doing a search to find out which softwares/packages/libraries i can use with mapserver for a more featureful webgis. for e.g. i know that i can use spatial database PostGIS to hold my data as a back-end  or use pgRouting for best path analysis. but what about other features? I'm real

[mapserver-users] Hosting

2008-06-30 Thread Emilio Ponce
Hi everyone, Recently i've finished a project that includes this technologies: JSP Java Servlet Java Standard PHP MapServer Ka-Map PostgreSQL + PostGIS and I'm looking for a hosting in order to upload the application. Does anyone knows any hosting provider that offers this technologies? and pr

[mapserver-users] Re: [mapserver-dev] MS4W packaging was: MapServer 5.2 Beta 3 Available

2008-06-30 Thread Jeff McKenna
Steve, would you mind filing your MS4W requests in the bug tracker, so they don't get forgotten? http://bugzilla.maptools.org/ thanks. --- Jeff McKenna FOSS4G Consulting and Training Services http://www.gatewaygeomatics.com/ On 29-Jun-08, at 3:58 PM, Stephen Woodbridge wrote: MS4W pa

Re: [mapserver-users] Problem while using Openlayer

2008-06-30 Thread Tamas Szekeres
Are you referring to: http://developer.berlios.de/projects/openlayer ? 2008/6/30 Prasad B <[EMAIL PROTECTED]>: > > > > Respt sir/madam, > > i have developing one application in MAPSERVER using C#.NET MapScript, > i want to use OpenLayer library to my MAP, > So please sir can u help me for how t

Re: [mapserver-users] Re: [mapserver-dev] MS4W packaging was: MapServer 5.2 Beta 3 Available

2008-06-30 Thread Stephen Woodbridge
http://bugzilla.maptools.org/show_bug.cgi?id=1914 Jeff McKenna wrote: Steve, would you mind filing your MS4W requests in the bug tracker, so they don't get forgotten? http://bugzilla.maptools.org/ thanks. --- Jeff McKenna FOSS4G Consulting and Training Services http://www.gatewaygeomatics.

Re: [mapserver-users] Projection help: proj command line

2008-06-30 Thread Matthew Pettis
That worked fantastically - Thank You Very Much! Matt On Mon, Jun 30, 2008 at 2:05 AM, Dirk Jesko <[EMAIL PROTECTED]> wrote: > Hi Matthew, > > try cs2cs instead of proj, e.g. > > cs2cs +init=epsg:26915 +to +proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 > +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m [

[mapserver-users] GetFeatureInfo from PostGis database

2008-06-30 Thread SAEZ Laurent - CETE Méditerr./DI/ETER
Hi list, I'm trying to access data fields using getfeatureinfo from a PostGIS database. I've read some articles about it, but it seems that I'm a newbie. I've no problem with data access when I do some getmap requests. Here is a part of my mapfile : LAYER NAME

Re: [mapserver-users] GetFeatureInfo from PostGis database

2008-06-30 Thread Bart van den Eijnden (OSGIS)
You shouldn't use the geometry column as the unique column (USING UNIQUE X). Try an integer type column for that. Best regards, Bart SAEZ Laurent - CETE Méditerr./DI/ETER wrote: Hi list, I'm trying to access data fields using getfeatureinfo from a PostGIS database. I've read some articles

[mapserver-users] no geotiff in mapserver rpm?

2008-06-30 Thread Wendell Turner
Why does the mapserv program in the mapserver-5.0.2-4.2 rpm not support geotiff as input? Isn't geotiff a common format for this type of application? Or is it that geotiff files are served up as (plain) raster images with a shapefile? Thanks, Wendell ___

Re: [mapserver-users] no geotiff in mapserver rpm?

2008-06-30 Thread Frank Warmerdam
Wendell Turner wrote: Why does the mapserv program in the mapserver-5.0.2-4.2 rpm not support geotiff as input? Isn't geotiff a common format for this type of application? Or is it that geotiff files are served up as (plain) raster images with a shapefile? Wendell, How did you determine that

Re: [mapserver-users] no geotiff in mapserver rpm?

2008-06-30 Thread Wendell Turner
On Mon, Jun 30, 2008 at 01:58:22PM -0400, Frank Warmerdam wrote: > Wendell Turner wrote: >> Why does the mapserv program in the mapserver-5.0.2-4.2 rpm >> not support geotiff as input? Isn't geotiff a common format >> for this type of application? Or is it that geotiff files >> are served up as (

Re: [mapserver-users] GetFeatureInfo from PostGis database

2008-06-30 Thread SAEZ Laurent - CETE Méditerr./DI/ETER
Hi, I've tried to use the gid column, but the getfeatureinfo reports me an error : "Postgresql reports the error as 'ERREUR: la colonne «gid» n'existe pas '" The error tells me that the gid column doesn't exist. You can trust me, I have a field called gid. Thanks Le 30/06/2008 19:49, > Ba

Re: [mapserver-users] GetFeatureInfo from PostGis database

2008-06-30 Thread Guillaume Sueur
add gid to the SQL string : DATA "the_geom FROM (select gid, numero, feuille, the_geom FROM localisant) as foo USING UNIQUE gid USING SRID=27582" and try to use EPSG:27572 as 27582 is deprecated. Regards, GUillaume SAEZ Laurent - CETE Méditerr./DI/ETER a écrit : > Hi, > > I've tried to use

Re: [MAPSERVER-USERS] Problem while using Openlayer

2008-06-30 Thread BrainDrain
I can help you, If you are talking about OpenLayers RIA JavaScript library. But I need more concrete questions. OpenLayers has a great examples page to learn. Best API Docs here http://dev.openlayers.org/apidocs/, but not here http://dev.openlayers.org/releases/OpenLayers-2.6/doc/apidocs/files/Ope

Re: [mapserver-users] GetFeatureInfo from PostGis database

2008-06-30 Thread SAEZ Laurent - CETE Méditerr./DI/ETER
Hi Guillaume, You're right. A friend of mine has told me the same thing this morning. It works goo ! Youpi ! Thank you very much for your help Regards Le 01/07/2008 07:53, > Guillaume Sueur (par Internet) a écrit : add gid to the SQL string : DATA "the_geom FROM (select gid, numero, feui