Tag:addr:city=Carouge GE

From OpenStreetMap Wiki
Jump to navigation Jump to search
addr:city = Carouge GE
Description
Location in the city of Carouge, canton of Geneva, Switzerland. Generally. Show/edit corresponding data item.
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
Useful combination

addr:country=CH addr:postcode=1227

Status: in use

The tag addr:city=Carouge GE generally refers to locations in the city of Carouge (relation/1685459), in the Canton of Geneva, Switzerland.

Map

See also

Other places

Carrouge (VD)
Carrouges

Possible tagging mistakes

  • addr:city=Carouge🔎 ‒ Lacks "GE".
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!
  • addr:city=Carouge (GE)🔎 ‒ Uses parentheses
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!

"addr:city=Carouge GE" outside the city. Some correct

try it yourself in overpass-turbo
try it yourself in overpass-turbo
[out:json][timeout:100];
{{geocodeArea:Carouge}}->.searchArea;
(
nwr["addr:city"="Carouge GE"];
-  
nwr["addr:city"="Carouge GE"](area.searchArea);
);
out;

Unknown or incorrect values for addr:city within the city (none in May 2026)

try it yourself in overpass-turbo
try it yourself in overpass-turbo
[out:csv( ::"type", ::"id", "addr:city")]
//[out:json]
[timeout:50];
{{geocodeArea:Carouge}}->.searchArea;
(
  nwr["addr:city"]
  ["addr:city"!="Carouge GE"]
  ["addr:city"!="Les Acacias"]
  (area.searchArea);
);
out;

Unknown or incorrect values for addr:postcode

try it yourself in overpass-turbo
try it yourself in overpass-turbo
//[out:json]
[out:csv(::id, ::type, "addr:postcode", name)]
[timeout:50];
nwr["addr:city"="Carouge GE"]
 ["addr:postcode"]
 ["addr:postcode"!="1227"];
out;