Tag:addr:country=SE
Jump to navigation
Jump to search
| Description |
|---|
| Sweden |
| Group: addresses |
| Used on these elements |
| Status: undefined |
| Tools for this tag |
See Sweden, Sv:Sverige
Possible tagging errors

[out:json][timeout:200];
// "SE" outside Sweden: (none in March 2026)
// Can include correctly tagged features on national border
// and features without coordinates
{{geocodeArea:Sweden}}->.searchArea;
(
nwr["addr:country"="SE"];
-
nwr["addr:country"="SE"](area.searchArea);
);
out center;

[out:json][timeout:200];
// Other than "SE" in Sweden:
// Can include correctly tagged features on national border
{{geocodeArea:Sweden}}->.searchArea;
(
nwr["addr:country"]["addr:country"!="SE"](area.searchArea);
);
out center;