Skip to content

Commit 62c27b3

Browse files
committed
update version in example, documents and package.json
1 parent 1766e37 commit 62c27b3

File tree

74 files changed

+60169
-104
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+60169
-104
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
- Implement mouse event for each entities [#105](https://github.com/sony/mapray-js/issues/105), [#132](https://github.com/sony/mapray-js/pull/132)
55
- Support overlay entity[#145](https://github.com/sony/mapray-js/issues/145)
66
- compute geographical distance between two GePoints[#152](https://github.com/sony/mapray-js/issues/152), [#155](https://github.com/sony/mapray-js/pull/155)
7-
- 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)
7+
- 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)
88
- 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)
99

1010
## Improved
@@ -14,8 +14,8 @@
1414

1515
### Bug gix
1616
- 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)
17-
- Couldn't rebind EasyBindingBlock [#149](https://github.com/sony/mapray-js/issues/149, [#150](https://github.com/sony/mapray-js/pull/150)
18-
- 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)
17+
- Couldn't rebind EasyBindingBlock [#149](https://github.com/sony/mapray-js/issues/149), [#150](https://github.com/sony/mapray-js/pull/150)
18+
- 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)
1919

2020
## 0.8.3
2121
### Bug fix

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ maprayJS is a JavaScript library for a high quality interactive 3D globes and ma
99
## Installation
1010
### CDN
1111
```html
12-
<script src="https://resource.mapray.com/mapray-js/v0.8.3/mapray.min.js"></script>
12+
<script src="https://resource.mapray.com/mapray-js/v0.8.4/mapray.min.js"></script>
1313
```
1414

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

0 commit comments

Comments
 (0)