From the sites of coal, oil and gas extraction to the places where natural disasters are becoming more ferocious and frequent, it is women living in poverty who are the most affected by the adverse consequences of the fossil fuel industry.

Read on to explore the data.

Click the map pins for more info

Note this map is not to scale and project locations are approximate.

L.controlCredits = function (t) { return new L.CreditsControl(t) }, L.CreditsControl = L.Control.extend({ options: { position: "bottomright" }, initialize: function (t) { if (!t.text) throw "L.CreditsControl missing required option: text"; if (!t.image) throw "L.CreditsControl missing required option: image"; if (!t.link) throw "L.CreditsControl missing required option: link"; L.setOptions(this, t) }, onAdd: function (t) { this._map = t; var i = L.DomUtil.create("div", "leaflet-credits-control", i); i.style.backgroundImage = "url(" + this.options.image + ")", this.options.width && (i.style.paddingRight = this.options.width + "px"), this.options.height && (i.style.height = this.options.height + "px"); var o = L.DomUtil.create("a", "", i); return o.target = "_blank", o.href = this.options.link, o.innerHTML = this.options.text, i.link = o, L.DomEvent.addListener(i, "mousedown", L.DomEvent.stopPropagation).addListener(i, "click", L.DomEvent.stopPropagation).addListener(i, "dblclick", L.DomEvent.stopPropagation).addListener(i, "click", function () { var t = this.link; L.DomUtil.hasClass(t, "leaflet-credits-showlink") ? L.DomUtil.removeClass(t, "leaflet-credits-showlink") : L.DomUtil.addClass(t, "leaflet-credits-showlink") }), this._container = i, this._link = o, i }, setText: function (t) { this._link.innerHTML = t } }); .section-fossil-map { padding:0; } .leaflet-credits-control { margin-right: 0!important; margin-bottom: 0!important; height: 39px; padding-right: 39px; background-image: none; background-repeat: no-repeat; background-position: 100% 0; background-color: #fff; opacity: .9; border-radius: 5px; border: 4px solid rgba(0, 0, 0, 0.1); cursor: pointer; } .leaflet-credits-control a { font-size: 8pt; color: #333!important; text-decoration: none; text-align: right; display: none; } .leaflet-credits-control a.leaflet-credits-showlink { display: inline-block; padding-left: 5px; padding-right: 5px; margin-top: 5px; line-height: 15px; } .test { color:red; } .icons { max-height: 2rem; padding-left: .6rem; padding-right: .6rem; } .Title-One { font-family: 'Roboto', sans-serif; font-size: 48px; font-weight: 700; text-align: left; padding: 0 0 12px; } .Title-Two { font-family: 'Roboto', sans-serif; font-size: 36px; font-weight: 700; text-align: left; padding: 0 0 13px; } .Subheading-Two .tagline { line-height: 43px; font-weight: 700; } .Subheading-Two { color: #7F7F7F; font-family: 'Roboto', sans-serif; font-size: 18px; font-weight: 300; text-align: left; } .Subheading-Three { line-height: 36px; font-size: 30px; } .Subheading-Four { font-family: 'Roboto', sans-serif; font-size: 18px; font-weight: 300; line-height: 21px; text-align: left; padding: 0; } .image-one { margin-top: 6rem; } .light-grey-box { background: #FCFCFC; color: #000; font-family: 'Roboto', sans-serif; font-size: 14px; font-weight: 300; text-align: center; padding: 1rem; } .Body-Copy-One { color: #000; font-family: 'Roboto', sans-serif; font-size: 14px; font-weight: 300; text-align: left; padding: 40px 80px; } .google-map { height: 80vh; position: relative; } .google-map iframe { height: 100%; width: 100%} .google-map [data-state-details] { color: #6b6763; font-family: 'Roboto', sans-serif; height: 1.5em; margin-top: -.75em; padding-left: 1.25rem; padding-right: 1.25rem; position: absolute; text-align: center; top: 50%; width: 100%} .google-map[data-state] { background: #e9e5dc; } .google-map[data-state="loading"] [data-state-details] { display: none; } .btn-xl { text-transform: uppercase; padding: 1.5rem 3rem; font-size: .9rem; font-weight: 700; letter-spacing: .1rem; } .bg-black { background-color: #000!important; } .rounded-pill { border-radius: 5rem; } .navbar-custom { padding-top: 1rem; padding-bottom: 1rem; background-color: rgba(0, 0, 0, 0.7); } .down-arrow { min-height: 1.8rem; opacity: .2; fill: #fff!important; stroke: #fff!important; } .grey-bg { background: #46494A!important; } .arrow-down { width: 0; height: 0; border-left: 20px solid transparent; border-right: 20px solid transparent; border-top: 20px solid #fff; } @media (max-width: 480px) { .image-one { margin-top: 2rem; } }.white-bg-box { background-color: #fff; padding-left: .3rem; padding-right: .3rem; } .legend label, .legend span { display: block; font-family: 'Roboto', sans-serif; float: left; height: 22px; min-width: 100px; width: 50%; text-align: center; font-size: 9px; color: #fff; vertical-align: middle; } .leaflet-container .img-fluid { width: 100%; } /* * To Title Case 2.1 – http://individed.com/code/to-title-case/ * Copyright © 2008–2013 David Gouch. Licensed under the MIT License. */ String.prototype.toTitleCase = function () { var smallWords = /^(a|an|and|as|at|but|by|en|for|if|in|nor|of|on|or|per|the|to|vs?\.?|via)$/i; return this.replace(/[A-Za-z0-9\u00C0-\u00FF]+[^\s-]*/g, function (match, index, title) { if (index > 0 && index + match.length !== title.length && match.search(smallWords) > -1 && title.charAt(index - 2) !== ":" && (title.charAt(index + match.length) !== '-' || title.charAt(index - 1) === '-') && title.charAt(index - 1).search(/[^\s-]/) -1) { return match; } return match.charAt(0).toUpperCase() + match.substr(1); }); };
var southWest = L.latLng(-89.98155760646617, -180), northEast = L.latLng(89.99346179538875, 180), bounds = L.latLngBounds(southWest, northEast); L.mapbox.accessToken = 'pk.eyJ1IjoidG9vbHNmb3JyYWRpY2FscyIsImEiOiJjamdweWU5cXIxNGswMnJwbWRhaDFsbzh6In0.gFiZVOrpOhFaGkxQpzKjEQ'; var map = L.mapbox.map('map', 'mapbox.light', { maxBounds: bounds, legendControl: { // Any of the valid control positions: // https://www.mapbox.com/mapbox.js/api/v3.1.1/l-control/#control-positions position: 'bottomleft', } }) .setView([38, -95], 5); map.scrollWheelZoom.disable(); var caseLayer = omnivore.csv('https://actionaid.org.au/wp-content/uploads/2018/10/case-with-images.csv?v=4') .on('error', function (error) { console.error(error) }) .on('ready', function () { map.fitBounds(caseLayer.getBounds()); caseLayer.eachLayer(function (layer) { layer.setIcon(L.mapbox.marker.icon({ 'marker-color': '#1e9cf7', 'marker-size': 'large' })); layer.bindPopup('
' + 'Status: Operational
' + 'Company Name: ' + layer.feature.properties.company_name.toTitleCase() + '
' + 'Project Name: ' + layer.feature.properties.project_name + '
' + 'Commodity Type: ' + layer.feature.properties.commodity_type + '
' + 'Estimated Carbon Potential (Million Tonnes): ' + layer.feature.properties.estimated_carbon_potential__million_tonnes_ + '
' + // 'Subsidiaries in Secrecy Jurisdictions: ' + layer.feature.properties.company_has_subsidiaries_in_secrecy_jurisdictions_ + '
' + 'The Story: ' + layer.feature.properties.the_story + '
' + 'Read More' + ''); }); }).addTo(map) var operationalLayer = omnivore.csv('https://actionaid.org.au/wp-content/uploads/2018/10/operational.csv?v=4') .on('error', function (error) { console.error(error) }) .on('ready', function () { map.fitBounds(operationalLayer.getBounds()); operationalLayer.eachLayer(function (layer) { layer.setIcon(L.mapbox.marker.icon({ 'marker-color': '#ED1C24', 'marker-size': 'medium' })), layer.bindPopup('Status: ' + layer.feature.properties.planned_operational_on_hold + '
' + 'Company Name: ' + layer.feature.properties.company_name + '
' + 'Project Name: ' + layer.feature.properties.project_name + '
' + 'Commodity Type: ' + layer.feature.properties.commodity_type + '
' + 'Estimated Carbon Potential (Million Tonnes): ' + layer.feature.properties.estimated_carbon_potential__million_tonnes_ + '
' + // 'Subsidiaries in Secrecy Jurisdictions: ' + layer.feature.properties.company_has_subsidiaries_in_secrecy_jurisdictions_ + '
' + 'Source information: ' + layer.feature.properties.project_name + ''); }); }).addTo(map) var plannedLayer = omnivore.csv('https://actionaid.org.au/wp-content/uploads/2018/10/planned.csv?v=4') .on('error', function (error) { console.error(error) }) .on('ready', function () { map.fitBounds(plannedLayer.getBounds()); plannedLayer.eachLayer(function (layer) { layer.setIcon(L.mapbox.marker.icon({ 'marker-color': '#999999', 'marker-size': 'medium' })), layer.bindPopup('Status: Planned
' + 'Company Name: ' + layer.feature.properties.company_name + '
' + 'Project Name: ' + layer.feature.properties.project_name + '
' + 'Commodity Type: ' + layer.feature.properties.commodity_type + '
' + 'Source information: ' + layer.feature.properties.project_name + ''); }); }).addTo(map) var baseMap = { 'World Map': map } var overlays = { "Planned Projects": plannedLayer, "Operational Projects": operationalLayer, "Case Studies": caseLayer }; L.control.layers(baseMap, overlays, hideSingleBase = "True").addTo(map); L.control.fullscreen().addTo(map); //var credctrl = L.controlCredits({ // image: "http://actionaid.org/sites/files/actionaid/logo.png", // link: "http://www.actionaid.org/", // text: "Interactive map
by ActionAid", // width: 220 //}).addTo(map); map.legendControl.addLegend(document.getElementById('legend').innerHTML);

Take action!

See More

Join the movement

Thank you!

Great to have you on board! Will you help build momentum on this campaign by adding your name to the petition calling on Australian mining companies to uphold women’s rights, no matter where they operate?

Want to do more?

Fossil Fuel Petition

Women are disproportionately impacted by mining. Mining can deepen poverty and increase gender-based violence, loss of livelihoods, health...