WKT: Removed unused variables from write() method
This commit is contained in:
@@ -95,7 +95,7 @@ OpenLayers.Format.WKT = OpenLayers.Class(OpenLayers.Format, {
|
||||
* {String} The WKT string representation of the input geometries
|
||||
*/
|
||||
write: function(features) {
|
||||
var collection, geometry, type, data, isCollection;
|
||||
var collection, geometry, isCollection;
|
||||
if (features.constructor == Array) {
|
||||
collection = features;
|
||||
isCollection = true;
|
||||
|
||||
Reference in New Issue
Block a user