OGCServer icon indicating copy to clipboard operation
OGCServer copied to clipboard

Dead project ??

Open pedromorgan opened this issue 6 years ago • 3 comments

Dont see much activity and having problems running.. ???

is this a maintainer missing ??

pedromorgan avatar Mar 02 '20 21:03 pedromorgan

@pedromorgan what problem are you having?

manelclos avatar Mar 03 '20 06:03 manelclos

@manelclos For example this:

File ".../ogcserver/common.py", line 543, in xmlhandler
    return Response(self.xmlmimetype, ElementTree.tostring(ogcexcetree, pretty_print=True), status_code=404)
 TypeError: tostring() got an unexpected keyword argument 'pretty_print'

I give up, I spent the whole day (more than 12 hours) trying to move a working instance of this project from an old server to a updated server, but nothing works. I've tried centos7 compiling everithing (mapnik, python-mapnik) on many branches, all errors, ArchLinux with the AUR packages or compliling also, again errors trying many branches, and finally Ubuntu18.04 with the system packages, and gave me this pretty print error, I've tried to remove the usage of the parameter, then I receive a 404 in the getCapabilities without any log, using mod_wsgi. I got a 200 OK for Capabilities using "ogcserver mapfile.xml" but 404 to all my postgis layers the important ones, a 200 OK for an esri-shapefile layer but without styles.

anibalpacheco avatar Oct 08 '21 07:10 anibalpacheco

Yep, this pretty much needs an update. I haven't been using the project and I'm low on spare time.

manelclos avatar Oct 08 '21 12:10 manelclos