I ran across this issue when using the Features module with exported Views that use Geofield mapping displays. The map would not render correctly because certain style options were missing. Simply re-saving the display settings as-is got the map working again, so the problem only occurs when a view is loaded from code.

CommentFileSizeAuthor
#1 1388728-plugin-options.patch770 bytesnrambeck

Comments

nrambeck’s picture

StatusFileSize
new770 bytes

I found a similar issue with a Views plugin for the Carousel module and used the solution there for the Geofield Map plugin (#1292602: Carousel does not include all options when displaying code-based default views).

Attached is a patch that resolves the issue by pulling the options from another location in the view object that has the default display options merged in with the options in the export.

phayes’s picture

Status: Active » Fixed

This has been committed. Thanks nrambeck!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.