Skip to content

Commit

Permalink
Fixed a typo on ol3d.setEnabled function
Browse files Browse the repository at this point in the history
  • Loading branch information
kumpinar authored Sep 18, 2024
1 parent 6496169 commit 8801fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const ol3d = new OLCesium({map: ol2dMap});

```js
ol3d.setEnabled(true); // switch to 3D - show the globe
ol3d.setEnabled(true); // switch to 2D - show the map
ol3d.setEnabled(false); // switch to 2D - show the map
```

Build with your prefered bundler.
Expand Down

0 comments on commit 8801fdb

Please sign in to comment.