Re: [Qgis-developer] Updating qgis2threejs

2014-03-23 Thread Luca Casagrande
Minoru Akagi wrote
 
 2 - to integrate a system like the plug-in html image map written by
 Richard
 Duivenvoorde in order to create a mini webgis

 In this way we could have a 2D map queryable together a 3D map displayed

 Do you think it might be a good idea?
 
 Sounds good. Not only popup attribute list for clicked object but also
 label placement would be good features.

Hello everybody,

I also work on a 2D map. I tried to render the texture image directly from
the input file (as base64) and it's working fine. Next step is to add click
event on both 2D and 3D.
We can keep in touch to do this task.

Ciao
L.



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Updating-qgis2threejs-tp5129113p5130545.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Updating qgis2threejs

2014-03-22 Thread Anita Graser

Am 21.03.2014, 03:52 Uhr, schrieb Minoru Akagi akagi...@gmail.com:


Hi Anita and all,

2014-03-16 16:58 GMT+09:00 Anita Graser anitagra...@gmx.at:

Does the data-defined size feature for vector features work for you?
I tried to create spheres with data-defined radius but they were always
gigantic - no matter which factor I tried to use as a multiplier.


It works for me. Unit of the value (attribute value * multiplier)
should be that of project CRS. If the problem becomes clearer, please
report issue to GitHub repository of the plugin.


Thanks for your feedback!
I paid attention to the CRS but still no luck:  
https://github.com/minorua/Qgis2threejs/issues/15


Best wishes,
Anita


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


Re: [Qgis-developer] Updating qgis2threejs

2014-03-21 Thread Enzo Cocca
Hi,
I find very interesting your project and I would like to contribute.

I would have two ideas:

1 - the possibility to load files. Obj and / or. Ply

2 - to integrate a system like the plug-in html image map written by
Richard Duivenvoorde in order to create a mini webgis

In this way we could have a 2D map queryable together a 3D map displayed

Do you think it might be a good idea?

ciao

enzo



2014-03-21 3:52 GMT+01:00 Minoru Akagi akagi...@gmail.com:

 Hi Anita and all,

 2014-03-16 16:58 GMT+09:00 Anita Graser anitagra...@gmx.at:
  Does the data-defined size feature for vector features work for you?
  I tried to create spheres with data-defined radius but they were always
  gigantic - no matter which factor I tried to use as a multiplier.

 It works for me. Unit of the value (attribute value * multiplier)
 should be that of project CRS. If the problem becomes clearer, please
 report issue to GitHub repository of the plugin.

 Thanks for your suggestions.

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




-- 
Enzo Cocca (PhD Candidate)
Research Fellow
Università di Napoli L'Orientale
mail: enzo@gmail.com
cell: +393495087014
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Updating qgis2threejs

2014-03-20 Thread Minoru Akagi
Hi Anita and all,

2014-03-16 16:58 GMT+09:00 Anita Graser anitagra...@gmx.at:
 Does the data-defined size feature for vector features work for you?
 I tried to create spheres with data-defined radius but they were always
 gigantic - no matter which factor I tried to use as a multiplier.

It works for me. Unit of the value (attribute value * multiplier)
should be that of project CRS. If the problem becomes clearer, please
report issue to GitHub repository of the plugin.

Thanks for your suggestions.

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


Re: [Qgis-developer] Updating qgis2threejs

2014-03-17 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Il 15/03/2014 18:01, Andreas Neumann ha scritto:

 Unless you are interested in sub-terrain feature, like caves,
 waste-water systems, tunnels, boreholes, geologic features, garages,
 basements, etc.

Agreed, that should be optional:
https://github.com/minorua/Qgis2threejs/issues/12
Thanks for your thoughts.
All the best.
- -- 
Paolo Cavallini - www.faunalia.eu
Corsi QGIS e PostGIS: http://www.faunalia.eu/training.html
-BEGIN PGP SIGNATURE-
Version: GnuPG v1
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iEYEARECAAYFAlMmx0oACgkQ/NedwLUzIr43aACgklBIuphUZLon/ELqSC7ahl4B
PTcAoLkCRXY+9pv7F29izS63j7H1A4T4
=bpJi
-END PGP SIGNATURE-
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Updating qgis2threejs

2014-03-16 Thread Anita Graser

Hi,

Does the data-defined size feature for vector features work for you?
I tried to create spheres with data-defined radius but they were always  
gigantic - no matter which factor I tried to use as a multiplier.


Best wishes,
Anita


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


Re: [Qgis-developer] Updating qgis2threejs

2014-03-15 Thread Alexandre Neto
Hello all,

If I may share my suggestions...

+1 for some control

And I , I think that having a cursor representing the center of rotation
and zoom might help with navigation.

Once again, great job Minoru.

Alexandre Neto


On Sat, Mar 15, 2014 at 1:18 PM, josef k groundwater...@gmail.com wrote:

 Yes it is a great plugin. I use it to visualize boreholes in 3D (
 http://goo.gl/8pDR4o). For this usage I need to reverse the dem upside
 down. (I also would like to add several DEMs to visualize boundaries
 between different geological stratas.)

 Therefore, if the reverse is implemented, please make it optional and not
 mandatory.
 /Josef


 From: Paolo Cavallini cavall...@faunalia.it
 To: qgis-developer qgis-developer@lists.osgeo.org
 Cc:
 Date: Fri, 14 Mar 2014 18:52:39 +0100
 Subject: [Qgis-developer] Updating qgis2threejs

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Hi Minoru and all,
 I like the qgis2threejs plugin. I think that an option to limit movements
 would be
 usaful: tiliting laterally does not seem useful, and reversing the dem
 upside down
 makes navigation only more unpleasant: opinions?
 Thanks.
 - --
 Paolo Cavallini - www.faunalia.eu
 Corsi QGIS e PostGIS: http://www.faunalia.eu/training.html
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1
 Comment: Using GnuPG with Icedove - http://www.enigmail.net/

 iEYEARECAAYFAlMjQeYACgkQ/NedwLUzIr6WlgCfQ4FhPlXMT2MUuOT2C1woMcia
 X4AAnRT9QdOw66djpR7al2DxOHuwPcVR
 =AjA0
 -END PGP SIGNATURE-



 ___
 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] Updating qgis2threejs

2014-03-15 Thread Andreas Neumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Am 14.03.2014 17:52, schrieb Paolo Cavallini:
 Hi Minoru and all, I like the qgis2threejs plugin. I think that an
 option to limit movements would be usaful: tiliting laterally does
 not seem useful, and reversing the dem upside down makes navigation
 only more unpleasant: opinions?

Unless you are interested in sub-terrain feature, like caves,
waste-water systems, tunnels, boreholes, geologic features, garages,
basements, etc.

Personally, I am very interested in being able to look below the
terrain and regret that many tools prevent that (like Google Earth).

Andreas
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBAgAGBQJTJIdPAAoJELiCsGDopvBCwNwH/1BUeYp2rVOirVMxdXIRa4cO
66B5SuG2sBKn51IXBgtDFAmgmgliWlg1/R/dQNSPSvpWbsxhozHhTSAkMxPu1I41
vdDiBQySvYDlbDfpIVeX37rAZ2twZnmoQRlAtwQXWrOhyhZwpBJhNOSV1jddQbpx
T/ZxhwIkjp0g8+zFwpj/3jILlHjddgBmYYWvoLQiwDmqYPwt+DmEcQdeFJZxywiH
7C1Xk85cI1WVsJPJpjthOADuhQ3oTlebS1HC8CiXv5+ZW/A+pmoMpb9PCDrn0VXh
+QBAAoySeAA75I6Ch3kbSZg8s3WcOvhgvTlTGUm4ET+9pxpgZmZq1ZZegTsrhFk=
=LZsj
-END PGP SIGNATURE-
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] Updating qgis2threejs

2014-03-14 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Minoru and all,
I like the qgis2threejs plugin. I think that an option to limit movements would 
be
usaful: tiliting laterally does not seem useful, and reversing the dem upside 
down
makes navigation only more unpleasant: opinions?
Thanks.
- -- 
Paolo Cavallini - www.faunalia.eu
Corsi QGIS e PostGIS: http://www.faunalia.eu/training.html
-BEGIN PGP SIGNATURE-
Version: GnuPG v1
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iEYEARECAAYFAlMjQeYACgkQ/NedwLUzIr6WlgCfQ4FhPlXMT2MUuOT2C1woMcia
X4AAnRT9QdOw66djpR7al2DxOHuwPcVR
=AjA0
-END PGP SIGNATURE-
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Updating qgis2threejs

2014-03-14 Thread Anita Graser

Am 14.03.2014, 18:52 Uhr, schrieb Paolo Cavallini cavall...@faunalia.it:


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Minoru and all,
I like the qgis2threejs plugin. I think that an option to limit  
movements would be
usaful: tiliting laterally does not seem useful, and reversing the dem  
upside down

makes navigation only more unpleasant: opinions?


+1 for those suggestions.

I also wonder if it would be easy to add panning using cursor keys?

Best wishes,
Anita


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