NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

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

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×483
×362
×228
×25

question asked: 07 Feb '21, 08:58

question was seen: 692 times

last updated: 07 Feb '21, 09:27

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum