Source code for gws.gis.ows.formats.text_plain

import gws.tools.xml2
import gws.gis.shape
import gws.gis.feature


# plain text format

[docs]def parse(s, **kwargs): return [gws.gis.feature.Feature(attributes={'text': s})]