Hi,

I use Addressfield, Geocoder, Geofield and Openlayers modules.
In a content type 'Conference', there are:

  • a 'Postal address' field,
  • a 'Geofield' field with 'Geocode from another field' widget.

For each 'Conference' node, I display an OL map (from Views). It works fine, but all the conferences addresses are marked on each map.

For example, if there are 3 conferences (C1, C2 and C3) with 3 different addresses, these 3 addresses are marked on the OL map in C1 node, C2 node and C3 node. But I want only C1 address is marked on C1 map, C2 address on C2 map and C3 address on C3 map.

To do this, I tried a page and a block with nid argument, and an entity content (EVA module), without success.

Is it possible ? If yes, how ?

Thanks in advance !

Comments

wemmies’s picture

In views 3 this should work with only the contextual filter (argument) Content: Nid set to
>> Provide default value
>> Type: Content ID from URL

basvredeling’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)

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