Slightly denser display of regional cities on map #170

This commit is contained in:
Matt Walsh
2025-12-09 05:02:58 +00:00
parent 9b12255e0a
commit 18633708f9
3 changed files with 16 additions and 1 deletions

View File

@@ -51,7 +51,7 @@ class RegionalForecast extends WeatherDisplay {
const minMaxLatLon = utils.getMinMaxLatitudeLongitude(sourceXY.x, sourceXY.y, mapOffsetXY.x, mapOffsetXY.y, this.weatherParameters.state);
// get a target distance
let targetDistance = 2.5;
let targetDistance = 2.4;
if (this.weatherParameters.state === 'HI') targetDistance = 1;
// make station info into an array