Skip to content

Instantly share code, notes, and snippets.

@nmandery
Created July 15, 2010 07:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nmandery/476617 to your computer and use it in GitHub Desktop.
Save nmandery/476617 to your computer and use it in GitHub Desktop.
# -*- coding: utf-8 -*-
from mapmatters.client import wms as wmsclient
from mapmatters.parser import wms as wmsparser
WMS_URL = "http://www.example.com/wms"
wms = wmsclient.WmsClient(WMS_URL)
parser = wmsparser.Service(wms.capabilities)
for error in parser.errors:
print error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment