https://github.com/minorua/Qgis2threejs
Revision e3a629998bdbb21fa1ef4e0ae9f167cc8b4c922a authored by Minoru Akagi on 19 January 2015, 06:24:05 UTC, committed by Minoru Akagi on 19 January 2015, 06:24:05 UTC
save:
 qgis.utils.plugins["Qgis2threejs"].saveProperties(json_filepath)

load:
 qgis.utils.plugins["Qgis2threejs"].loadProperties(json_filepath)
1 parent 5f10361
Raw File
Tip revision: e3a629998bdbb21fa1ef4e0ae9f167cc8b4c922a authored by Minoru Akagi on 19 January 2015, 06:24:05 UTC
add load/saveProperties() for restoring export settings for test
Tip revision: e3a6299
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 makes use of three.js library.
version=0.7.2
author=Minoru Akagi
email=akaginch@gmail.com

# end of mandatory metadata

# Optional items:

# 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

# tags are comma separated with spaces allowed
tags=terrain,WebGL,3D,three.js

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