https://github.com/minorua/Qgis2threejs

sort by:
Revision Author Date Message Commit Date
d449457 docs: change GettingStarted to Tutorial 27 September 2015, 07:38:49 UTC
80679cd sphinx: build html with sphinx_rtd_theme when READTHEDOCS == 'Local' 27 September 2015, 06:33:54 UTC
c7723ba docs: update - ShortGuide -> GettingStarted - Programmatical Export Using Python -> Programmatic Export... - project CRS -> map CRS - add object type names to index - convert PNG files to JPEG - other improvements 25 September 2015, 08:26:56 UTC
c5e3e59 docs: change local html theme to pyramid 25 September 2015, 05:04:23 UTC
3c7e259 docs: define replacements for images in external files 24 September 2015, 12:03:59 UTC
b35620d docs: add stat.bat 24 September 2015, 02:54:06 UTC
c5c539d docs: autodoc (Qgis2threejs.api.Exporter) 24 September 2015, 02:54:06 UTC
c112741 docs: add build.bat and update.bat 23 September 2015, 00:28:21 UTC
2aa1eaa sphinx: configuration for i18n 22 September 2015, 05:39:23 UTC
2bf3b89 docs: fix indent 22 September 2015, 05:39:14 UTC
49d5b77 docs: fix links 22 September 2015, 05:24:27 UTC
a9e8329 docs: fix nested list and indent 22 September 2015, 05:24:26 UTC
5a02d74 docs: convert *.md (Markdown) to *.rst (reStructuredText) using Pandoc 22 September 2015, 00:09:50 UTC
232d174 docs: prepare for conversion to reStructuredText 22 September 2015, 00:09:49 UTC
0e55369 sphinx: documentation started in 2014 22 September 2015, 00:09:41 UTC
f2eb6b1 docs: put object types pages into one 22 September 2015, 00:00:29 UTC
869a180 docs: update - add programmatical export using python page to the TOC - rename Demos to Examples 22 September 2015, 00:00:29 UTC
90191b2 docs: fix image urls 22 September 2015, 00:00:28 UTC
7ad8e29 sphinx: do not show copyright in the HTML footer 22 September 2015, 00:00:27 UTC
cbf37f7 docs: change max depth of toc tree to 1 22 September 2015, 00:00:26 UTC
5976601 docs: remove anchors and page footers 22 September 2015, 00:00:25 UTC
7558813 docs: change the html theme to sphinx_rtd_theme 22 September 2015, 00:00:24 UTC
b5ceeff docs: add pages to the toc 22 September 2015, 00:00:24 UTC
767892f docs: import .md files from wiki 22 September 2015, 00:00:23 UTC
9e950aa sphinx: add a souce parser for markdown 22 September 2015, 00:00:22 UTC
5976457 docs: sphinx-quickstart 20 September 2015, 05:18:11 UTC
d70088e docs: remove html files 18 September 2015, 06:14:49 UTC
b835ecc rename ui_*.py files to *.py 18 September 2015, 01:49:47 UTC
9c335b3 fix cone type object for point layer (fix #50) 16 September 2015, 05:52:31 UTC
e27deed rename testproject1.qgs.qto3settings to testproject1.qto3settings 16 September 2015, 05:51:02 UTC
512d25a add tests/data/README.md 16 September 2015, 05:51:01 UTC
799203e add railroads line data from Natural Earth A part of Natual Earth Railroads data (ne_10m_railroads.shp). http://www.naturalearthdata.com/ 16 September 2015, 05:51:00 UTC
18125b9 add tests/test_plugins.py - rename test_plugin.py to test_basic.py 16 September 2015, 05:50:59 UTC
802b967 test: set up network disk cache 16 September 2015, 05:50:58 UTC
d4c8578 test: use open (not codecs.open) to avoid encoding problem 15 September 2015, 08:41:59 UTC
5171393 test: add vector data 15 September 2015, 08:28:52 UTC
2d126d7 add tests/test_api.py 15 September 2015, 02:47:21 UTC
9489399 add a small test project - dem_srtm30.tif was made from SRTM 30 data http://dds.cr.usgs.gov/srtm/version2_1/SRTM30/e100n40/ - shadedrelief_srtm3.tif was made from SRTM 3 data. Small voids were filled using gdal_fillnodata.py. The resolution has been reduced. http://dds.cr.usgs.gov/srtm/version2_1/SRTM3/ 15 September 2015, 02:40:57 UTC
9a4149b allow exporting with empty settings 14 September 2015, 06:42:25 UTC
b3eb576 use default template if not specified 14 September 2015, 06:19:31 UTC
1d86467 add tests/utilities.py 14 September 2015, 03:03:20 UTC
5fb2f56 update api - add Exporter.setMapSettings - drop Exporter.setCanvasSize - add doc strings 11 September 2015, 05:28:21 UTC
577b93c settings file: pretty json print 10 September 2015, 02:30:09 UTC
bba1f52 add api.Exporter class a convenient class to export the scenes to web programmatically 10 September 2015, 02:30:02 UTC
e7094b1 [pep8] autopep8 -i -r --indent-size 2 --ignore E262,E265,E501 --exclude ui . 09 September 2015, 02:57:44 UTC
8b7e4d0 Plugin API version beta 09 September 2015, 02:57:29 UTC
eb28725 follow up 9f5b942 - change 1st argument of MapTo3D.__init__ from canvas to mapSettings - mapSettings.mapTo3d is a function 09 September 2015, 00:46:18 UTC
d680fc2 fix comment in run_test-20.bat 08 September 2015, 05:56:30 UTC
9f5b942 ExportSettings improvement - rename ImageManager.context to .exportSettings - ExportSettings.checkValidity() doesn't return a tuple. It returns error message only. 08 September 2015, 05:53:59 UTC
55c438f add run_test-20.bat (run test with QGIS Dufour) 08 September 2015, 00:56:06 UTC
10f028a [pep8] fix E713: test for membership should be 'not in' 07 September 2015, 03:52:42 UTC
9e63bff [pep8] autopep8 -i -r --select E231,E261 --exclude ui . 07 September 2015, 03:47:29 UTC
db4187d [pep8] autopep8 -i -r --select E301,E302,E303 --exclude ui . 07 September 2015, 03:42:17 UTC
7ac8861 [pyflakes] clean up names to be imported and unused local variables 07 September 2015, 03:22:15 UTC
ac2a51e fix error while exporting with build frame option of DEM (fix #48) 07 September 2015, 02:09:25 UTC
6b97e9a split qgis2threejsmain.py into 3 files 07 September 2015, 02:05:12 UTC
6c80817 add run_test.bat 07 September 2015, 01:05:44 UTC
13ec3ab add first test 06 September 2015, 08:09:30 UTC
be9517b version 1.3.1 19 June 2015, 04:53:35 UTC
5f563c4 fix python error on applying plugin settings (fix #43) 19 June 2015, 04:53:21 UTC
2650837 version 1.3 29 May 2015, 05:02:30 UTC
979d4c7 update documents 29 May 2015, 05:02:29 UTC
8101384 update CHANGELOG.md 29 May 2015, 04:58:47 UTC
aa75e9c GSIElevTileProvider: fix geotransform parameters in .readValue() 29 May 2015, 02:39:02 UTC
1e4a049 fix widget layout 29 May 2015, 01:51:11 UTC
e85532d ColorTextureWidget: fix text, visibility and event handling 28 May 2015, 08:20:45 UTC
c631326 band.ReadRaster() requires more arguments 28 May 2015, 07:48:01 UTC
0a7e4db GSIElevTileProvider: update metadata.txt 28 May 2015, 06:17:03 UTC
21eb5b1 rename bottom Z option to lower Z 28 May 2015, 06:04:34 UTC
be238d2 call plugins "optional features" in the settings dialog 27 May 2015, 02:30:46 UTC
9c665ab fix label visibility of style widget 27 May 2015, 01:38:18 UTC
7b059fd Disk, JSON and COLLADA: take map rotation into account 27 May 2015, 01:17:17 UTC
36ad737 DEM: default height of quad tree is 4 27 May 2015, 00:36:56 UTC
4c43101 clean up export settings before saving them to a file 27 May 2015, 00:34:40 UTC
49ae9f1 DEM: set default texture size to 100 (%) 26 May 2015, 08:37:47 UTC
3c93007 change extension of export settings file to .qto3settings 26 May 2015, 08:28:52 UTC
0471ff0 save export settings automatically when exporting is done 26 May 2015, 08:28:50 UTC
232c717 remove dest_wkt parameter from DEMProvider.read()/.readValue() 25 May 2015, 06:03:37 UTC
63c1fdd GSIElevTileProvider: cache last dataset 25 May 2015, 06:03:37 UTC
a0895d4 3rd parameter of DEMProvider.read() changed from geotransform to extent (RotatedRect) for map rotation support of GSIElevTileProvider 25 May 2015, 06:03:36 UTC
6d7fe01 fix multiple file output in quad tree mode 25 May 2015, 06:03:36 UTC
a593d9a DEMQuadList.addQuad() takes only quad (DEMQuadNode) as its argument 25 May 2015, 06:03:30 UTC
b613bd3 rename class names - MemoryWarpRaster to GDALDEMProvider - FlatRaster to FlatDEMProvider rename warp_dem to (dem)provider 25 May 2015, 06:01:44 UTC
47ca0de rename GSIDEMTileProvider to GSIElevTileProvider 24 May 2015, 01:42:23 UTC
3ca3a72 GSIDEMTileProvider: update a comment 24 May 2015, 01:07:44 UTC
b7e69a3 exporting with surroundings is possible even when GSI DEM Tile (Provider) is selected 24 May 2015, 00:55:07 UTC
7d195bf improve dem block edge fitting (part 2. Surroundings) 24 May 2015, 00:49:45 UTC
066a40f DEMBlock class 23 May 2015, 08:15:11 UTC
c20308a improve dem block edge fitting (part 1. Advanced - quad tree) GSIDEMTileProvider gives different elevation values at the same point between the zoom levels. 23 May 2015, 08:14:37 UTC
2a6b727 GSIDEMTileProvider: correct rectangle passed to getDataset() 22 May 2015, 07:22:56 UTC
4823ec2 add table widget to enable/disable plugins to settings dialog 22 May 2015, 07:14:01 UTC
271ca4b log messages that user should receive (instead of using qDebug) 22 May 2015, 05:14:36 UTC
4c2d883 PluginManager: use importlib to import grandchild module 22 May 2015, 05:04:15 UTC
4816e1f downloader: import specific names 22 May 2015, 02:49:38 UTC
ab59bd6 new plugin: GSIDEMTileProvider - gsidemtileprovider.py is based on GSIElevTileProvider.py of Simple WCS Server: https://github.com/minorua/SimpleWCSServer - downloader.py is a copy of that of TileLayerPlugin: https://github.com/minorua/TileLayerPlugin 22 May 2015, 02:49:29 UTC
3cf69b5 print: change text box ids 15 May 2015, 07:57:51 UTC
8d39bf8 print: add fill background option 15 May 2015, 07:51:05 UTC
b28a95e print: pause while print dialog is shown 15 May 2015, 07:01:51 UTC
69a9760 print: render labels 15 May 2015, 06:22:34 UTC
fc78a1c clean app.updateLabelPosition() 15 May 2015, 06:22:29 UTC
back to top