:tocdepth: 3 :py:mod:`gws.base.ows.client.featureinfo` ========================================= .. py:module:: gws.base.ows.client.featureinfo .. autoapi-nested-parse:: Parse WMS/WFS FeatureInfo responses. **Source code:** :source:`gws.base.ows.client.featureinfo` Module Contents --------------- .. py:function:: parse(text: str, default_crs: gws.Crs = None, always_xy=False) -> list[gws.FeatureRecord]