Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Goinging authored Nov 19, 2023
1 parent 728f5a0 commit 405c0b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fetch('data/classified.geojson')
if (feature.properties.Class_name === 'Tree/Leaves') {
popupContent = `<div>
<h3>Leaves</h3>
<img src="img/Leaves" style="width: 150px; height: 150px">
<img src="img/Leaves.png" style="width: 150px; height: 150px">
</div>`;
} else if (feature.properties.Class_name === 'Pumpkins') {
popupContent = `<div>
Expand Down

0 comments on commit 405c0b1

Please sign in to comment.