Tag:addr:city=Genève
Jump to navigation
Jump to search
| Description |
|---|
| Generally Geneva in Switzerland, but not necessarily. |
| Group: addresses |
| Used on these elements |
| Useful combination |
| Status: in use |
| Tools for this tag |
addr:city=Genève generally refers to places in the city of Geneva (relation/1685488), sometimes in the Canton of Geneva, Switzerland.
addr:city=Geneva should refer to places outside Switzerland. addr:city:en=Geneva could be used instead.
Combinations
If correct (and in Switzerland), this can usually be completed with:
Sometimes the following can be useful:
building=yesaddr:city:en=Genevaaddr:place=*addr:housename=*
Possible tagging mistakes
addr:city=Geneva in Switzerland. Many were corrected in early 2026:

[out:json][timeout:500];
{{geocodeArea:Switzerland}}->.searchArea;
nwr["addr:city"="Geneva"](area.searchArea);
out geom;
"Genève" in France. A few uses in France were corrected (in 2025).

[out:json][timeout:500];
{{geocodeArea:France}}->.searchArea;
nwr["addr:city"="Genève"](area.searchArea);
out geom;
"addr:city=Genève" outside the city. Some correct

[out:json][timeout:300];
{{geocodeArea:Genève}}->.searchArea;
(
nwr["addr:city"="Genève"];
-
nwr["addr:city"="Genève"](area.searchArea);
);
out;
Unknown or incorrect values for addr:city within the city

[out:csv( ::"type", ::"id", "addr:city")][timeout:300];
{{geocodeArea:Genève}}->.searchArea;
(
nwr["addr:city"]
["addr:city"!="Genève"]
["addr:city"!="Les Acacias"]
["addr:city"!="Petit-Lancy"]
["addr:city"!="Carouge GE"]
["addr:city"!="Le Grand-Saconnex"]
["addr:city"!="Chambésy"]
["addr:city"!="Cologny"]
(area.searchArea);
);
out;
