start on a GeoServer profile for SLD

This commit is contained in:
Bart van den Eijnden
2012-02-22 09:55:45 +01:00
parent a569873ff1
commit 050f72b443
5 changed files with 241 additions and 0 deletions
+9
View File
@@ -23,6 +23,15 @@
*/
OpenLayers.Format.SLD = OpenLayers.Class(OpenLayers.Format.XML.VersionedOGC, {
/**
* APIProperty: profile
* {String} If provided, use a custom profile.
*
* Currently supported profiles:
* - GeoServer - parses GeoServer vendor specific capabilities for SLD.
*/
profile: null,
/**
* APIProperty: defaultVersion
* {String} Version number to assume if none found. Default is "1.0.0".