[mapserver-users] ROSA applet with PHP Mapscript

2008-05-07 Thread Carlo Pelliconi
Hi all. I'm trying to use ROSA applet with PHPMapscript (I had jbox with cgi mapserver, and I'd like to have similar functions). Looking for documentation (both in web and in downloaded .tar), I've found only few pages. Does anyone know any link with deeper documentation or usage examples? But

Re : [mapserver-users] mapserver compilation

2008-05-07 Thread guillaume champlong
hi, head of config.log is: It was created by configure, which was generated by GNU Autoconf 2.61. Invocation command line was $ ./configure --with-png --with-agg=/usr/local/src/agg-2.5 --with-freetype --with-postgis=/usr/loca/pgsql/bin --with-proj --with-ogr --with-gdal --with-geos --with-t

Re: Re : [mapserver-users] mapserver compilation

2008-05-07 Thread Tim Bowden
On Wed, 2008-05-07 at 12:22 +, guillaume champlong wrote: > I am compiling on fedora 7. > > What can I do? > > thanks > > > > G. > > What do you get from: > $head config.log > $tail config.log > > What platform are you compiling on? > > Tim Bowden Please don't top post. It makes it muc

Re: [mapserver-users] Layer always turn on (not possible to activate/deactivate)

2008-05-07 Thread Luca Casagrande
Il giorno 07/mag/08, alle ore 19:34, Emilio Ponce ha scritto: Hi everyone, here's a newbie question: I'm using mapserver with ka-map and I have different layers in a unique mapfile. I want to set ONE of this layers always visible, without possibility to turn off (deactivate) it. For this p

[mapserver-users] Layer always turn on (not possible to activate/deactivate)

2008-05-07 Thread Emilio Ponce
Hi everyone, here's a newbie question: I'm using mapserver with ka-map and I have different layers in a unique mapfile. I want to set ONE of this layers always visible, without possibility to turn off (deactivate) it. For this purpose I thought the STATUS tag on this LAYER was the solution: Status

Re: [MAPSERVER-USERS] Any other Routing solution than pgRouting/Oracle NDM ?

2008-05-07 Thread Gagan . Bansal
Hi Jon, I am from Ritesh team. We are getting around 2 secs average response time for analysis in Oracle routing . I am in process of fine tuning like incorporating link level preference, fine tuning the partition size, connected components. I was also thinking of precaching the results(may be

Re: [mapserver-users] using GEos.GDAL

2008-05-07 Thread Tamas Szekeres
Hi, GDAL contains a SWIG generated c# interface containing assembly wrappers for the GDAL/OGR/OSR libraries for more information see: http://trac.osgeo.org/gdal/wiki/GdalOgrInCsharp The related binaries are contained by the FWTools package, or you can compile the binaries from the source accordin

RE: [mapserver-users] Coverting lat/long to pixel

2008-05-07 Thread Hulbert, Brian
Something else to consider if your map uses multiple (or switches between) "projections". My C# map application uses both equirectangular and orthographic projections. Therefore, I do the following before the lines of code that Sandeep presented: // create a Mapserver pointObj

[mapserver-users] using GEos.GDAL

2008-05-07 Thread Atul Dravid
Dear Friends, This question is not directly related mapserver but it is related to application we are developing using mapserver. We want .NET library of GDAL and we are unable to find it... Any clues ? ___ mapserver-users mailing list mapserver-use

Re : [mapserver-users] mapserver compilation

2008-05-07 Thread guillaume champlong
I am compiling on fedora 7. - Message d'origine De : Tim Bowden <[EMAIL PROTECTED]> À : guillaume champlong <[EMAIL PROTECTED]> Cc : Mapserver Users Envoyé le : Mercredi, 7 Mai 2008, 16h37mn 10s Objet : Re: [mapserver-users] mapserver compilation On Wed, 2008-05-07 at 08:48 +, guil

Re: [mapserver-users] mapserver compilation

2008-05-07 Thread Tim Bowden
On Wed, 2008-05-07 at 08:48 +, guillaume champlong wrote: > Hi everyone, > > I am trying to compile mapserver 5.0.0, but an error occurs. > configure options: > > MapServer is now configured for > > -- Compiler Info - > C compiler:gcc -O2 -fPIC -Wal

Re: [mapserver-users] Coverting lat/long to pixel

2008-05-07 Thread Sucharita Samuel
Thanks a lot Sandeep. I think the code works. Regards, Sucharita On Wed, May 7, 2008 at 3:40 PM, Sandeep Kumar Jakkaraju < [EMAIL PROTECTED]> wrote: > > Hi Sucharita > > > these are example values > > private double minlat=28.6023 ; > private double minlon=77.2018 ; > private

Re: [mapserver-users] Coverting lat/long to pixel

2008-05-07 Thread Sucharita Samuel
Hi Sandeep, A code fragment will be really helpful. Thanks, Sucharita On Wed, May 7, 2008 at 3:20 PM, Sandeep Kumar Jakkaraju < [EMAIL PROTECTED]> wrote: > > This can be done using simple interpolation also > > > > On 5/7/08, Sucharita Sa

Re: [mapserver-users] Coverting lat/long to pixel

2008-05-07 Thread Sandeep Kumar Jakkaraju
This can be done using simple interpolation also On 5/7/08, Sucharita Samuel <[EMAIL PROTECTED]> wrote: > > Hi friends, > Can somebody please help me with a code to convert the > latitude and longitude of a point to pixel co-ordinates? I am using

[mapserver-users] Coverting lat/long to pixel

2008-05-07 Thread Sucharita Samuel
Hi friends, Can somebody please help me with a code to convert the latitude and longitude of a point to pixel co-ordinates? I am using ASP.NET. I have heard that GDAL has a method for this conversion. MS4W comes with GDAL as its tools, but I don't know how to implement it in C#.NET.

[mapserver-users] mapserver compilation

2008-05-07 Thread guillaume champlong
Hi everyone, I am trying to compile mapserver 5.0.0, but an error occurs. configure options: MapServer is now configured for -- Compiler Info - C compiler:gcc -O2 -fPIC -Wall C++ compiler: g++ -O2 -fPIC -Wall Debug:

Re: [MAPSERVER-USERS] How TO change color of a layer using mapscript(without editing mapfile)

2008-05-07 Thread Sucharita Samuel
Hi Yatendra, To change the colour of a layer, you can create a temporary layer, assign the attributes (like color,outline color etc) and then add the shape to your existing layer and redraw the map image.. The following code might help, //*Code for creating a tempor

[mapserver-users] Some Problems with WMS-GetLegendGraphic using agg and pixmaps

2008-05-07 Thread Schönhammer, Herbert
Hi list, I have got some troubles generating legends with MS 5.0.2, used as a WMS-Server, using agg - driver and generating the legends from a pixmap with getlegendgraphic-request. (See the mapfile snippets below !) First Problem: == Using gd the pixmap referenced by KEYIMAGE is scale