-
-
Notifications
You must be signed in to change notification settings - Fork 375
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed date/time patterns to have end-of-line anchors ($). Fixed a m…
…isspelling in one of the time API function names.
- Loading branch information
Showing
2 changed files
with
20 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0cc47e3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've just been testing a development build and run into some errors due (I think) to the above changes.
I pass in a TIME parameter through a WMS request, which worked fine in the 6.4 release. However now I get the following:
My metadata for the layer includes:
"ows_timeextent" "1900-1-1/2030-12-31"
My WMS request includes the following time range as part of the querystring:
I am using a Windows server (so line endings in the .map file are Windows style). Changing these to UNIX style line endings did not make a difference.
0cc47e3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@geographika, thanks for the comment. Can you create a regular ticket? Ideally a small test case would really help and I'll take a look. It may be that the ranges need to be broken into constituent pieces before being valldated. --Steve
0cc47e3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sdlime ticket created at #5045
I'm not sure what the best way to create a test case is - all my layers are database layers (hence a long-winded email to the dev list on possible C Unit tests).