From 47bbef21fba91d35353244ac2a76d61e2c9ccc9f Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Thu, 4 Feb 2016 13:32:23 +0000 Subject: [PATCH] added sys.out git-svn-id: https://svn.research-infrastructures.eu/d4science/gcube/trunk/spatial-data/geo-utility@122842 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../org/gcube/spatial/data/geoutility/wms/NcWmsGetMetadata.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/gcube/spatial/data/geoutility/wms/NcWmsGetMetadata.java b/src/main/java/org/gcube/spatial/data/geoutility/wms/NcWmsGetMetadata.java index 364c510..49f107f 100644 --- a/src/main/java/org/gcube/spatial/data/geoutility/wms/NcWmsGetMetadata.java +++ b/src/main/java/org/gcube/spatial/data/geoutility/wms/NcWmsGetMetadata.java @@ -203,7 +203,7 @@ public class NcWmsGetMetadata { // http://thredds-d-d4s.d4science.org/thredds/wms/public/netcdf/test20.nc?item=minmax&layers=analyzed_field&bbox=-180.0,-85.0,180.0,85.0&crs=EPSG%3A4326&request=GetMetadata&width=640&height=480 try { - NcWmsGetMetadata.getMetadata("http://thredds-d-d4s.d4science.org/thredds/wms/public/netcdf/test20.nc", "analyzed_field"); + System.out.println(NcWmsGetMetadata.getMetadata("http://thredds-d-d4s.d4science.org/thredds/wms/public/netcdf/test20.nc", "analyzed_field")); } catch (Exception e) { // TODO Auto-generated catch block e.printStackTrace();