Compare commits

...

2 Commits

Author SHA1 Message Date
Matt Walsh
ecf0999675 6.1.1 2025-08-10 20:21:44 -05:00
Matt Walsh
6a49b7b6ce fix Washington DC truncated on regional maps close #133 2025-08-10 20:20:53 -05:00
4 changed files with 12 additions and 12 deletions

View File

@@ -84,8 +84,8 @@
"lat": 29.7633,
"lon": -95.3633,
"point": {
"x": 65,
"y": 97,
"x": 63,
"y": 95,
"wfo": "HGX"
}
},
@@ -230,7 +230,7 @@
}
},
{
"city": "Washington DC",
"city": "Washington",
"lat": 38.8951,
"lon": -77.0364,
"point": {
@@ -274,7 +274,7 @@
"lat": 61.2181,
"lon": -149.9003,
"point": {
"x": 125,
"x": 143,
"y": 236,
"wfo": "AER"
}
@@ -734,8 +734,8 @@
"lat": 42.9956,
"lon": -71.4548,
"point": {
"x": 42,
"y": 21,
"x": 38,
"y": 20,
"wfo": "GYX"
}
},
@@ -884,8 +884,8 @@
"lat": 43.6615,
"lon": -70.2553,
"point": {
"x": 76,
"y": 59,
"x": 72,
"y": 58,
"wfo": "GYX"
}
},

View File

@@ -115,7 +115,7 @@
"lon": -82.5329
},
{
"city": "Washington DC",
"city": "Washington",
"lat": 38.8951,
"lon": -77.0364
},

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "ws4kp",
"version": "6.1.0",
"version": "6.1.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "ws4kp",
"version": "6.1.0",
"version": "6.1.1",
"license": "MIT",
"dependencies": {
"dotenv": "^17.0.1",

View File

@@ -1,6 +1,6 @@
{
"name": "ws4kp",
"version": "6.1.0",
"version": "6.1.1",
"description": "Welcome to the WeatherStar 4000+ project page!",
"main": "index.mjs",
"type": "module",