um, latlng, lnglat ..

This commit is contained in:
Sanj 2011-08-22 01:54:57 +05:30
parent 7ca34d42bd
commit ba083186f3

View File

@ -36,7 +36,7 @@ def import_gazetteer(f, limit):
fcode = None
ft.feature_type = fcode
ft.geometry = Point(float(row[6]), float(row[5]))
ft.geometry = Point(float(row[5]), float(row[6]))
ft.save()
print "saved " + ft.preferred_name
i += 1