rajkhanke commited on
Commit
5770bdd
·
verified ·
1 Parent(s): 6edf2b5

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +0 -8
templates/index.html CHANGED
@@ -123,13 +123,6 @@
123
  </div>
124
  </div>
125
 
126
- <!-- Soil Data Section -->
127
- <div class="form-section" id="soilPropertiesTable">
128
- <h4 class="text-2xl font-semibold mb-4">Soil Nutrient Parameters</h4>
129
- <div id="soilTableContainer">
130
- <p class="text-center text-gray-600">Fetching soil data...</p>
131
- </div>
132
- </div>
133
 
134
  <!-- Additional Agricultural Inputs -->
135
  <div class="form-section">
@@ -274,7 +267,6 @@
274
 
275
  // Fetch weather and soil data
276
  fetchWeatherData(latlng.lat, latlng.lng);
277
- fetchSoilProperties(latlng.lat, latlng.lng);
278
  }
279
 
280
  map.on('click', function(e) {
 
123
  </div>
124
  </div>
125
 
 
 
 
 
 
 
 
126
 
127
  <!-- Additional Agricultural Inputs -->
128
  <div class="form-section">
 
267
 
268
  // Fetch weather and soil data
269
  fetchWeatherData(latlng.lat, latlng.lng);
 
270
  }
271
 
272
  map.on('click', function(e) {