Tests for setExtent; improved comments.
This commit is contained in:
@@ -387,12 +387,11 @@ OpenLayers.Renderer.Elements = OpenLayers.Class(OpenLayers.Renderer, {
|
||||
|
||||
/**
|
||||
* Property: rightOfDateLine
|
||||
* {Boolean} Keeps track of the location of the map extent's center
|
||||
* relative to the date line. The <setExtent> method compares this value
|
||||
* (which is the one from the previous <setExtent> call) with the current
|
||||
* position of the map extent relative to the date line and updates the
|
||||
* xOffset when the extent's center has moved from one side of the date
|
||||
* line to the other.
|
||||
* {Boolean} Keeps track of the location of the map extent relative to the
|
||||
* date line. The <setExtent> method compares this value (which is the one
|
||||
* from the previous <setExtent> call) with the current position of the map
|
||||
* extent relative to the date line and updates the xOffset when the extent
|
||||
* has moved from one side of the date line to the other.
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user