review corrections
This commit is contained in:
@@ -810,8 +810,8 @@ class PluggableMap extends BaseObject {
|
||||
* @api
|
||||
*/
|
||||
getPixelFromCoordinateExternal(coordinate) {
|
||||
const userCoordinate = fromUserCoordinate(coordinate, this.getView().getProjection());
|
||||
return this.getPixelFromCoordinateInternal(userCoordinate);
|
||||
const viewCoordinate = fromUserCoordinate(coordinate, this.getView().getProjection());
|
||||
return this.getPixelFromCoordinateInternal(viewCoordinate);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user