https://github.com/minorua/Qgis2threejs
Revision 590997016492304b69f1ce13fa872200562c9384 authored by Minoru Akagi on 04 April 2018, 05:30:13 UTC, committed by Minoru Akagi on 04 April 2018, 05:30:13 UTC
1 parent c34c747
Raw File
Tip revision: 590997016492304b69f1ce13fa872200562c9384 authored by Minoru Akagi on 04 April 2018, 05:30:13 UTC
Overlay: remove border and side options
Tip revision: 5909970
metadata.txt
# 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=2.99
qgisMaximumVersion=3.1
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.99.0
author=Minoru Akagi
email=akaginch@gmail.com

# end of mandatory metadata

# Optional items:

# Uncomment the following line and add your changelog entries:
changelog=
    Version 1.4.2 (release-1.4 branch)
    - Fix unicode decode error

    Version 1.4.1
    - Rendering with antialias enabled
    - Improved height range of custom plane (dat-gui, refs #53)
    - Skip invalid polygons (fix #71)
    - Fix feature attribute writing (fix #73)

    Version 1.4
    - Documentation improved and moved to readthedocs.org
    - Activate DEM's shading by default to make it easy to create shaded 3D map
    - Added menu commands for touch screen devices (dat-gui)
    - Turn off scene.autoUpdate to reduce matrix calculation cost
    - API for Python
    - Added some basic test cases
    - Fix error while exporting with DEM's build frame option (fix #48)
    - Fix cone type object for point layer (fix #50)


# tags are comma separated with spaces allowed
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
icon=icon.png
# experimental flag
experimental=True

# deprecated flag (applies to the whole plugin, not just a single version
deprecated=False
back to top