Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
IGNFhc committed Dec 3, 2024
1 parent dfbcb4f commit 2676be9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/packages/Controls/OverviewMap/GeoportalOverviewMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,7 @@ var GeoportalOverviewMap = class GeoportalOverviewMap extends OverviewMap {
*/
constructor (options) {
options = options || {};
/**
* Nom de la classe (heritage)
* @private
*/
this.CLASSNAME = "OverviewMap";

/**
* Layer by default
*/
Expand Down Expand Up @@ -272,7 +268,11 @@ var GeoportalOverviewMap = class GeoportalOverviewMap extends OverviewMap {
];

super(options);

/**
* Nom de la classe (heritage)
* @private
*/
this.CLASSNAME = "OverviewMap";
this.container = null;
this.options = options;
}
Expand Down

0 comments on commit 2676be9

Please sign in to comment.