Rounds if decimals options = 0
This commit is contained in:
@@ -190,7 +190,7 @@ ol.format.Feature.transformWithOptions = function(
|
||||
} else {
|
||||
transformed = geometry;
|
||||
}
|
||||
if (write && opt_options && opt_options.decimals) {
|
||||
if (write && opt_options && opt_options.decimals !== undefined) {
|
||||
var power = Math.pow(10, opt_options.decimals);
|
||||
// if decimals option on write, round each coordinate appropriately
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user