The location map can be displayed in node view as a block called "location map". You have to asign the block under admin/build/block/list/your_theme to the region where you want it displayed.
I think, there's also a module to display the block directly within the node, a sort of panel (but I can't find it at the moment).
John Thomas schrieb:
sivaji j.g wrote:
is it not possible to automatically map from location field input and display it in node view ?
Here is a possibly method: Use Views and create a GMap type view with an arguement that is the Node: nid Use Views Attach to attach your view to the node type.
One of the benefits of this method is you can do cool things like show the 5 closest users, etc.
HTH