|
@@ -79,7 +79,7 @@ public class RasterServiceImpl implements IRasterService {
|
|
|
resMap.put("midHeight", midHeight);
|
|
|
resMap.put("maxHeight", maxHeight);
|
|
|
resMap.put("minHeight", minHeight);
|
|
|
- if (bottomGeom.contains(";")) {
|
|
|
+ if (!bottomGeom.toLowerCase().contains("srid")) {
|
|
|
bottomGeom = "SRID=4326;" + bottomGeom;
|
|
|
}
|
|
|
|