Revision 38525 branches/v2_0_0_prep/libraries/libRemoteServices/src/org/gvsig/remoteclient/wmts/struct/WMTSTileMatrixSet.java

View differences:

WMTSTileMatrixSet.java
75 75
	}
76 76

  
77 77
	public String getSupportedCRS() {
78
		if(supportedCRS.compareTo("CRS:84") == 0)
79
			supportedCRS = "EPSG:4326";
78 80
		return supportedCRS;
79 81
	}
80 82

  
81 83
	public void setSupportedCRS(String supportedCRS) {
84
		if(supportedCRS.compareTo("CRS:84") == 0)
85
			supportedCRS = "EPSG:4326";
82 86
		this.supportedCRS = supportedCRS;
83 87
	}
84 88
	

Also available in: Unified diff