The support for D6 is pretty extensive and applies to the D7 module in a lot of cases, but not when it comes to Views. I am pretty lost about how to create a map displaying nodes. I've used the OpenLayers Map as the widget for selecting a location when creating a node, but I don't know how to:
1.Insert that data into a view
2.Display a map view.

I've tried reading a lot of different documentation, but no luck.

Comments

wemmies’s picture

I know this is an old issue, but to help others and just clear op the issues que

Have you seen this: http://www.interworks.com/blogs/mmueggenborg/2012/01/03/setting-drupal-7-locations-map

It is not stating the use of the widget, but that would work in mostly the same way.
I'm using geoloction field and need to set the lat and lng as follows:

My input map is called field_map
In views I have to add this field twice, but with different settings
Content: map with Formatter set to Lattitude text-based formatter
Content: map with Formatter set to Longitude text-based formatter

These two are now my Latitude and Longitude field.

ifrik’s picture

Status: Active » Needs review

The documentation for Drupal 7 has been updated and is now available at https://drupal.org/node/1481374

Does that help you further?

ifrik’s picture

Status: Needs review » Postponed (maintainer needs more info)
basvredeling’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (works as designed)

Cleaning up the issue queue for #2670484: Stable 7.x-2.0 release.