Re: [JPP-Devel] theaming feature

2009-12-10 Thread Michaël Michaud
Hi Luca, - postgis plugin doesn't support 3D (also shptopgsql doesn't) I need OGR for it. Just want to mention that with the datastore query tool, you can get 3D objects from postgis by querying select asewkb(geometry) instead of asbinary(geometry) - some tool like move geometry drops Z

Re: [JPP-Devel] theaming feature

2009-12-10 Thread Larry Becker
Some of the move tool's dropping Z problems are the fault of my com.vividsolutions.jump.geom.CoordUtil which uses the 2D Coordinate constructor. No doubt there is a proper JTS class that I should be using instead of reinventing the vector algebra wheel. Larry 2009/12/10 Michaël Michaud

Re: [JPP-Devel] theaming feature

2009-12-10 Thread Larry Becker
Fixed the drop z bugs in the move , move along angle, and paste items at tools. Larry On Thu, Dec 10, 2009 at 2:28 PM, Larry Becker becker.la...@gmail.comwrote: Some of the move tool's dropping Z problems are the fault of my com.vividsolutions.jump.geom.CoordUtil which uses the 2D Coordinate

Re: [JPP-Devel] theaming feature

2009-12-10 Thread Stefan Steiniger
thank you! Larry Becker wrote: Fixed the drop z bugs in the move , move along angle, and paste items at tools. Larry On Thu, Dec 10, 2009 at 2:28 PM, Larry Becker becker.la...@gmail.com mailto:becker.la...@gmail.com wrote: Some of the move tool's dropping Z problems are the

Re: [JPP-Devel] theaming feature

2009-12-09 Thread Nils Kuhn
Hi Luca, here is another example: public boolean execute(PlugInContext context) throws Exception{ this.reportNothingToUndoYet(context); Layer lyr=context.getLayerManager().getLayer("yourLayerName"); //getting the ColorThemingStyle from the layer ColorThemingStyle