-
-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
21 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
## CHANGELOG | ||
|
||
### Version 1.3-dev | ||
### Version 1.3 | ||
|
||
#### General | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters