[Qgis-developer] Qgis2threejs suggestions...

2013-12-31 Thread Geo DrinX
Hello Minoru,


Your  Qgis2threejs  is  great !

This is an image I taken from it:

https://drive.google.com/file/d/0Bwg_m86uaXY1LUVzdmV0bUdNcnM/edit?usp=sharing


Well,  I have some suggestion:

The only thing that I find to be improved is the fact that it opens a new
web page, and that is opened in QGis an information panel on which (if any)
choose the DEM layer.

For me, the panel should be confined in a panel on Settings, and
instead the function must be called directly (and using the same web page)

Sure, with this, everything would be (even more) immediate and amazing.

Also I suggest to use a temporary directory inside the plugin directory, as
in my GEarthView plugin.

What do you think about ?

Thank you for your great work and ... Happy New Year all in 3D !!!

Roberto
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Qgis2threejs suggestions...

2013-12-31 Thread Paolo Cavallini
Il 31/12/2013 09:52, Geo DrinX ha scritto:
 Hello Minoru,
 
 
 Your  Qgis2threejs  is  great !

Hi,
a quick test on Debian showed a blank page on Iceweasel, and a couple of
(movable) grey polygons on a blue background on Chromium.
Possibly a missing lib, or missing webgl support? Any hint?
All the best.

-- 
Paolo Cavallini - www.faunalia.eu
QGIS  PostGIS courses: http://www.faunalia.eu/training.html
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] How to deal with plugins which are not useful for users (e.g. Hello world)

2013-12-31 Thread Richard Duivenvoorde
On 31-12-13 08:44, Alessandro Pasotti wrote:
 2013/12/31 Bob and Deb bobd...@gmail.com mailto:bobd...@gmail.com
 Maybe what is needed is a checkbox for programmer related plugins
 such as Plugin Builder, Plugin Reloader, ScriptRunner and
 HelloWorld?  One another idea is to integrate HelloWorld into Plugin
 Builder?
 
 yes, this is a solution, I feel that with over 6000 downloads it is
 probably useful for somebody to study how a minimal plugin does work.
 
 But HelloWorld is also used as a test plugin for the plugin repository: 
  
 https://github.com/qgis/QGIS-Django/tree/master/qgis-app/plugins/tests/HelloWorld
 
 I collected a lot of HelloWorld versions that I use to test version
 conflicts, metadata parsing, UTF8 support and a lot of other errors that
 appeared in the past.
 
 But I'm fine to leave it unpublished, I can re-publish it when testing.

I second Alessandro that HelloWorld plugin has it's place, next to
Plugin Builder.

While HelloWorld is a really minimal plugin (as minimal as possible),
really usefull to make your first plugin. The Plugin Builder is already
pretty complex for a newby (because working with Makefile, translation,
documentation etc etc).

Both have there merits I think. As long as it is clear from the
description that HelloWorld is a test/dev plugin without real purpose, I
think it should be available to all.

By the way, Alessandro the plugin isn't unpublished currently.

Regards,

Richard Duivenvoorde



___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] OSM address search

2013-12-31 Thread Paolo Cavallini
Hi all.
Following the interesting article by Anita:
http://anitagraser.com/2013/12/29/address-finders-in-qgis-osm-place-search-vs-osmsearch/
I would like to ask the authors, Piotr Pociask and Xavier Culos, if they
would like to merge forces, reduce duplication, and publish an unified
OSM address search plugin, possibly also involving the authors of
similar plugins, e.g.
http://plugins.qgis.org/plugins/GeoCoding/
http://plugins.qgis.org/plugins/ru_geocoder/
http://plugins.qgis.org/plugins/geopunt4Qgis/
http://plugins.qgis.org/plugins/pdokbaggeocoder/
If successful, such a plugin could be included in the standard QGIS
package, with great advantages.
All the best, and thanks.
-- 
Paolo Cavallini - www.faunalia.eu
QGIS  PostGIS courses: http://www.faunalia.eu/training.html
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Qgis2threejs suggestions...

2013-12-31 Thread Minoru Akagi
Hi Roberto,

Thank you for your suggestions.

2013/12/31 Geo DrinX geodr...@gmail.com:
 The only thing that I find to be improved is the fact that it opens a new
 web page, and that is opened in QGis an information panel on which (if any)
 choose the DEM layer.

 For me, the panel should be confined in a panel on Settings, and instead
 the function must be called directly (and using the same web page)

 Sure, with this, everything would be (even more) immediate and amazing.

I will increase the number of items in the dialog. I have already
implemented multiple resolution output that has both detailed close
view and rough distant view, and would like to challenge vector data
output. I think it is good to provide an option to output simple one
by 1-click from the toolbar button so that user can preview easily. I
will also consider an option to open page in existing tab.

 Also I suggest to use a temporary directory inside the plugin directory, as
 in my GEarthView plugin.

I'll consider it. If you have some reasons that temporary directory
inside the plugin directory is better than system temporary directory,
please tell me.

Regards,
Minoru
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Qgis2threejs suggestions...

2013-12-31 Thread Minoru Akagi
Hi Paolo,

Can you view a sample page linked from README [1]? WebGL support is
required. A list of browsers that support WebGL is on Wikipedia page
[2].

Regards,
Minoru

[1] 
https://dl.dropboxusercontent.com/u/21526091/qgis-plugins/samples/threejs/mt_fuji.html
[2] http://en.wikipedia.org/wiki/WebGL


2013/12/31 Paolo Cavallini cavall...@faunalia.it:
 Il 31/12/2013 09:52, Geo DrinX ha scritto:
 Hello Minoru,


 Your  Qgis2threejs  is  great !

 Hi,
 a quick test on Debian showed a blank page on Iceweasel, and a couple of
 (movable) grey polygons on a blue background on Chromium.
 Possibly a missing lib, or missing webgl support? Any hint?
 All the best.

 --
 Paolo Cavallini - www.faunalia.eu
 QGIS  PostGIS courses: http://www.faunalia.eu/training.html
 ___
 Qgis-developer mailing list
 Qgis-developer@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-developer
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] OSM address search

2013-12-31 Thread Tim Sutton
Hi


On Tue, Dec 31, 2013 at 11:45 AM, Paolo Cavallini cavall...@faunalia.itwrote:

 Hi all.
 Following the interesting article by Anita:

 http://anitagraser.com/2013/12/29/address-finders-in-qgis-osm-place-search-vs-osmsearch/
 I would like to ask the authors, Piotr Pociask and Xavier Culos, if they
 would like to merge forces, reduce duplication, and publish an unified
 OSM address search plugin, possibly also involving the authors of
 similar plugins, e.g.
 http://plugins.qgis.org/plugins/GeoCoding/
 http://plugins.qgis.org/plugins/ru_geocoder/
 http://plugins.qgis.org/plugins/geopunt4Qgis/
 http://plugins.qgis.org/plugins/pdokbaggeocoder/
 If successful, such a plugin could be included in the standard QGIS
 package, with great advantages.
 All the best, and thanks.


If we are going to integrate this into core, I would like to see this
functionality form part of a new search toolbar that does spatial search on
the web and displays the results on the canvas. The implementation should
be generic enough that we can add other data sources. We could add a
twitter search and other types of services too. I'm imagining something
like in firefox where you choose the search engine in the search box and
then enter your search criteria - except in our case the results are shown
as features on a map. When you click on a feature it could show in an
embedded webkit widget the result details (tweet, osm details etc).

Regards

Tim


 --
 Paolo Cavallini - www.faunalia.eu
 QGIS  PostGIS courses: http://www.faunalia.eu/training.html
 ___
 Qgis-developer mailing list
 Qgis-developer@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-developer




-- 
Tim Sutton - QGIS Project Steering Committee Member
==
Please do not email me off-list with technical
support questions. Using the lists will gain
more exposure for your issues and the knowledge
surrounding your issue will be shared with all.

Irc: timlinux on #qgis at freenode.net
==
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Qgis2threejs suggestions...

2013-12-31 Thread Geodrinx

 I will increase the number of items in the dialog. I have already
 implemented multiple resolution output that has both detailed close
 view and rough distant view, and would like to challenge vector data
 output. I think it is good to provide an option to output simple one
 by 1-click from the toolbar button so that user can preview easily. I
 will also consider an option to open page in existing tab.

Great! :)

 Also I suggest to use a temporary directory inside the plugin directory, as
 in my GEarthView plugin.
 
 I'll consider it. If you have some reasons that temporary directory
 inside the plugin directory is better than system temporary directory,
 please tell me.

Simply, I know where it is  :)

Thank you for the immediate answer

Roberto
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] OSM address search

2013-12-31 Thread Paolo Cavallini
Il 31/12/2013 11:48, Tim Sutton ha scritto:

 If we are going to integrate this into core, I would like to see this
 functionality form part of a new search toolbar that does spatial search
 on the web and displays the results on the canvas. The implementation
...

Hi Tim,
thanks for picking this up; this is what I had in mind.
Any news from the plugin developers?
All the best.

-- 
Paolo Cavallini - www.faunalia.eu
QGIS  PostGIS courses: http://www.faunalia.eu/training.html
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Qgis2threejs suggestions...

2013-12-31 Thread Paolo Cavallini
Il 31/12/2013 11:39, Minoru Akagi ha scritto:

 Can you view a sample page linked from README [1]?

not in fact

 WebGL support is
 required. A list of browsers that support WebGL is on Wikipedia page
 [2].

ok - perhaps better warn the user at some stage?

all the best.
-- 
Paolo Cavallini - www.faunalia.eu
QGIS  PostGIS courses: http://www.faunalia.eu/training.html
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] Problem in Compiling Source Code of Qgis in Ubuntu 12.04 LTS

2013-12-31 Thread Kshitij Kansal
Hello

I was trying to compile the source code of Qgis by reading the instructions
available at https://github.com/qgis/QGIS/blob/master/INSTALL;.

When I make after building, I get error like this:

/home/kshitij/Desktop/Qgis/QGIS/src/gui/raster/qgsrasterhistogramwidget.cpp:
In member function ‘void
QgsRasterHistogramWidget::on_mSaveAsImageButton_clicked()’:

/home/kshitij/Desktop/Qgis/QGIS/src/gui/raster/qgsrasterhistogramwidget.cpp:565:137:
error: conversion from ‘long int’ to ‘QString’ is ambiguous

/home/kshitij/Desktop/Qgis/QGIS/src/gui/raster/qgsrasterhistogramwidget.cpp:565:137:
note: candidates are:
/usr/include/qt4/QtCore/qstring.h:419:43: note: QString::QString(const
char*)
/usr/include/qt4/QtCore/qstring.h:88:14: note: QString::QString(const
QChar*)
make[2]: ***
[src/gui/CMakeFiles/qgis_gui.dir/raster/qgsrasterhistogramwidget.cpp.o]
Error 1
make[1]: *** [src/gui/CMakeFiles/qgis_gui.dir/all] Error 2
make: *** [all] Error 2

Can someone help me in sorting out this issue?

Regards,

Kshitij Kansal

Lab For Spatial Informatics,

IIIT Hyderabad
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] Installation using OSGEO4W 32 and 64 bit.

2013-12-31 Thread Randal Hale
So I've tried this a couple of different ways but the end result is the 
same. So I hope it's just me.


I downloaded the 32 and 64 bit installer of OSGEO4W and have done an 
install (using each in two different attempts). Here are the steps and 
the error messages (I think) I'm getting. At the end of this I have a 
QGIS install with most of the GDAL menus missing (or at least that's 
what I call them).


1. Download the installer.
2. Right click and run as administrator
3. Select Express install
4. Click Next twice and then I get an error (except the install these 
packages to meet dependencies is checked).

avce00(2.0.0-1)
The AVCE00 commandline utilities for Arc/Info E00 conversion
Required by: grass

curl(7.3.1-1)
The CURL HTTP/FTP library and commandline utility.
Required by: gdal, netcdf

expat(2.1.0-1)
The Expat XML Parser library
Required by: gdal, ogdi, gpsbabel

fftw(3.3.3-1)
Fast Fourier transformation library (Development)
Required by: grass

freexl(1.0.0e-1)
The FreeXL library for accessing Excel (.xls) spreadsheet.
Required by: gdal, spatialite

gdal-ecw(1.10.1-4)
ECW Raster Plugin for GDAL
Required by: qgis-full

gdal-filegdb(1.10.1-4)
OGR FileGDB Driver
Required by: qgis-full

gdal-mrsid(1.10.1-4)
MrSID Raster Plugin for GDAL
Required by: qgis-full

gdal-oracle(1.10.1-4)
OGR OCI and GDAL GeoRaster Plugins for Oracle
Required by: qgis-full

gdal-python(1.10.1-4)
The GDAL/OGR Python Bindings and Scripts
Required by: qgis

geos(3.4.2-1)
The GEOS geometry library
Required by: gdal, spatialite, python-shapely, qgis-common

gpsbabel(1.4.4-1)
GPS file conversion plus transfer to/from GPS units
Required by: grass, qgis

gs(9.07-1)
Ghostscript
Required by: grass

gsl-libs(1.15-1)
GNU Scientific Library (GSL)
Required by: qgis-common

hdf4(4.2.9-1)
The HDF4 library for reading and writing HDF4 format
Required by: gdal

hdf5(1.8.11-2)
The HDF5 library for reading and writing HDF5 format
Required by: gdal, netcdf

iconv(1.14-1)
Codepage translation Library
Required by: gdal, grass, spatialite, freexl, qgis, qgis-common

libgeotiff(1.4.0-1)
The Libgeotiff library, commandline tools and supporting tables.
Required by: gdal

libjpeg(6b-3)
A library for manipulating JPEG image format files
Required by: gdal, libtiff

libjpeg12(6b-2)
A library for manipulating 12bit JPEG image format files
Required by: libtiff

libmysql(6.1.0-1)
MySQL Client Library.
Required by: gdal

libpng(1.6.3-1)
the official PNG reference library
Required by: grass, qt4-libs

libpq(9.2.4-1)
The libpq library for accessing PostgreSQL + psql commandline client
Required by: gdal, qgis-common

libspatialindex(1.8.1-1)
The libspatialindex library
Required by: qgis-common

libtiff(4.0.3-2)
A library for manipulating TIFF format image files (runtime)
Required by: gdal, grass, libgeotiff, openjpeg

libxml2(2.9.1-1)
An XML read/write library
Required by: spatialite

matplotlib(1.3.0-1)
Python plotting package
Required by: qgis-full

msvcrt(1.0.1-4)
Microsoft Visual C/C++ Runtimes
Required by: grass, shell, openjpeg, msys, python-pil, 
qgis-grass-plugin, qgis-oracle-provider, qgis-globe-plugin, pygments, 
gdal-filegdb, gdal-oracle, networkx, pyodbc, setup, openssl, 
qgis-common, oci, osgearth-libs, osg-libs


msys(1.0.18-4)
Minimal SYStem
Required by: grass

netcdf(4.3.0-1)
The NetCDF library and commands for reading and writing NetCDF format
Required by: gdal

networkx(1.8.1-1)
Python package for creating and manipulating graphs and networks
Required by: qgis-full

oci(12.1.0.1.0-1)
Oracle Instant Client
Required by: qgis-oracle-provider, gdal-oracle

ogdi(3.2.0b1-1)
OGDI data access library (mainly for VPF reading)
Required by: gdal

openjpeg(2.0.0-1)
OpenJPEG
Required by: gdal

openssl(1.0.1e-1)
OpenSSL Compression Runtime
Required by: curl, libpq, qt4-libs

osg-libs(3.1.7-1)
OpenSceneGraph (libraries)
Required by: osgearth-libs

osgearth-libs(2.4-1)
OSG Earth (libraries)
Required by: qgis-globe-plugin

pdcurses(3.4-2)
PDCurses (MinGW built)
Required by: grass

proj(4.8.0-2)
The PROJ.4 library and commands for coordinate system transformations.
Required by: gdal, grass, spatialite, qgis-common

proj-datumgrid(1.5-1)
Assorted PROJ.4 datum grid shift files
Required by: proj

proj-hpgn(1.0-1)
PROJ.4 HPGN (HARN) grid shift files
Required by: proj

psycopg2(2.5.1-1)
Python-PostgreSQL Database Adapter
Required by: qgis

pygments(1.6-1)
pygments - syntax highlighting package written in Python
Required by: qgis-full

pyodbc(3.0.7-1)

[Qgis-developer] qgis-dev has dependencies on ECW ?

2013-12-31 Thread Andrea Peri
Hi devs,
I'm just no to update my install of qgis using the osgeo4w .
And I see the osgeo4w report me that actually qgis-dev
ask as mandatory dependencies this packages:

gdal-ecw(1.10.1-2)
ECW Raster Plugin for GDAL
Required by: qgis-dev

gdal-mrsid(1.10.1-2)
MrSID Raster Plugin for GDAL
Required by: qgis-dev

I don't understand why the gdal-ecw and gdal-mrsid are mandatory.

Thx,

-- 
-
Andrea Peri
. . . . . . . . .
qwerty àèìòù
-
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer