Tag:addr:country=AT
Jump to navigation
Jump to search
| Description |
|---|
| Austria |
| Group: addresses |
| Used on these elements |
| Status: de facto |
| Tools for this tag |
See Austria, osm:relation/16239
Possible tagging errors
"AT" outside Austria. Can list features in Austria without coordinates or on the national border

[out:json][timeout:120];
{{geocodeArea:Austria}}->.searchArea;
(
nwr["addr:country"="AT"];
-
nwr["addr:country"="AT"](area.searchArea);
);
out geom;
Codes other than "AT" in Austria. Can list correctly tagged features on the national border

[out:json][timeout:120];
{{geocodeArea:Austria}}->.searchArea;
(
nwr["addr:country"]
["addr:country"!="AT"](area.searchArea);
);
out geom;
Code "AR" in Austria.