File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ export function initAirportcalc() {
100
100
let [ cityArea , airportArea , percentage ] = calcCityArea ( ) ;
101
101
if ( isNaN ( percentage ) ) percentage = 0 ;
102
102
const newdata =
103
- `<img src="media/ ac2-dark.png" style="height: 100%; float: right;">
103
+ `<img src="ac2-dark.png" style="height: 100%; float: right;">
104
104
<b>City area size:</b> ${ Math . round ( cityArea ) } m^2
105
105
<b>| Airport area size:</b> ${ Math . round ( airportArea ) } m^2
106
106
<b>| Percentage:</b> <span style="color: ${ percentage < 50 ? "green" : "red" } ;">${ Math . round ( percentage * 100 ) / 100 } %</span>
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ export class Logo extends L.Control {
37
37
onAdd ( ) {
38
38
const container = L . DomUtil . create ( "div" ) ;
39
39
container . innerHTML =
40
- "<img src='media/ map-light.png' style='height: 50px;'>" ;
40
+ "<img src='map-light.png' style='height: 50px;'>" ;
41
41
return container ;
42
42
}
43
43
onRemove ( ) {
You can’t perform that action at this time.
0 commit comments