According to http://dev.openlayers.org/releases/OpenLayers-2.9/doc/apidocs/files/OpenLayers/Feature/Vector-js.html, OpenLayers.Feature.Vector has three parameters geometry, attributes and style. In the original example, there were only two, and the system probably tried to read style as attributes. If I add null in the call before style’s {}, I see an orange circle instead of labels. Then how to build the attributes in the example?
For browsers that use the canvas renderer, label seems to require either fillText or mozDrawText to be available. How to make them available is not clear to me. FF or IE need them? -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Text-markers-tp3143260p5553880.html Sent from the OpenLayers Users mailing list archive at Nabble.com. _______________________________________________ Users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/openlayers-users
