https://github.com/minorua/Qgis2threejs
Revision 6a557d2bd737748d622d1ae12c6537f5a2139543 authored by Minoru Akagi on 30 June 2016, 00:50:24 UTC, committed by Minoru Akagi on 30 June 2016, 00:50:24 UTC
1 parent 2c38ad6
Raw File
Tip revision: 6a557d2bd737748d622d1ae12c6537f5a2139543 authored by Minoru Akagi on 30 June 2016, 00:50:24 UTC
do not export attributes of invalid object (fixes #73)
Tip revision: 6a557d2
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.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.4
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
    - 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=False

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