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

Invalid request in test data #19

Open
Damianofds opened this issue Dec 19, 2013 · 1 comment
Open

Invalid request in test data #19

Damianofds opened this issue Dec 19, 2013 · 1 comment

Comments

@Damianofds
Copy link
Contributor

A lot of intersections, frequently used as sample for tests, fails because one of the 2 layer is requested with a not existent attribute:

layer: _FAO_SUB_DIV *
attribute: _F_SUBUNIT*

The IE WebGUI shows just the status FAILED but reading the logs can be found the message:

2013-12-18 20:19:27,042 ERROR       IntersectionAction:273 - Error downloading fifao:FAO_SUB_DIV or the F_SUBUNIT attribute does not exist
@eblondel
Copy link
Member

Can you tell me which file is used for testing? it might be an old file, certainly with wrong layer configurations.
In any case, for the FAO areas layers, here are the attributes that should be used:

Layer --> Attribute
FAO_MAJOR --> F_AREA
FAO_SUB_AREA --> F_SUBAREA
FAO_DIV --> F_DIVISION
FAO_SUB_DIV --> F_SUBDIVIS
FAO_SUB_UNIT --> F_SUBUNIT

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

No branches or pull requests

2 participants