-
-
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
2 changed files
with
16 additions
and
11 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
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 makes use of three.js library. | ||
version=0.7.2 | ||
version=1.0 | ||
author=Minoru Akagi | ||
[email protected] | ||
|
||
|
@@ -23,14 +23,20 @@ [email protected] | |
|
||
# Uncomment the following line and add your changelog entries: | ||
changelog= | ||
- add object type: Profile (line) | ||
- add shading option to DEM | ||
- 3D print compatible STL export | ||
- fix for QGIS 2.5 | ||
- layer opacity sliders in dat-gui panel | ||
- wireframe mode | ||
- popup style update | ||
- new object types: Disk (Point), Icon (Point), Overlay (Polygon) | ||
- base size option (World) | ||
- option to display coordinates in WGS84 lat/lon (World) | ||
- layer image option (DEM) | ||
- clip geometries option (Vector) | ||
- code refactoring (more oo code) | ||
|
||
# tags are comma separated with spaces allowed | ||
tags=terrain,WebGL,3D,three.js | ||
tags=terrain,WebGL,3D,three.js,web | ||
|
||
category=Web | ||
homepage=https://github.com/minorua/Qgis2threejs | ||
tracker=https://github.com/minorua/Qgis2threejs | ||
repository=https://github.com/minorua/Qgis2threejs | ||
|
@@ -40,4 +46,3 @@ experimental=False | |
|
||
# deprecated flag (applies to the whole plugin, not just a single version | ||
deprecated=False | ||
|