Skip to content
Snippets Groups Projects
Commit 3d8f5ad2 authored by Wannes Rombouts's avatar Wannes Rombouts
Browse files

Fixed typo in layer group class

parent 1607101d
No related branches found
No related tags found
No related merge requests found
......@@ -204,7 +204,7 @@ class Layer(MetadataMixin):
raise KeyError(s_name)
class Layergroup(object):
class LayerGroup(object):
def __init__(self, name, mapfile):
self.name = name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment