I can't figure this out nor can I find documentation explaining how to do this. Can someone please help or point me to help?

I just want to have a CCK field on a node-creation page that accepts an address through the Google Maps Tools interface. Then, when the node is viewed, I would like the map to appear with a marker for that address.

Right now, I have the field set up as a GMaps Address and the resulting node only shows a text address. I would like a map to show. Is there documentation available?

CommentFileSizeAuthor
#6 gmapsview.jpg81.45 KBchrisla
#2 gmaps map and address.png381.62 KBmrgoltra

Comments

m.sant’s picture

I posted a similar question:
http://drupal.org/node/766754.
I would like to display both the address and the map using an AnP field.

I don't know how this good module is supposed to achieve this.

As a workaround I'm attaching a view of type GMaps Map passing, the nid as an argument.

Regards,
Marco

mrgoltra’s picture

StatusFileSize
new381.62 KB

Is this what you are looking for?

m.sant’s picture

Yes, sure.

Did you use a view?
If you made it with a AnP CCK field, without using a view, can you please explain how to make it happen?

Thanks,
Marco

mrgoltra’s picture

I used panel.

m.sant’s picture

Thank you. I have a similar result using an attached view.
Good to know that the same can be achieved with panels.

My question is if it is possible to display for an AnP field both the address and the map as a CCK field.

Ciao,
Marco

chrisla’s picture

StatusFileSize
new81.45 KB

Can someone please point me to instructions on how to set up a view that will show a marker on the map such as #1 describes. I've created a view of the map that appears on the right node, but the marker does not appear. Attached is a screenshot of my settings:

mrgoltra’s picture

have you created a map preset? and use that preset on the map node marker?

chrisla’s picture

#7 -- I'm using the preset "View style Earth"

xmarket’s picture

Status: Active » Fixed

First, If you need maps, then you should choose a field type which has point part.

Second, You can display the map with the address on the node page without views or panels as described here.

Third, If you choose the views based solution, then you should add the node ID argument handler to the view.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

asb’s picture

Version: 6.x-2.0-beta4 » 6.x-2.1
Status: Closed (fixed) » Active

Would anyone care to explain what Views has to do with geo point data? I simply don't get it.

Simple question: Enter an address in the node edit form, save the node. Now the address shows up, plus a map with a marker on it, located at the address entered in the node edit form. Can this module do this, and if yes, how?

Thanks!