Skip to content

Commit

Permalink
requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
roefem committed Aug 21, 2024
1 parent b45e1c5 commit 848417b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/commonjs/zoneerder/components/referentielaag-map.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/zoneerder/components/oe-fullscreen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import { olx } from 'openlayers';
import FullScreenOptions = olx.control.FullScreenOptions;

export class OeFullscreen extends ol.control.Control {
public options: FullScreenOptions;
public element: Element;
public layer: ol.layer.Vector;
options: FullScreenOptions;
element: Element;
layer: ol.layer.Vector;
private watchId = null;
private source: Element;
private changeType: string;
Expand Down

0 comments on commit 848417b

Please sign in to comment.