Esempio n. 1
0
def deleteLayer(id):
	c = CatalogModel()
	c.deleteLayer(id)

	return jsonify({'result': 'true'})