-
Notifications
You must be signed in to change notification settings - Fork 129
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
Support point intervals in some way #12
Comments
I guess the easiest way to support this is to interpret each collection time as one minute open time range. I propose this since this would also reflect reality pretty good (the collection is not done in no time). And based on that, someone could also count the collections pretty easy with the getOpenDuration. |
Collection times may not be an only usage for point intervals, and any random small range would be fake. There should be real zero-duration intervals. |
All right. I understand your point. Any idea how to implement it, the way you suggested it? Implementing it was not my original intention but I know this code quite well by now. So if you know how, I could do it. |
I currently implemented it as I suggested. This has also the advantage that points in time are also shown on the demo page without modification. |
See http://wiki.openstreetmap.org/wiki/Key:collection_times
The text was updated successfully, but these errors were encountered: