Add support for SVG renderer ( Heavily inspired from rdewit’s patch http://trac.osgeo.org/openlayers/ticket/2965 )
This commit is contained in:
@@ -415,6 +415,12 @@ OpenLayers.Renderer.Elements = OpenLayers.Class(OpenLayers.Renderer, {
|
||||
*/
|
||||
LABEL_ID_SUFFIX: "_label",
|
||||
|
||||
/**
|
||||
* Constant: LABEL_OUTLINE_SUFFIX
|
||||
* {String}
|
||||
*/
|
||||
LABEL_OUTLINE_SUFFIX: "_outline",
|
||||
|
||||
/**
|
||||
* Constructor: OpenLayers.Renderer.Elements
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user