| | |
| | | /** |
| | | * 权限排除路径:/proxy,要求全部小写 |
| | | */ |
| | | public static String[] EXCLUDE_PATH = new String[]{"/swagger", "/sign/", "/fmeit/", "/perms/", "/floatserver/", "/error"}; |
| | | public static String[] EXCLUDE_PATH = new String[]{"/swagger", "/sign/", "/fmeit/", "/perms/", "/floatserver/", "/error", "/wmts/select"}; |
| | | |
| | | /** |
| | | * 数值:4 |
| | |
| | | public final static String TIFF = ".tiff"; |
| | | |
| | | /** |
| | | * WMTS |
| | | */ |
| | | public final static String WMTS = "WMTS"; |
| | | |
| | | /** |
| | | * GetCapabilities |
| | | */ |
| | | public final static String CAPABILITY = "GetCapabilities"; |
| | | |
| | | /** |
| | | * 版本号 |
| | | */ |
| | | public final static String VERSION = "1.0.0"; |