SLD maps minScaleDenominator and maxScaleDenominator to rule minScale and maxScale. r=tschaub (closes #1297)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@5964 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -28,21 +28,21 @@ OpenLayers.Rule = OpenLayers.Class({
|
||||
symbolizer: null,
|
||||
|
||||
/**
|
||||
* APIProperty: minScale
|
||||
* APIProperty: minScaleDenominator
|
||||
* {Number} or {String} minimum scale at which to draw the feature.
|
||||
* In the case of a String, this can be a combination of text and
|
||||
* propertyNames in the form "literal ${propertyName}"
|
||||
*/
|
||||
minScale: null,
|
||||
minScaleDenominator: null,
|
||||
|
||||
/**
|
||||
* APIProperty: maxScale
|
||||
* APIProperty: maxScaleDenominator
|
||||
* {Number} or {String} maximum scale at which to draw the feature.
|
||||
* In the case of a String, this can be a combination of text and
|
||||
* propertyNames in the form "literal ${propertyName}"
|
||||
*/
|
||||
maxScale: null,
|
||||
|
||||
maxScaleDenominator: null,
|
||||
|
||||
/**
|
||||
* Constructor: OpenLayers.Rule
|
||||
* Creates a Rule.
|
||||
|
||||
Reference in New Issue
Block a user