Tag:addr:country=LI

From OpenStreetMap Wiki
Jump to navigation Jump to search
addr:country = LI
Description
Liechtenstein
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 Liechtenstein

Possible tagging errors

try it yourself in overpass-turbo
try it yourself in overpass-turbo
[out:json][timeout:100];
// "LI" outside Liechtenstein (none in March 2026)
{{geocodeArea:Liechtenstein}}->.searchArea;
(
  nwr["addr:country"="LI"];
  -
  nwr["addr:country"="LI"](area.searchArea);
);
out meta geom;
try it yourself in overpass-turbo
try it yourself in overpass-turbo
[out:json][timeout:100];
// Other than "LI" in Liechtenstein (none in March 2026)
{{geocodeArea:Liechtenstein}}->.searchArea;
(
  nwr["addr:country"]["addr:country"!="LI"](area.searchArea);
);
out meta geom;