From 095db63395420148d3b54aae4da97c8af4a0740b Mon Sep 17 00:00:00 2001 From: Minoru Akagi Date: Fri, 27 Feb 2015 12:00:07 +0900 Subject: [PATCH] version 1.1.1 --- CHANGELOG.md | 3 +++ README.md | 4 ++-- js/Qgis2threejs.js | 2 +- metadata.txt | 5 ++++- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3614db9f..7836839f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 6f7b7559..06fd1b37 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/js/Qgis2threejs.js b/js/Qgis2threejs.js index 3b2860dc..034f7987 100644 --- a/js/Qgis2threejs.js +++ b/js/Qgis2threejs.js @@ -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: { diff --git a/metadata.txt b/metadata.txt index f33a0f3e..687be87c 100644 --- a/metadata.txt +++ b/metadata.txt @@ -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=akaginch@gmail.com @@ -23,6 +23,9 @@ email=akaginch@gmail.com # 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