Tag:addr:country=DE
Jump to navigation
Jump to search
| Description |
|---|
| Germany (Deutschland): an address in the country Error creating thumbnail: |
| Group: addresses |
| Used on these elements |
| Status: undefined |
| Tools for this tag |
See Germany, osm:relation/51477
Most frequent tag with key addr:country=* (28%, status March 2026).
See Also
Possible tagging errors
Values

[out:json][timeout:300];
// Other than "DE" in Germany. Can include correctly tagged features on the national border
{{geocodeArea:Germany}}->.searchArea;
(
nwr["addr:country"]["addr:country"!="DE"](area.searchArea);
);
out geom;
Location

[out:json][timeout:500];
// "DE" in France (query by country to avoid memory issues).
{{geocodeArea:France}}->.searchArea;
(
nwr["addr:country"="DE"](area.searchArea);
);
out geom;
Keys
addr:state=DE is generally Delaware.