RoyAalekh commited on
Commit
d44343e
·
1 Parent(s): 9cf7ae5

fix: improve map header background and remove unnecessary KPI

Browse files

- Replace ocean/water header image with forest/trees background
- Remove 'Selected' KPI counter, keep only 'Trees' counter
- Use forest path image (photo-1441974231531-c6227db76b6e)
- Cleaner mobile view with single relevant metric
- Better visual consistency with TreeTrack's nature theme

Files changed (1) hide show
  1. static/map.html +1 -6
static/map.html CHANGED
@@ -853,11 +853,6 @@
853
  <span class="stat-text">Trees:</span>
854
  <span class="stat-number" id="treeCount">0</span>
855
  </div>
856
- <div class="stat-item">
857
- <span class="stat-icon">S</span>
858
- <span class="stat-text">Selected:</span>
859
- <span class="stat-number" id="selectedCount">0</span>
860
- </div>
861
  </div>
862
 
863
  <div class="tt-header-actions">
@@ -957,7 +952,7 @@
957
  direction: 'diagonal',
958
  isPausedWhenNotInView: false,
959
  image: {
960
- source: 'https://images.unsplash.com/photo-1518837695005-2083093ee35b?q=80&w=2560&auto=format&fit=crop&ixlib=rb-4.0.3',
961
  position: ['center', 'center'],
962
  stretchMode: ['stretch', 'stretch'],
963
  blendingMode: 'multiply'
 
853
  <span class="stat-text">Trees:</span>
854
  <span class="stat-number" id="treeCount">0</span>
855
  </div>
 
 
 
 
 
856
  </div>
857
 
858
  <div class="tt-header-actions">
 
952
  direction: 'diagonal',
953
  isPausedWhenNotInView: false,
954
  image: {
955
+ source: 'https://images.unsplash.com/photo-1441974231531-c6227db76b6e?q=80&w=2560&auto=format&fit=crop&ixlib=rb-4.0.3',
956
  position: ['center', 'center'],
957
  stretchMode: ['stretch', 'stretch'],
958
  blendingMode: 'multiply'