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);
|
theObject.put(GCubeSDILayer.B_BOX,bbox);
|
||||||
|
|
||||||
prepareOGCLinks();
|
prepareOGCLinks();
|
||||||
theObject.put(GCubeSDILayer.OGC_LINKS,ogcLinks);
|
theObject.put(GCubeSDILayer.OGC_LINKS,ogcLinks.values());
|
||||||
return theObject;
|
return theObject;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue