https://github.com/minorua/Qgis2threejs
Revision d4494576bb130dd6e5a50f61e9d43a462e58f89b authored by Minoru Akagi on 27 September 2015, 07:38:49 UTC, committed by Minoru Akagi on 27 September 2015, 07:38:49 UTC
1 parent 80679cd
Raw File
Tip revision: d4494576bb130dd6e5a50f61e9d43a462e58f89b authored by Minoru Akagi on 27 September 2015, 07:38:49 UTC
docs: change GettingStarted to Tutorial
Tip revision: d449457
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.3.1
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.3.1
    - fixed error on applying plugin settings

    Version 1.3
    ** General **
    - added object type for line: Box
    - added clear settings command to settings menu
    - automatically save settings near project file when exporting is done, and restore the settings next time
    - added GSIElevTilePlugin (DEM provider. Optional feature)
    ** DEM **
    - texture rendering with multiple selected layers
    - added option to clip DEM with polygon layer
    - added option to increase resolution of texture
    ** Web page **
    - added "save image" dialog in which image size can be entered
    - fixed bug of restoring view from URL parameters
    ** Others **
    - added lower Z option (Profile)
    - added texture option, side option and side lower Z option (Overlay)
    - takes map rotation into account (Disk, JSON, COLLADA)


# 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