Skip to content

Construct GeometryType from string

Martin Nolte requested to merge feature/construct-geometrytype-from-string into master

This patch allows reconstruction a GeometryType from the string obtained by calling str(t), where t is some GeometryType.

This fixes #33 (closed).

Merge request reports