added new graphicName symbolizer property, which allows to render well-known graphic symbols named "square", "cross", "x" and "triangle", in addition to the existing "circle". Thanks Tim for the tweaks and the example. r=tschaub,elemoine (closes #1398)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@7634 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -323,9 +323,10 @@ OpenLayers.Feature.Vector = OpenLayers.Class(OpenLayers.Feature, {
|
||||
* - externalGraphic,
|
||||
* - graphicWidth,
|
||||
* - graphicHeight,
|
||||
* - graphicOpacity
|
||||
* - graphicXOffset
|
||||
* - graphicYOffset
|
||||
* - graphicOpacity,
|
||||
* - graphicXOffset,
|
||||
* - graphicYOffset,
|
||||
* - graphicName,
|
||||
* - display
|
||||
*/
|
||||
OpenLayers.Feature.Vector.style = {
|
||||
|
||||
Reference in New Issue
Block a user