um, latlng, lnglat ..
This commit is contained in:
parent
7ca34d42bd
commit
ba083186f3
|
@ -36,7 +36,7 @@ def import_gazetteer(f, limit):
|
||||||
fcode = None
|
fcode = None
|
||||||
|
|
||||||
ft.feature_type = fcode
|
ft.feature_type = fcode
|
||||||
ft.geometry = Point(float(row[6]), float(row[5]))
|
ft.geometry = Point(float(row[5]), float(row[6]))
|
||||||
ft.save()
|
ft.save()
|
||||||
print "saved " + ft.preferred_name
|
print "saved " + ft.preferred_name
|
||||||
i += 1
|
i += 1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user