Skip to content

Commit

Permalink
version 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
minorua committed May 29, 2015
1 parent 979d4c7 commit 2650837
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## CHANGELOG

### Version 1.3-dev
### Version 1.3

#### General

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

var Q3D = {VERSION: "1.3-dev"};
var Q3D = {VERSION: "1.3"};
Q3D.Options = {
bgcolor: null,
light: {
Expand Down
25 changes: 18 additions & 7 deletions 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 uses three.js library.
version=1.2
version=1.3
author=Minoru Akagi
[email protected]

Expand All @@ -23,12 +23,23 @@ [email protected]

# Uncomment the following line and add your changelog entries:
changelog=
- map rotation support
- update three.js library (r70)
- new object type: COLLADA model (Point, experimental)
- fix 2.5D geometry export bug
- fix DEM layer export with FileExport template
- ability to save/load export settings
** General **
- added object type for line: Box
- added clear settings command to settings menu
- automatically save settings near project file when exporting is done, and restore the settings next time
- added GSIElevTilePlugin (DEM provider. Optional feature)
** DEM **
- texture rendering with multiple selected layers
- added option to clip DEM with polygon layer
- added option to increase resolution of texture
** Web page **
- added "save image" dialog in which image size can be entered
- fixed bug of restoring view from URL parameters
** Others **
- added lower Z option (Profile)
- added texture option, side option and side lower Z option (Overlay)
- takes map rotation into account (Disk, JSON, COLLADA)


# tags are comma separated with spaces allowed
tags=terrain,WebGL,3D,three.js,web
Expand Down
2 changes: 1 addition & 1 deletion settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
***************************************************************************/
"""

plugin_version = "1.2"
plugin_version = "1.3"
debug_mode = 0

class DefaultSettings:
Expand Down

0 comments on commit 2650837

Please sign in to comment.