Closed (fixed)
Project:
Geofield
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 Apr 2013 at 04:34 UTC
Updated:
29 Apr 2013 at 10:44 UTC
I've created a field called 'field_geo_location' and trying to bulk import coordinates via WKT format (POINT (-77.42424 40.908997)) into a Taxonomy vocabulary.
Also got a support request on the Taxonomy CSV import/export module as well since not sure where the problem is.
Everything seems to be working fine with both modules except for the geofield coordinate not importing.
any ideas how to bulk import geofield coordinates into a taxonomy?
Comments
Comment #1
dargente commentedSolution:
use Feeds module
This allows full specification including WKT on your custom geo field.
Was able to import 30k+ rows without any probs.