Long/lat showing as None
svn: r15142
This commit is contained in:
parent
dfdda43ed7
commit
9445741cd1
@ -2216,7 +2216,7 @@ class PlaceListPage(BasePage):
|
|||||||
for colclass, data in [
|
for colclass, data in [
|
||||||
["State", ml.state],
|
["State", ml.state],
|
||||||
["Country", ml.country],
|
["Country", ml.country],
|
||||||
["Coordinates", (place.lat + ", " + place.long) if place.lat and place.long else None] ]
|
["Coordinates", (place.lat + ", " + place.long) if place.lat and place.long else " "] ]
|
||||||
if data or " "
|
if data or " "
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user