Fix ogc links in SDI Layers
This commit is contained in:
parent
332807f8bb
commit
c8cd5118e8
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue