Ian Dees

Results 503 comments of Ian Dees

Yes, you need to search for an address or city name first and move the pin to the spot where the business is.

Also, your current location is not necessarily the location of the business.

Can you tell me more about the single vs. double quote change? They are equivalent in HTML, so I'm wondering what issue you are seeing. If we're going to change...

Can we change this PR to only be the accessibility changes (not quote changes) and see if the desired accessibility features work with just that change?

This is tricky: I purposefully output `NaN` in the JSON because it's valid JSON, but the [GeoJSON spec is mildly ambiguous](https://tools.ietf.org/html/rfc7946#section-3.1.1): > A position is an array of numbers. ...and...

OK, so it's possible for Esri to output invalid JSON. We should make sure @slibby knows. But the question about what to do in this situation stands: - skip the...

This is an excellent idea. I'll look into making something happen!

That's an error coming from the server. Does it happen consistently with this server? It could be that they've misconfigured the layer. Unfortunately, the Esri API doesn't give us many...

It looks like it happens consistently with this layer, though (since it also happened with the node scraper). It could be that there's an invalid geometry in the layer that's...

I think we should do both. Let's try playwright and see what happens. It'd be interesting to figure out how to do playwright on Github Actions and in the Docker...