diff --git a/a$$et$/flame_no_bg.gif b/a$$et$/flame_no_bg.gif new file mode 100644 index 0000000..56589c2 Binary files /dev/null and b/a$$et$/flame_no_bg.gif differ diff --git a/a$$et$/godflame.gif b/a$$et$/godflame.gif new file mode 100644 index 0000000..f5c873f Binary files /dev/null and b/a$$et$/godflame.gif differ diff --git a/a$$et$/skull.gif b/a$$et$/skull.gif new file mode 100644 index 0000000..bd6b3a2 Binary files /dev/null and b/a$$et$/skull.gif differ diff --git a/index.html b/index.html index 552e753..46d7a6f 100644 --- a/index.html +++ b/index.html @@ -1,166 +1,210 @@ - - + + Land Use - - - + + + - - - -
-
-

Land Use

- -
- + flame.addEventListener('click', (ev) => { + console.log('flame extinguished'); + flame.remove(); + }); - - \ No newline at end of file + const marker = new mapboxgl.Marker(flame) + .setLngLat(ev.lngLat) + .addTo(map); + } + }); + + +