Per my setup below, I have the locations module installed, and used with my content type "map_location". I can create a node of this type, and enter in all the location information (including the address, lat/long info, etc.). So the location module seems to be working fine.

When creating a view using the "gProximity: Google Map Locations" view type, under Fields, there is no selection for the location information...so I cannot bring it into the view, and thus setting up a gProximity afterwards via /admin/build/gproximity/add does not allow me to select the lat/long location fields. In addition, back in the view setup, it looks like the listing of Fields is screwed up. Some content types at the bottom of the list of fields are concatenated on the same line. For example:

Biography: Ad: Activated
Biography: OG: Group: Post Count

(where Biography, Ad, and Group are all content types)

Version of my setup:
Drupal 5.7
token-5.x-1.11.tar
keys_api-5.x-1.0.tar
location-5.x-1.x-dev.tar (2007-Oct-31)
gproximity-5.x-1.x-dev.tar (2008-Jun-04)
gmap-5.x-1.x-dev.tar (2008-Jun-10)

Comments

greenskin’s picture

The location module has an additional module that makes the location fields available in Views, make sure that the module is enabled.

I'm not sure what to tell you about your second issue other than try submitting an issue in the Views issue queue.

mgenovese’s picture

Status: Active » Closed (fixed)

Re: the location module, that was exactly it. Didn't enable the location:views. Thanks much.

Re: second issue, I'll take it up with views.

Thanks.