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;
|
||||
} else {
|
||||
proj4jsDestination =
|
||||
ol.Projection.getProj4jsProjectionFromCode_(source.getCode());
|
||||
ol.Projection.getProj4jsProjectionFromCode_(destination.getCode());
|
||||
}
|
||||
var destinationProj4jsProj = proj4jsDestination.getProj4jsProj();
|
||||
transform =
|
||||
|
||||
Reference in New Issue
Block a user