I have the Location CCK and the Node Locations modules enabled but there are still no location fields coming up in the mapper for the node processor. The content type I have it set to does have a Location field. Is this a bug or do I need to do something to get the node processor to recognize node locations?

There's also http://drupal.org/node/1074692 but since I don't see any mappers with node locations either, I made a new ticket.

User locations show up fine for me in the mapper.

Comments

elliotttf’s picture

Location CCK does not function yet. It's partially checked in on the dev branch but still has issues.

Normal node locations should be working though (and in fact I just fixed the simpletests which confirm they do work). In order for the mappers to show up though the content type that you are importing needs to have locations enabled (not through CCK).

If that doesn't work, can you list the versions of location and feeds that you are using so I can make sure there's not a new compatibility issue somewhere? Thanks.

elliotttf’s picture

Location CCK is now functional in the 7.x branch.

summit’s picture

Subscribing, isn't CCK depreciated in D7? May be I am not getting it yet, just started with D7..
greetings, Mattijn

elliotttf’s picture

CCK still exists in D7 but only to support modules like location CCK, the base functionality of CCK is now included in core.

summit’s picture

I think with new way of thinking (fields) there is no need for Location CCK, right?
greetings, Martijn

fehin’s picture

Did anyone figure this out? My location field is not visible on the mapping list either.

Also according to location module page, location cck will be the only option available in the future.

From location homepage:

Otherwise it is recommended you use the location cck module, which in future versions will be called location field and will be the only option.

mastoll’s picture

I am using the Location module s.t. the location field prints a fieldset w/ separate cells for address, city, state, zip, etc..

Location was not mappable on the target side.

I installed Location Feeds, now I have oodles of location parameters on the target side, one for each of the fields in the fieldset.

On the source side, there are two location parameters i.e. Location and Location:ALTREP.

According to http://code.google.com/p/calagator/wiki/IcalLocation, the Location parameter is the event venue in unstructured text. The Location:ALTREP is the URI of the event venue.

There is not a place for either of those among the target Location fields.

I've managed to at least create nodes without errors by having the source Location parameter target the Location:title (a text field). But the location text doesn't always show up.

So, with with Location Feeds module, we at least have target fields . . . .