Skip to content
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

Error in POST output when networks from routing and master table are requested #9

Closed
javiquinte opened this issue Sep 1, 2016 · 1 comment
Assignees
Labels
Milestone

Comments

@javiquinte
Copy link
Collaborator

If a network from the normal routes is requested as well as one from the master table, the POST output format gives an error. For instance,

http://rz-vm258.gfz-potsdam.de/eidaws/routing/1/query?network=GE,IU&format=post&start=2015-08-24T10:30:00

@javiquinte javiquinte added the bug label Sep 1, 2016
@javiquinte javiquinte added this to the v1.0.4 milestone Sep 1, 2016
@javiquinte javiquinte self-assigned this Sep 1, 2016
@javiquinte
Copy link
Collaborator Author

Fixed in commit feeabc3
The problem was that for networks in the normal routing table a conversion from datetime was made, but for networks from the master table no. Now, data type of start and end time is datetime and it remains like this until the method applyformat translate this to text.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant