Include context options in reprojection cache key
fix prettier
This commit is contained in:
@@ -214,10 +214,10 @@ class TileImage extends UrlTile {
|
||||
* @protected
|
||||
*/
|
||||
getKey() {
|
||||
return super.getKey() +
|
||||
(this.contextOptions_
|
||||
? '\n' + JSON.stringify(this.contextOptions_)
|
||||
: '');
|
||||
return (
|
||||
super.getKey() +
|
||||
(this.contextOptions_ ? '\n' + JSON.stringify(this.contextOptions_) : '')
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user