Tabs patch from Erik, to change tabs to spaces so we don't have commit
conflicts later on. git-svn-id: http://svn.openlayers.org/trunk/openlayers@2920 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -126,8 +126,8 @@ OpenLayers.Geometry.prototype = {
|
||||
var bounds = this.getBounds();
|
||||
if ((bounds != null) && (lonlat != null)) {
|
||||
|
||||
var dX = (toleranceLon != null) ? toleranceLon : 0;
|
||||
var dY = (toleranceLat != null) ? toleranceLat : 0;
|
||||
var dX = (toleranceLon != null) ? toleranceLon : 0;
|
||||
var dY = (toleranceLat != null) ? toleranceLat : 0;
|
||||
|
||||
var toleranceBounds =
|
||||
new OpenLayers.Bounds(this.bounds.left - dX,
|
||||
|
||||
Reference in New Issue
Block a user