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

bug: France store 518 metadata fix #339

Closed
1 task done
alex-oh opened this issue Nov 26, 2023 · 1 comment
Closed
1 task done

bug: France store 518 metadata fix #339

alex-oh opened this issue Nov 26, 2023 · 1 comment
Assignees
Labels

Comments

@alex-oh
Copy link

alex-oh commented Nov 26, 2023

Is there an existing issue for this?

Current Behavior

The "coordinates" portion of the store metadata for Nice St., Isidore in France reads:

{
    "buCode": "518",
    "name": "Nice St. Isidore",
    "coordinates": [
      7.1950505,15,
      43.7065167
    ],
    "countryCode": "fr"
  },

Expected Behavior

I think store metadata for Nice St., Isidore in France should read:

 {
    "buCode": "518",
    "name": "Nice St. Isidore",
    "coordinates": [
      7.1950505,
      43.7065167
    ],
    "countryCode": "fr"
  },

Steps to Reproduce

View stores.json file

Environment

- OS:
- Node:
- npm:
@Ephigenia
Copy link
Owner

Thanks for the finding! There's a fix release on the way :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants