Tag:addr:country=LU

From OpenStreetMap Wiki
Jump to navigation Jump to search
addr:country = LU
Description
Luxembourg
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 WikiProject Luxembourg, osm:relation/2171347

Possible tagging errors

try it yourself in overpass-turbo
try it yourself in overpass-turbo
[out:json][timeout:200];
// "LB" in Luxembourg (LB is Lebanon)
{{geocodeArea:Luxembourg}}->.searchArea;
(
  nwr["addr:country"="LB"](area.searchArea);
);
out geom;