weglide / bugtracker

WeGlide platform bug tracker.
https://www.weglide.org
11 stars 1 forks source link

Incorect airfield location: EU-BG-LBBL-BLAGOEVO #273

Closed vipomage closed 2 months ago

vipomage commented 3 months ago

Describe the bug Airfield BG - Blagoevo (LBBL) is displayed incorrectly on the map to the south from where actually is Although the ID do match the OpenAIP one seems like the coordinate information is not being pulled correctly. I would like to point out that this information is outdated and Change request have been placed previously on OpenAIP site which was resolved (Change History) but seems like its not updated on weglide.org's end.

To Reproduce Steps to reproduce the behavior:

  1. Go to Blagoevo - weglide.org

weglide.org

Incorrect 26.43/43.24

image

- Coordinates Lon. 26.43° / Lat. 43.24°


openaip.net

Correct

image

- Coordinates 43°27'19.962"N 26°25'53.893"E


AirportGeoJSON

{
  "type": "Feature",
  "geometry": {
    "type": "Point",
    "coordinates": [
      26.431637,
      43.455545
    ]
  },
  "properties": {
    "lng": 26.431637,
    "lat": 43.455545,
    "id": 3218816,
    "openaip_id": "62614694ed4452e4a077f0ee",
    "name": "Blagoevo",
    "openaip_name": "BLAGOEVO",
    "kind": "AIRFIELD_CIVIL",
    "region": "BG",
    "continent": "EU",
    "launches": null,
    "icao": "LBBL",
    "reign": 0,
    "openaip_elevation": 351,
    "elevation": 351,
    "timezone": "Europe/Sofia",
    "radio_frequency": "118.605",
    "radio_type": "Info",
    "radio_description": "BLAGOEVO",
    "rwy_name": "15",
    "rwy_sfc": "Grass",
    "rwy_direction": 154,
    "runway_rotation": 154,
    "rwy_length": 630,
    "rwy_width": 50
  }
}

Device (please complete the following information):

vipomage commented 2 months ago

Closing this as the airfield location is now correct.

Thanks!