This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

how to View traffic in specific Bounded box ?

0

hi im trying to implement the traffic tag on the overpass-turbo the code is like this:

[out:json][timeout:25];
(
  way["traffic"="trunk"]({{bbox}});
);
out body;
>;
out skel qt;

but whatever bbox I choose it returns empty values how can i view it on the overpass tubo

asked 07 Feb '21, 08:58

rabeeqasem's gravatar image

rabeeqasem
318811
accept rate: 0%

edited 07 Feb '21, 09:01

The routine works as is.

Maybe because there are none in the areas you are searching due to there being only 2140 examples in the world? https://taginfo.openstreetmap.org/keys/traffic#values

I've never heard 'trunk' being used as a quantitative adjective before. It seems like a misnomer to me.

(07 Feb '21, 09:25) DaveF

Source code available on GitHub .