Skip to content

Commit

Permalink
http://trac.openstreetmap.fr/ticket/502
Browse files Browse the repository at this point in the history
Simplification pour l'écriture du fichier rapport
  • Loading branch information
vdct committed Mar 6, 2014
1 parent 41054bd commit 03500dc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion addr_fantoir_building.py
Expand Up @@ -591,7 +591,10 @@ def write_output(nodes,ways,adresses,libelle):
fout.write(" <tag k=\"ref:FR:FANTOIR\" v=\""+dicts.fantoir[v]+"\"/>\n")
nb_voies_fantoir += 1
else:
s_voie = dicts.noms_voies[v]['adresse'] or v
# if 'adresse' in dicts.noms_voies[v]:
# s_voie = dicts.noms_voies[v]['adresse']
# else:
# s_voie = v
ftmpkeys.write('voie absente dans le FANTOIR : '+street_name+'\n')
fout.write(" </relation>\n")
nb_voies_total +=1
Expand Down

0 comments on commit 03500dc

Please sign in to comment.