Skip to content

Commit

Permalink
update version in example, documents and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
daisuke201 committed Nov 18, 2020
1 parent 1766e37 commit 62c27b3
Show file tree
Hide file tree
Showing 74 changed files with 60,169 additions and 104 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- Implement mouse event for each entities [#105](https://github.com/sony/mapray-js/issues/105), [#132](https://github.com/sony/mapray-js/pull/132)
- Support overlay entity[#145](https://github.com/sony/mapray-js/issues/145)
- compute geographical distance between two GePoints[#152](https://github.com/sony/mapray-js/issues/152), [#155](https://github.com/sony/mapray-js/pull/155)
- Supported smoothly changing camera position and roration[#153] https://github.com/sony/mapray-js/issues/153), [#155](https://github.com/sony/mapray-js/pull/155)
- Supported smoothly changing camera position and roration[#153](https://github.com/sony/mapray-js/issues/153), [#155](https://github.com/sony/mapray-js/pull/155)
- Supported to set position and rotation of camera on URL [#154](https://github.com/sony/mapray-js/issues/154), [#155](https://github.com/sony/mapray-js/pull/155)

## Improved
Expand All @@ -14,8 +14,8 @@

### Bug gix
- Animation isn't working with sigle KFLCorve[#144](https://github.com/sony/mapray-js/issues/144),[#143](https://github.com/sony/mapray-js/pull/143)
- Couldn't rebind EasyBindingBlock [#149](https://github.com/sony/mapray-js/issues/149, [#150](https://github.com/sony/mapray-js/pull/150)
- bugfix of depth hit test of anchor object [#156]https://github.com/sony/mapray-js/issues/156], [#157](https://github.com/sony/mapray-js/pull/157)
- Couldn't rebind EasyBindingBlock [#149](https://github.com/sony/mapray-js/issues/149), [#150](https://github.com/sony/mapray-js/pull/150)
- bugfix of depth hit test of anchor object [#156](https://github.com/sony/mapray-js/issues/156), [#157](https://github.com/sony/mapray-js/pull/157)

## 0.8.3
### Bug fix
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ maprayJS is a JavaScript library for a high quality interactive 3D globes and ma
## Installation
### CDN
```html
<script src="https://resource.mapray.com/mapray-js/v0.8.3/mapray.min.js"></script>
<script src="https://resource.mapray.com/mapray-js/v0.8.4/mapray.min.js"></script>
```

### npm
Expand Down Expand Up @@ -43,7 +43,7 @@ Mapray Cloud managed by [Sony Corporation.](https://www.sony.com/) If you have a
<div id="mapray-container"></div>
</body>
</html>
<script src="https://resource.mapray.com/mapray-js/v0.8.3/mapray.min.js"></script>
<script src="https://resource.mapray.com/mapray-js/v0.8.4/mapray.min.js"></script>
<script>
// Set Access Token for mapray cloud
var accessToken = "<your access token here>";
Expand Down
Loading

0 comments on commit 62c27b3

Please sign in to comment.