Skip to content

Commit

Permalink
Merge pull request #1231 from kumpinar/patch-1
Browse files Browse the repository at this point in the history
Fixed a typo on ol3d.setEnabled function
  • Loading branch information
gberaudo authored Sep 27, 2024
2 parents 1ceae23 + 8801fdb commit 518dc76
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 518dc76

Please sign in to comment.