Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
F.Zuriaga emailed this report. I think this might be related to some of the Date/Time stuff that Paolo has recently fixed/looked at.
Hello, I have a problem with the DateTime format. I use a postgis data base,
and the table has a DateTime field. But I don't want to receibe this
attribute.
The problem is that I can't select the attributes of features to receibe,
WFS always send ALL attributes for the features.
<?xml version="1.0" encoding="UTF-8"?>
<GetFeature xmlns="http://www.opengis.net/wfs"
xmlns:gml="http://www.opengis.net/gml"
xmlns:ogc="http://www.opengis.net/ogc" version="1.0.0" service="WFS"
outputFormat="GML2">
<Query typeName="elFerGis:usuarios">
<ogc:PropertyName>elFerGis:nombre</ogc:PropertyName>
<ogc:PropertyName>elFerGis:dinero</ogc:PropertyName>
<ogc:PropertyName>elFerGis:password</ogc:PropertyName>
</Query>
</GetFeature>
Thanks in advanced:
F.Zuriaga
Issue Links
- relates to
-
GEOS-311
Date-Attributes in requests and responses should have xs:dateTime / xs:date format
-
this is more complicated that you might think. You have to make sure you can tell the difference between date & date-and-time types.