Active
Project:
Openlayers
Version:
7.x-3.x-dev
Component:
OL Styles
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 May 2013 at 17:50 UTC
Updated:
6 May 2013 at 17:50 UTC
In Views trying to change marker styles..
I have a field: ${field_allowed} which returns: "Y"
But I need it to return "Y.png" so externalGraphic will return website.com/Y.png as the marker style.
So I re-write the result.
Now ${field_allowed_rentered} returns: "Y.png" and ${field_allowed} returns "Y".
But externalGraphic still only returns "Y".
How can I set externalGraphic to return the field_allowed_rendered version? All the style setting allows me to select is field_allowed.
Also- if a select list field has no value - what is returned? "-none-" ?