RE: [mapserver-users] problem with mapserver

2009-05-05 Thread Jim Strevinas
Hello Ahmed, This is almost surely happened because the script alias is not active for your cgi-bin folder. I suppose you use apache: 1. Try to restart your apache (google) or 2. check your httpd.conf file, it should contain a scriptalias pointing to the cgi-bin folder. Al

Re: [mapserver-users] Problem with mapserver & python mapscript

2013-05-14 Thread Puneet Kishor
On May 14, 2013, at 8:57 AM, boesiii wrote: > I have mapserver setup and working on Ubuntu 12.04 and I need to be able to > use python mapscript so that I can use Tilecache. You do not need to use any MapScript to use TileCache. They are two separate things. TileCache uses Python cgi in its

Re: [mapserver-users] Problem with mapserver & python mapscript

2013-05-14 Thread boesiii
When I try to test tilecache on Firefox using: http://localhost/tilecache-2.11/tilecache.cgi?LAYERS=basic&SERVICE=WMS%20&VERSION=1.1.1&REQUEST=GetMap&SRS=EPSG:4326&BBOX=-180,-90,0,90%20&WIDTH=256&HEIGHT=256 The output on my screen shows the contents of tilecache.cgi, see below: #!/usr/bin python

Re: [mapserver-users] Problem with mapserver & python mapscript

2013-05-14 Thread Puneet Kishor
On May 14, 2013, at 10:24 AM, boesiii wrote: > When I try to test tilecache on Firefox using: > > http://localhost/tilecache-2.11/tilecache.cgi?LAYERS=basic&SERVICE=WMS%20&VERSION=1.1.1&REQUEST=GetMap&SRS=EPSG:4326&BBOX=-180,-90,0,90%20&WIDTH=256&HEIGHT=256 > > The output on my screen shows th

Re: [mapserver-users] Problem with mapserver & python mapscript

2013-05-14 Thread boesiii
I added the following: AddHandler cgi-script .cgi Options +ExecCGI to apache2.conf -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Problem-with-mapserver-python-mapscript-tp5053188p5053210.html Sent from the Mapserver - User mailing list archive at Nabble.com.

RE: [mapserver-users] Problem with Mapserver WFS-client generatedsyntax

2008-06-05 Thread Burgholzer,Robert
PROTECTED] On Behalf Of Burgholzer,Robert Sent: Wednesday, June 04, 2008 3:03 PM To: Yewondwossen Assefa Cc: mapserver-users@lists.osgeo.org Subject: RE: [mapserver-users] Problem with Mapserver WFS-client generatedsyntax Thanks for letting me know that it is their problem, not mapserver. Hopefully

Re: [mapserver-users] problem with MapServer as WMS client

2011-10-16 Thread Rahkonen Jukka
Hi, Have you tried to do it like it is suggested in the documentation http://mapserver.org/ogc/wms_client.html? LAYER NAME "country_bounds" TYPE RASTER STATUS ON CONNECTION "http://demo.mapserver.org/cgi-bin/wms?"; CONNECTIONTYPE WMS METADATA "wms_srs" "EPSG:4326"

Re: [mapserver-users] problem with MapServer as WMS client

2011-10-16 Thread Mr. Puneet Kishor
On Oct 16, 2011, at 3:00 PM, Rahkonen Jukka wrote: > Hi, > > Have you tried to do it like it is suggested in the documentation > http://mapserver.org/ogc/wms_client.html? > > LAYER > NAME "country_bounds" > TYPE RASTER > STATUS ON > CONNECTION "http://demo.mapserver.org/cgi-bin/wms?"; > C

Re: [mapserver-users] problem with MapServer as WMS client

2011-10-17 Thread Daniel Morissette
On 11-10-16 06:28 PM, Mr. Puneet Kishor wrote: On Oct 16, 2011, at 3:00 PM, Rahkonen Jukka wrote: Including name of the remote mapfile into CONNECTION string is OK. Perhaps addind DEBUG 5 into your WMS layer definition writes the request into log file but I do not know. Try and see if it help

Re: [mapserver-users] problem with mapserver as wms client

2017-09-04 Thread Rahkonen Jukka (MML)
Hi, WMS and WMTS are different services. While Mapserver does support cascading WMS as documented in http://mapserver.org/ogc/wms_client.html it can't cascade WMTS which means that this will not work CONNECTIONTYPE WMS CONNECTION "https://maps.wien.gv.at/basemap/1.0.0/WMTSCapabilities.xml

Re: [mapserver-users] Problem with Mapserver WFS-client generated syntax

2008-06-04 Thread Yewondwossen Assefa
Robert, The wfs specs indicates that values for the BBOX parameter should be separated by commas which is what Mapserver is doing. There is no other setting in mapserver that would allow you to change the format of BBOX easily. I think the best would be for the server to respect the syntax d

RE: [mapserver-users] Problem with Mapserver WFS-client generated syntax

2008-06-04 Thread Burgholzer,Robert
://sourceforge.net/projects/npsource/ -Original Message- From: Yewondwossen Assefa [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2008 2:35 PM To: Burgholzer,Robert Cc: mapserver-users@lists.osgeo.org Subject: Re: [mapserver-users] Problem with Mapserver WFS-client generated syntax Robert

Re: [mapserver-users] Problem with Mapserver 6.0.1 and PHP Mapscript

2012-02-16 Thread Alan Boudreault
Hi Nick, It is normal that the var_dump and/or print_r returns nothing. IIRC, those functions haven't been implemented in the extension (yet?). However, you should not be able to set/get a properties that is not a member of the mapObj. I guess you map is really an empty object. Enable error l

Re: [mapserver-users] Problem with Mapserver 6.0.1 and PHP Mapscript

2012-02-16 Thread Carlos Ruiz
Nick, Try the mapObj->save method to see what Mapserver dumps. Cheers from México   IC Carlos Ruiz From: Nick Friedrich To: mapserver-users@lists.osgeo.org Sent: Thursday, February 16, 2012 10:25 AM Subject: [mapserver-users] Problem with Mapserver 6.0.1 an

RE: [mapserver-users] Problem with Mapserver 6.0.1 and PHP Mapscript

2012-02-16 Thread Ian Walberg
: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Carlos Ruiz Sent: Thursday, February 16, 2012 5:05 PM To: Nick Friedrich; mapserver-users@lists.osgeo.org Subject: Re: [mapserver-users] Problem with Mapserver 6.0.1 and PHP Mapscript Nick