


    







<kml xmlns="http://earth.google.com/kml/2.1">
    <Document>
        <name>Incidents</name>
        <description>Incidents throughout Tasmania.</description>
        <Style id="emergencyWarningStyle">
            <IconStyle id="emergencyWarningIcon">
                <Icon>
                    <href>https://www.fire.tas.gov.au/images/icons/map_icons/Emergency_Warning.png</href>
                </Icon>
            </IconStyle>
        </Style>
        <Style id="watchAndActStyle">
            <IconStyle id="watchAndActIcon">
                <Icon>
                    <href>https://www.fire.tas.gov.au/images/icons/map_icons/WatchAndAct.png</href>
                </Icon>
            </IconStyle>
        </Style>
        <Style id="adviceStyle">
            <IconStyle id="adviceIcon">
                <Icon>
                    <href>https://www.fire.tas.gov.au/images/icons/map_icons/Advice.png</href>
                </Icon>
            </IconStyle>
        </Style>
        <Style id="smokeAlertStyle">
            <IconStyle id="smokeAlertIcon">
                <Icon>
                    <href>https://www.fire.tas.gov.au/images/icons/map_icons/SmokeAlert.png</href>
                </Icon>
            </IconStyle>
        </Style>        
        <Style id="noAlertLevelStyle">
            <IconStyle id="noAlertLevelIcon">
                <Icon>
                    <href>https://www.fire.tas.gov.au/images/icons/map_icons/NoAlertLevel.png</href>
                </Icon>
            </IconStyle>
        </Style>
        
    </Document>
</kml>




