Fix ogc links in SDI Layers

This commit is contained in:
Fabio Sinibaldi 2022-09-19 18:15:26 +02:00
parent 332807f8bb
commit c8cd5118e8
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ public class GCubeSDILayerBuilder {
theObject.put(GCubeSDILayer.B_BOX,bbox);
prepareOGCLinks();
theObject.put(GCubeSDILayer.OGC_LINKS,ogcLinks);
theObject.put(GCubeSDILayer.OGC_LINKS,ogcLinks.values());
return theObject;
}