Tag:addr:country=SV

From OpenStreetMap Wiki
Jump to navigation Jump to search
addr:country = SV
Description
El Salvador
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 El Salvador

Possible tagging errors

try it yourself in overpass-turbo
try it yourself in overpass-turbo
[out:json][timeout:200];
// "SV" in Sweden
{{geocodeArea:Sweden}}->.searchArea;
(
  nwr["addr:country"="SV"](area.searchArea);
);
out center;