wmts 수정 #25

Merged
teddy merged 1 commits from feat/infer_dev_260107 into develop 2026-01-30 17:56:41 +09:00
Showing only changes of commit a42729a475 - Show all commits

View File

@@ -97,10 +97,10 @@ public class WmtsLayerInfo {
private String identifier; private String identifier;
private String scaleDenominator; private String scaleDenominator;
private String topLeftCorner; private String topLeftCorner;
private String tileWidth; // private String tileWidth;
private String tileHeight; // private String tileHeight;
private String matrixWidth; // private String matrixWidth;
private String matrixHeight; // private String matrixHeight;
} }
/** TileMatrixSetLink 정보를 담는 내부 클래스 */ /** TileMatrixSetLink 정보를 담는 내부 클래스 */