Slightly denser display of regional cities on map #170
This commit is contained in:
parent
9b12255e0a
commit
18633708f9
3 changed files with 16 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue