On Mar 23, 2010, at 5:55 AM, Adam Estrada wrote:

When I updated to the version of OGCServer listed here (http://bitbucket.org/springmeyer/ogcserver/get/2a39e0f7d2e9.zip ) I get the following error.

OGCException Unsupported service "WMS" where each of my tiles should be. An example URL is as follows. http://localhost:8000/?LAYERS=__all__&STYLES=&FORMAT=image%2Fpng&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&EXCEPTIONS=application%2Fvnd.ogc.se_inimage&SRS=EPSG%3A4326&BBOX=-100.68846815835,-90,-21.376936316695,-10.688468158348&WIDTH=256&HEIGHT=256

When I go back to an older version, everything appears to be working just fine. Do you have any suggestions on this one?

No, not sure what is happening. Make sure you are actually running that installed code, which changes imports that were like:

from mapnik.ogcserver import *

to:

from ogcserver import *

Dane
_______________________________________________
Mapnik-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/mapnik-users

Reply via email to