[TinyOWS-dev] [tinyows] #21: Config file metadata optional
tinyows
trac at camptocamp.com
Mon Feb 16 06:58:14 EST 2009
#21: Config file metadata optional
----------------------------+-----------------------------------------------
Reporter: ol | Owner:
Type: defect | Status: new
Priority: minor | Version: SVN
Resolution: | Keywords: config file metadata assert
Stage: Unreviewed | Approval: Unnecessary
Patch: None | Complexity: Unknown
Compatibility: Unknown | Specification: Unnecessary
----------------------------+-----------------------------------------------
Old description:
> On config file
> - metadata element to become optional (rather than mandatory)
> - no more assert fail if empty metadata ('nice' error message instead ?)
>
> Must work with simple config file as:
> <tinyows>
> <pg user="postgres" password="postgres" dbname="tinyows_test" />
> <layer name="SimpleFeatures" srid="4326" retrievable="1"
> prefix="sf" server="http://cite.opengeospatial.org/gmlsf" >
> <layer name="PrimitiveGeoFeature" title="PrimitiveGeoFeature" />
> </layer>
> </tinyows>
New description:
On config file
- metadata element to become optional (rather than mandatory)
- no more assert fail if empty metadata ('nice' error message instead ?)
Must work with simple config file as:
<tinyows>
<pg user="postgres" password="postgres" dbname="tinyows_test" />
<layer name="!SimpleFeatures" srid="4326" retrievable="1"
prefix="sf" server="http://cite.opengeospatial.org/gmlsf" >
<layer name="!PrimitiveGeoFeature" title="!PrimitiveGeoFeature" />
</layer>
</tinyows>
--
Ticket URL: <https://www.tinyows.org/trac/tinyows/ticket/21#comment:1>
tinyows <https://www.tinyows.org/trac/tinyows>
TinyOWS
More information about the TinyOWS-dev
mailing list