-
-
Notifications
You must be signed in to change notification settings - Fork 91
/
metadata.txt
91 lines (77 loc) · 3.37 KB
/
metadata.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# This file contains metadata for your plugin. Beginning
# with version 1.8 this is the preferred way to supply information about a
# plugin. The current method of embedding metadata in __init__.py will
# be supported until version 2.0
# This file should be included when you package your plugin.
# Mandatory items:
[general]
name=Qgis2threejs
qgisMinimumVersion=3.4
qgisMaximumVersion=3.99
description=3D map visualization and web export powered by 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.8
author=Minoru Akagi
email=akaginch@gmail.com
# end of mandatory metadata
# Optional items:
# Uncomment the following line and add your changelog entries:
changelog=
Version 2.8
- Added option to select either WebEngine or WebKit for preview from the menu
- WebEngine view is now preferred option when available
- Removed console panel
- Developer tools are now accessible even when not in debug mode
- Log python side warnings and errors also in the JavaScript console
- An icon will appear in the status bar to indicate warnings or errors
- Fixed a bug where labels were not displayed on Extruded/Overlay polygons
- Fixed a bug that prevented the plugin settings dialog from opening due to the deprecation of SafeConfigParser
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
- Fixed some other bugs
- Added some GUI tests
- Exporter can now work with Qt WebEngine view (Experimental. Needs some changes on QGIS code)
- Use JS class so that we can use a recent three.js version in the future
- Plugin document migrated to GitHub pages
Version 2.7.1
- Added option to export DEM texture in JPEG
- Bug fixes
Version 2.7
* Animation for Narratives
- Camera motion, growing line, opacity transition and texture change animations are now available
* 3D Viewer
- Added measure distance tool
- Added action to zoom to layer objects
* Exporter
- Added tabs to property dialogs and regrouped widgets in the dialogs
- Fixed cancellation of building layer objects
* Scene
- Units of 3D world space are same as map units
- Added option to add fog
- Added option to use point light above camera
* DEM
- DEM can have multiple textures
- Added menu action to add a flat plane
- Renamed surrounding blocks to tiles
* Vector
- Put labels into 3D world
- Added some labeling settings (color, font size, background color, etc.)
- Added Thick Line type for line layer
* Others
- Fixed loading point cloud data
- Removed experimental ray tracing renderer template
# tags are comma separated with spaces allowed
tags=3D,terrain,web,glTF,AR,narrative,story,animation
category=Web
homepage=https://github.com/minorua/Qgis2threejs
tracker=https://github.com/minorua/Qgis2threejs/issues
repository=https://github.com/minorua/Qgis2threejs
icon=Qgis2threejs.png
# experimental flag
experimental=False
# deprecated flag (applies to the whole plugin, not just a single version
deprecated=False