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
|
* {String} The WKT string representation of the input geometries
|
||||||
*/
|
*/
|
||||||
write: function(features) {
|
write: function(features) {
|
||||||
var collection, geometry, type, data, isCollection;
|
var collection, geometry, isCollection;
|
||||||
if (features.constructor == Array) {
|
if (features.constructor == Array) {
|
||||||
collection = features;
|
collection = features;
|
||||||
isCollection = true;
|
isCollection = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user