Hi,

I cannot open any data set where the depth of nested levels is greater than 1. Is this limitation by design, or the code is under development? If so, when it will be available the support of deeply nested kml superoverlays?
Thanks.

Regards,
Hunor

GDALDataset *KmlSuperOverlayReadDataset::Open(const char* pszFilename,
KmlSuperOverlayReadDataset* poParent,
                                              int nRec)

{
    if( nRec == 2 )
        return NULL;


On 2016.01.15. 18:35, Even Rouault wrote:
GDAL ticket: https://trac.osgeo.org/gdal/ticket/6311
Fixed in 2.0 and trunk branches. 1.11 was fine.

-jeff


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

_______________________________________________
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to