Honestly the only setup I've got working is: QGIS + wsgi standalone
GetCapabilities depends on a number of things working right and there a trac tickets for a variety of subtle problems that need someone's attention. Most important is that the namespacing only works if lxml is installed (python bindings to libxml2). Can you do? >>> import lxml (The ogcserver falls back to using python's built in XML module which does not support namespaces and hence breaks GetCapabilities) The catch is that some mysterious bug makes apache + mod_wsgi + lxml hang (at least on OSX), hence why I've only got QGIS + wsgi standalone working. I've not spent much time debugging this. This and other OGCServer issues are likely easily solved by someone keen on fixing them, so I'd be interested if anyone looks into if further. Dane On Nov 25, 2009, at 9:44 AM, Matt Bartolome wrote: > Has anyone been able to add a wms (I'm running ogcserver) to ArcMap or > Quantum GIS? I have ogcserver running under mod_wsgi, I can get image > data through a browser properly...Problem is when I try to add the wms > in arcmap or qgis there are no layer options shown. It looks like the > getCapabilities response isn't returning something these programs can > digest. If I copy and paste the getCapabilities request url into the > location bar of firefox it also prompts me, which gives me the feeling > the xml response header is not being set. Has anyone dealt with this > before? > > Thanks, > Matt > _______________________________________________ > Mapnik-users mailing list > [email protected] > https://lists.berlios.de/mailman/listinfo/mapnik-users _______________________________________________ Mapnik-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-users

