Skip to content

Commit

Permalink
update to 0.6.0 and release a new version
Browse files Browse the repository at this point in the history
  • Loading branch information
iSpring committed Sep 5, 2017
1 parent 6764b4f commit d38d102
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@

## WebGlobe
[![Build Status](https://travis-ci.org/iSpring/WebGlobe.svg?branch=develop)](https://travis-ci.org/iSpring/WebGlobe)
[![Release](https://img.shields.io/badge/release-0.5.1-blue.svg)](https://github.com/iSpring/WebGlobe/releases)
[![Release](https://img.shields.io/badge/release-0.6.0-blue.svg)](https://github.com/iSpring/WebGlobe/releases)
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/iSpring/WebGlobe)

[![Chrome 8+](https://img.shields.io/badge/Chrome-8+-1DA362.svg)](http://caniuse.com/#search=WebGL)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "webglobe",
"version": "0.5.9",
"version": "0.6.0",
"description": "A WebGL virtual globe and map engine.",
"main": "require.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/core/world/Kernel.ts
Expand Up @@ -10,7 +10,7 @@ const MAX_RESOLUTION = MAX_REAL_RESOLUTION * SCALE_FACTOR;
export default class Kernel{
static gl: WebGLRenderingContextExtension = null;
static idCounter: number = 0;
static readonly version: string = "0.5.9";
static readonly version: string = "0.6.0";
static readonly SCALE_FACTOR: number = SCALE_FACTOR;
static readonly REAL_EARTH_RADIUS: number = REAL_EARTH_RADIUS;
static readonly EARTH_RADIUS: number = EARTH_RADIUS;
Expand Down
6 changes: 4 additions & 2 deletions versions.md
Expand Up @@ -261,5 +261,7 @@
- 0.5.8 重新修改了resolutionFactor1和resolutionFactor2的值,确保图片是256大小显示,并且确保getResolution()和getResolutionInWorld()方法用于让其他类调用获取实际的分辨率

- 0.5.9
- 使得Glboe支持resolutionFactor参数,并且在webapp.html中设置值为1.2
- 优化了webapp.html搜索体验,支持“当前位置”
- 使得Globe支持resolutionFactor参数,并且在webapp.html中设置值为1.2
- 优化了webapp.html搜索体验,支持“当前位置”

- 0.6.0 更新README.md和图片,发布新版本

0 comments on commit d38d102

Please sign in to comment.