4899: according to specification, increase limite from '72' (default) to '120'
svn: r17481
This commit is contained in:
parent
1634625c50
commit
1bc377ac74
@ -1376,7 +1376,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