Displaying differences for changeset
 
display as  

src/java/m/crp1/erosion/V3_0.java

@@ -475,6 +475,8 @@
 
       }
     }
+    
+    getStateCounty();
     //  Get legacy values from Rich I'stmnt table data.
     if (!legacyDB.isEmpty()) {
       getLegacyValues(legacyMapUnitData);
@@ -489,7 +491,7 @@
     }
   }
 
-  protected void getBasicErosionVariables() throws ServiceException, SQLException {
+  protected void getStateCounty() throws SQLException, ServiceException{
     //  Find State and County FIPS using NRT
     try (Connection conn = resources().getJDBC(NRT_DB); Statement stmnt = conn.createStatement();) {
       String query = "SELECT state_code, state_abbr, county_code, county_name FROM d_state_county "
@@ -506,7 +508,10 @@
           throw new ServiceException("No county located in NRT State County query for that point: POINT( " + longitude + " " + latitude + " )");
         }
       }
-    }
+    }    
+  }
+  protected void getBasicErosionVariables() throws ServiceException, SQLException {
+
     //  Lookup legacy variable values using State and County FiPS
     if (!legacyDB.isEmpty()) {
       String lData = "SELECT "

web/WEB-INF/csip-defaults.json

@@ -1,3 +1,3 @@
 {
-    "csip.context.version": "$version: 0.0.0 xxxxxxx date, built at 2023-11-29 13:57 by scase_work$"
+    "csip.context.version": "$version: 0.0.0 xxxxxxx date, built at 2023-11-29 14:09 by scase_work$"
 }