Eric Lemoine wrote:
> Sorry, the above should read: "I'm not suggesting to change the
> feature's render intent".
>
> --
> Eric
>   
Hey Eric, users,

First question : How do change a feature's style with the renderIntent 
value without changing the feature's renderIntent ?

  layer.drawFeature(feature, intent), if intent is a string of the 
renderIntent, will actually change change the renderIntent of the 
feature in StyleMap.createSymbolizer : feature.renderIntent = intent.  
Giving a style object instead works, it doesn't change the feature's 
renderIntent.

Second question : Is there a reason for this behavior ?  I guess it's 
normal to assume that drawing a feature giving only a string of the 
intent means its renderIntent must change at the same time...  What do 
you think ?

-- 
Alexandre Dubé
Mapgears
www.mapgears.com

_______________________________________________
Users mailing list
Users@openlayers.org
http://openlayers.org/mailman/listinfo/users

Reply via email to