t-rex-tileserver / t-rex

t-rex is a vector tile server specialized on publishing MVT tiles from your own data
https://t-rex.tileserver.ch/
MIT License
545 stars 68 forks source link

Geopackage Datetime issue #273

Open elariroop opened 2 years ago

elariroop commented 2 years ago

Is there a way to parse datetime in field?

2021-11-24 15:30:20.209 WARN Layer 'layer' - skipping field 'valid_from': UnhandledFieldType { field_type: 11, method_name: "OGR_Fld_GetType" } 2021-11-24 15:30:20.209 WARN Layer 'layer' - skipping field 'created_date': UnhandledFieldType { field_type: 11, method_name: "OGR_Fld_GetType" }

Field info through ogrinfo: created_date (DateTime) = 2021/06/23 08:52:56.801

pka commented 2 years ago

GDAL bindings will be built with datetime support in the next release. Thanks for reporting.

elariroop commented 2 years ago

Thank you for the quick reply