Tag:addr:country=TO

From OpenStreetMap Wiki
Jump to navigation Jump to search
addr:country = TO
Description
Tonga
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 Tonga, osm:relation/2186665

Possible tagging errors

try it yourself in overpass-turbo
try it yourself in overpass-turbo
[out:json][timeout:200];
// "TG" in Tonga (TG is Togo)
{{geocodeArea:Tonga}}->.searchArea;
(
  nwr["addr:country"="TG"](area.searchArea);
);
out geom;