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:
ahocevar
2008-07-31 17:02:10 +00:00
parent 9bdd7bc77a
commit 3dcc30a24c
11 changed files with 451 additions and 28 deletions

View File

@@ -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 = {