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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1388728-plugin-options.patch | 770 bytes | nrambeck |
Comments
Comment #1
nrambeck commentedI 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.
Comment #2
phayes commentedThis has been committed. Thanks nrambeck!