hi list,

I am trying to create a new style object.

My start up code says

var foo = new OpenLayers.Style({pointRadius:10})

By the time it gets to the renderer object the style object should include
the following value

foo.pointRadius=45

but in my case it actual reads

foo.pointRadius=0

I am not using the Stylemap object

I had assumed the calling style object with the pointRadius set  like this
would have correctly set up the style object.

Which api call should I be calling to ensure this transformation happens?
Regards


Dave




-- 


_______________________________________________
Users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to