i want display map in drupal but its used to field globle value on views module. i don't know how to use embbed code in views module so please give support to me..

Comments

nevets’s picture

Not sure what your goal is here. Views is data driven and there are several modules that will produce maps from fields in content/entities.

If you simply want to use and existing map (that is what embed code implies to me), you can always place it directly in a node. Depending on the map source there may be other approaches.

kannanraj’s picture

My goal is display map is based on latitude and longitude value. I have two field Latitude and Longitude if i gave the value to that fields its automatically update and display the location the map using views module.

vm’s picture

did you do any module search for maps?

the following are two options off the top of my head:
http://drupal.org/project/openlayers
http://drupal.org/project/gmap

kannanraj’s picture

i don't use any module. i want to display directly update to use views module but i don't how to change text format in views. so its possible to change text format in views are not

vm’s picture

Um. Where you do expect the map display to come from? Views simply pulls data from a database. The modules linked provide a map display and interact with views.module.