Tag:addr:country=MD

From OpenStreetMap Wiki
Jump to navigation Jump to search
addr:country = MD
Description
Moldova; Republic of Moldova
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
Status: undefined

See Moldova

Possible tagging errors

try it yourself in overpass-turbo
try it yourself in overpass-turbo
[out:json][timeout:300];
// Other than "MD" in Moldova. (none as of April 2026)
// Can include correctly tagged features on the national border
{{geocodeArea:Moldova}}->.searchArea;
(
  nwr["addr:country"]["addr:country"!="MD"](area.searchArea);
);
out geom;