Openlayers module is updated to 7.x-2.0-beta11, but still I can't select view mode in the Views overlay Description Content dropdown. I have attached an image.

CommentFileSizeAuthor
#9 rendered-node.png11.7 KBressa
entire-node-missing.png21.44 KBressa
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Pol’s picture

Status: Active » Closed (works as designed)

Since OpenLayers Beta 9 I removed that features because you can restore it using the module Entity.
Once installed, it will provide you a field: "Rendered node", use it for your description.

ressa’s picture

Wow that was fast, thanks! But I already have the Entity API module enabled, yet I don't see that option.

Pol’s picture

Double check, it hasn't moved from Entity, check by yourself: http://cgit.drupalcode.org/entity/tree/ctools/content_types/entity_view.inc

ressa’s picture

Thanks, I see that it's in the code, but still it doesn't show up as an option under Format: OpenLayers Vector Data Overlay | Settings > Description Content as you can see in the picture.

Do you know how I can debug the situation, and find out why that option doesn't show up?

Pol’s picture

Since OpenLayers Beta 9 I removed that features because you can restore it using the module Entity.
Once installed, it will provide you a field: "Rendered node", use it for your description.

ressa’s picture

Wow that was fast, thanks! But I already have the Entity API module enabled, yet I don't see that option.

ressa’s picture

No, seriously :-)

Do you know how I can debug the situation, and find out why that option doesn't show up?

Pol’s picture

It's still in Entity though... http://cgit.drupalcode.org/entity/tree/views/entity.views.inc#n55

You should double check.

ressa’s picture

FileSize
11.7 KB

I know it's still there, I don't doubt you - thanks for taking the time to answer me though.

It turned out my problem was that I needed to include "Content: Rendered Content" under "Fields". Once that was added I could select "Content: Rendered Content (rendered_entity)". (See the image)