Nate-Wessel / urban-freight

Maps for a dashboard on GHG emissions from urban freight in Canadian cities
https://www.pembina.org/urban-freight
0 stars 0 forks source link

Change overpass query; use default ordering #70

Closed Nate-Wessel closed 2 years ago

Nate-Wessel commented 2 years ago

A few extra MB, but this just may fix the problem. The query as I'd written it was structured similarly to the one we had a problem with before. All of the bike-related queries looked only for ways, but the landuse ones allowed for relations which is where we had the problems. Perhaps why the bike data seemed to work fine? I'm still not sure what the actual problem is here.

Anyway, I've combined the output into a single statement so overpass can determine the order. Maybe that will fix things; it's worth a try anyway.