koopjs / FeatureServer

An open source Geoservices Implementation (deprecated)
https://geoservices.github.io
Other
104 stars 32 forks source link

Draft timeInfo needs #57

Open slibby opened 6 years ago

slibby commented 6 years ago

adding a timeInfo object as an optional addition to the Feature Service endpoint would allow koop-based services to appear to be time-aware for ArcGIS clients. timeInfo defines several basic items:

tannerjt commented 4 years ago

I'm not sure if this this issue is the same as what I'm exploring now, but it seems FeatureServer does not respect time queries in ArcGIS Online with 'timestamp'. For example, where=CreationDate > timestamp '2019-05-06 06:59:59'. Even if field type is esriFieldTypeDate, this query returns a count of 0. I believe this is because FeatureServer does not recognize 'timestamp'.

rgwozdz commented 4 years ago

Hello @tannerjt - do you have request URL with an example of this you can pass to me?