There needs to be a way to override or otherwise modify the features returned by function map_features() in openlayers_views_style_data.inc Attached is a patch that does this with a simple theme function. There are probably other ways to accomplish this but this is at least a start to the conversation.

CommentFileSizeAuthor
map_features_theme_function.patch2.79 KBrsoden
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

zzolo’s picture

Category: bug » feature

Hi @rsoden, thanks for the patch. I am curious why this is necessary? The idea is to ensure that Views is producing the features you need. We specifically took this feature out of the 2.x version.

zzolo’s picture

Correction, we did not have this in 1.x, but the style array was put through a theme function. My bad.

tmcw’s picture

Status: Active » Fixed

Committed: http://drupal.org/cvs?commit=391232

The reasoning is that the system created with the current openlayers data-getting and storing interface blocks users from doing usual views-alter tricks to bring in other data or modify the data that's there.

Status: Fixed » Closed (fixed)

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