Respect config location display options
This commit is contained in:
parent
7708175369
commit
52e8e5c6cf
@ -25,8 +25,6 @@ export class CoordinatesControl extends Control {
|
|||||||
constructor(options: CoordinatesControlOptions) {
|
constructor(options: CoordinatesControlOptions) {
|
||||||
super(options);
|
super(options);
|
||||||
|
|
||||||
options.showRegion = true;
|
|
||||||
options.showChunk = true;
|
|
||||||
this._coordsContainer = DomUtil.create('span', 'value coordinates');
|
this._coordsContainer = DomUtil.create('span', 'value coordinates');
|
||||||
this._chunkContainer = DomUtil.create('span', 'value chunk');
|
this._chunkContainer = DomUtil.create('span', 'value chunk');
|
||||||
this._regionContainer = DomUtil.create('span', 'value region');
|
this._regionContainer = DomUtil.create('span', 'value region');
|
||||||
|
Loading…
Reference in New Issue
Block a user