Skip to content

Commit

Permalink
ENH: Add the DERIVED_SUBDATASETS domain to the filtered domain in gda…
Browse files Browse the repository at this point in the history
…ljp2metadata
  • Loading branch information
jmichel-otb committed Jul 12, 2016
1 parent 5d922d9 commit 3fcc552
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gdal/gcore/gdaljp2metadata.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3040,6 +3040,7 @@ CPLXMLNode* GDALJP2Metadata::CreateGDALMultiDomainMetadataXML(
{
if( !EQUAL(*papszMDListIter, "") &&
!EQUAL(*papszMDListIter, "IMAGE_STRUCTURE") &&
!EQUAL(*papszMDListIter, "DERIVED_SUBDATASETS") &&
!EQUAL(*papszMDListIter, "JPEG2000") &&
!STARTS_WITH_CI(*papszMDListIter, "xml:BOX_") &&
!EQUAL(*papszMDListIter, "xml:gml.root-instance") &&
Expand Down

0 comments on commit 3fcc552

Please sign in to comment.