Kevin Nowaczyk
Kevin Nowaczyk
I’ve never heard about it until now. If you do a little research to find the url and format of the api endpoint, I’m guessing it would be and easy...
Do you have an example of a building with a holey onion roof? I love that someone is looking at the code, using it, and contributing! Thanks!
It seems this query probably does a better job at identifying mislabeled buildings. I can’t see an onion room feature in the aerial imagery or streetview. My vote would be...
Could you add a test for the new cardinal direction code? And one that demonstrates that a building with a north roof does not produce an entry in the error...
I submitted a pull request to your branch. Please review it and let me know what you think. I refactored your function to make is shorter and created a unit...
It’s certainly possible. It would be very low on my list of things to do, but I would accept a pull request if someone else implemented it.
@Venefilyn
I’ll check that out. To be honest, my development platform is to go to GitHub.io, open a building, and edit the javascript files in the Edge browser development tools. When...
I already use GitHub workflows to run the Linting checks, run tests, and measure coverage. That means my npm dev-dependencies are all set correctly. I guess I could just say...