Fix some problems in the documentation.
This commit is contained in:
@@ -170,7 +170,7 @@ OpenLayers.Renderer = OpenLayers.Class({
|
||||
* Uses cached copy of resolution if available to minimize computing
|
||||
*
|
||||
* Returns:
|
||||
* The current map's resolution
|
||||
* {Float} The current map's resolution
|
||||
*/
|
||||
getResolution: function() {
|
||||
this.resolution = this.resolution || this.map.getResolution();
|
||||
@@ -429,4 +429,4 @@ OpenLayers.Renderer.symbol = {
|
||||
"x": [0,0, 25,0, 50,35, 75,0, 100,0, 65,50, 100,100, 75,100, 50,65, 25,100, 0,100, 35,50, 0,0],
|
||||
"square": [0,0, 0,1, 1,1, 1,0, 0,0],
|
||||
"triangle": [0,10, 10,10, 5,0, 0,10]
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user