Tag:addr:state=DE

From OpenStreetMap Wiki
Jump to navigation Jump to search
addr:state = DE
Description
Delaware (United States)
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
Useful combination
Status: undefined

See Delaware, osm:relation/162110

Possible tagging errors

try it yourself in overpass-turbo
try it yourself in overpass-turbo
[out:json][timeout:500];
// should be addr:country=DE (~300 in April 2026)
{{geocodeArea:Germany}}->.searchArea;
(
  nwr["addr:state"="DE"](area.searchArea);
);
out geom;