openfigis / figis-geobatch

The figis-geobatch repository contains the FIGIS implementations using GeoBatch (http://geobatch.geo-solutions.it). It includes the Intersection Engine (IE) application, and the VME GIS data management workflow
0 stars 1 forks source link

Invalid request in test data #19

Open Damianofds opened 10 years ago

Damianofds commented 10 years ago

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 commented 10 years ago

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