src/main/java/com/moon/server/helper/GdbHelper.java
@@ -477,7 +477,7 @@ // SpatialReference sr = new SpatialReference(); sr.ImportFromEPSG(null == srid || 0 == srid ? StaticData.I104903 : srid) SpatialReference sr; if (null == srid || 0 == srid) { if (null == srid || StaticData.DEFAULT_EPSG.contains(srid)) { sr = new SpatialReference(StaticData.MOON_2000_WKT); } else { sr = new SpatialReference();