[mapserver-users] New Map Viewer using Mapserver

2009-06-23 Thread abul khayer
I have developed a GIS map viewer using Mapserver. This tools is easy to 
customize and integration with existing application. I hope that it will help 
new mapserver developers.

click here

or
http://tinyurl.com/bdmapper
 

...
Md. Abul Khayer
GIS Programmer
CEGIS (www.cegisbd.com), Bangladesh
Cell: +8801730019572
Blog: khayer.wordpress.com



  ___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] syedmohsee...@gmail.com has sent you a private message

2009-06-23 Thread Syedmohseen K
Title: Private Message from Syedmohseen
Syedmohseen K has sent you a private messageClick to read message Why Compare to Syedmohseen? Get a Personalized Sports Page Talk Sports With Other Fans Play Fun GamesThis message has been forwarded at the request of  syedmo
 hsee...@gmail.com .  To block all emails from FanIQ, please  click here .  FanIQ is located at 604 mission St, Suite 600, San Francisco, CA 94105, USA. 
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] New Map Viewer using Mapserver

2009-06-23 Thread Tamas Szekeres
Hi,

On the page you have referred I can read the following statement:

All the time I am waiting for a Mapserver framework to work like .NET
component. Unfortunately most of the Mapserver developer are very high
skill, so they can not realize my simple requirement.

I just wanted to let you know MapServer does have a working .NET interface
for 4 years, the related files are incorporated in the ms4w and FWTools
binary distributions, and you could also download the cutting edge Windows
packages of the current MapServer development and stable branches for
various compiler/architecture combinations from this location:

http://vbkto.dyndns.org:1280/sdk/Default.aspx


Best regards,

Tamas



2009/6/23 abul khayer khayer...@yahoo.com

 I have developed a GIS map viewer using Mapserver. This tools is easy to
 customize and integration with existing application. I hope that it will
 help new mapserver developers.

 click here http://tinyurl.com/bdmapper
 or
 http://tinyurl.com/bdmapper


 ...
 Md. Abul Khayer
 GIS Programmer
 CEGIS (www.cegisbd.com), Bangladesh
 Cell: +8801730019572
 Blog: khayer.wordpress.com


 ___
 mapserver-users mailing list
 mapserver-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapserver-users


___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] Re: [UMN_MAPSERVER-USERS] Problem: ANGLEITEM andTRANSPARENT

2009-06-23 Thread Steve Lime
I went back to the tickets and found this one:

  http://trac.osgeo.org/mapserver/ticket/2391

There are notes at the end of the ticket that gd 2.0.36 had some changes in it
to specifically address the problem. Please try upgrading and see what happens.

Steve

 Oliver Wesp oliver.w...@gmail.com 06/22/09 9:42 AM 
Dear List,

I'm facing the same problems adressed in the messages below regarding
the transpareny of pixmap symbols. Pixmap symbols lose their
transparency after rotation or resizing with ANGLE
 or SIZE parameter. I'm working with mapserver 5.4.0 and gd 2.0.32. Is
anybody aware of this problem? Was this fixed with later versions of
GD? Any help is appreciated.

best regards,
Oliver

On Wed, May 31, 2006 at 4:04 PM, Steve Lime steve.l...@dnr.state.mn.uswrote:

 As a follow up. The patch was not as complete as I hoped. I worked on the
 problem until late last night but did not end up committing anything- still
 working on it though.

 Steve

  Steve Lime steve.l...@dnr.state.mn.us 05/30/06 1:01 PM 
 Christian: The problem seems to be in GD. Transparency is lost after
 rotation and I've tried a variety of methods
 to rebuild it post rotation and it simply doesn't work. That said, the
 folks have MapMedia have submitted a new
 image rotation function that should fix the issue and some others with
 resampling method. I need to integrate
 that into the development version for testing. I will do that tonite...

 Steve

  Christian Wilmes c.wil...@gmx.de 5/30/2006 8:11:39 AM 
 Hi All,

 I'm trying to visualize point-data with the mapserver. As symbol I'm using
 a transparent PIXMAP. Now I want to use ANGLEITEM in the STYLE-Object,
 ANGLEITEM itself is working fine, but using it causes the lost of the
 transperency. Instead of the parameter TRANSPARNZ in the SYMBOL-Object I
 also tried it with a gif and a png which has already a transparent
 background. The result is the same, without ANGLEITEM it works fine but
 without it doesn't.

 Does anybody have an idea how to fix that problem?

 Best Regards
 Christian
 --


 Bis zu 70% Ihrer Onlinekosten sparen: GMX SmartSurfer!
  Kostenlos downloaden: http://www.gmx.net/de/go/smartsurfer



___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


RE: [mapserver-users] Help Needed - MS4W, Tikiwiki and Vista

2009-06-23 Thread Fawcett, David
You could also try writing it like:  /xampp/htdocs/tw/map/images/

This should work fine on a Windows system if the path is correct.

David.

-Original Message-
From: mapserver-users-boun...@lists.osgeo.org
[mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Rahkonen
Jukka
Sent: Monday, June 22, 2009 10:24 AM
To: Arpit Deomurari; mapserver-users@lists.osgeo.org
Subject: Re: [mapserver-users] Help Needed - MS4W, Tikiwiki and Vista


Hi,

Maybe IMAGEPATH should be like IMAGEPATH D:\xampp\htdocs\tw\map\images\
Mapfile reference at http://www.mapserver.org/mapfile/web.html tells:

IMAGEPATH [path]
Path to the temporary directory fro writing temporary files and
images. Must be writable by the user the web server is running as. Must
end with a / or depending on your platform.

There is really Must end with a / or depending, I suppose it should be
end with a / or \.

-Jukka Rahkonen-


Arpit Deomurari wrote:
 
Dear Friends...
I'm trying to use tikiwiki as a GeoCMS on MS4W on windows(Vista)
Platform...

I have configured Mapserver 5.4.0 RC2 on XAMPP Platform and it's working
perfectly standalone...

But when I use with tikiwiki map module I get this error Can Some
one help me in solving this error.


*An error as occured with the mapfile: world.map

[MapServer Error]: loadWeb(): Parsing error near (:):(line 33)
*

*   #
   WEB
 TEMPLATE D:\xampp\htdocs\tw\map\map.html
--  IMAGEPATH D:\xampp\htdocs\tw\map\images
 IMAGEURL /map/images
 METADATA
   VIEW1
Australia,117.500594119,-34.8753753754,165.037355881,-3.2087087087
   VIEW2
Fiji,165.704315901,-24.5147748593,201.374684099,-0.76477485929*


-- 
Arpit Deomurari

Naturalist And Birder..
AVANI Anand Colony Road No-1
Nr. Gurukrupa, Opp. Rushi Apartment,
Vikasgruh Road, Jamnagar - 361008
Gujarat(INDIA)

E-Mail:- deomur...@gmail.com
ar...@waders.in

Web site:
http://www.waders.in
http://indianaturewatch.net/view_cat.php?tag=Arpit%20Deomurari
http://www.flickr.com/photos/deomurari

Mobile No.:- +91-9426442243   (Mobile)

I Believe In God, Only spell It Nature
***
One should not have a job, career or profession- only a hobby, passion
and a cause

Please consider your environmental responsibility before printing this
e-mail - Save paper.

___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] Re: Mapserver CGI 5.4 crashed my app (Windows 2003)

2009-06-23 Thread stela anders
Great Tamas! Worked now...
You found the problem!  Congrats!
:*

Stella
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] Charset problems with GetFeatureInfo-Request

2009-06-23 Thread Johannes Sommer
Hi everyone,

I'm getting wrong characters (german umlauts) when I send a 
GetFeatureInfo-Request.
It looks like Mapserver treats the data as encoded in UTF-8. 

Example (plain text):

GetFeatureInfo results:

Layer 'Test'
  Feature 158: 
NAME = 'Ehrenbürg und Katzenköpfe'


The attribut content should be: 'Ehrenbürg und Katzenköpfe'

I assume (that's what the Capabilities-document tells me) that Mapserver's 
default charset is ISO-8859-1.

System:
- Debian Etch(iso-8859-1)
- Apache2 (iso-8859-1)
- Mapserver 5.4.1 (?)
- Oracle 10.2 (GERMAN_GERMANY.WE8MSWIN1252)
- NLS_LANG=GERMAN_GERMANY.WE8MSWIN1252
- ArcSDE 9.2

Is Mapserver aware of the oracle system variable NLS_LANG when connecting to 
ArcSDE? When I connect through SQLPlus to the database, there is no charset 
problem, because SQLPlus depends on NLS_LANG.
Changing the NLS_LANG variable didn't change the result of GetFeatureInfo in my 
tests.

I read about the thread of Russel McOrmond 
(http://www.mail-archive.com/mapserver-users@lists.osgeo.org/msg05435.html) and 
hoped that the Charset issue would be solved in 5.4. But I'm still stuck with 
this problem.

It seems that this is not an ArcSDE-problem. I queried a Shapefile (exported 
from ArcSDE though) with a GetFeatureInfo-Request with the same (wrong) results.

Thanks for any suggestions!

Johannes

-- 
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] Querying map using CGI ...

2009-06-23 Thread Paul james
Thanks Steve! Great explanation!
But, in mapscript I got the query´s result getting resultCacheMemberObj and
layer.getFeature...
How can I do something like that using cgi?

Paul


On Mon, Jun 22, 2009 at 6:29 PM, Steve Lime steve.l...@dnr.state.mn.uswrote:

 Querying is controlled via the mode parameter. Mode=query does a point
 query returning at most 1 result in one layer. Mode=nquery allows you
 to query multiple layers and return multiple results from either a point or
 a rect. MapServer looks at the various additional supplied parameters to
 decide whether to do a point or rect query.

 For example, this url will drop a point through all queryable layers that
 have status DEFAULT (since I'm not explicitly turning anything on)

  http://mapserv.org/cgi-bin/mapserv?map=foo.mapmapxy=x+ymode=nquery

 and this will do a bbox query:


 http://mapserv.org/cgi-bin/mapserv?map=foo.mapmapext=minx+miny+maxx+maxymode=nquery

 You can turn layers on with the layer or layers parameters and can restrict
 queries to one layer (if necessary) using qlayer.

  mode=query ~ queryByPoint with MS_SINGLE
  mode=nquery ~ queryByPoint with MS_MULTIPLE or queryByRect

 The qlayer parameter has the effect of running the query methods on a
 layerObj while without it you're running on the whole mapObj.

 Does this help?

 Steve

  On 6/22/2009 at 4:02 PM, in message
 33fad6880906221402qde8375bj252c48b367d7e...@mail.gmail.com, Paul james
 paulj...@gmail.com wrote:
  Hello guys, I pretty lost with CGI...
  Using mapscript, I can get query results with functions queryByPoint and
  queryByRect...
  How can I do that in CGI mode?
 
  Thanks
 
  Paul


___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] Re: Upgrading 5.2 - 5.4 generating CGI error on IIS(5.1 and 6.0) ... Possible BUG?

2009-06-23 Thread Tamas Szekeres
Paul,

The problem described in this thread sounds like it may be dedicated to a
problem discovered recently in geos-3-1 branch causing the application to
crash/hang during the process termination. You said you've been using MS4W
3.0 beta2 or the packages from
http://vbkto.dyndns.org:1280/sdk/Default.aspxboth have been using
geos-3-1 in the packages up to this time.
Since fastCGI keeps mapserv.exe running that would explain why this issue
doesn't come up with the FCGI mode.

I've now reverted to use geos-3-0 in the packages at
http://vbkto.dyndns.org:1280/sdk/Default.aspx

Feel free to test with the recent versions and let me know about the
details.

Best regards,

Tamas



2009/6/10 Paul james paulj...@gmail.com

 I tested with a Shapefile, same bug with 5.4 and CGI Working fine with
 fastcgi...

 Paul



 On Wed, Jun 10, 2009 at 1:14 PM, Tamas Szekeres szeker...@gmail.comwrote:

 It would anyway be helpful if you could describe the steps to reproduce
 the issue. I'm afraid I won't be able to find out the problem without
 inspecting that locally by using a debug version of the builds. There have
 been a lot of changes between 5.2 and 5.4 so it's quite difficult to
 identify the location and the related changeset just by looking into the
 change log in the subversion.

 Best regards,

 Tamas



 2009/6/10 Brian Fischer bfisc...@houstoneng.com

  I would agree with Paul.  I am running 5.2 and previous version just
 fine as well.



 *Brian Fischer,* CFM  GIS Project Manager
 *Houston Engineering, Inc.*
 Phone: W: 763.493.4522 / M: 763.229.2734



 *From:* Paul james [mailto:paulj...@gmail.com]
 *Sent:* Wednesday, June 10, 2009 8:46 AM
 *To:* Tamas Szekeres
 *Cc:* Brian Fischer; mapserver-users@lists.osgeo.org; Daniel Morissette;
 Steve Lime

 *Subject:* Re: [mapserver-users] Re: Upgrading 5.2 - 5.4 generating CGI
 error on IIS(5.1 and 6.0) ... Possible BUG?



 I don´t think its related to security settings... I can run the CGI on
 5.2 ... And as well with fastcgi on 5.4 ...
 Anyway I gave all permission to all user in mapserver directory and app
 directory... Nothing changes...

 Anyone test that with Postgis layer? I´m trying to get a shapefile to
 test ...

 Paul

 On Tue, Jun 9, 2009 at 7:02 PM, Tamas Szekeres szeker...@gmail.com
 wrote:

 Paul,

 I've just tried with the latest 5.4 version and worked fine though I'm
 using OGR/mapinfo.tab data source.

 I suspect you may run into a problem related to the possible differences
 in the security settings. Some files may not be accessible by the current
 user executing mapserv.exe which may be IUSR_[computername] for the normal
 CGI and NT AUTHORITY/NETWORK SERVICE for the fast cgi option by default.

 Best regards,

 Tamas

  2009/6/9 Paul james paulj...@gmail.com



 Just one update in my tests...
 Using FASTCGI It worked FINE (mapserver 5.4)...

 I added a bug ticket : http://trac.osgeo.org/mapserver/ticket/3049

 Paul



 On Tue, Jun 2, 2009 at 10:12 AM, Paul james paulj...@gmail.com wrote:

 Probably is a mapserver CGI bug...








 Paul



 On Sat, May 30, 2009 at 11:56 PM, Brian Fischer bfisc...@houstoneng.com
 wrote:

 Paul,

 Just to let you know you are not alone.  I am experiencing the same
 problem with MS4W 3.0 beta 1 and 2.  I’ve reported it as a bug to the MS4W
 project.  Here’s a link to the bug report
 http://bugzilla.maptools.org/show_bug.cgi?id=2043.   I haven’t heard
 anything back on a solution yet.  I’m not sure if this is a MapServer bug or
 a bug with the way the MS4W package was compiled.  It runs fine of Apache
 for me.



 Brian Fischer

 Houston Engineering, Inc.



 *From:* mapserver-users-boun...@lists.osgeo.org [mailto:
 mapserver-users-boun...@lists.osgeo.org] *On Behalf Of *Paul james
 *Sent:* Friday, May 29, 2009 1:08 PM
 *To:* Steve Lime
 *Cc:* mapserver-users@lists.osgeo.org; Daniel Morissette
 *Subject:* Re: [mapserver-users] Re: Upgrading 5.2 - 5.4 generating CGI
 error on IIS(5.1 and 6.0) ... Possible BUG?




 http://localhost/cgi-bin/mapserv.exe?map=C%3A%2Finetpub%2Fwwwroot%2FOpenlayer%2FFiles%2FMapserver%2FMap.mapmode=mapmap_imagetype=pngmapext=-180+0+-90+90imgext=-180+0+-90+90map_size=256+256imgx=128imgy=128imgxy=256+256

 Paul

 On Fri, May 29, 2009 at 3:01 PM, Steve Lime steve.l...@dnr.state.mn.us
 wrote:

 What's the full URL submitted against the CGI?

  On 5/29/2009 at 12:59 PM, in message
 33fad6880905291059i5602a89q84d7673ddcfff...@mail.gmail.com, Paul
 james

 paulj...@gmail.com wrote:
  1 -  I tried with 1500,1400,1310,development version(1500) and ms4w
 beta...
  2 -  Ím using normal CGI
  3 - My tests are only with Postgis... Íll generate a shapefile to
 test
  later ...
 
  Paul
 
  On Fri, May 29, 2009 at 2:27 PM, Tamas Szekeres szeker...@gmail.com
 wrote:
 
  Hi Paul,
 
  Did you experience the same with the release-1310 and release-1400
  versions? Did you experience the same with the development version?
  Are you using fastCGI or normal cgi?
  Is this just a PostGIS related problem or you 

Re: [mapserver-users] Re: Upgrading 5.2 - 5.4 generating CGI error on IIS(5.1 and 6.0) ... Possible BUG?

2009-06-23 Thread Jeff McKenna
The next MS4W 3.0 beta will also be downgraded to geos-3.0.4  (you can 
follow the progress at http://bugzilla.maptools.org/show_bug.cgi?id=2044)


-jeff


--
Jeff McKenna
FOSS4G Consulting and Training Services
http://www.gatewaygeomatics.com/



Tamas Szekeres wrote:

Paul,

The problem described in this thread sounds like it may be dedicated to 
a problem discovered recently in geos-3-1 branch causing the application 
to crash/hang during the process termination. You said you've been using 
MS4W 3.0 beta2 or the packages from 
http://vbkto.dyndns.org:1280/sdk/Default.aspx both have been using 
geos-3-1 in the packages up to this time.
Since fastCGI keeps mapserv.exe running that would explain why this 
issue doesn't come up with the FCGI mode.


I've now reverted to use geos-3-0 in the packages at 
http://vbkto.dyndns.org:1280/sdk/Default.aspx


Feel free to test with the recent versions and let me know about the 
details.


Best regards,

Tamas






___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] Re: Upgrading 5.2 - 5.4 generating CGI error on IIS(5.1 and 6.0) ... Possible BUG?

2009-06-23 Thread Paul james
Tamas, You are right !
It is working fine now...

Thanks

Paul

On Tue, Jun 23, 2009 at 11:47 AM, Tamas Szekeres szeker...@gmail.comwrote:

 Paul,

 The problem described in this thread sounds like it may be dedicated to a
 problem discovered recently in geos-3-1 branch causing the application to
 crash/hang during the process termination. You said you've been using MS4W
 3.0 beta2 or the packages from
 http://vbkto.dyndns.org:1280/sdk/Default.aspx both have been using
 geos-3-1 in the packages up to this time.
 Since fastCGI keeps mapserv.exe running that would explain why this issue
 doesn't come up with the FCGI mode.

 I've now reverted to use geos-3-0 in the packages at
 http://vbkto.dyndns.org:1280/sdk/Default.aspx

 Feel free to test with the recent versions and let me know about the
 details.

 Best regards,

 Tamas



 2009/6/10 Paul james paulj...@gmail.com

 I tested with a Shapefile, same bug with 5.4 and CGI Working fine with
 fastcgi...

 Paul



 On Wed, Jun 10, 2009 at 1:14 PM, Tamas Szekeres szeker...@gmail.comwrote:

 It would anyway be helpful if you could describe the steps to reproduce
 the issue. I'm afraid I won't be able to find out the problem without
 inspecting that locally by using a debug version of the builds. There have
 been a lot of changes between 5.2 and 5.4 so it's quite difficult to
 identify the location and the related changeset just by looking into the
 change log in the subversion.

 Best regards,

 Tamas



 2009/6/10 Brian Fischer bfisc...@houstoneng.com

  I would agree with Paul.  I am running 5.2 and previous version just
 fine as well.



 *Brian Fischer,* CFM  GIS Project Manager
 *Houston Engineering, Inc.*
 Phone: W: 763.493.4522 / M: 763.229.2734



 *From:* Paul james [mailto:paulj...@gmail.com]
 *Sent:* Wednesday, June 10, 2009 8:46 AM
 *To:* Tamas Szekeres
 *Cc:* Brian Fischer; mapserver-users@lists.osgeo.org; Daniel
 Morissette; Steve Lime

 *Subject:* Re: [mapserver-users] Re: Upgrading 5.2 - 5.4 generating
 CGI error on IIS(5.1 and 6.0) ... Possible BUG?



 I don´t think its related to security settings... I can run the CGI on
 5.2 ... And as well with fastcgi on 5.4 ...
 Anyway I gave all permission to all user in mapserver directory and app
 directory... Nothing changes...

 Anyone test that with Postgis layer? I´m trying to get a shapefile to
 test ...

 Paul

 On Tue, Jun 9, 2009 at 7:02 PM, Tamas Szekeres szeker...@gmail.com
 wrote:

 Paul,

 I've just tried with the latest 5.4 version and worked fine though I'm
 using OGR/mapinfo.tab data source.

 I suspect you may run into a problem related to the possible differences
 in the security settings. Some files may not be accessible by the current
 user executing mapserv.exe which may be IUSR_[computername] for the 
 normal
 CGI and NT AUTHORITY/NETWORK SERVICE for the fast cgi option by default.

 Best regards,

 Tamas

  2009/6/9 Paul james paulj...@gmail.com



 Just one update in my tests...
 Using FASTCGI It worked FINE (mapserver 5.4)...

 I added a bug ticket : http://trac.osgeo.org/mapserver/ticket/3049

 Paul



 On Tue, Jun 2, 2009 at 10:12 AM, Paul james paulj...@gmail.com wrote:

 Probably is a mapserver CGI bug...








 Paul



 On Sat, May 30, 2009 at 11:56 PM, Brian Fischer 
 bfisc...@houstoneng.com wrote:

 Paul,

 Just to let you know you are not alone.  I am experiencing the same
 problem with MS4W 3.0 beta 1 and 2.  I’ve reported it as a bug to the MS4W
 project.  Here’s a link to the bug report
 http://bugzilla.maptools.org/show_bug.cgi?id=2043.   I haven’t heard
 anything back on a solution yet.  I’m not sure if this is a MapServer bug 
 or
 a bug with the way the MS4W package was compiled.  It runs fine of Apache
 for me.



 Brian Fischer

 Houston Engineering, Inc.



 *From:* mapserver-users-boun...@lists.osgeo.org [mailto:
 mapserver-users-boun...@lists.osgeo.org] *On Behalf Of *Paul james
 *Sent:* Friday, May 29, 2009 1:08 PM
 *To:* Steve Lime
 *Cc:* mapserver-users@lists.osgeo.org; Daniel Morissette
 *Subject:* Re: [mapserver-users] Re: Upgrading 5.2 - 5.4 generating
 CGI error on IIS(5.1 and 6.0) ... Possible BUG?




 http://localhost/cgi-bin/mapserv.exe?map=C%3A%2Finetpub%2Fwwwroot%2FOpenlayer%2FFiles%2FMapserver%2FMap.mapmode=mapmap_imagetype=pngmapext=-180+0+-90+90imgext=-180+0+-90+90map_size=256+256imgx=128imgy=128imgxy=256+256

 Paul

 On Fri, May 29, 2009 at 3:01 PM, Steve Lime steve.l...@dnr.state.mn.us
 wrote:

 What's the full URL submitted against the CGI?

  On 5/29/2009 at 12:59 PM, in message
 33fad6880905291059i5602a89q84d7673ddcfff...@mail.gmail.com, Paul
 james

 paulj...@gmail.com wrote:
  1 -  I tried with 1500,1400,1310,development version(1500) and ms4w
 beta...
  2 -  Ím using normal CGI
  3 - My tests are only with Postgis... Íll generate a shapefile to
 test
  later ...
 
  Paul
 
  On Fri, May 29, 2009 at 2:27 PM, Tamas Szekeres szeker...@gmail.com
 wrote:
 
  Hi Paul,
 
  Did you experience the same with the release-1310 and 

[mapserver-users] Compiling MapServer

2009-06-23 Thread Fawcett, David
What is the latest advice for output image libraries when compiling
mapserv on unix?  

I remember an older conflict with libtiff and the tiff functionality in
GDAL.  

If one is going to include GDAL, does it make sense to add libtiff,
libgeotiff, or libjpeg, or is it better practice to just use GDAL to
read and write these formats?  

Pros?  Cons?  

Thanks, 

David.
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] Compiling MapServer

2009-06-23 Thread Stephen Woodbridge

Fawcett, David wrote:

What is the latest advice for output image libraries when compiling
mapserv on unix?  


I remember an older conflict with libtiff and the tiff functionality in
GDAL.  


If one is going to include GDAL, does it make sense to add libtiff,
libgeotiff, or libjpeg, or is it better practice to just use GDAL to
read and write these formats?  

Pros?  Cons?  


Well I think Frank is the ultimate authority on this, but when I asked a 
similar question a while back because I ran into a bug or a problem, I 
was told that I should just use GDAL and that the mapserver native 
support was not being actively worked on. My recommendation to the 
steering committee at the time was to deprecate the native support if 
we were not going to maintain it, but I don't think that has gone anywhere.


So my practice to always build mapserver --without-tiff and if I need 
image support to build it with GDAL.


Works for me :)

-Steve W
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


RE: [mapserver-users] Compiling MapServer

2009-06-23 Thread Fawcett, David
Gregor and Steve, 

Do you do the same with libjpeg?  

David.

-Original Message-
From: Gregor at HostGIS [mailto:gre...@hostgis.com] 
Sent: Tuesday, June 23, 2009 10:43 AM
To: Fawcett, David
Cc: mapserver-users@lists.osgeo.org
Subject: Re: [mapserver-users] Compiling MapServer


Don't use MapServer's built-in TIFF support; GDAL's is a lot nicer 
anyway. GDAL's even has BigTIFF if you build GDAL using its internal 
support for most formats, which is what I'd advise at that stage too.

-- 
HostGIS, Open Source solutions for the global GIS community Greg
Allensworth - SysAdmin, Programmer, GIS Person, Security
Network+   Server+   A+   Security+
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] error in mapserver - File not found error

2009-06-23 Thread Suman Chatterjee
Hi all,

I have just started with mapserver. I have also downloaded the Itasca
application. My problem is 

I am able to see the initial map with legend and scale. But I am not
able to pan or zoom nor select layers or do anything after that. It is
giving Page Not Found Error.

 

It will be helpful if any one can help me in pointing out the problem

 

Thanks

Suman

 


***
This e-mail and any files or attachments transmitted with it contains 
Information that is confidential and privileged. This document may contain 
Protected Health Information (PHI) or other information that is intended only 
for the use of the individual(s) and entity(ies) to whom it is addressed. If 
you are the intended recipient, further disclosures are prohibited without 
proper authorization. If you are not the intended recipient, any disclosure, 
copying, printing, or use of this information is strictly prohibited and 
possibly a violation of federal or state law and regulations. If you have 
received this information in error, please delete it and notify Hamid 
Khaleghipour at 972-450-2868 immediately. Thank you.

***


___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] Compiling MapServer

2009-06-23 Thread Gregor at HostGIS
Don't use MapServer's built-in TIFF support; GDAL's is a lot nicer 
anyway. GDAL's even has BigTIFF if you build GDAL using its internal 
support for most formats, which is what I'd advise at that stage too.


--
HostGIS, Open Source solutions for the global GIS community
Greg Allensworth - SysAdmin, Programmer, GIS Person, Security
Network+   Server+   A+   Security+
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] Compiling MapServer

2009-06-23 Thread Frank Warmerdam

Fawcett, David wrote:

What is the latest advice for output image libraries when compiling
mapserv on unix?  


I remember an older conflict with libtiff and the tiff functionality in
GDAL.  


If one is going to include GDAL, does it make sense to add libtiff,
libgeotiff, or libjpeg, or is it better practice to just use GDAL to
read and write these formats?  


David,

It is better to leave out direct use of libtiff, and just let GDAL do it.
Likewise for reading jpeg, and other image formats.  However, I have
noticed that mapserver-trunk now seems to depend on direct use of libpng
and libjpeg for generating these files (as opposed to going through GD).
So it may not be so easy to avoid libpng and libjpeg in builds.

I persume this is not yet an issue with the released versions.

Best regards,
--
---+--
I set the clouds in motion - turn up   | Frank Warmerdam, warmer...@pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush| Geospatial Programmer for Rent

___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] Compiling MapServer

2009-06-23 Thread Frank Warmerdam

Thomas Bonfort wrote:

Frank,

We already had a dependency on libpng and libjpg through GD (as gd
isn't statically linked against those). How can the direct dependency
be causing any more problems than the actual situation ?


Tomas,

Well, I believe now mapserver itself needs libjpeg and libpng include files
which was not necessarily the case before.  I also had a copy of GD on
win32 that apparently had libjpeg and libpng embedded, but on a recent
build discovered I needed also to provide real libjpeg and libpng
libraries to link MapServer.

I'm not saying it is a particularly serious issue, but it has already
thrown me for a loop.

Best regards,
--
---+--
I set the clouds in motion - turn up   | Frank Warmerdam, warmer...@pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush| Geospatial Programmer for Rent

___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


RE: [mapserver-users] Compiling MapServer

2009-06-23 Thread Fawcett, David
Perhaps libjpeg should be moved from the 'optional external libraries' to the 
'required external libraries' section page of the docs then?  
http://mapserver.org/installation/unix.html



-Original Message-
From: Thomas Bonfort [mailto:thomas.bonf...@camptocamp.com] 
Sent: Tuesday, June 23, 2009 10:59 AM
To: Frank Warmerdam
Cc: Fawcett, David; mapserver-users@lists.osgeo.org
Subject: Re: [mapserver-users] Compiling MapServer


Frank,

We already had a dependency on libpng and libjpg through GD (as gd isn't 
statically linked against those). How can the direct dependency be causing any 
more problems than the actual situation ?

regards,
thomas

www.camptocamp.com
+33 4 79 26 57 97



On Tue, Jun 23, 2009 at 17:50, Frank Warmerdamwarmer...@pobox.com wrote:
 Fawcett, David wrote:

 What is the latest advice for output image libraries when compiling 
 mapserv on unix? I remember an older conflict with libtiff and the 
 tiff functionality in GDAL.
 If one is going to include GDAL, does it make sense to add libtiff,
 libgeotiff, or libjpeg, or is it better practice to just use GDAL to
 read and write these formats?

 David,

 It is better to leave out direct use of libtiff, and just let GDAL do 
 it. Likewise for reading jpeg, and other image formats.  However, I 
 have noticed that mapserver-trunk now seems to depend on direct use of 
 libpng and libjpeg for generating these files (as opposed to going 
 through GD). So it may not be so easy to avoid libpng and libjpeg in 
 builds.

 I persume this is not yet an issue with the released versions.

 Best regards,
 --
 ---+--
 ---+
 I set the clouds in motion - turn up   | Frank Warmerdam, 
 warmer...@pobox.com light and sound - activate the windows | 
 http://pobox.com/~warmerdam and watch the world go round - Rush    | 
 Geospatial Programmer for Rent

 ___
 mapserver-users mailing list
 mapserver-users@lists.osgeo.org 
 http://lists.osgeo.org/mailman/listinfo/mapserver-users

___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] Itasca application working fine

2009-06-23 Thread Suman Chatterjee
Hi! 

Now the Itasca application is working fine. There was a problem in the
index file where the relative path to the program was not set up
correctly. 

 

Cheers

Suman 


***
This e-mail and any files or attachments transmitted with it contains 
Information that is confidential and privileged. This document may contain 
Protected Health Information (PHI) or other information that is intended only 
for the use of the individual(s) and entity(ies) to whom it is addressed. If 
you are the intended recipient, further disclosures are prohibited without 
proper authorization. If you are not the intended recipient, any disclosure, 
copying, printing, or use of this information is strictly prohibited and 
possibly a violation of federal or state law and regulations. If you have 
received this information in error, please delete it and notify Hamid 
Khaleghipour at 972-450-2868 immediately. Thank you.

***


___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users