Esri / geoportal-server-harvester

Metadata Harvester for Esri Geoportal Server
http://esri.github.io/geoportal-server/
Apache License 2.0
31 stars 24 forks source link

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

Closed mhogeweg closed 1 year ago

mhogeweg commented 1 year ago

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

mhogeweg commented 1 year ago

fixed with commit https://github.com/Esri/geoportal-server-harvester/commit/797aa5783c90af395b08685b49c290b292445756.