fix Washington DC truncated on regional maps close #133

This commit is contained in:
Matt Walsh
2025-08-10 20:20:29 -05:00
parent 5ffff03db9
commit 6a49b7b6ce
2 changed files with 9 additions and 9 deletions

View File

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

View File

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