Tag:addr:state=AL

From OpenStreetMap Wiki
Jump to navigation Jump to search
addr:state = AL
Description
Alabama (United States), Alagoas (Brazil), etc.
Group: properties
Used on these elements
may be used on nodesuse on ways unspecifieduse on areas unspecifieduse on relations unspecified
Status: in use

addr:state=AL is the tag for Alabama in the United States (osm:relation/161950), Alagoas in Brazil (osm:relation/303781) and possibly others

See Also

Possible tagging errors

try it yourself in overpass-turbo
try it yourself in overpass-turbo
[out:json][timeout:500];
// could be "AN" (Andalusia)
{{geocodeArea:Spain}}->.searchArea;
(
  nwr["addr:state"="AL"](area.searchArea);
);
out geom;