Merge pull request #231 from probins/projfix
Fix bug/typo in projection.getTransform
This commit is contained in:
@@ -354,7 +354,7 @@ ol.Projection.getTransform = function(source, destination) {
|
|||||||
proj4jsDestination = destination;
|
proj4jsDestination = destination;
|
||||||
} else {
|
} else {
|
||||||
proj4jsDestination =
|
proj4jsDestination =
|
||||||
ol.Projection.getProj4jsProjectionFromCode_(source.getCode());
|
ol.Projection.getProj4jsProjectionFromCode_(destination.getCode());
|
||||||
}
|
}
|
||||||
var destinationProj4jsProj = proj4jsDestination.getProj4jsProj();
|
var destinationProj4jsProj = proj4jsDestination.getProj4jsProj();
|
||||||
transform =
|
transform =
|
||||||
|
|||||||
Reference in New Issue
Block a user