diff --git a/v1/index.html b/v1/index.html
index c27eb4a..d3a7d44 100644
--- a/v1/index.html
+++ b/v1/index.html
@@ -121,11 +121,11 @@
Annual CO₂ emissions, 2022
Sources:
diff --git a/v1/index.js b/v1/index.js
index 665f2f3..c8cfde4 100644
--- a/v1/index.js
+++ b/v1/index.js
@@ -26,7 +26,7 @@ map.on('load', () => {
});
console.log(features);
- map.on('mousemove', '2022-emission-grid1grau-fill-copy-2', (e) => {
+ map.on('mousemove', '2022-emission', (e) => {
console.log('mouse over');
map.getCanvas().style.cursor = 'pointer';
// console.log('A mousemove event has occurred.', e);
@@ -41,7 +41,7 @@ map.on('load', () => {
});
- map.on('mouseleave', '2022-emission-grid1grau-fill-copy-2', () => {
+ map.on('mouseleave', '2022-emission', () => {
map.getCanvas().style.cursor = '';
popup.remove();
// map.setFilter('counties-highlighted', ['in', 'COUNTY', '']);