Tag:addr:country=BR

From OpenStreetMap Wiki
Jump to navigation Jump to search
addr:country = BR
Description
Brazil Show/edit corresponding data item.
Group: addresses
Used on these elements
may be used on nodesmay be used on waysmay be used on areas (and multipolygon relations)may be used on relations
Status: undefined

See Brazil, osm:relation/59470


Possible tagging errors

"BR" outside Brazil (none in March 2026)

try it yourself in overpass-turbo
try it yourself in overpass-turbo
[out:json][timeout:200];
{{geocodeArea:Brasil}}->.searchArea;
(
  nwr["addr:country"="BR"];
  -
  nwr["addr:country"="BR"](area.searchArea);
);
out center;

Other than "BR" in Brazil

try it yourself in overpass-turbo
try it yourself in overpass-turbo
[out:json][timeout:200];
{{geocodeArea:Brasil}}->.searchArea;
(
  nwr["addr:country"]
  ["addr:country"!="BR"](area.searchArea);
);
out center;