DateTime
--------
Key: GEOS-378
URL: http://jira.codehaus.org/browse/GEOS-378
Project: GeoServer
Type: Bug
Reporter: dblasby
Assigned to: dblasby
Fix For: 1.3.0
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
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira