Skip to content

Commit

Permalink
version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
minorua committed Feb 6, 2015
1 parent 117f9b3 commit 26872e4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Qgis2threejs plugin - version 1.0-dev
===================================
Qgis2threejs plugin - version 1.0
=================================

Qgis2threejs plugin exports terrain data, map canvas image and vector data to your web browser. You can view 3D objects in web browser which supports WebGL. This plugin makes use of three.js library (http://threejs.org).

Expand All @@ -21,15 +21,15 @@ Documentation

The `docs` directory contains HTML documents.

Visit GitHub [Wiki Home](https://github.com/minorua/Qgis2threejs/wiki) for online documentation (with screen captures).
Visit GitHub [Wiki Home](https://github.com/minorua/Qgis2threejs/wiki) for online documentation (with images).


Exported Pages Use These JavaScript Libraries
---------------------------------------------

* All exports use [three.js](http://threejs.org)

* Exports with `display of coordinates` in `latitude and longitude (WGS84)`: [Proj4js](http://trac.osgeo.org/proj4js/)
* Exports with `display coordinates in latitude and longitude (WGS84)` option use [Proj4js](http://trac.osgeo.org/proj4js/)

* Exports based on 3DViewer(dat-gui) template use [dat-gui](https://code.google.com/p/dat-gui/)

Expand Down
19 changes: 12 additions & 7 deletions metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ 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
version=1.0
author=Minoru Akagi
[email protected]

Expand All @@ -23,14 +23,20 @@ [email protected]

# 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
- layer opacity sliders in dat-gui panel
- wireframe mode
- popup style update
- new object types: Disk (Point), Icon (Point), Overlay (Polygon)
- base size option (World)
- option to display coordinates in WGS84 lat/lon (World)
- layer image option (DEM)
- clip geometries option (Vector)
- code refactoring (more oo code)

# tags are comma separated with spaces allowed
tags=terrain,WebGL,3D,three.js
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
Expand All @@ -40,4 +46,3 @@ experimental=False

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

0 comments on commit 26872e4

Please sign in to comment.