-
-
Notifications
You must be signed in to change notification settings - Fork 91
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
12 additions
and
4 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
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
|
||
var Q3D = { | ||
|
||
VERSION: "2.7.2", | ||
VERSION: "2.7.3", | ||
application: {}, | ||
gui: {} | ||
|
||
|
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ qgisMinimumVersion=3.4 | |
qgisMaximumVersion=3.99 | ||
description=3D visualization powered by WebGL technology and three.js JavaScript library | ||
about=This plugin visualizes DEM and vector data in 3D on web browsers. You can build various kinds of 3D objects and generate files for web publishing in simple procedure. In addition, you can save the 3D model in glTF format for 3DCG or 3D printing. | ||
version=2.7.2 | ||
version=2.7.3 | ||
author=Minoru Akagi | ||
[email protected] | ||
|
||
|
@@ -24,6 +24,10 @@ [email protected] | |
|
||
# Uncomment the following line and add your changelog entries: | ||
changelog= | ||
Version 2.7.3 | ||
- Fixed a regression related to vertical line | ||
- Fixed a popup layout issue | ||
|
||
Version 2.7.2 | ||
- Fixed easing of sequential line growing | ||
- Fixed URL of GSI elevation tile | ||
|