We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Three common problems I've seen:
These are all easy to detect; the scraper infrastructure should do so, and should warn accordingly.
In fact 1 is easy to auto-correct - if (x,y) is not in the city bounds, try (y,x) and if that's good, give the warning and just make the correction.
For 2, and 3, I started a thread with some thoughts: http://groups.google.com/group/ebcode/browse_thread/thread/6c5b62aab7d21228
The text was updated successfully, but these errors were encountered:
Milestone Beta Release 1 deleted
Sorry, something went wrong.
Ticket imported from Trac: http://developer.openblockproject.org/ticket/54 Reported by: slinkp
No branches or pull requests
Three common problems I've seen:
These are all easy to detect; the scraper infrastructure should do so, and should warn accordingly.
In fact 1 is easy to auto-correct - if (x,y) is not in the city bounds, try (y,x) and if that's good, give the warning and just make the correction.
For 2, and 3, I started a thread with some thoughts: http://groups.google.com/group/ebcode/browse_thread/thread/6c5b62aab7d21228
The text was updated successfully, but these errors were encountered: