Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect location used for Luxembourg, region in Belgium. #892

Closed
Ave-Rechts opened this issue Oct 10, 2024 · 1 comment · Fixed by #894
Closed

Incorrect location used for Luxembourg, region in Belgium. #892

Ave-Rechts opened this issue Oct 10, 2024 · 1 comment · Fixed by #894
Labels
bug Something isn't working

Comments

@Ave-Rechts
Copy link

Describe the bug
Data for Luxembourg, region in Belgium, is incorrect. Is pointing to Luxembourg, the country.

Screenshots
image

@dosubot dosubot bot added the bug Something isn't working label Oct 10, 2024
Copy link

dosubot bot commented Oct 10, 2024

Hi @Ave-Rechts! I'm here to help you with any bugs, questions, or contributions. Let's work together to resolve your issue.

To correct the data for Luxembourg, the region in Belgium, update the latitude and longitude to reflect its actual location in Belgium. Here is the corrected entry:

{
    "id": 1379,
    "name": "Luxembourg",
    "country_id": 22,
    "country_code": "BE",
    "country_name": "Belgium",
    "state_code": "WLX",
    "type": null,
    "latitude": "49.7431",  // Corrected latitude
    "longitude": "5.3754"  // Corrected longitude
}

Make sure to replace the latitude and longitude with these correct values for the Luxembourg region in Belgium [1].

To continue talking to Dosu, mention @dosu.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant