~ubuntu-branches/ubuntu/trusty/mapnik/trusty-proposed

« back to all changes in this revision

Viewing changes to bindings/python/mapnik/ogcserver/modserver.py

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Sauthier
  • Date: 2009-08-27 00:28:37 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090827002837-ztqzfg2rmclfh4i9
Tags: 0.6.1-0ubuntu1
* New upstream release.
* Change usr/lib to usr/lib* to enable build on 64 bits systems due to new
  configuration in SConstruct in :
  - debian/libmapnik-dev.install
  - debian/libmapnik0.6.install
  - debian/mapnik-plugin-base

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
            else:
65
65
                reqparams = lowerparams(reqparams)
66
66
                port = apacheReq.connection.local_addr[1]
67
 
                onlineresource = 'http://%s:%s/%s?' % (apacheReq.hostname, port, 'wms.py')             
 
67
                onlineresource = 'http://%s:%s%s?' % (apacheReq.hostname, port, apacheReq.subprocess_env['SCRIPT_NAME'])             
68
68
                if not reqparams.has_key('request'):
69
69
                    raise OGCException('Missing Request parameter.')
70
70
                request = reqparams['request']