ROGUE-JCTD / rogue_geonode

GeoSHAPE - A Django package that adds GeoSHAPE functionality to GeoNode.
http://www.geoshape.org
GNU General Public License v3.0
12 stars 25 forks source link

when importing geojson "configure time" doesn't do anything #96

Open smesdaghi opened 9 years ago

smesdaghi commented 9 years ago

We need to make sure on import, when time is configured, the featuretype ends up with a datetime field in geogig or postgis. FYI geojson doesn't really have specific support for datetime, date, time, as types understood are only string, number, true/false, null, object. date values tend to be treated as string.