LIST-LUXEMBOURG / iguess

iGuess 1.0 - The iGuess implementation in Rails
GNU General Public License v3.0
6 stars 0 forks source link

Some hickup in Hydroatlas to tag data sets with AOI label #190

Closed christianbraun closed 9 years ago

christianbraun commented 9 years ago

Staatsgrenze Luxembourg from LUX mapservice is not being tagged as AOI although it is a WFS

ldesousa commented 9 years ago

This is what I could determine so far: . When the user selects the AOI tag it is being correctly registered in the database. . But iGUESS removes AOI from the tag list afterwards. . The AOI tag is only shown for datasets that have the bbox_top field populated. . The Districts dataset (id 2834) has the bbox_top field empty.

To solve this issue we must understand why the bbox_top is empty. Something going wrong with the harvester? Something wrong with the dataset itself?

ldesousa commented 9 years ago

The service was not publishing the bounding box for this dataset. MapServer is not able to retrieve this information with layers stored by PotGIS. The bounding box must thus be coded in the map file itself; then the AOI tag will get displayed in iGUESS.