SLD format rewrite. Adds a versioned parser with read and write support. This does not come with full support for ogc:expression parsing, but makes for easy future enhancements. r=ahocevar (closes #1458)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@6645 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -21,6 +21,18 @@ OpenLayers.Style = OpenLayers.Class({
|
||||
*/
|
||||
name: null,
|
||||
|
||||
/**
|
||||
* Property: title
|
||||
* {String} Title of this style (set if included in SLD)
|
||||
*/
|
||||
title: null,
|
||||
|
||||
/**
|
||||
* Property: description
|
||||
* {String} Description of this style (set if abstract is included in SLD)
|
||||
*/
|
||||
description: null,
|
||||
|
||||
/**
|
||||
* APIProperty: layerName
|
||||
* {<String>} name of the layer that this style belongs to, usually
|
||||
|
||||
Reference in New Issue
Block a user