<div dir="ltr"><div>I think my answer is still on hold because of the attachements. Now the answer w/o attachements:<br><br><div>Ok, the autotest example runs smoothly. It seems a problem with the
 order of the relation attribute "Entstehung" in the table 
Bodenbedeckung__BoFlaeche in my data (link see below). It is added as 
the last attribute in the table but actually it's the second one (after 
TID).<br><br></div>I remember that the order of these relation 
attributes are a bit nasty to handle. Pirmin, can you confirm this 
behaviour/bug? I guess this was introduced with the change from ili 
(java) to imd?<br><br><a href="http://catais.org/tmp/ili.zip">http://catais.org/tmp/ili.zip</a><br><br></div>regards<br>Stefan <br><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Nov 14, 2014 at 3:23 PM, Even Rouault <span dir="ltr"><<a href="mailto:even.rouault@spatialys.com" target="_blank">even.rouault@spatialys.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Stefan,<br>
<span class=""><br>
><br>
> I've got some problems with the interlis driver. When I try to convert an<br>
> interlis 1 file to shapefiles with the following command:<br>
><br>
> ogr2ogr shpdir/ 254900/254900.itf,dm01avso24.imd<br>
><br>
> There are no polygon shapes created. It seems that the point coordinates -<br>
> which are stored in two separate columns - are shifted.<br>
<br>
</span>The driver now supports multiple geometry columns since GDAL 1.11. On the example in the GDAL autotest, it appears that the point geometry column is declared before the second geometry column, so<br>
you'll get only the point when translating to shapefile, unless you explicitely specify the polygon geometry column (look at its name with ogrinfo)<br>
<br>
With the sample in autotest :<br>
ogr2ogr out.shp data/ili/Beispiel.itf,data/ili/Beispiel.imd Bodenbedeckung__BoFlaechen -overwrite -select Form<br>
<span class=""><br>
><br>
> Column "Geometrie_" contains a small double value. Column "Geometrie_1"<br>
> contains one coordinate. Column "Qualitaet" contains the second coordinate.<br>
<br>
</span>Not sure about that. Maybe Pirmin has an idea. A sample dataset of yours might be needed.<br>
<span class="HOEnZb"><font color="#888888"><br>
Even<br>
<br>
--<br>
Spatialys - Geospatial professional services<br>
<a href="http://www.spatialys.com" target="_blank">http://www.spatialys.com</a><br>
</font></span></blockquote></div><br></div>