def get(self, name, doc_type, doc_id):
        """Find the layer that matches these parameters"""
        try:
            layer = Layer.objects.get(name=name, doc_type=doc_type,
                                      doc_id=doc_id)