Esri/geoportal-server-harvester

Item type of tiled image layers in ArcGIS Image not properly maintained when harvesting into ArcGIS Portal/Online

mhogeweg opened this issue · 1 comments

when harvesting metadata from an external source about a tiled imagery layer hosted in ArcGIS Image, the item type is updated with the type inferred from the URL. This results in overwriting the item type set when creating the ArcGIS Image service. The source is the pattern that is used to infer the item type in \src\main\java\com\esri\geoportal\commons\constants\ItemType.java

fixed with commit 797aa57.