Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
bvandercar-vt committed Jun 26, 2024
1 parent f36a6e3 commit fe451db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ geoJsons.forEach((geoJson) => {
}),
},
],
}).addTo(geoJsonLayer.layerGroup)
}).addTo(map)
})
})
featureHover.on('mouseout', function () {
Expand Down

0 comments on commit fe451db

Please sign in to comment.