4899: according to specification, increase limite from '72' (default) to '120'
svn: r17479
This commit is contained in:
parent
1231c01b05
commit
46979f512d
@ -1403,7 +1403,7 @@ class GedcomWriter(UpdateCallback):
|
|||||||
"""
|
"""
|
||||||
if place is None: return
|
if place is None: return
|
||||||
place_name = place.get_title()
|
place_name = place.get_title()
|
||||||
self.__writeln(level, "PLAC", place_name.replace('\r', ' '))
|
self.__writeln(level, "PLAC", place_name.replace('\r', ' '), limit=120)
|
||||||
longitude = place.get_longitude()
|
longitude = place.get_longitude()
|
||||||
latitude = place.get_latitude()
|
latitude = place.get_latitude()
|
||||||
if longitude and latitude:
|
if longitude and latitude:
|
||||||
|
Loading…
Reference in New Issue
Block a user