hi.all
i access data from geoserver 1.7.1 using GetFeature with outputformat:shape-zip.
after getting data, i found the data stored in timestamp column seems missing the Hour,Minite,Second parties.
have some ways to fix it ?
thanks.
jin.
hi.all
i access data from geoserver 1.7.1 using GetFeature with outputformat:shape-zip.
after getting data, i found the data stored in timestamp column seems missing the Hour,Minite,Second parties.
have some ways to fix it ?
thanks.
jin.
anigold ha scritto:
hi.all
i access data from geoserver 1.7.1 using GetFeature with outputformat:shape-zip.
after getting data, i found the data stored in timestamp column seems missing the Hour,Minite,Second parties.
I can confirm the code in the shapefile datastore does not write
out hour, minute and second.
According to this specification:
http://www.clicketyclick.dk/databases/xbase/format/data_types.html
there is a "@" type field marker that is apparently not vendor
specific, so we could add code to handle it.
The main downside I see is that if we do, the generated shapefiles
will not be readable by any released uDig version, nor, apparently,
by any software using the widely common shapelib library.
This would be a serious issue, generating a file that most open source
libraries cannot open correctly does not seem the best way to go.
Cheers
Andrea
--
Andrea Aime
OpenGeo - http://opengeo.org
Expert service straight from the developers.