OGCServer
OGCServer copied to clipboard
Pure python WMS
Dont see much activity and having problems running.. ??? is this a maintainer missing ??
ubuntu20.04 python3.8 There are some errors when I run ogcserver... Traceback (most recent call last): File "/usr/local/bin/ogcserver", line 4, in __import__('pkg_resources').run_script('ogcserver==0.1.1', 'ogcserver') File "/usr/local/lib/python3.8/dist-packages/pkg_resources/__init__.py", line 666, in run_script self.require(requires)[0].run_script(script_name, ns)...
How to extract all point from map? How to extract by category? How to save point to google map?
**_This comment is not yet complete. It covers a complex topic and I try to be very clear and correct, which takes some time. I will continue writing on it...
In all request entry functions, notably '__call__' in wsgi.py and modserver.py and 'process' in cgiserver.py, you delete 'service' and 'version' parameters from reqparams. However, in the exception handler you get...
At http://bitbucket.org/springmeyer/ogcserver the ogcserver code was refactored in a hurry and unfortunately many changes, although improvements to previously broken behavior, are brittle and need cleaning up and review. All these...
Hi there, All types of exception reports currently are returned with a HTTP status code of 404 Not Found. Actually, that's not ideal, since in case of an error ("Oh,...
When serving WMS for stylesheets with many layers, and layers with long names, its easy to hit the limit for length of GET requests for a given browser. A "meta...