Marker Size = Number of confirmed COVID-19 cases
Range: 28 > 3025
Marker Colour = Number of deaths attributed to COVID-19
Blue = 0
Red = 41
Custom SLD code:
<?xml version="1.0" encoding="UTF-8"?>
<sld:StyledLayerDescriptor xmlns="http://www.opengis.net/sld" xmlns:sld="http://www.opengis.net/sld" xmlns:ogc="http://www.opengis.net/ogc" xmlns:gml="http://www.opengis.net/gml" version="1.0.0">
<sld:NamedLayer>
<sld:Name>Default Styler</sld:Name>
<sld:UserStyle>
<sld:Name>Default Styler</sld:Name>
<sld:FeatureTypeStyle>
<sld:Name>name</sld:Name>
<sld:Rule>
<sld:Title/>
<sld:MinScaleDenominator>866687.0</sld:MinScaleDenominator>
<sld:MaxScaleDenominator>4.43744032E8</sld:MaxScaleDenominator>
<sld:PointSymbolizer>
<sld:Graphic>
<sld:Mark>
<sld:WellKnownName>circle</sld:WellKnownName>
<sld:Fill>
<sld:CssParameter name="fill">
<ogc:Function name="Interpolate">
<ogc:PropertyName>deaths</ogc:PropertyName>
<ogc:Literal>0</ogc:Literal>
<ogc:Literal>#00ff00</ogc:Literal>
<ogc:Literal>41</ogc:Literal>
<ogc:Literal>#ff0000</ogc:Literal>
<ogc:Literal>color</ogc:Literal>
</ogc:Function>
</sld:CssParameter>
</sld:Fill>
</sld:Mark>
<sld:Size>
<ogc:Function name="Interpolate">
<ogc:PropertyName>cases</ogc:PropertyName>
<ogc:Literal>28</ogc:Literal>
<ogc:Literal>15</ogc:Literal>
<ogc:Literal>3025</ogc:Literal>
<ogc:Literal>150</ogc:Literal>
<ogc:Literal>numeric</ogc:Literal>
</ogc:Function>
</sld:Size>
</sld:Graphic>
</sld:PointSymbolizer>
</sld:Rule>
<sld:VendorOption name="sortBy">elevation</sld:VendorOption>
</sld:FeatureTypeStyle>
</sld:UserStyle>
</sld:NamedLayer>
</sld:StyledLayerDescriptor>
| state | cases | deaths | rate | pop2019 | per_cases | pop_per | lat | lon |
| NT | 28 | 0 | 0.00 | 231200 | 0.4 | 1.0 | -19.383333 | 133.357778 |
| ACT | 106 | 3 | 2.83 | 366900 | 1.6 | 1.6 | -35.49 | 149.001389 |
| TAS | 221 | 13 | 5.88 | 511000 | 3.3 | 2.3 | -42.021389 | 146.593333 |
| SA | 438 | 4 | 0.91 | 1659800 | 6.5 | 7.3 | -30.058333 | 135.763333 |
| WA | 551 | 8 | 1.45 | 2366900 | 8.1 | 10.4 | -25.328056 | 122.298333 |
| QLD | 1033 | 6 | 0.58 | 4599400 | 15.3 | 20.3 | -22.486944 | 144.431667 |
| VIC | 1364 | 18 | 1.32 | 5640900 | 20.2 | 24.9 | -36.854167 | 144.281111 |
| NSW | 3025 | 41 | 1.36 | 7317500 | 44.7 | 32.2 | -32.163333 | 147.016667 |