-
Notifications
You must be signed in to change notification settings - Fork 11
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
Map fails to load on wards with a sub-ward #181
Labels
Comments
So a quick fix for this would be to just strip any trailing letters from the filename? |
Around line 92 of: src/api/index.js |
Maybe already fixed in #178 |
No, I see it still fails for e.g. Ward 39 B |
pwolanin
added a commit
that referenced
this issue
Mar 10, 2022
Merged in my quick fix |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It makes a request for
66A.geojson
when only66.geojson
exists. Need to alter the URL to just be the ward; not the subward. Or split out the geojson files to actually reflect which divisions are in the each sub-ward.The text was updated successfully, but these errors were encountered: