Minor typo in previous commit due to overzealous find/replace.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@3072 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -15,9 +15,9 @@ OpenLayers.Renderer.SVG.prototype =
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
|
||||
// Firefox has a limitation where values larger or smaller than about
|
||||
// this.localResolution in an SVG document lock the browser up. This works around it.
|
||||
// 15000 in an SVG document lock the browser up. This works around it.
|
||||
/** @type Integer */
|
||||
maxPixel: this.localResolution,
|
||||
maxPixel: 15000,
|
||||
|
||||
|
||||
/** @type Float
|
||||
|
||||
Reference in New Issue
Block a user