Re: AW: [mapserver-users] WFS Spatial Filter Problem

2011-08-17 Thread Bryan Hempen
Hey guys, my current status report. I have tried the following list of things: - as proposed by Andreas, used shp2img. Works perfectly fine! - as proposed by Julien, took a look at the Apache error log. Here is a small excerpt of what it shows: [Wed Aug 17 10:42:15 2011] [error] [client

[mapserver-users] free multilayer GIS data

2011-08-17 Thread Esmin Gracić
Hi all, I need to make a presentation on free gis stack (apache phpmapscript pg pgrouting) to some interested party. My question is do you know where I could get some nice free GIS data with multiple layers like roads (to build pgrouting stuff on), houses, objects, gasline, powerline, optical

AW: AW: [mapserver-users] WFS Spatial Filter Problem

2011-08-17 Thread Eichner, Andreas - SID-NLKM
OK, now run the CGI on the command line and append the QUERY_STRING parameter carrying the request parameters: $ /usr/lib/cgi-bin/mapserv QUERY_STRING='map=your/mapfile.mapservice=WFSrequest=GetCapabilities' This should give you the capabilities document. If that works use your failing one.

Re: [mapserver-users] free multilayer GIS data

2011-08-17 Thread Wim Vanbelle
I'd start here: http://downloads.cloudmade.com/ http://downloads.cloudmade.com/And then look for additional data in the OpenStreetMap project. On top of those, googling around for 'open data' also comes up with a lot of info :). On 17 August 2011 12:55, Esmin Gracić esmin.gra...@gmail.com

RE: [mapserver-users] free multilayer GIS data

2011-08-17 Thread Fawcett, David (MPCA)
For data at a smaller scale, you may also want to look at the Natural Earth data sets. Raster and vector, clean data, with attributes, liberal (Public Domain) license. David. From: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Wim

[mapserver-users] Invalid pdf file from WMS

2011-08-17 Thread Rahkonen Jukka
Hi, This request from Mapserver 6.0 gives me a nice pdf file:

Re: [mapserver-users] Invalid pdf file from WMS

2011-08-17 Thread thomas bonfort
the second one is incomplete, the request seems to be failing. can you run the request locally to see if it segfaults, and if so provide a backtrace: /path/to/mapserver-cgi

[mapserver-users] PDF Generation - file suffix?

2011-08-17 Thread Fawcett, David (MPCA)
I don't want to pollute Jukka's thread about large .pdf creation, so I am forking it. The .pdf file generated by his request renders fast and looks nice, but the file doesn't have a .pdf suffix. This confused my browser and didn't automatically associate the file with Acrobat Reader.

[mapserver-users] WCS GetCoverage responses in multi-part mime format

2011-08-17 Thread Bryan Hempen
Hi there! I am currently setting up a WCS server using MapServer 5.6.5. I am serving hyperspectral images and my goal is to visualize a subset of bands within a BBOX in a webclient. This should work fine if WCS 1.1.0 GetCoverage requests would not return results in a multi-part mime format

Re: [mapserver-users] Invalid pdf file from WMS

2011-08-17 Thread Rahkonen Jukka
Hi, Command with big BBOX does lead into segmantation fault. Unfortunately I am just an amateur and I have no idea about what is a backtrace and how I could provide it to you. The server is a virtual Linux box (Ubuntu). -Jukka Rahkonen- thomas bonfort wrote: the second one is incomplete,

Re: [mapserver-users] Invalid pdf file from WMS

2011-08-17 Thread thomas bonfort
if gdb is installed on the system, you do: gdb /path/to/mapserv $ run QUERY_STRING='map=...' (...program runs and spits out the beginning of the pdf..., then segfaults) $ bt -- thomas On Wed, Aug 17, 2011 at 21:36, Rahkonen Jukka jukka.rahko...@mmmtike.fi wrote: Hi, Command with big BBOX

Re: [mapserver-users] Invalid pdf file from WMS

2011-08-17 Thread Rahkonen Jukka
Hi, Amazing. I got this (gdb) bt #0 0x0013a258 in FT_Done_Face () from /usr/lib/libfreetype.so.6 #1 0x00f447c3 in ?? () from /usr/lib/libcairo.so.2 #2 0x00f4ba19 in cairo_font_face_destroy () from /usr/lib/libcairo.so.2 #3 0x0813a8b4 in ?? () #4 0x0813a9c8 in cleanupCairo () #5 0x080c5aee

[mapserver-users] using mod_wsgi with mapserver

2011-08-17 Thread Mukesh Subedee
Hi all, I have configured and tested a simple application with mod_wsgi and found that its working properly. Now I am trying to use mod_wsgi with MapServer. I have configured my Apache virtual host for wsgi as:    Alias / /home/public_html/wsgi/     Directory /home/public_html/wsgi