Skip to content

Commit

Permalink
version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
minorua committed Feb 27, 2015
1 parent 7803e5e commit 095db63
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## CHANGELOG

### Version 1.1.1
* bug fixes (icon and attribute export)

### Version 1.1
* updated the STLExporter to support other file formats (collada, obj) and is easier to extend (by Olivier Dalang)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Qgis2threejs plugin - version 1.1
=================================
Qgis2threejs plugin - version 1.1.1
===================================

Qgis2threejs plugin exports terrain data, map canvas image and vector data to your web browser. You can view 3D objects in web browser which supports WebGL. This plugin makes use of three.js library (http://threejs.org).

Expand Down
2 changes: 1 addition & 1 deletion js/Qgis2threejs.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// (C) 2014 Minoru Akagi | MIT License
// https://github.com/minorua/Qgis2threejs

var Q3D = {VERSION: "1.1"};
var Q3D = {VERSION: "1.1.1"};
Q3D.Options = {
bgcolor: null,
light: {
Expand Down
5 changes: 4 additions & 1 deletion metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ name=Qgis2threejs
qgisMinimumVersion=2.0
description=3D visualization powered by WebGL technology and three.js JavaScript library
about=Qgis2threejs plugin exports terrain data, map canvas image and vector data to your web browser. You can view exported 3D objects on web browser which supports WebGL. This plugin makes use of three.js library.
version=1.1
version=1.1.1
author=Minoru Akagi
[email protected]

Expand All @@ -23,6 +23,9 @@ [email protected]

# Uncomment the following line and add your changelog entries:
changelog=
1.1.1
- bug fixes (icon and attribute export)
1.1
- updated the STLExporter to support other file formats (collada, obj) and is easier to extend (by Olivier Dalang)

# tags are comma separated with spaces allowed
Expand Down

0 comments on commit 095db63

Please sign in to comment.