Hello the lists.<br>
<br>
I have been trying to open S57 maps that I use at work in Qgis 1.0.0 without too much success (I tried a few months ago on a previous version without success either...).<br>
<br>
Actions:<br>
Fresh new Qgis project<br>
Add a vector layer<br>
Select the XXXXXXX.000 s57 file and click ok.<br>
<br>
Results:<br>
A new layer appears. Nothing gets displayed in the map window. The attributes table for the layer is empty (there are some columns available, but no data). No error is displayed on the console.<br>
<br>
Research already conducted:<br>I have been trying to understand what was happening by browsing qgis and gdal sources, and writing a python plugin to inspect the layer.<br>
I think I can now say:<br>
- OGR loads the map without any error (the s57 driver is correctly loaded, and generates no error when given my data file)<br>
- Qgis gets the layer from OGR without error. However, this layer as seen trough the QgsVectorLayer or the QgsMapLayer interfaces (python plugin to do that) presents 0 features and no subLayers. The extent is 0,0,0,0.<br>

<br>
The file itself is good. I can convert it to Mapinfo or GML with ogr2ogr even if some layers generate errors (s57 features that can&#39;t be converted to other format I believe). All files that I have tried are used every day in an ECDIS commercial system so I assume the data to be correct.<br>

<br>
So here are my questions:<br>
- has anyone ever worked with S57 and OGR and/or Qgis?<br>
- I believe Qgis doesn&#39;t use the S57 sublayers and that&#39;s why nothing gets displayed. Is there any chance that I am right? If I am right, I would like to help with the implementation for this kind of problem. Can anyone in the dev team give me directions on where to begin (I have spent some time in the source and API of both Qgis and GDAL and feel I can contribute here...)<br>

<br>
Thanks a lot.<br>
Florian <br>