-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
datetimes and datetime #18
Comments
I'd require at least two positions (and thus two datetimes) since that's what the moving features spec does. It seems
Are you talking about the json schema? If so, no, this is not intentional. If I remember correctly I intended to resolve this by making the number of elements in
The reason why I chose to require |
The point is that there could be a single timestamp and a user may want to place it there. I'm not asking to require a single datetime, but just to no restrict it. So can be null or a datetime. Let the user choose what fits best for his usecase. I was primarily speaking about the schema here, indeed. |
I've had another look, and would like to discuss some thoughts:
PS: There's a comment in the schema: "TODO: figure out how to make sure that datetimes has the same length as the geometry coordinates" - I'm afraid, but this is not possible with JSON Schema.
The text was updated successfully, but these errors were encountered: