Tag:addr:country=PL

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

Possible tagging errors

  • addr:country=Poland🔎
If you know places with this tag, verify if it could be tagged with another tag.
Automated edits are strongly discouraged unless you really know what you are doing!

"PL" outside Poland

try it yourself in overpass-turbo
try it yourself in overpass-turbo
[out:json][timeout:300];
{{geocodeArea:Poland}}->.searchArea;
(
  nwr["addr:country"="PL"];
  -
  nwr["addr:country"="PL"](area.searchArea);
);
out geom;

Other than "PL" in Poland

try it yourself in overpass-turbo
try it yourself in overpass-turbo
[out:json][timeout:300];
{{geocodeArea:Poland}}->.searchArea;
(
  nwr["addr:country"]
  ["addr:country"!="PL"]
  (area.searchArea);
);
out geom;